Skip to content

Commit

Permalink
add tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed Dec 12, 2024
1 parent df3c263 commit 5eeb2d4
Show file tree
Hide file tree
Showing 15 changed files with 7,053 additions and 6 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## 0.2.x

### 0.2.5

This version of HSSM incorporated the following changes:

1. We added a new tutorial on how to use custom likelihood functions with HSSM.
2. Added convenience function `compile_logp()` to return a compiled log-likelihood function to be used freely downstream.
3. Some improvements to internals to allow for (1.)
4. Major improvments to plotting with `model_cartoon_plots()`
5. Refactoring and minor improvements to pre-existing plots

### 0.2.4

This version of HSSM incorporated the following changes:
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</span>
Navigate the site here!
</span>
<span class="right-margin"> v0.2.4 is released! </span>
<span class="right-margin"> v0.2.5 is released! </span>
<span>
<span class="twemoji">
{% include ".icons/material/head-question.svg" %}
Expand Down
3,773 changes: 3,773 additions & 0 deletions docs/tutorials/blackbox_contribution_onnx_example.ipynb

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions docs/tutorials/compile_logp.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
,epoch,val_loss
0,0.0,0.08957315236330032
1,1.0,0.10666166245937347
2,2.0,0.08405958116054535
3,3.0,0.08327259123325348
4,4.0,0.10983947664499283
5,5.0,0.09185060113668442
6,6.0,0.09421870112419128
7,7.0,0.093417227268219
8,8.0,0.08739369362592697
9,9.0,0.0797438845038414
10,10.0,0.07186270505189896
11,11.0,0.07257602363824844
12,12.0,0.06973335146903992
13,13.0,0.06838957965373993
14,14.0,0.06252704560756683
15,15.0,0.06026891991496086
16,16.0,0.061097651720047
17,17.0,0.059597570449113846
18,18.0,0.059423770755529404
19,19.0,0.058538973331451416
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5eeb2d4

Please sign in to comment.