Prerequisites
Before using mlpack in an application, it must be installed on the system.
-
Installing mlpack: a guide to install mlpack.
-
Cross-compilation setup: use this guide if you plan to cross-compile mlpack C++ programs for another device.
Once mlpack is set up, you should start with the following resources:
-
Quickstart: guide to get simple mlpack programs running in C++.
-
Matrices and data: details about how data is expected to be represented in mlpack (via the Armadillo library).
If you wish to use mlpack’s bindings to other languages, see the Bindings page.