lstm-neural-network-exercise

To start working

Open an environment in Anaconda

$conda create --name lstm python=3.6.3

$conda activate lstm

$pip install -r env.txt

Install Cuda 9.0 with Cudnn

Open the workspace with the lstm environment

To run without gui:

$ python ex4.py --epochs 2 --extra-layers 2

To run with gui:

$ python ex4_gui.py