Adaptive learning rate for neural network

The learning rate is one of the most important hyper-parameters to tune in a neural network and Deep Learning. The right choice of learning rate results in a better model and faster convergence during the learning process. Time is often wasted on selecting and tuning the learning rate. The purpose o...

全面介紹

Saved in:
書目詳細資料
主要作者: Teo, Chee Seong
其他作者: Chua Chek Beng
格式: Final Year Project
語言:English
出版: Nanyang Technological University 2021
主題:
在線閱讀:https://hdl.handle.net/10356/148493
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:The learning rate is one of the most important hyper-parameters to tune in a neural network and Deep Learning. The right choice of learning rate results in a better model and faster convergence during the learning process. Time is often wasted on selecting and tuning the learning rate. The purpose of this thesis is to present the Armijo learning rate (LR) to eliminate the need of manually selecting and tuning the learning rate. We first introduce related information to our work, including the foundation of the neural network. We discuss some current methods on selecting learning rate and propose the Armijo LR. We evaluate the Armijo LR with the current methods and evaluate their performance on some image classification data sets.