Neural Network Question regarding matrix regression
Mostrar comentarios más antiguos
I'm new to neural networks.
How can I make a nonlinear regression fit ? My target is a data matrix.
I start nftool and I have Input and Target. What is the input ?
Respuesta aceptada
Más respuestas (3)
Greg Heath
el 7 de Mayo de 2013
The net represents a nonlinear mapping from I-dimensional input vectors to O-dimensional output vectors. The sizes of the input and target matrices are
[ I N ] = size(input)
[ O N ] = size(output)
Hope this helps.
Thank you for formally accepting my answer
Greg
Stephan Moeller
el 14 de Mayo de 2013
0 votos
Stephan Moeller
el 14 de Mayo de 2013
Editada: Stephan Moeller
el 14 de Mayo de 2013
0 votos
1 comentario
Greg Heath
el 14 de Mayo de 2013
Practice using nntool on MATLAB's demo/example data sets.
help nndatasets
Then try your data.
The only analytic form you can get from the net is a sum of tanh functions.
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!