This repository contains the code for analyzing how regularization helps to address the problem of overfitting in deep neural network.
- L2 norm and loading datasets
- Modifying our FF Class
- Use more complex models to reduce bias
- Demonstrate overfitting for very large models
- Use L2 regularisation for preventing overfitting
- Use noise on training data for preventing overfitting
- Exercises
Related blog posts for better understanding of the code in this repository: