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
.pyfile or Jupyter notebook to see results:python LogisticRegression.py
machine-learning regression classification scikit-learn python data-science supervised-learning