Difference between revisions of "Regularization"
| Line 3: | Line 3: | ||
* [http://www.analyticsvidhya.com/blog/2018/04/fundamentals-deep-learning-regularization-techniques/ An Overview of Regularization Techniques in Deep Learning (with Python code) | Shubham Jain] | * [http://www.analyticsvidhya.com/blog/2018/04/fundamentals-deep-learning-regularization-techniques/ An Overview of Regularization Techniques in Deep Learning (with Python code) | Shubham Jain] | ||
| + | * [[Overfitting Challenge]] | ||
Different Regularization techniques in Deep Learning: | Different Regularization techniques in Deep Learning: | ||
Revision as of 08:52, 30 December 2018
Youtube search... ...Google search
- An Overview of Regularization Techniques in Deep Learning (with Python code) | Shubham Jain
- Overfitting Challenge
Different Regularization techniques in Deep Learning:
- L2 and L1 regularization
- Dropout
- Data augmentation
- Early stopping