terkkila / cgml

Machine Learning with Computational Graphs
Apache License 2.0
2 stars 0 forks source link

Installation

First install the dependencies:

sudo pip install numpy scipy Theano PyYAML

Then install CGML:

sudo python setup.py clean build install