Skip to content

Added General Updates in data_container.ipynb file #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
751 changes: 385 additions & 366 deletions examples/pymc3_howto/data_container.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions examples/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ @article{lewandowski2009generating
publisher={Elsevier}
}

@book{martin2018bayesian,
title={Bayesian analysis with Python: introduction to statistical modeling and probabilistic programming using PyMC3 and ArviZ},
author={Martin, Osvaldo},
year={2018},
publisher={Packt Publishing Ltd}
}


@book{mcelreath2018statistical,
title={Statistical rethinking: A Bayesian course with examples in R and Stan},
author={McElreath, Richard},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"(bayesian_neural_network_advi)=\n",
"# Variational Inference: Bayesian Neural Networks"
]
},
Expand Down Expand Up @@ -919,7 +920,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -933,7 +934,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.9.7"
},
"latex_envs": {
"bibliofile": "biblio.bib",
Expand Down