mlpack v3.2.2 Release Notes

Release Date: 2019-11-26 // over 4 years ago
  • ๐Ÿš€ Released Nov. 26th, 2019.

    • โž• Add valid and same padding option in Convolution and Atrous Convolution layer (#1988).
    • โž• Add Model() to the FFN class to access individual layers (#2043).
    • ๐Ÿ“š Update documentation for pip and conda installation packages (#2044).
    • Add bindings for linear SVM (#1935); mlpack_linear_svm from the command-line, linear_svm() from Python.
    • โž• Add support to return the layer name as std::string (#1987).
    • Speed and memory improvements for the Transposed Convolution layer (#1493).
    • ๐Ÿ›  Fix Windows Python build configuration (#1885).
    • Validate md5 of STB library after download (#2087).
    • ๐Ÿ”– Add __version__ to __init__.py (#2092).