FabrizioMusacchio / L1_and_L2_regularization

This repository contains the code for the blog post on Understanding L1 and L2 regularization in machine learning. For further details, please refer to this post.

Home Page:https://www.fabriziomusacchio.com/blog/2023-03-28-l1_l2_regularization/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding L1 and L2 regularization in machine learning

This repository contains the code for the blog post on Understanding L1 and L2 regularization in machine learning. For further details, please refer to this post.

For reproducibility:

conda create -n l1_l2_regularization python=3.9
conda activate l1_l2_regularization
conda install -y mamba
mamba install -y numpy matplotlib tensorflow

About

This repository contains the code for the blog post on Understanding L1 and L2 regularization in machine learning. For further details, please refer to this post.

https://www.fabriziomusacchio.com/blog/2023-03-28-l1_l2_regularization/


Languages

Language:Python 100.0%