Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ For an in-depth exposition, check out our walkthrough notebooks below.
5. [SIR model with custom summary network](examples/SIR_Posterior_Estimation.ipynb)
6. [Bayesian experimental design](examples/Bayesian_Experimental_Design.ipynb)
7. [Simple model comparison example](examples/One_Sample_TTest.ipynb)
8. [Moving from BayesFlow v1.1 to v2.0](examples/From_BayesFlow_1.1_to_2.0.ipynb)

More tutorials are always welcome! Please consider making a pull request if you have a cool application that you want to contribute.

Expand Down
1 change: 1 addition & 0 deletions docsrc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The corresponding Jupyter Notebooks are available :mainbranch:`here <examples/>`
:numbered:

_examples/Linear_Regression_Starter.ipynb
_examples/From_BayesFlow_1.1_to_2.0.ipynb
_examples/Two_Moons_Starter.ipynb
_examples/SIR_Posterior_Estimation.ipynb
_examples/Bayesian_Experimental_Design.ipynb
Expand Down
372 changes: 0 additions & 372 deletions examples/From_BayesFlow_1.0_to_2.0.ipynb

This file was deleted.

Loading