Skip to content

Commit f033fb2

Browse files
update data_container.ipynb (#151)
* Added General Updates * Replaced np.random with rng * updated ArviZ related change of using plot_posterior * update data container example * rebase, add cross-references and bibliography * address review comments Co-authored-by: Oriol (ZBook) <[email protected]>
1 parent 3290b46 commit f033fb2

File tree

3 files changed

+396
-368
lines changed

3 files changed

+396
-368
lines changed

examples/pymc3_howto/data_container.ipynb

+385-366
Large diffs are not rendered by default.

examples/references.bib

+8
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ @article{lewandowski2009generating
142142
publisher={Elsevier}
143143
}
144144

145+
@book{martin2018bayesian,
146+
title={Bayesian analysis with Python: introduction to statistical modeling and probabilistic programming using PyMC3 and ArviZ},
147+
author={Martin, Osvaldo},
148+
year={2018},
149+
publisher={Packt Publishing Ltd}
150+
}
151+
152+
145153
@book{mcelreath2018statistical,
146154
title={Statistical rethinking: A Bayesian course with examples in R and Stan},
147155
author={McElreath, Richard},

examples/variational_inference/bayesian_neural_network_advi.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"(bayesian_neural_network_advi)=\n",
78
"# Variational Inference: Bayesian Neural Networks"
89
]
910
},
@@ -919,7 +920,7 @@
919920
"metadata": {
920921
"anaconda-cloud": {},
921922
"kernelspec": {
922-
"display_name": "Python 3",
923+
"display_name": "Python 3 (ipykernel)",
923924
"language": "python",
924925
"name": "python3"
925926
},
@@ -933,7 +934,7 @@
933934
"name": "python",
934935
"nbconvert_exporter": "python",
935936
"pygments_lexer": "ipython3",
936-
"version": "3.8.10"
937+
"version": "3.9.7"
937938
},
938939
"latex_envs": {
939940
"bibliofile": "biblio.bib",

0 commit comments

Comments
 (0)