An open API service indexing awesome lists of open source software.

https://github.com/sureshbeekhani/machine-learning-algorithms

A collection of machine learning algorithms implemented for learning and practice, covering regression and classification models using Python.
https://github.com/sureshbeekhani/machine-learning-algorithms

dataanalysis datascience featurescaling linearregression machinelearning matplotlib numpy pandas python seaborn

Last synced: about 2 months ago
JSON representation

A collection of machine learning algorithms implemented for learning and practice, covering regression and classification models using Python.

Awesome Lists containing this project

README

          

# Machine Learning Algorithms 📘

This repository is a **learning and practice collection** of core machine learning algorithms.
It contains implementations, experiments, and examples of both **regression** and **classification** techniques.

---

## 📂 Repository Structure
- **Regression/**
- Linear Regression
- Polynomial Regression
- Ridge & Lasso Regression
- Other regression models

- **Classification/**
- Logistic Regression
- Decision Trees
- Random Forest
- KNN, SVM, Naive Bayes
- Other classification models

---

## 🚀 Tech Stack
- **Language:** Python
- **Libraries:** NumPy, Pandas, Scikit-learn, Matplotlib, Seaborn

---

git clone https://github.com/SURESHBEEKHANI/Machine-Learning-Algorithms.git
cd Machine-Learning-Algorithms