An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# BasicML
Basic Machine Learning with Python

Implement some Machine Learning algorithms (KNN, K-means, Naive Bayes, ...) in Python.

#### Require

- Python 3.8.x
- Library: numpy, scikit-learn