Skip to content

unixpickle/neuralstruct

Repository files navigation

Overview

Originally, I had the idea to simplify the Neural Turing Machine by attaching a stack to a neural network. This would allow the network to, among other things, model Context-free Grammars. Once I started working on this, I realized it had already been done. However, I still wanted my own implementation for the purposes of experimentation.

In the end, I created a more general architecture, making it theoretically possible to attach any differentiable data structure to a neural net. Currently, I have implemented a stack (stack.go) and a queue (queue.go). It is also possible to create aggregate structures composed of many simpler structures (aggregate.go).

See the Godoc for more specific details.

About

Differentiable data structures for neural nets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages