Classification with Neural Network Toolbox
Ältere Kommentare anzeigen
I attempt to build a neural network that can classify the health of leafs. I created an input Matrix with the attributes (reflection of wavelength) and a Output Matrix which contains the classes (each column is a 2-element class vector with a 1 in the position of the associated health). Those are just sample data, which I created manuelly. Now I use the pattern recognition tool for training. My question is how to use trained Neural Network in Matlab for classification. I've got the trained Neuronal Network and a picutre of a leaf, where each Pixel shall be classified as health or sick. Which function can i use ?
Akzeptierte Antwort
Weitere Antworten (2)
the cyclist
am 20 Okt. 2013
0 Stimmen
2 Kommentare
Jan
am 20 Okt. 2013
the cyclist
am 20 Okt. 2013
On this page http://www.mathworks.com/help/nnet/gs/classify-patterns-with-a-neural-network.html, Step 5 under "using command-line functions" discusses actually using the neural network with new inputs.
Greg Heath
am 20 Okt. 2013
ynew = net(xnew);
Hope this helps.
Thank you for formally accepting my answer.
Greg
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!