This is an implementation of the SLIDE (Sub-LInear Deep learning Engine), ported from https://github.com/keroro824/HashingDeepLearning 😘.
Requirements:
- Rust 1.51.0+
- Machine: 10GB RAM
- Amazon-670K dataset
$ git clone https://github.com/carrotflakes/slide.git
$ cd slide
$ cargo run --release
Licensed under the MIT License.