Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mdarshad1000/machine-learning
- Owner: mdarshad1000
- Created: 2021-10-25T12:54:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T23:46:47.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:00:58.622Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 36.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)