필터 지우기
필터 지우기

character recognition using NuralNetwork or PRT toolbox

조회 수: 2 (최근 30일)
mamata
mamata 2014년 6월 20일
답변: Dr Oluleye Babatunde 2014년 7월 8일
I am interested in character recognition. please suggest which approach should I follow:
1 patternnet of Neural Network Toolbox 2 feedforwardnet of Neural Network Toolbox 3 PRT toolbox

채택된 답변

Greg Heath
Greg Heath 2014년 6월 21일
patternnet for classification and pattern-recognition
fitnet for regression and curve-fitting
Both call feedforwardnet which NEVER has to be explicitly called.
Search the NEWSGROUP and ANSWERS for relevant posts on character recognition.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (1개)

Dr Oluleye Babatunde
Dr Oluleye Babatunde 2014년 7월 8일
Both are good. You must identify the classinformation and the actual features set in the dataset.
You will need these infom to train the network
i.e net = train (net, features, classinfo)

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by