Neural Network Pattern Recognition Tool.
이전 댓글 표시
Hi Everyone, I am quite new to neural networks. I have a problem with pattern recognition using Neural Network Pattern Recognition Tool. As it is shown in demos I created 2 data sets in order to perform simple classification task. Firs one (6x90) contains 90 column vectors with 6 shape coefficient each. Second data set - targets (2x90), contains 90 column vectors where each ith column indicates which category the ith shape (it's either circle or triangle) belongs to. I trained the network with default settings and saved my results. And I'm stuck at this point. How to use trained network to, for example, classify one column vector with 6 shape coefficients to one of two classes? I found tried this http://azload.com/artificial-neural-networks-the-tutorial-with-matlab-5768.html but it seems to be inappropriate for linearly nonseparable problems. Any help would be appreciated:) Jacek
채택된 답변
추가 답변 (1개)
Jacek
2011년 1월 23일
0 개 추천
댓글 수: 4
Ram
2011년 1월 24일
:)
Greg Heath
2013년 2월 10일
If you should use c > 2 clases/categories, use columns of the c-dimensional unit matrix to indicate classes in the target matrix. Use ind2vec and vec2ind to transform between target/output matrices and class indices.
Greg
Sohail Sarwar
2016년 4월 7일
Dear Greg, I want to categorize the data set of 1500 learners into four classes. Is that possible with nprtool? Since one of your posts says we can get result for two classes. Can you please elaborate above suggestion coz it can make things to work for me. Regards Sohail
Greg Heath
2016년 4월 8일
I am not that familiar with nprtool.
However, I have posted many explanations of classifier design in BOTH the NEWSGROUP and ANSWERS especially using codes newff, newpr and patternnet.
Use the help and doc commands to obtain minimal code.
help patternnet
doc patternnet
Then to find more detailed examples.
greg patternnet
Hope this helps.
Greg
카테고리
도움말 센터 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!