フィルターのクリア

High error percentage after training neural network

1 回表示 (過去 30 日間)
dream
dream 2014 年 4 月 16 日
編集済み: Walter Roberson 2015 年 12 月 14 日
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.

採用された回答

Greg Heath
Greg Heath 2014 年 4 月 20 日
[ 85 130 ] = size(input)
[ 26 130 ] = size(target)
What non-default input parameters did you use?

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by