Summary of Various Optimization Algorithms in Neural Network Training
Click on the above“Visual Learning for Beginners” to selectStar or Pin. Important content delivered at the first moment 1. Brief Overview of Various Optimization Algorithms Stochastic Gradient Update: For standard SGD, I won’t elaborate. The main point to note is that mini-batch gradient descent is commonly used in deep learning. Momentum Update: This method can … Read more