How to perform classification

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

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by