Neural Network in Matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have input and output data to train neural network. How can I predict the following data using Matlab?
0 commentaires
Réponse acceptée
Greg Heath
le 27 Nov 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 commentaires
Greg Heath
le 2 Déc 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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!