CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
425 stars 242 forks source link

Adjust weights at the end.(NN bug) #73

Closed musabkilic closed 5 years ago

musabkilic commented 6 years ago

Solution to #72 Note: Never tried it, maybe somebody can try and tell if it is working better(because I’m not at home).

musabkilic commented 6 years ago

Just tried it, looks better.

musabkilic commented 6 years ago

Running examples: XOR: http://z3r0.site/Toy-Neural-Network-JS/examples/xor/ MNIST: http://z3r0.site/Toy-Neural-Network-JS/examples/mnist/

You may need to increase the learning rate.