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

 Respuesta aceptada

Greg Heath
Greg Heath el 15 de Nov. de 2014
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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 13 de Nov. de 2014

Respondida:

el 15 de Nov. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by