Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

questions on training images

2 Ansichten (letzte 30 Tage)
Ampi
Ampi am 28 Nov. 2012
Hello,
I am facing a problem with training of images. I have a 2D matrix where each row represents a class and in this manner I have 20 classes and each class contains only 1 image of a person. Now I have the final training matrix consisting of 20 rows and 20 columns out of which I have chosen 10 most distinguished feature vectors.So, both my training-matrix consists of 20X20 dimensions and my target matrix contains 20X20 dimensions. Now my problem is, while training using newff function, I have set the following parameters:-
net.trainParam.epochs=200;
net.trainParam.goal=3e-5;
net.trainParam.show=50 ;
net.trainParam.lr=0.06;
net.trainParam.passes=99;
The problem is if I increase the number of distinguished vectors by 30/40, the training is stopping at 13 iterations. But, how can I train my samples for, say, 200 iterations? And are the parameters set by me above all right for 20X20 vectors because I am not getting a very good recognition rate? Kindly help.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by