Skip to content

HocusPocus1/mlcpp

 
 

Repository files navigation

mlcpp

Set of examples of ML approaches implemented in C++ with XTensor and MShadow libraries.

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.

Content:

  1. Polynomial regression with XTensor

About

Set of examples of ML approaches implemented in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.3%
  • Cuda 39.4%
  • CMake 12.3%