mlpack 4.5.0
0
a flexible, fast machine learning library
Contents
a flexible, fast machine learning library
Stars: 5062, Watchers: 5062, Forks: 1602, Open Issues: 23The mlpack/mlpack
repo was created 9 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 5062 github stars!
How to Install mlpack
You can install mlpack using pip
pip install mlpack
or add it to a project with poetry
poetry add mlpack
Package Details
- Author
- mlpack developers
- License
- BSD
- Homepage
- http://www.mlpack.org/
- PyPi:
- https://pypi.org/project/mlpack/
- Documentation:
- http://www.mlpack.org/doc/mlpack-4.5.0/python.html
- GitHub Repo:
- https://github.com/mlpack/mlpack
Classifiers
- Scientific/Engineering/Artificial Intelligence
- Scientific/Engineering/Mathematics
- Software Development/Libraries
- Software Development/Libraries/Application Frameworks
Related Packages
Errors
A list of common mlpack errors.
Code Examples
Here are some mlpack
code examples and snippets.
GitHub Issues
The mlpack package has 23 open issues on GitHub
- added check for input data value
- getting all class prediction with probability score for classification model like random forest
- Added Simple Exponential Smoothing model for time series
- adding sample examples for adaptive layers
- Instance Norm
- Subset Selection on data
- Removing Remaining Boost
- Added checks for relative input shapes in linear regression and k means clustering
- move and copy constructor for pooling layers
- input_labels parameter in preprocess_split function can't be empty
- Randomized ReLU Activation Function
- LayerNorm copy and move constructor created
- Implementation of Threshold Activation Fn Done
- A loaded model with PReLU does not produce expected predictions
- add implementation of ISRU activation function