You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="description">PyMC3 includes a comprehensive set of pre-defined statistical distributions that can be used as model building blocks.
87
87
</div>
88
88
</div>
89
89
</a>
90
90
91
-
<aclass="ui link card"href="Gaussian_Processes.html">
91
+
<aclass="ui link card"href="/Gaussian_Processes.html">
92
92
<divclass="content">
93
93
<divclass="header">Gaussian Processes</div>
94
94
<divclass="description">Sometimes an unknown parameter or variable in a model is not a scalar value or a fixed-length vector, but a function. A Gaussian process (GP) can be used as a prior probability distribution whose support is over the space of continuous functions. PyMC3 provides rich support for defining and using GPs.
95
95
</div>
96
96
</div>
97
97
</a>
98
98
99
-
<aclass="ui link card"href="pymc-examples/notebooks/variational_api_quickstart.html">
99
+
<aclass="ui link card"href="/pymc-examples/notebooks/variational_api_quickstart.html">
100
100
<divclass="content">
101
101
<divclass="header">Variational Inference</div>
102
102
<divclass="description">Variational inference saves computational cost by turning a problem of integration into one of optimization. PyMC3's variational API supports a number of cutting edge algorithms, as well as minibatch for scaling to large datasets.
103
103
</div>
104
104
</div>
105
105
</a>
106
106
107
-
<aclass="ui link card"href="PyMC3_and_Theano.html">
107
+
<aclass="ui link card"href="/PyMC3_and_Theano.html">
108
108
<divclass="content">
109
109
<divclass="header">PyMC3 and Theano</div>
110
110
<divclass="description">Theano is the deep-learning library PyMC3 uses to construct probability distributions and then access the gradient in order to implement cutting edge inference algorithms. More advanced models may be built by understanding this layer.
0 commit comments