https://github.com/quockhai/basic-ml-python
Basic Machine Learning with Python
https://github.com/quockhai/basic-ml-python
Last synced: 3 months ago
JSON representation
Basic Machine Learning with Python
- Host: GitHub
- URL: https://github.com/quockhai/basic-ml-python
- Owner: quockhai
- License: mit
- Created: 2020-08-06T08:28:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T08:25:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T21:27:13.715Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicML
Basic Machine Learning with PythonImplement some Machine Learning algorithms (KNN, K-means, Naive Bayes, ...) in Python.
#### Require
- Python 3.8.x
- Library: numpy, scikit-learn