Skip to content

Commit 9deb5ee

Browse files
authored
Update pointer to Theano docs. (#4275)
Co-authored-by: Robert P. Goldman <[email protected]>
1 parent 1c290ef commit 9deb5ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/PyMC3_and_Theano.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ build up a Theano function from the space of our parameters to
1111
their posterior probability density up to a constant factor. We then use
1212
symbolic manipulations of this function to also get access to its gradient.
1313

14+
Note that the original developers have stopped maintaining Theano, so
15+
PyMC3 uses `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`_,
16+
a fork of Theano maintained by the PyMC3 developers.
17+
1418
For a thorough introduction to Theano see the
15-
`theano docs <http://deeplearning.net/software/theano/introduction.html>`_,
19+
`theano docs <https://theano-pymc.readthedocs.io/en/latest/>`_,
1620
but for the most part you don't need detailed knowledge about it as long
1721
as you are not trying to define new distributions or other extensions
1822
of PyMC3. But let's look at a simple example to get a rough

0 commit comments

Comments
 (0)