Welcome to theano-wrapper’s documentation!¶
Theano-wrapper is a library for machine learning built around theano and implementing the deep learning tutorials found here in python 3.
Installation & first steps¶
Setup your virtual environment as you like, navigate to a temp directory and execute:
git clone https://github.com/sotlampr/theano-wrapper
cd theano-wrapper
pip install requirements.txt
pip install -e ./
For a demo, open a python interpreter and type:
>>> from theano_wrapper.demo import demo
>>> demo()
for more information, visit Tutorial and Reference section.