scale data for NN
Ältere Kommentare anzeigen
Hi,
How do I scale data in a neural network multilayer backpropagation?
Akzeptierte Antwort
Weitere Antworten (1)
Greg Heath
am 18 Mai 2012
1. Derive a linear tranformation xn(x) = a.*x + b such that
xn( x = min(x) ) = -1
xn( x = max(x) ) = +1
2. Derive a linear tranformation xn(x) = a.*x + b such that
mean(xn) = 0
var( xn ) = 1
Hope this helps.
Greg
1 Kommentar
mustafa
am 18 Mai 2012
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!