Neural Network Question regarding matrix regression
Mostra commenti meno recenti
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 ?
Risposta accettata
Più risposte (3)
Greg Heath
il 7 Mag 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
il 14 Mag 2013
0 voti
Stephan Moeller
il 14 Mag 2013
Modificato: Stephan Moeller
il 14 Mag 2013
0 voti
1 Commento
Greg Heath
il 14 Mag 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.
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!