File tree 1 file changed +5
-1
lines changed
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
11
11
their posterior probability density up to a constant factor. We then use
12
12
symbolic manipulations of this function to also get access to its gradient.
13
13
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
+
14
18
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/ >`_,
16
20
but for the most part you don't need detailed knowledge about it as long
17
21
as you are not trying to define new distributions or other extensions
18
22
of 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