An open API service indexing awesome lists of open source software.

https://github.com/srom/distributions

Notebooks on how to use PyTorch distributions to build probabilistic deep neural networks.
https://github.com/srom/distributions

deep-learning probability pytorch

Last synced: about 1 year ago
JSON representation

Notebooks on how to use PyTorch distributions to build probabilistic deep neural networks.

Awesome Lists containing this project

README

          

Example notebooks on how to use [PyTorch distributions](https://pytorch.org/docs/stable/distributions.html) to build probabilistic deep neural networks.

Relevant blog post: [Modeling uncertainty with PyTorch](https://romainstrock.com/blog/modeling-uncertainty-with-pytorch.html).