how to do testing and training using feed forward neural network
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello, i'm new in neural network. actually i want to do classification for ankle movement dorsiflexion and plantarflexion.
i'm using feedforward NN but i'm not really undertsand how does it works.
anyone can help me?
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 14 Mai 2013
Use patternnet, not feedforwardnet. The target matrix should be a row vector containg zeros and ones indicating the true class of the corresponding input.
help patternnet
doc patternnet
Hope this helps.
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!