项目作者: quqixun

项目描述 :
Python implementations of conventional Machine Learning Algorithms.
高级语言: Python
项目地址: git://github.com/quqixun/MLAlgorithms.git
创建时间: 2018-03-12T12:53:45Z
项目社区:https://github.com/quqixun/MLAlgorithms

开源协议:MIT License

下载


MLAlgorithms

Implementations of Conventional Machine Learning Algorithms.

0. Create Virtual Environment

LINK of Instructions
Optional. If you have installed packages (see requirement.txt),
you can skip this step as you like.

Tutorial for conda.
Tutorial for jupyter.

1. AdaBoost

LINK of Implementation

2. Support Vector Machine

LINK of Implementation

3. Naive Bayes

LINK of Implementation

4. k-Nearest Neighbors

LINK of Implementation

5. K-Means

LINK of Implementation

6. DBSCAN

LINK of Implementation