Hyperparameter Tuning of Deep Learning Algorithm
October 12th, 2017

A deep learning algorithm requires tuning of following possible set of parameters (also known as hyperparameters): $\alpha$ - learning rate - the most important hyperparameter to tune learning rate decay - probably second in importance mini-batch size - as important as learning rate decacy mini-batch iterations number of layers $\beta$ ... read more