Regularization & Optimization
Regularization prevents overfitting by penalizing model complexity, while advanced optimizers like AdamW and learning rate schedules improve convergence and generalization in neural network training.
All posts tagged with "cs231n".
Regularization prevents overfitting by penalizing model complexity, while advanced optimizers like AdamW and learning rate schedules improve convergence and generalization in neural network training.
Linear classifiers use learned weight matrices and biases to assign class scores, enabling fast inference but only handling linearly separable data.