# File lib/ai4r/som/layer.rb, line 60 def learning_rate_decay(epoch) @initial_learning_rate * ( 1 - epoch / @time_for_epoch) end