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
Copy file name to clipboardExpand all lines: docs/source/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@
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/examples/variational_inference/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.
0 commit comments