Theano: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=What is it= | |||
Theano is a package for performing tensor calculations, useful in training neural networks. | Theano is a package for performing tensor calculations, useful in training neural networks. | ||
(In Greek mythology, Theano was a priestess of Athena in the city of Troy. See [https://en.wikipedia.org/wiki/Theano wikipedia].) | |||
This is software I have mainly utilized as a backend to [[Keras]], not interfaced with directly. | This is software I have mainly utilized as a backend to [[Keras]], not interfaced with directly. | ||
=Links= | |||
Github: https://github.com/Theano/Theano | |||
Documentation: http://www.deeplearning.net/software/theano/ | |||
=Flags= | |||
[[Category:NN]] | [[Category:NN]] | ||
Revision as of 21:43, 14 October 2017
What is it
Theano is a package for performing tensor calculations, useful in training neural networks.
(In Greek mythology, Theano was a priestess of Athena in the city of Troy. See wikipedia.)
This is software I have mainly utilized as a backend to Keras, not interfaced with directly.
Links
Github: https://github.com/Theano/Theano
Documentation: http://www.deeplearning.net/software/theano/