美文网首页
Lessoon 1: Deep Learning 2018

Lessoon 1: Deep Learning 2018

作者: 闫_锋 | 来源:发表于2018-09-26 10:33 被阅读8次

    Draw the Learning Rate against loss curve to detect the fastest decreasing gradient, which is not the minimal point in this line.

    Once it reaches the best learning rate, the iteration stops.

    Same idea applies for number of epochs

    https://arxiv.org/pdf/1506.01186.pdf

    https://towardsdatascience.com/understanding-learning-rates-and-how-it-improves-performance-in-deep-learning-d0d4059c1c10

    https://blog.csdn.net/guojingjuan/article/details/53200776

    https://www.jeremyjordan.me/nn-learning-rate/

    https://medium.com/@lipeng2/cyclical-learning-rates-for-training-neural-networks-4de755927d46

    https://github.com/bckenstler/CLR

    jupyter shoortcut
    command completion: TAB
    parameter completion: shift+TAB
    command doc: ?
    source code: ??
    H: show all shortcuts in main screen

    相关文章

      网友评论

          本文标题:Lessoon 1: Deep Learning 2018

          本文链接:https://www.haomeiwen.com/subject/pmcdoftx.html