This repository contains the implementation of various Machine Learning Algorithms from scratch. Currently Implemented Algorithms include:
- Univariate Linear Regression -> linear_regression/ULR.py
- Multivariate Linear Regression -> linear_regression/MLR.py
- Logistic Regression using Gradient Descent Algorithm -> logistic_regression/logreg_gradient_descent.py