Skip to content

zeyu-yang-dev/real-nvp-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealNVP 2D

A 2D implementation of RealNVP (Real-valued Non-Volume Preserving), a normalizing flow model that learns invertible transformations between complex data distributions and simple latent distributions, enabling density estimation and sampling.

This repository contains two Jupyter notebooks:

RealNVP: Modeling, Training, Density Estimation, and Sampling

real_nvp_2d.ipynb

Includes:

  • RealNVP model construction and training
  • forward and inverse transformations
  • density estimation and outlier detection
  • sampling and data generation

Interactive Demo: Data-to-Latent Transformation

real_nvp_2d_interactive_demo.ipynb

Interactively move a point in the data space and observe how it is mapped to the latent space by the trained RealNVP model.

Run in browser: Binder

About

A 2D implementation of RealNVP

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors