Difference between revisions of "Regularization"

From
Jump to: navigation, search
Line 2: Line 2:
 
[http://www.google.com/search?q=Regularization+deep+machine+learning+ML ...Google search]
 
[http://www.google.com/search?q=Regularization+deep+machine+learning+ML ...Google search]
  
* [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]]
 
* [[Overfitting Challenge]]
  
Line 10: Line 9:
 
* Data augmentation
 
* Data augmentation
 
* Early stopping
 
* Early stopping
 +
 +
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. [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]
  
 
<youtube>u73PU6Qwl1I</youtube>
 
<youtube>u73PU6Qwl1I</youtube>
 
<youtube>NyG-7nRpsW8</youtube>
 
<youtube>NyG-7nRpsW8</youtube>

Revision as of 09:10, 30 December 2018

Youtube search... ...Google search

Different Regularization techniques in Deep Learning:

  • L2 and L1 regularization
  • Dropout
  • Data augmentation
  • Early stopping

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