fcomitani/simpsom

Bug in learning rate?

Closed this issue · 2 comments

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!

Hi @wshinigamic, nice catch. I'll fix it in the next commit.

Fixed by 63490f6