- Install Python
- Install Tensorflow
- Install Keras
- You may also need h5py if you don't already have it
- Configure Keras to use Tensorflow
The files in this directory are meant to build on each other in an order - starting with just defining a new neural network, and building towards predictions, saving and loading, and testing and evaluating the models.