项目作者: fangyuan-ksgk

项目描述 :
This repository contains examples of simple implementation of NF. Normalizing Flows are generative models which produce tractable distributions where both sampling and density evaluation can be efficient and exact.
高级语言: Jupyter Notebook
项目地址: git://github.com/fangyuan-ksgk/Normalizing-Flows.git
创建时间: 2021-05-19T08:00:05Z
项目社区:https://github.com/fangyuan-ksgk/Normalizing-Flows

开源协议:MIT License

下载


Normalizing-Flows

Normalizing Flows are generative models which produce tractable distributions where both sampling and density evaluation can be efficient and exact. This repository contains examples of implementation of NF.

Many thanks to the wonderful ‘Probabilistic Deep Learning’ course provided by Dr.Kevin Webster (Imperial College London), from where I get started in learning this topics.

Description:

The NF-distribution-2d notebook file implements a NF to estimate a 2-dimensional distribution. The specific NF used here is called the Masked Autoregressive Flow.