| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlpack 4.5.0 source code.tar.gz | 2024-09-18 | 6.4 MB | |
| mlpack 4.5.0 source code.zip | 2024-09-18 | 7.8 MB | |
| README.md | 2024-09-18 | 668 Bytes | |
| Totals: 3 Items | 14.1 MB | 0 | |
Released September 18, 2024.
- Distribute STB headers as part of R package (#3724, [#3726]).
- Added OpenMP parallelization to Hamerly, Naive, and Elkan k-means (#3761, [#3762], [#3764]).
- Added OpenMP support for fast approximation (#3685).
- Implemented the Find and Fill algorithm into the Dropout Layer and added OpenMP support (#3684).
- Update Python bindings to support NumPy 2.x (#3752).
- Bump minimum Armadillo version to 10.8 (#3760).
- Adapt
NearestInterpolationANN layer to new Layer Interface (#3768). - Add support for arbitrary matrix types to
Radicaland deprecateRadical::DoRadical()in favor ofRadical::Apply()(#3787).