Skip to content
#

ridge-regression

Here are 743 public repositories matching this topic...

Implementation of algorithms such as normal equations, gradient descent, stochastic gradient descent, lasso regularization and ridge regularization from scratch and done linear as well as polynomial regression analysis. Implementation of several classification algorithms from scratch i.e. not used any standard libraries like sklearn or tensorflow.

  • Updated Sep 17, 2024
  • Jupyter Notebook

Complete Data Science Concepts, is an ongoing collection of my work as I progress through my Data Science journey. Starting from the fundamentals, I will be sharing projects, codes, and techniques that I learn along the way. It's designed to be useful for both beginners and advanced learners.

  • Updated Sep 15, 2024
  • Jupyter Notebook

This repository is the third project of the master's degree in AI Engineering that I am following. It aims toto optimize real estate price valuation through the use of advanced regularisation techniques in linear regression models by implementing Lasso, Ridge and Elastic Net in order to obtain accurate and stable price predictions.

  • Updated Sep 14, 2024
  • Jupyter Notebook

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.

  • Updated Sep 16, 2024
  • Jupyter Notebook

The project aims to predict NYC taxi trip durations using advanced regression techniques. We utilized Polynomial Linear Regression, Ridge Regression, and Lasso Regression for feature extraction and achieved a validation R² score of 0.67. Feature engineering included KMeans clustering, Haversine distance calculation, and date-time feature extraction

  • Updated Sep 6, 2024
  • Jupyter Notebook

Bu proje, Kontr firmasının borsa verilerini kullanarak hisse senedi fiyatlarının gelecekteki değerlerini tahmin etmeye yönelik gelişmiş makine öğrenimi modelleri içerir. Farklı algoritmalarla performans analizi yaparak yatırım kararlarını destekleyici öngörüler sağlar.

  • Updated Aug 30, 2024
  • Jupyter Notebook

A machine learning application aimed at predicting employee salaries based on various features such as experience, education level, location, etc. By using different models and techniques, the project seeks to present an optimized model for salary predictions.

  • Updated Aug 30, 2024
  • Python

In this project, we implement a linear regression model and its extensions on a student grades dataset to enhance performance. The workflow includes advanced EDA, data preprocessing, and assumption checks. Key steps: dataset overview, univariate and bivariate analysis, data preprocessing, model building(2nd degree,l1,l2,EN) and result visualization

  • Updated Aug 27, 2024
  • Jupyter Notebook

Improve this page

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

Learn more