Bug in learning rate?
Closed this issue · 2 comments
wshinigamic commented
Should the _update_learning_rate() in network.py be self.learning_rate = self.start_learning_rate * self.xp.exp(-n_iter / self.epochs)
instead? Thanks!
fcomitani commented
Hi @wshinigamic, nice catch. I'll fix it in the next commit.