How to define error weights in Neural Network?
Mostrar comentarios más antiguos
I want to minimize a mean squared weighted deviation in a neural network. The weights are different for each sample.
How can I specify this?
Is it perform(net,t,y,ew)?
ew = [a b c d ...] (weight for each sample)
Respuesta aceptada
Más respuestas (1)
Greg Heath
el 28 de Nov. de 2015
Editada: Greg Heath
el 28 de Nov. de 2015
1 voto
Yes.
However, I would scale the data so that the maximum weight is unity.
Hope this helps.
Thank you for formally accepting my answer
Greg
1 comentario
Anderson
el 28 de Nov. de 2015
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!