leeyspaul / babi-rnn-lstm

Implementation of RNN / LSTM in Keras to tackle the Facebook bAbI Tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNN-LSTM with Facebook bAbI Tasks

The code found here contains an RNN and an LSTM implemented both in Keras.

Performance is comparable to that of the Facebook baseline LSTM results.

Getting started

This project utilizes the following additional libraries and you may need to install them on your machine before running the project.

It's advisable to have the anaconda environment on your machine.

To run the project simply open up your terminal and run your environment.

After activating the environment run the command jupyter notebook in your terminal if you wish to see the project in jupyter.

Contributing

If you'd like to contribute please contact the author.

Acknowledgements

Inspiration taken from Keras team bAbI RNN implementation found here:

https://github.com/keras-team/keras/blob/master/examples/babi_rnn.py.

About

Implementation of RNN / LSTM in Keras to tackle the Facebook bAbI Tasks

License:MIT License


Languages

Language:Jupyter Notebook 55.3%Language:Python 44.7%