Skip to content
#

regularization-techniques

Here are 7 public repositories matching this topic...

Language: All
Filter by language

Your all-in-one Machine Learning resource – from scratch implementations to ensemble learning and real-world model tuning. This repository is a complete collection of 25+ essential ML algorithms written in clean, beginner-friendly Jupyter Notebooks. Each algorithm is explained with intuitive theory, visualizations, and hands-on implementation.

  • Updated Jul 22, 2025
  • Jupyter Notebook

This repository implements a 3-layer neural network with L2 and Dropout regularization using Python and NumPy. It focuses on reducing overfitting and improving generalization. The project includes forward/backward propagation, cost functions, and decision boundary visualization. Inspired by the Deep Learning Specialization from deeplearning.ai.

  • Updated Feb 19, 2025
  • Jupyter Notebook

Regularization is a crucial technique in machine learning that helps to prevent overfitting. Overfitting occurs when a model becomes too complex and learns the training data so well that it fails to generalize to new, unseen data.

  • Updated Sep 8, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the regularization-techniques topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the regularization-techniques topic, visit your repo's landing page and select "manage topics."

Learn more