Striate
A convolutional neural network framework, building on top of the convolutional kernel code from cuda-convnet.
Setup
git clone https://github.com/rjpower/fastnet
cd fastnet
python setup.py develop [--user]
Usage
To run a trainer directly:
python fastnet/trainer.py --help
Take a look at the scripts in fastnet/scripts
for examples of how to run your own network.
Requires