A simple neural net to classify Iris flowers in the Iris data set. It is the example used in the Keepsake tutorial.
This is a somewhat contrived model to demonstrate how Keepsake works. It's main requirement is that it trains fast, so you can try out Keepsake as quickly as possible!
Install the dependencies inside a Virtualenv:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python train.py