Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 440 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 440 Bytes

normalizing-flows

Implementation of normalizing flows from 1d to Nd

Overview

This repo contains code for implementation of normalizing flows. The code and examples is largely inspired from the excellent course Deep Unsupervised Learning by UC Berkeley. The original code can be seen here.

I found the code to be a bit messy and decided to rewrite the entire thing myself again.