Skip to content

Commit

Permalink
apply analysis tutorial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zinaStef committed Oct 18, 2024
1 parent 428fc93 commit ac21979
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 69 deletions.
11 changes: 2 additions & 9 deletions tutorials/03_density_estimators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"One option is to use one of set of preconfigured density estimators by passing a string in the `density_estimator` keyword argument to the inference object (`NPE` or `NLE`), e.g., \"maf\" to use a Masked Autoregressive Flow, of \"nsf\" to use a Neural Spline Flow with default hyperparameters.\n"
"One option is to use one of the preconfigured density estimators by passing a string in the `density_estimator` keyword argument to the inference object (`NPE` or `NLE`), e.g., \"maf\" to use a Masked Autoregressive Flow, of \"nsf\" to use a Neural Spline Flow with default hyperparameters.\n"
]
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"It is also possible to pass an `embedding_net` to `posterior_nn()` which learn summary\n",
"It is also possible to pass an `embedding_net` to `posterior_nn()` which learns summary\n",
"statistics from high-dimensional simulation outputs. You can find a more detailed\n",
"tutorial on this in [04_embedding_networks](04_embedding_networks.md).\n"
]
Expand Down Expand Up @@ -129,13 +129,6 @@
"\n",
"See more information on the [Reference API page](https://sbi-dev.github.io/sbi/reference/models/#sbi.neural_nets.density_estimators.ConditionalDensityEstimator)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
250 changes: 213 additions & 37 deletions tutorials/08_crafting_summary_statistics.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tutorials/12_iid_data_and_permutation_invariant_embeddings.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ac21979

Please sign in to comment.