Skip to content

Update pointer to Theano docs. #4275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/source/PyMC3_and_Theano.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ build up a Theano function from the space of our parameters to
their posterior probability density up to a constant factor. We then use
symbolic manipulations of this function to also get access to its gradient.

Note that the original developers have stopped maintaining Theano, so
PyMC3 uses `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`_,
a fork of Theano maintained by the PyMC3 developers.

For a thorough introduction to Theano see the
`theano docs <http://deeplearning.net/software/theano/introduction.html>`_,
`theano docs <https://theano-pymc.readthedocs.io/en/latest/>`_,
but for the most part you don't need detailed knowledge about it as long
as you are not trying to define new distributions or other extensions
of PyMC3. But let's look at a simple example to get a rough
Expand Down