https://github.com/justdvnsh/machine-learning-with-python
A collection of machine learning models with python.
https://github.com/justdvnsh/machine-learning-with-python
data-science decision-tree-algorithm ensemble-learning kmeans-clustering-algorithm knn-algorithm machine-learning random-forest regression-algorithms supervised-learning unsupervised-machine-learning
Last synced: 3 months ago
JSON representation
A collection of machine learning models with python.
- Host: GitHub
- URL: https://github.com/justdvnsh/machine-learning-with-python
- Owner: justdvnsh
- Created: 2018-06-08T06:27:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T18:46:21.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T08:29:51.940Z (5 months ago)
- Topics: data-science, decision-tree-algorithm, ensemble-learning, kmeans-clustering-algorithm, knn-algorithm, machine-learning, random-forest, regression-algorithms, supervised-learning, unsupervised-machine-learning
- Language: Python
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning With Python
This is the companion repo to my [blog](https://justdvnsh.github.io), where we are discussing about the different machine learning algorithms , their theory, their practical, and even coding our own algorithms from scratch.