How to solve the issues during trainining in ohr?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I am doing project on Offline handwritten character recognition.I have successfully completed till feature extraction.I have tried neural network(FF,RBF,Patternnet etc), SVM for training.But i didn't get exact result. Got out of memory error when i have tried feedforward etc .I have got 96% accuracy for RBF during training but got very poor results during testing.I have spend nearly 1 month for training.Now I’m on a dead line with my projects date. I don't know what to do.Could any body help me please............
댓글 수: 1
Greg Heath
2013년 5월 21일
How many characters? How many extracted features? What kind of data normalization? What kind of input dimensionality reduction? Are the targets columns from a unit matrix? What kind of trn/val/tst data division? What was your training goal? What kind of performance is obtained in te literature for tis kind of problem?
When you used PATTERNNET how did you choose the number of hidden nodes, H?
[ I N ] = size(inputs) = ?
[ O N ] = size(targets) = ?
Post your patternnet code.
답변 (0개)
참고 항목
카테고리
Help Center 및 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!