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_. Theano features:
* **tight integration with NumPy:** a similar interface to NumPy's. numpy.ndarrays are also used internally in Theano-compiled functions.
* **transparent use of a GPU:** perform data-intensive computations up to 140x faster than on a CPU (support for float32 only).
* **efficient symbolic differentiation:** Theano can compute derivatives for functions of one or many inputs.
* **speed and stability optimizations:** avoid nasty bugs when computing expressions such as log(1 + exp(x)) for large values of x.
* **dynamic C code generation:** evaluate expressions faster.
* **extensive unit-testing and self-verification:** includes tools for detecting and diagnosing bugs and/or potential problems.
Theano has been powering large-scale computationally intensive scientific
research since 2007, but it is also approachable enough to be used in the
classroom (IFT6266 at the University of Montreal).
.. _NumPy: http://numpy.scipy.org/
Raw data
{
"_id": null,
"home_page": "http://deeplearning.net/software/theano/",
"name": "Theano-PyMC",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "theano math numerical symbolic blas numpy gpu autodiff differentiation",
"author": "pymc-devs",
"author_email": "pymc-devs@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/01/26/ee0f0a4c2d18d6a7058c71e3cfed21b31a209979e7d8191dbc990c542a61/Theano-PyMC-1.1.2.tar.gz",
"platform": "Windows",
"description": "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_. Theano features:\n\n * **tight integration with NumPy:** a similar interface to NumPy's. numpy.ndarrays are also used internally in Theano-compiled functions.\n * **transparent use of a GPU:** perform data-intensive computations up to 140x faster than on a CPU (support for float32 only).\n * **efficient symbolic differentiation:** Theano can compute derivatives for functions of one or many inputs.\n * **speed and stability optimizations:** avoid nasty bugs when computing expressions such as log(1 + exp(x)) for large values of x.\n * **dynamic C code generation:** evaluate expressions faster.\n * **extensive unit-testing and self-verification:** includes tools for detecting and diagnosing bugs and/or potential problems.\n\nTheano has been powering large-scale computationally intensive scientific\nresearch since 2007, but it is also approachable enough to be used in the\nclassroom (IFT6266 at the University of Montreal).\n\n.. _NumPy: http://numpy.scipy.org/",
"bugtrack_url": null,
"license": "BSD",
"summary": "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.",
"version": "1.1.2",
"split_keywords": [
"theano",
"math",
"numerical",
"symbolic",
"blas",
"numpy",
"gpu",
"autodiff",
"differentiation"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "5ed1cb188fbe417946480219b5ba334b",
"sha256": "5da6c2242ea72a991c8446d7fe7d35189ea346ef7d024c890397011114bf10fc"
},
"downloads": -1,
"filename": "Theano-PyMC-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "5ed1cb188fbe417946480219b5ba334b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1810180,
"upload_time": "2021-01-22T23:24:00",
"upload_time_iso_8601": "2021-01-22T23:24:00.613744Z",
"url": "https://files.pythonhosted.org/packages/01/26/ee0f0a4c2d18d6a7058c71e3cfed21b31a209979e7d8191dbc990c542a61/Theano-PyMC-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-01-22 23:24:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "theano-pymc"
}