harthur / brain

Simple feed-forward neural network in JavaScript
MIT License
8.01k stars 857 forks source link

learningRate should be a training option, not a network option #39

Closed harthur closed 10 years ago

harthur commented 10 years ago

the learningRate is only used in training, and so should be an option passed to train() and not the initialization of the neural network.