pystacks

Python library for hierarchical machine learning


Keywords
neural, networks, machine, learning
License
MIT
Install
pip install pystacks==0.3

Documentation

pystacks

Gitter

pystacks is a Theano-based machine learning framework: it allows you to build models by combining modular blocks into a Theano expression graph. pystacks does not attempt to hide the inner workings of Theano, and deals with inputs and outputs solely in terms of Theano variables.

Build Status

To find installation instructions and documentation for pystacks, please see http://pystacks.readthedocs.org/en/latest/

To clone pystacks for development:

git clone https://github.com/vzhong/pystacks.git
cd pystacks
python setup.py test

If you have any questions/comments, please feel free to contact me at victor@victorzhong.com