Learn Before
Formula
Regularized Loss Objective Function
The ultimate target for optimization during neural network training is the objective function, denoted as . This function combines the network's predictive error with a complexity penalty. For a given data example, it is the sum of the unregularized loss term and the regularization term :
Minimizing this regularized objective function balances fitting the training data accurately while maintaining small parameter weights to improve overall generalization.
0
1
Updated 2026-05-06
Tags
D2L
Dive into Deep Learning @ D2L