Skip to content

This project implements different machine learning algorithms in C++

Notifications You must be signed in to change notification settings

wenxiaoming/mlalgorithm

Repository files navigation

mlalgorithm

This project implements different machine learning algorithms in C++. Some idea of the algorithm is from the book Machine Learning in Action.

how to build

On Linux

$ mkdir build
$ cd build
$ cmake ..
$ make

On other platforms like Windows, it will generate a Visual Studio project through cmake

how to run

$ ./bin/mlalgorithm

[0] naivebayes
[1] apriori
[2] fpgrowth
[3] knn
[4] decisiontree
[5] cart
[6] svm
[7] kmeans
[8] logisticregression
[9] adaboost
please select the machine learning algorithm

About

This project implements different machine learning algorithms in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published