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

https://github.com/shreydan/machine_learning_models_from_scratch

linear regression, logistic regression, KNN classifier, ...
https://github.com/shreydan/machine_learning_models_from_scratch

knn-classifier linear-regression logistic-regression machine-learning machine-learning-algorithms

Last synced: 8 months ago
JSON representation

linear regression, logistic regression, KNN classifier, ...

Awesome Lists containing this project

README

          

# Machine Learning Models from scratch

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![NumPy](https://img.shields.io/badge/numpy-%23013243.svg?style=for-the-badge&logo=numpy&logoColor=white) ![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white) ![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white) ![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)

implementation by `@shreydan` & a lil bit of help 🤫️

#### To run:

- activate virtualenv
- install dependencies (both requirements.txt & poetry.lock available)
- run files

### Resources:

- Machine Learning course: Andrew Ng
- [MadewithML](https://madewithml.com)
- [Aladdin Persson](https://www.youtube.com/c/AladdinPersson)

## MODELS:

- **REGRESSION**

- **Linear Regression**
- Univariate
- Multivariate

- **CLASSIFICATION**

- **Logistic Regression**
- Binary classifier
- **K-Nearest-Neighbors**
- multiclass classifier