An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```