Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdarshad1000/machine-learning

All my ML code from scratch.
https://github.com/mdarshad1000/machine-learning

Last synced: about 6 hours ago
JSON representation

All my ML code from scratch.

Awesome Lists containing this project

README

        

# Machine-Learning
This repository contains all my code for various machine learning models built from scratch and several techniques

### I've implemented the following machine learning models from scratch in Python:
* Linear Regression
* Multivariate Regression
* Logistic Regression
* Lasso Regression
* Support Vector Machine Classifier (SVM)
* K Nearest Neighbors Classifier (KNN)