Skip to content

nlpodyssey/goslide

Repository files navigation

GoSLIDE

GoSLIDE is a Go module implementing the Sub-Linear Deep learning Engine (SLIDE) algorithm introduced by Chen et al, 2019.

This is a work-in-progress port from the original codebase, written in C++.

Once we have a first complete port, we expect to focus on cleaning, refactoring, testing, and maybe even re-engineering some components. Eventually, we will evaluate further expansions, and a possible integration or combination with the spago library.

License

GoSLIDE is licensed under the BSD 2-Clause "Simplified" License. For information about the authors, please refer to the file AUTHORS.md.

This project is strongly based on HashingDeepLearning, which is licensed under the MIT License.