-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example1 not enough training. #46
Comments
No. It's randomized, so it takes more loops sometimes. I'll increase it. |
Actually, it's possible you got stuck in a local minima. If you change it back to 300 iterations, and run the program several times, how often does it work? |
in 10 runs I only saw it get the right result 2 times (@ 300 iterations) |
Ok, thanks for the feedback. I'll look into it and tune things a bit when I have some free time. |
just as a point of interest when it does "fail" the outputs for case 2,3 and 4 are always similar around 0.6
|
with a value of 300 in the training loop I see this output:
changing the loop to 350 gives:
Was this done on purpose to show some kind of limitation of back propagation ?
The text was updated successfully, but these errors were encountered: