How to use non-integer(decimal) values as target values in neural network?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Harshith Bhat
el 11 de Feb. de 2017
Comentada: Greg Heath
el 16 de Feb. de 2017
These are traget values they are in matrix form (column matrix) T = 98.3200 100.6100 i want use it for target value in Multilayer Neural Network what is the procedure thank you in advance
0 comentarios
Respuesta aceptada
Greg Heath
el 12 de Feb. de 2017
For N pairs of I-dimensional "I"nputs and corresponding O-dimensional "O"utput targets,
size(input) = [ I N ]
size(target) = [ O N ]
For regression/curve-fitting see the FITNET documentation with sample code:
help fitnet
and
doc fitnet
For classification/pattern-recognition see the PATTERNNET documentation:
help patternnet
and
doc patternnet
For more examples you can search the NEWSREADER and ANSWERS using
greg fitnet
or
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg
2 comentarios
Greg Heath
el 16 de Feb. de 2017
See
help fitnet
and
doc fitnet
Then
post your code and readers will comment
HTH
Greg
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!