This repository contains foundational implementations of various machine learning algorithms using Python and libraries like scikit-learn
, numpy
, and matplotlib
. Great for beginners looking to understand the basics of regression and classification techniques.
├── DescionTree/ # Decision Tree Classification
├── LogisticRegression.py # Logistic Regression (binary classification)
├── MultiLinearRegression/ # Multiple Linear Regression
├── PolynomialRegression/ # Polynomial Regression
├── SimpleLinearRegression/ # Simple Linear Regression
└── Linear_Regression.py # Another standalone implementation of Linear Regression
- Simple Linear Regression
- Multiple Linear Regression
- Polynomial Regression
- Logistic Regression
- Decision Tree Classification
- Python
- NumPy
- Matplotlib
- scikit-learn
-
Clone this repo:
git clone https://github.com/Mueez-lab/linear-regression-for-understanding cd linear-regression-for-understanding
-
Run any
.py
file or Jupyter notebook to see results:python LogisticRegression.py
machine-learning
regression
classification
scikit-learn
python
data-science
supervised-learning