Theano: Difference between revisions
From charlesreid1
No edit summary |
(→Flags) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=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 [https://en.wikipedia.org/wiki/Theano wikipedia].) | |||
This is software I have mainly utilized as a backend to [[Keras]], not interfaced with directly. | |||
==End of Life== | |||
Development on Theano by MILA will officially end around the end of 2017: | |||
{{Quote| | |||
2017/09/28: IMPORTANT: MILA will stop developing Theano and the next release (renamed to 1.0) will be the last main release. | |||
}} | |||
It is still a useful package, but it won't be actively developed by MILA. | |||
=Links= | |||
Github: https://github.com/Theano/Theano | |||
Documentation: http://www.deeplearning.net/software/theano/ | |||
=Flags= | |||
[[Category:NN]] | [[Category:NN]] | ||
| Line 9: | Line 30: | ||
[[Category:Theano]] | [[Category:Theano]] | ||
[[Category:Keras]] | [[Category:Keras]] | ||
[[Category:Lasagne]] | |||
[[Category:Cpp]] | [[Category:Cpp]] | ||
[[Category:Python]] | [[Category:Python]] | ||
Latest revision as of 22:10, 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.
End of Life
Development on Theano by MILA will officially end around the end of 2017:
2017/09/28: IMPORTANT: MILA will stop developing Theano and the next release (renamed to 1.0) will be the last main release.
It is still a useful package, but it won't be actively developed by MILA.
Links
Github: https://github.com/Theano/Theano
Documentation: http://www.deeplearning.net/software/theano/