rusty-machine v0.4.3 Release Notes

Release Date: 2016-07-28 // over 7 years ago
  • ๐Ÿ†• New Contributors

    • ๐Ÿš€ tafia who is responsible for all changes in this release.

    ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ”‹ Features

    • None

    Minor Changes

    • ๐Ÿ‘ฏ Made neural nets more efficient by reducing clones and some restructuring.
    • ๐ŸŽ Removing unneeded copying in favour of slicing for performance.
    • Using iter_rows in favour of manually row iterating by chunks.