Set of examples of ML approaches implemented in C++ with different frameworks.
After cloning the source code please execute next commands to get all required third parties:
git submodule init
git submodule update
Each folder contains single example with own CMakeLists.txt file.
Linear Algebra
| Article | Library | CPU | GPU | Library's license |
|---|---|---|---|---|
| Polynomial regression | XTensor | + | BSD 3-Clause | |
| Polynomial regression | MShadow | + | + | Apache License 2.0 |
| Polynomial regression | Eigen | + | ? | Mozilla Public License 2.0 |
| planned | Armadillo | + | + | Apache License 2.0 |
Full featured frameworks
| Article | Library | CPU | GPU | Library's license |
|---|---|---|---|---|
| Classification | Shark-ML | + | + | LGPL |
| planned | mlpack | + | BSD 3-Clause, Mozilla Public License 2, Boost Software License 1.0 | |
| Classification | shogun-toolbox | + | + | BSD 3-Clause |
| planned | Dlib | + | + | Boost Software License - Version 1.0 |
Deep Learning
