Hi I am doing project on classification of microscopic images. The classification is based upon eccentricity and length axis of the object. I calculated parameters that is stored in workspace as struct file. For that i would like to use neural networks & SVM? How can i classify?please help I am going to classify object

 Akzeptierte Antwort

Greg Heath
Greg Heath am 15 Nov. 2014

1 Stimme

Classification with neural networks is relatively straightforward. If you have c classes of I-dimensional objects, use N examples to form the input and corresponding target matrices
[ I N ] = size(input)
[ c N ] = size(target)
where the target vectors are c-dimensional {0,1} unit vectors. The rest is explained in the documentation
help patternnet
doc patternnet
Also search the NEWSGROUP and ANSWERS using
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 13 Nov. 2014

Beantwortet:

am 15 Nov. 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by