IDSIA / brainstorm

Fast, flexible and fun neural networks.
Other
1.3k stars 154 forks source link

decrease by rate scheduling plan #116

Closed Miguellissimo closed 8 years ago

Miguellissimo commented 8 years ago

Hi, I have added a scheduling plan which I found in "Practical Recommendations for Gradient-Based Training of Deep Architectures" by Yoshua Bengio, Llink to paper.

It keeps the quantity constant for a given amount of epochs and then starts to decrease by 1/epoch_nr. I have added a test case too.

Qwlouse commented 8 years ago

Looks good to me. Thank you!