Reduce learning rate after certain number of epoch
17 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have a question about reducing the learning rate or another way to enhance accuracy during training a deep learning model.
Suppose the loss metric does not improve after a defined epoch (for example 8). Is there a way to reduce the learning rate?
or
If the accuracy metric (or loss metric) fails to improve after a certain number of epochs, give another solution to improve accuracy.
Thank you all for your time and consideration
0 件のコメント
回答 (1 件)
Sivylla Paraskevopoulou
2022 年 10 月 18 日
Check out the example Specify Training Options to see how to reduce the learning rate after a certain number of epochs.
2 件のコメント
Francisco Serra
2024 年 2 月 1 日
train requires rlTrainingOptions and this one doesn't have that decayment option. Do you any have a tip?
Nicolas CRETIN
2024 年 7 月 29 日
Hi Francisco,
Check this out, this should help: Learning rate schedule - Reinforcement Learning Toolbox - MATLAB Answers - MATLAB Central (mathworks.com)
参考
カテゴリ
Help Center および File Exchange で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!