Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.02 KB

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