Start with Recurrent Neural Networks.ipynb and keep following linked next notebooks at the bottom.
Windows: If you're using Anaconda, open an Anaconda prompt (might need to run as admin). Navigate to the directory where this repo is, and run the following command:
pip install -r requirements.txt
If you're not running Anaconda, then simply open a cmd/powershell window in the repo directory and run the above command. Note, to install Pillow, you might need the VS Build Tools (https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16)
Mac/Linux: Navigate to the repo directory, and run the following:
pip install -r requirements.txt
. Note that you may need to change pip
to pip3
depending on your default Python environment.