* Add Findmlack.cmake I opened this PR, because it was so difficult to revive the old one. Signed-off-by: Omar Shrit <omar@avontech.fr> * Adding the comments from the previous PR Signed-off-by: Omar Shrit <omar@avontech.fr> * Add the docs again Signed-off-by: Omar Shrit <omar@avontech.fr> * Add depedencies functions Signed-off-by: Omar Shrit <omar@avontech.fr> * Make the filename compatible with the standard Signed-off-by: Omar Shrit <omar@avontech.fr> * Move the dependencies search from CMakeLists Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove MATHJAX Signed-off-by: Omar Shrit <omar@avontech.fr> * Refactor the CMake into dependencies Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove Findarmadillo since it exist in CMake Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove Arpack as well, already in the main stream Signed-off-by: Omar Shrit <omar@avontech.fr> * This needs to go, tooo old Signed-off-by: Omar Shrit <omar@avontech.fr> * Move cereal and ensmallen to mlpack Signed-off-by: Omar Shrit <omar@avontech.fr> * Get rid of the empty files Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove Doxygen generation file Signed-off-by: Omar Shrit <omar@avontech.fr> * Finish Findmlpack.cmake file Signed-off-by: Omar Shrit <omar@avontech.fr> * Increase Cmake version to 3.11 to avoid the warning Signed-off-by: Omar Shrit <omar@avontech.fr> * Add POST_BUILD to get rid of the warning Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove really old support for MACOS 11 and 9 This is more like 15 years old already Signed-off-by: Omar Shrit <omar@avontech.fr> * Already specified no need to do it again Signed-off-by: Omar Shrit <omar@avontech.fr> * Fix according to comments from @rcurtin Signed-off-by: Omar Shrit <omar@avontech.fr> * add message for armadillo Signed-off-by: Omar Shrit <omar@avontech.fr> * Try to fix windows and cross CI at the same time Signed-off-by: Omar Shrit <omar@avontech.fr> * Let us add brutally STB and Armadillo Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove STB image independant file from here Signed-off-by: Omar Shrit <omar@avontech.fr> * Adding more into findmlpack Signed-off-by: Omar Shrit <omar@avontech.fr> * Move things from CMake as they are not directly relevant Signed-off-by: Omar Shrit <omar@avontech.fr> * Move the autdownloader to findmlpack Signed-off-by: Omar Shrit <omar@avontech.fr> * remove the autodownload Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove cmakeextras, added for obsure reasons Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove license for really old stuff Signed-off-by: Omar Shrit <omar@avontech.fr> * Re-order the file how it should be Signed-off-by: Omar Shrit <omar@avontech.fr> * Move out of dependency Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove Dependencies, as it is no longer used Signed-off-by: Omar Shrit <omar@avontech.fr> * Add stb to this file again Signed-off-by: Omar Shrit <omar@avontech.fr> * reorganize functions Signed-off-by: Omar Shrit <omar@avontech.fr> * Add find armadillo Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove Dependencies files and autdownload Signed-off-by: Omar Shrit <omar@avontech.fr> * Make it use the internal functions Signed-off-by: Omar Shrit <omar@avontech.fr> * Finishing most of the cmake modifications Signed-off-by: Omar Shrit <omar@avontech.fr> * Fix a couple of last things Signed-off-by: Omar Shrit <omar@avontech.fr> * Change the name and remove old file Signed-off-by: Omar Shrit <omar@avontech.fr> * Fix all comments left by @rcurtin Signed-off-by: Omar Shrit <omar@avontech.fr> * Fix the docs for each of the function Signed-off-by: Omar Shrit <omar@avontech.fr> * Move the cross compilation to inside fetch and make it as an auto detect Signed-off-by: Omar Shrit <omar@avontech.fr> * Cut the parts that are refactored Signed-off-by: Omar Shrit <omar@avontech.fr> * Fix function name Signed-off-by: Omar Shrit <omar@avontech.fr> * Remove the "" Signed-off-by: Omar Shrit <omar@avontech.fr> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Fix text and code Signed-off-by: Omar Shrit <omar@avontech.fr> * Apply comments from @rcurtin Signed-off-by: Omar Shrit <omar@avontech.fr> * modify CMakeLists accordingly Signed-off-by: Omar Shrit <omar@avontech.fr> * Add PR in the history Signed-off-by: Omar Shrit <omar@avontech.fr> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update CMake/mlpack.cmake Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update HISTORY.md Co-authored-by: Ryan Curtin <ryan@ratml.org> * Update doc/embedded/crosscompile_example.md Co-authored-by: Ryan Curtin <ryan@ratml.org> --------- Signed-off-by: Omar Shrit <omar@avontech.fr> Co-authored-by: Ryan Curtin <ryan@ratml.org>
a fast, header-only machine learning library
Home | Download | Documentation | Help |
Download: current stable version (4.5.1)
mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages. It is meant to be a machine learning analog to LAPACK, and aims to implement a wide array of machine learning methods and functions as a "swiss army knife" for machine learning researchers.
mlpack's lightweight C++ implementation makes it ideal for deployment, and it can also be used for interactive prototyping via C++ notebooks (these can be seen in action on mlpack's homepage).
In addition to its powerful C++ interface, mlpack also provides command-line programs, Python bindings, Julia bindings, Go bindings and R bindings.
Quick links:
- Quickstart guides: C++, CLI, Python, R, Julia, Go
- mlpack homepage
- mlpack documentation
- Examples repository
- Tutorials
- Development Site (Github)
mlpack uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.
0. Contents
- Citation details
- Dependencies
- Installation
- Usage from C++
- Building mlpack's test suite
- Further resources
1. Citation details
If you use mlpack in your research or software, please cite mlpack using the citation below (given in BibTeX format):
@article{mlpack2023,
title = {mlpack 4: a fast, header-only C++ machine learning library},
author = {Ryan R. Curtin and Marcus Edel and Omar Shrit and
Shubham Agrawal and Suryoday Basak and James J. Balamuta and
Ryan Birmingham and Kartik Dutt and Dirk Eddelbuettel and
Rishabh Garg and Shikhar Jaiswal and Aakash Kaushik and
Sangyeon Kim and Anjishnu Mukherjee and Nanubala Gnana Sai and
Nippun Sharma and Yashwant Singh Parihar and Roshan Swain and
Conrad Sanderson},
journal = {Journal of Open Source Software},
volume = {8},
number = {82},
pages = {5026},
year = {2023},
doi = {10.21105/joss.05026},
url = {https://doi.org/10.21105/joss.05026}
}
Citations are beneficial for the growth and improvement of mlpack.
2. Dependencies
mlpack requires the following additional dependencies:
If the STB library headers are available, image loading support will be available.
If you are compiling Armadillo by hand, ensure that LAPACK and BLAS are enabled.
3. Installation
Detailed installation instructions can be found on the Installing mlpack page.
4. Usage from C++
Once headers are installed with make install, using mlpack in an application
consists only of including it. So, your program should include mlpack:
#include <mlpack.hpp>
and when you link, be sure to link against Armadillo. If your example program
is my_program.cpp, your compiler is GCC, and you would like to compile with
OpenMP support (recommended) and optimizations, compile like this:
g++ -O3 -std=c++17 -o my_program my_program.cpp -larmadillo -fopenmp
Note that if you want to serialize (save or load) neural networks, you should
add #define MLPACK_ENABLE_ANN_SERIALIZATION before including <mlpack.hpp>.
If you don't define MLPACK_ENABLE_ANN_SERIALIZATION and your code serializes a
neural network, a compilation error will occur.
Warning: older versions of OpenBLAS (0.3.26 and older) compiled to use pthreads may use too many threads for computation, causing significant slowdown. OpenBLAS versions compiled with OpenMP do not suffer from this issue. See the test build guide for more details and simple workarounds.
See also:
- the test program compilation section of the installation documentation,
- the C++ quickstart, and
- the examples repository repository for
some examples of mlpack applications in C++, with corresponding
Makefiles.
4.1. Reducing compile time
mlpack is a template-heavy library, and if care is not used, compilation time of a project can be very high. Fortunately, there are a number of ways to reduce compilation time:
-
Include individual headers, like
<mlpack/methods/decision_tree.hpp>, if you are only using one component, instead of<mlpack.hpp>. This reduces the amount of work the compiler has to do. -
Only use the
MLPACK_ENABLE_ANN_SERIALIZATIONdefinition if you are serializing neural networks in your code. When this define is enabled, compilation time will increase significantly, as the compiler must generate code for every possible type of layer. (The large amount of extra compilation overhead is why this is not enabled by default.) -
If you are using mlpack in multiple .cpp files, consider using
extern templatesso that the compiler only instantiates each template once; add an explicit template instantiation for each mlpack template type you want to use in a .cpp file, and then useexterndefinitions elsewhere to let the compiler know it exists in a different file.
Other strategies exist too, such as precompiled headers, compiler options,
ccache, and others.
5. Building mlpack's test suite
See the installation instruction section.
6. Further Resources
More documentation is available for both users and developers.
To learn about the development goals of mlpack in the short- and medium-term future, see the vision document.
If you have problems, find a bug, or need help, you can try visiting
the mlpack help page, or mlpack on
Github. Alternately, mlpack help can be
found on Matrix at #mlpack; see also the
community page.