Skip to content

Files

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example model

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

Install the dependencies inside a Virtualenv:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Train

python train.py