https://github.com/anantkaushik/machine-learning
Machine Learning Using Python
https://github.com/anantkaushik/machine-learning
machine-learning ml python3
Last synced: 5 months ago
JSON representation
Machine Learning Using Python
- Host: GitHub
- URL: https://github.com/anantkaushik/machine-learning
- Owner: anantkaushik
- Created: 2018-06-23T21:23:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T07:12:29.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T09:22:11.428Z (5 months ago)
- Topics: machine-learning, ml, python3
- Language: Python
- Size: 56.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning Algorithms
Topics covered:
- [x] [Data Preprocessing](Data-Preprocessing/data-preprocessing-template.py)
- [x] [Regression](Regression)
- [x] [Simple Linear Regression](Regression/Simple-Linear-Regression)
- [x] [Multiple Linear Regression](Regression/Multiple-Linear-Regression)
- [x] [Polynomial Regression](Regression/Polynomial-Regression)
- [x] [Decision Tree Regression](Regression/Decision-Tree-Regression)