Skip to content

Commit 828db51

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
![Docs](https://github.com/intsystems/implicit-reparameterization-trick/actions/workflows/docs.yml/badge.svg)
2626

2727

28-
## Description
28+
## 💡 Description
2929

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

32-
## Scope
32+
## 🗃 Scope
3333
We plan to implement the following distributions in our library:
3434
- [x] Gaussian normal distribution (*)
3535
- [x] Dirichlet distribution (Beta distributions)(\*)
@@ -44,11 +44,11 @@ We plan to implement the following distributions in our library:
4444

4545
(\*\*\*) - this distribution is not very clear in implementation, its inclusion is questionable
4646

47-
## Stack
47+
## 📚 Stack
4848

4949
We plan to inherit from the torch.distribution.Distribution class, so we need to implement all the methods that are present in that class.
5050

51-
## Usage
51+
## 👨‍💻 Usage
5252
In this example, we demonstrate the application of our library using a Variational Autoencoder (VAE) model, where the latent layer is modified by a normal distribution.
5353
```
5454
>>> import torch.distributions.implicit as irt
@@ -66,7 +66,7 @@ In this example, we demonstrate the use of a mixture of distributions using our
6666
>>> outputs = Decoder(deviated)
6767
```
6868

69-
## Links
69+
## 📬 Links
7070
- [LinkReview](https://github.com/intsystems/implitic-reparametrization-trick/blob/main/linkreview.md)
7171
- [Plan of project](https://github.com/intsystems/implitic-reparametrization-trick/blob/main/planning.md)
7272
- [BlogPost](blogpost/Blog_post_sketch.pdf)

0 commit comments

Comments
 (0)