iskandr / striate

Convolutional Neural Networks in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Striate has relocated: The original Striate was a simple convnet written on top of Theano, meant for small-scale experiments. It has since expanded into something both more useful and more confusing and now lives under new stewardship under the name FastNet.

Striate

A convolutional neural network framework, building on top of the convolutional kernel code from cuda-convnet.

Usage

See python striate/trainer.py --help for examples of running the trainer.

(cd cudaconv2 && make -j)
python striate/trainer.py

Requires

About

Convolutional Neural Networks in Python

License:GNU General Public License v3.0


Languages

Language:C++ 62.6%Language:Python 17.5%Language:C 12.7%Language:Objective-C 7.0%Language:Shell 0.3%