Skip to content

Latest commit

 

History

History

2_OverFitting_Regularization_NeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Regularization Techniques for Better Performance of Neural Network

This repository contains the code for analyzing how regularization helps to address the problem of overfitting in deep neural network.

Outline of the Notebook

  1. L2 norm and loading datasets
  2. Modifying our FF Class
  3. Use more complex models to reduce bias
  4. Demonstrate overfitting for very large models
  5. Use L2 regularisation for preventing overfitting
  6. Use noise on training data for preventing overfitting
  7. Exercises

Jump into code

  • Click here to execute the code directly in colab

    Click here to open in Colab

Blog posts

Related blog posts for better understanding of the code in this repository: