Skip to content
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

Error rate constant #134

Open
adrian2x opened this issue Apr 17, 2018 · 3 comments
Open

Error rate constant #134

adrian2x opened this issue Apr 17, 2018 · 3 comments

Comments

@adrian2x
Copy link

Why is my error not changing? this means the network is not learning...

iteration 8 error 0.21693097170474318 rate 0.2
network.js:587
iteration 9 error 0.21693097170474318 rate 0.2
network.js:587
iteration 10 error 0.21693097170474318 rate 0.2
network.js:587
iteration 11 error 0.21693097170474318 rate 0.2
network.js:587
iteration 12 error 0.21693097170474318 rate 0.2
network.js:587
iteration 13 error 0.21693097170474318 rate 0.2
network.js:587
iteration 14 error 0.21693097170474318 rate 0.2
network.js:587
iteration 15 error 0.21693097170474318 rate 0.2
network.js:587
iteration 16 error 0.21693097170474318 rate 0.2
network.js:587
iteration 17 error 0.21693097170474318 rate 0.2
network.js:587
iteration 18 error 0.21693097170474318 rate 0.2
network.js:587
iteration 19 error 0.21693097170474318 rate 0.2
network.js:587
iteration 20 error 0.21693097170474318 rate 0.2
...
@ghost
Copy link

ghost commented Apr 18, 2018

Most likely your training set is broken ?

@dan-ryan
Copy link

dan-ryan commented Apr 22, 2018

Can you post some working code? That way we can help debug this issue.

@ghost
Copy link

ghost commented Apr 23, 2018

Check the Synaptic XOR example, I rebuild my code based on that and all works fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants