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

 採用された回答

Greg Heath
Greg Heath 2014 年 11 月 15 日

1 投票

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 ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2014 年 11 月 13 日

回答済み:

2014 年 11 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by