ijkilchenko / A_neural_network

A feedforward neural network in python
MIT License
6 stars 4 forks source link

Make tests pass with mini-batch and momentum #1

Closed ijkilchenko closed 9 years ago

ijkilchenko commented 9 years ago

Some tests occasionally fail with the introduction of some of the faster gradient descent methods (maybe mini-batch and momentum have to be set per test to eliminate randomness).

ijkilchenko commented 9 years ago

Tests are now mostly passing, but there was some bug introduced with choosing parameters (opening a new issue for this).