Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wrong classification with RProp in neural network demo
04-25-2012, 01:37 AM
Post: #1
Wrong classification with RProp in neural network demo
Hi all,

am I the only one who gets wrong classifications with the RProp training method in the neural network demo.

In 28% of the cases the classification ist wrong. Backpropagation works fine for me. I attached some screenshots with the wrong classification.

Is this an error in the component or is this normal for RProp?

greetings
Benjamin


Attached File(s) Thumbnail(s)
           
Find all posts by this user
Quote this message in a reply
04-25-2012, 04:27 AM
Post: #2
RE: Wrong classification with RProp in neural network demo
Hi! You're right, you are re-training a network (or overtraining).

Regards,
Dave
Find all posts by this user
Quote this message in a reply
05-01-2012, 07:13 PM
Post: #3
RE: Wrong classification with RProp in neural network demo
Hi

If I understand it right the problem with re-training should be solved if I add
Code:
ILNeuralNetwork1->Clear();
at the beginning of the training.

Unfortunately this solves the problem not completely. The wrong classifications become rare but they still occur.

Greetings
Benjamin
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)