Skip to content
#

regularization-to-avoid-overfitting

Here are 9 public repositories matching this topic...

Language: All
Filter by language

Master fundamental AI concepts and develop practical machine learning skills in the beginner-friendly, 3-course program by AI visionary Andrew Ng

  • Updated Sep 24, 2024
  • Jupyter Notebook

This project explores ML techniques across classification and regression. It includes penguin species classification, breast cancer prediction, and baseball performance prediction using regularization. After, I will develop an XGBoost model for hotel cancellation prediction, analyzing key booking factors and optimizing performance. (In Progress)

  • Updated Jul 3, 2025

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

This project applies regularization techniques (Ridge, Lasso, and Elastic Net) to improve real estate price forecasting. This project focuses on reducing overfitting and increasing the stability of regression models' predictions

  • Updated Jul 1, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the regularization-to-avoid-overfitting 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-to-avoid-overfitting topic, visit your repo's landing page and select "manage topics."

Learn more