Evolutionary Robotics
Momentum is a concept that describes the quantity of motion an object possesses, often represented as the product of an object's mass and its velocity. In the context of training neural networks, momentum is a technique used to accelerate gradient descent algorithms by adding a fraction of the previous weight update to the current update. This helps to smooth out oscillations and can lead to faster convergence when optimizing the neural network.
congrats on reading the definition of momentum. now let's actually learn it.