File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,12 @@ build up a Theano function from the space of our parameters to
1111their posterior probability density up to a constant factor. We then use
1212symbolic 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+
1418For 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/ >`_,
1620but for the most part you don't need detailed knowledge about it as long
1721as you are not trying to define new distributions or other extensions
1822of PyMC3. But let's look at a simple example to get a rough
You can’t perform that action at this time.
0 commit comments