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