Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iskandr/striate

Convolutional Neural Networks in Python
https://github.com/iskandr/striate

Last synced: 2 months ago
JSON representation

Convolutional Neural Networks in Python

Awesome Lists containing this project

README

        

**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](https://github.com/rjpower/fastnet).

Striate
=========

A [convolutional neural network](http://yann.lecun.com/exdb/lenet/) framework, building on
top of the convolutional kernel code from [cuda-convnet](https://code.google.com/p/cuda-convnet/).

**Usage**

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

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

**Requires**

* [NumPy](http://www.numpy.org/)
* [CUDA](http://www.nvidia.com/object/cuda_home_new.html)
* [PyCUDA](http://documen.tician.de/pycuda/)