rusty-machine v0.5.0 Release Notes

  • ๐Ÿš€ This is another fairly large release. Thank you to everyone who contributed!

    ๐Ÿ†• New Contributors

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿ”‹ Features

    • โž• Adding RMSProp gradient descent algorithm. #121
    • โž• Adding cross validation. #125
    • โž• Adding a new Shuffler transformer. #135

    ๐Ÿ› Bug Fixes

    • None

    Minor Changes

    • โž• Adding benchmarks
    • Initiate GMM with sample covariance of data (instead of identity matrix).