MLPACK (C++ library)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
MLPACK
Stable release 2.0.0 / December 23, 2015; 8 years ago (2015-12-23)
Written in C++
Operating system Cross-platform
Available in English
Type Software library
License Open source (BSD)
Website mlpack.org

MLPACK is a machine learning software library for C++, built on top of the Armadillo library. MLPACK has an emphasis on scalability, speed, and ease-of-use. Its aim is to make machine learning possible for novice users by means of a simple, consistent API, while simultaneously exploiting C++ language features to provide maximum performance and maximum flexibility for expert users.[1] Its intended target users are scientists and engineers.

It is open-source software distributed under the BSD license, making it useful for developing both open source and proprietary software. Releases 1.0.11 and before were released under the LGPL license. The project is supported by the Georgia Institute of Technology and contributions from around the world.

Supported algorithms

Currently MLPACK supports the following algorithms:

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.
  • mlpack on GitHub