Neural Network in Matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Tien Tran
el 26 de Nov. de 2015
Comentada: Greg Heath
el 2 de Dic. de 2015
I have input and output data to train neural network. How can I predict the following data using Matlab?
0 comentarios
Respuesta aceptada
Greg Heath
el 27 de Nov. de 2015
For regression or curve-fitting see documentation and an example using
help fitnet
doc fitnet
For classification or pattern recognition see documentation and an example using
help patternnet
doc patternnet
Otherwise provide more thorough information
Hope this helps.
Greg
8 comentarios
Greg Heath
el 2 de Dic. de 2015
It is not unusual to obtain R=1 for trivial problems.
Try your hand at the MATLAB examples obtained by using the commands
help nndatsets
doc nndatasets
Hope this helps.
Greg
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!