Skip to content

Commit da123da

Browse files
committed
Update link to nbviewer-rendered notebook
1 parent 4ee2a2d commit da123da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PyMC3 and PyMC4 implementations are now available for some notebooks (more plann
1717

1818
- [Variational inference in Bayesian neural networks](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/bayesian_neural_networks.ipynb). Demonstrates how to
1919
implement and train a Bayesian neural network using a variational inference approach. Example implementation with Keras (see also
20-
[PyMC4 implementation](https://github.com/krasserm/bayesian-machine-learning/blob/master/bayesian_neural_networks_pymc4.ipynb)).
20+
[PyMC4 implementation](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/wip-bnn-pymc4/bayesian_neural_networks_pymc4.ipynb)).
2121

2222
- [Bayesian regression with linear basis function models](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/bayesian_linear_regression.ipynb). Introduction to Bayesian
2323
linear regression. Implementation from scratch with plain NumPy as well as usage of scikit-learn for comparison (see also

0 commit comments

Comments
 (0)