Filter löschen
Filter löschen

High error percentage after training neural network

1 Ansicht (letzte 30 Tage)
dream
dream am 16 Apr. 2014
Bearbeitet: Walter Roberson am 14 Dez. 2015
Hello,
I am working on Handwritten character recognition .I have created feature vector of size 130*85 (since there are 5 samples for each character) and a target vector of size 130*26 (26 classes). But when I feed these to neural network , I am getting a high error percentage. Please tell me whether I am proceeding correctly.
Please find attached the input vector and the target vector files.

Akzeptierte Antwort

Greg Heath
Greg Heath am 20 Apr. 2014
[ 85 130 ] = size(input)
[ 26 130 ] = size(target)
What non-default input parameters did you use?

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by