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 Exchange에서 Deep 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