There are multiple ways to get mlpack up and running. Python bindings can be installed using pip or conda, or built from source (see Build from source tutorials). Julia bindings can be installed via Julia's 'Pkg' package manager. For C++, if mlpack is not available via your preferred OS package manager, or if you need to build your own version (e.g. to apply optimizations, use a different set of BLAS/LAPACK, or build a different configuration), please refer to the Build from source tutorials. For Windows, prebuilt binaries will help you get started without the need of building mlpack. These packages include both the C++ mlpack library as well as the CLI tools.
Once you get mlpack running, check out the documentation or the examples repository, which contains simple example usages of mlpack.
In case none of the binary packages listed on our website work for your system, or you want to modify mlpack, you will need to build it from source. See the "source" section for your operating system above, or the extended directions below.
© 2007 - 2020 mlpack developers (BSD License).
Home • Quick Start • Documentation • Community • FAQ • GitHub