Train a neural network
Training a Neural network means changing its Parameter aka the coefficients of the Matrix that compose the network to make it better at a specific task.
Do to this, we try to reduce the Loss function of the network. This is done by taking the derivative of the Loss function with respect to every Parameter so as it find the value of the parameters that minimises the loss.
Because we know that gets smaller as decreases, so using the sign of , we know how to tweak to reduce the value of . In this case, is the loss function and is the current value of a parameter and is a tiny modification made to .