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

https://github.com/awehenkel/normalizing-flows

This repository offers an implementation of some common architectures for normalizing flows.
https://github.com/awehenkel/normalizing-flows

density-estimation neural-network normalizing-flows

Last synced: 4 days ago
JSON representation

This repository offers an implementation of some common architectures for normalizing flows.

Awesome Lists containing this project

README

        

# Normalizing-Flows
This repository offers an implementation of some of the most common architectures for normalizing flows. If you are here you may be interested by this nice repository https://github.com/bayesiains/nflows which contains many flow components implementation as well!

---
## Installation:
`pip install git+https://github.com/AWehenkel/Normalizing-Flows/`

## Dependencies

- torch (> 1.5)
- numpy
- umnn (pip install umnn)

---

Still in progress, you can check the models folder for basic implementation of affine and monotonic transformations
and coupling or autorgressive conditioners.

---
## Short tutorials:

### 2D toy problems

This one shows how to build simple autoregressive feed-forward normalizing flows.

### Flow for images
To come...

### Conditional normalizing flows
To come...

### Graphical normalizing flows
To come...