Neural Network Training - Deep Learning Dictionary
text
Neural Network Training - Deep Learning Dictionary
When we train a neural network, we're attempting to solve an optimization problem. Specifically, we're trying to optimize the values of the weights within the model that lead to the lowest loss.
For classification tasks, we can minimize the loss of the network by finding the weights that most accurately map our input data to the correct output class. This mapping is what the network must learn during training.
quiz
resources
updates
Committed by on