Theano
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.
Download
Basically, use
pip install --user Theano
If the requirements is not satisfied, please refer to http://deeplearning.net/software/theano/install_ubuntu.html for reference.
Usage
Please refer to http://deeplearning.net/software/theano/tutorial/index.html.
If you found it is hard to use, keras provides a simplified backend. Please refer to https://keras.io for reference.
Comment
Theano is not quite popular now. Think twice if you want to implement your project with Theano.