Skip to content

Commit 4ee2a2d

Browse files
committed
Bayesian neural network with PyMC4
1 parent aae1e3a commit 4ee2a2d

File tree

3 files changed

+2491
-130
lines changed

3 files changed

+2491
-130
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ PyMC3 and PyMC4 implementations are now available for some notebooks (more plann
1616
with Tensorflow 2.x.
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
19-
implement and train a Bayesian neural network using a variational inference approach. Example implementation with Keras.
19+
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)).
2021

2122
- [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
2223
linear regression. Implementation from scratch with plain NumPy as well as usage of scikit-learn for comparison (see also

0 commit comments

Comments
 (0)