Skip to content

Practicing memory networks with easy examples

Notifications You must be signed in to change notification settings

bi-lab/hde_practice

 
 

Repository files navigation

hde_practice

Practicing memory networks with easy examples

  1. Trying end-to-end memory networks with webapp. (./MemN2N-babi-python/)

  2. Reading end-to-end memory networks (keras code) (babi_memnn_practice.ipynb)

  3. Reading Deep Embedded memory networks (keras code) (DEMN_practice.ipynb)

Reference Papers

Installation

  • install graphviz
sudo apt-get install graphviz
  • install python packages with pip
sudo pip install -r requirements.txt

About

Practicing memory networks with easy examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.3%
  • Jupyter Notebook 34.9%
  • JavaScript 2.7%
  • HTML 2.4%
  • CSS 0.7%