Skip to content

Commit a541d09

Browse files
authored
Update README.md
1 parent 828db51 commit a541d09

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Implicit Reparametrization Trick
1+
<div align="center">
2+
<h1> Implicit Reparametrization Trick </h1>
3+
</div>
24

35
<div align="center">
46
<img src="images/implicit.webp" width="500px" />
57
</div>
68

9+
<p align="center">
10+
<a href="https://github.com/intsystems/discrete-variables-relaxation/tree/main/tests">
11+
<img alt="Coverage_2" src="https://github.com/intsystems/implicit-reparameterization-trick/actions/workflows/testing.yml/badge.svg" />
12+
</a>
13+
<a href="https://intsystems.github.io/discrete-variables-relaxation">
14+
<img alt="Docs" src="https://github.com/intsystems/implicit-reparameterization-trick/actions/workflows/docs.yml/badge.svg" />
15+
</a>
16+
</p>
717

818
<table>
919
<tr>
@@ -20,11 +30,6 @@
2030
</tr>
2131
</table>
2232

23-
24-
![Testing](https://github.com/intsystems/implicit-reparameterization-trick/actions/workflows/testing.yml/badge.svg)
25-
![Docs](https://github.com/intsystems/implicit-reparameterization-trick/actions/workflows/docs.yml/badge.svg)
26-
27-
2833
## 💡 Description
2934

3035
This repository implements an educational project for the Bayesian Multimodeling course. It implements algorithms for sampling from various distributions, using the implicit reparameterization trick.

0 commit comments

Comments
 (0)