This was written for my Introduction to Recurrent Neural Networks.
Install dependencies:
$ pip install -r requirements.txtRun the RNN:
$ python main.pyYou may also be interested in:
- a Neural Network implemented from scratch in Python, which was written for my introduction to Neural Networks.