Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Assignment Questions

Vipul Arora

1
Normalizing Flows
Given a source distribution of vector ! as i.i.d. with "! # = % #; 0,1 and a target distribution of
vector * as "" * which is a GMM with fixed weights, means and variances. Train an NF to map ! to
*.

• Write a function to sample the source distribution


• Write a function to sample the target distribution using GMM
• Write function to sample the target distribution using NF
• Implement the NF using different kinds of flows discussed in the class
• Train the NF using
1. only the samples of ! derived from GMM, not the values of "! !
2. only the values of "! ! , not the samples of !

You might also like