Difference between revisions of "Regularization"

From
Jump to: navigation, search
Line 6: Line 6:
 
* add more data
 
* add more data
 
* use [[Data Augmentation]]
 
* use [[Data Augmentation]]
* use [[Batch Normalization]]
+
* use [[Batch Norm(alization) & Standardization]]
 
* use architectures that generalize well
 
* use architectures that generalize well
 
* reduce architecture complexity
 
* reduce architecture complexity

Revision as of 18:31, 2 January 2019

Youtube search... ...Google search

Good practices for addressing the Overfitting Challenge:


Regularization is a technique which makes slight modifications to the learning algorithm such that the model generalizes better. This in turn improves the model’s performance on the unseen data as well. An Overview of Regularization Techniques in Deep Learning (with Python code) | Shubham Jain