Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. http://deeplearning.net/software/theano/
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
Theano is a Python library that allows you to define, optimize, and
|
|
efficiently evaluate mathematical expressions involving multi-dimensional
|
|
arrays. It is built on top of NumPy.
|
|
|
|
WWW: http://deeplearning.net/software/theano/
|