https://github.com/npow/RNN-EM
Recurrent Neural Networks with External Memory
https://github.com/npow/RNN-EM
Last synced: 20 days ago
JSON representation
Recurrent Neural Networks with External Memory
- Host: GitHub
- URL: https://github.com/npow/RNN-EM
- Owner: npow
- Created: 2015-08-15T21:19:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T21:25:09.000Z (over 10 years ago)
- Last Synced: 2026-01-21T19:34:05.476Z (2 months ago)
- Language: Python
- Homepage: http://arxiv.org/abs/1506.00195
- Size: 129 KB
- Stars: 30
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Code - Recurrent Neural Networks with External Memory for Language Understanding
README
### Recurrent Neural Networks with External Memory
This is a Theano implementation of the RNN-EM model as described in [this paper](http://research.microsoft.com/pubs/246720/rnn_em.pdf).
This repository uses code from [`mesnilgr/is13`](https://github.com/mesnilgr/is13) to load the ATIS dataset.
### Usage
```
git clone --recursive git@github.com:npow/RNN-EM.git
python main.py
```