Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 491 Bytes

File metadata and controls

10 lines (7 loc) · 491 Bytes

Recurrent-Entity-Networks

An implementation of the paper "Tracking the World State with Recurrent Entity Networks" - https://openreview.net/pdf?id=rJTKKKqeg

The model is the first to solve all of the bAbI tasks and so represents an important step in the path to building machines capable of reasoning.

Diagram of recurrent entity network

Dependencies

Theano, Numpy, Lasagne (this is just for ADAM and could be easily replaced)