Learning rate update

33 views
Skip to first unread message

curr...@gmail.com

unread,
Feb 5, 2019, 1:58:15 PM2/5/19
to mdCNN: Multidimensional CNN library in Matlab
Hellow again,

I can´t find how the Learning rate is being updated. Could you tell me wich ecuation does that? This is the only information i have found:

net.hyperParam.ni_initial    = 0.05;% ni to start training process

net.hyperParam.ni_final = 0.00001;% final ni to stop the training process


Thanks!

Hagay Garty

unread,
Feb 7, 2019, 8:03:51 AM2/7/19
to mdCNN: Multidimensional CNN library in Matlab
learning rate starts from ni_initial and after 'noImprovementTh' consecutive iterations with no improvement in loss value, the learning rate is reduced by half.
when learning rate drops below ni_final training stops.
Reply all
Reply to author
Forward
0 new messages