Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 578 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 578 Bytes

Entity-Network

This repository contains an independent TensorFlow implementation of recurrent entity networks from Tracking the World State with Recurrent Entity Networks. This paper introduces the first method to solve all of the bAbI tasks using 10k training examples.

Dependencies

  • Theano

Thanks!

  • Thanks to Mikael Henaff for providing details about their paper over Thanksgiving break. :)
  • Thanks to Andy Zhang (@zhangandyx) for helping me troubleshoot numerical instabilities.