https://github.com/ShauryaBhandari/Machine-Learning
Python implementation of machine learning algorithms
https://github.com/ShauryaBhandari/Machine-Learning
Last synced: 30 days ago
JSON representation
Python implementation of machine learning algorithms
- Host: GitHub
- URL: https://github.com/ShauryaBhandari/Machine-Learning
- Owner: ShauryaBhandari
- Created: 2019-01-14T06:25:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T09:56:07.000Z (over 5 years ago)
- Last Synced: 2024-07-31T07:18:43.227Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 62
- Watchers: 10
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: Support Vector Machine/KernelSVM.py
Awesome Lists containing this project
- awesome - Machine-Learning - Python implementation of machine learning algorithms (Python)
README
# Machine Learning Algorithms from scratch
Python implementation of Andrew Ng's course and other machine learning algorithms (not included in the course).All machine learning algorithms have been implemented using both numpy and scikit - learn and the datasets used have been included with the respective algorithms.
### Algorithm implementations till now:
* Decision Trees
* K-Means
* KNN
* Linear Regression
* Logistic Regression
* Naive Bayes Classifier
* Basic Neural Network
* Support Vector Machines (SVM)
* XGBoostA short theory report of the same has been uploaded for a quick review behind the math and logic used in each algorithm.
More algorithms coming soon!
Thanks for visiting!