8000 GitHub - zywvvd/SwissRoll-VAE-pytorch: VAE model for approximating the distribution of the Swiss roll dataset.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VAE model for approximating the distribution of the Swiss roll dataset.

Notifications You must be signed in to change notification settings

zywvvd/SwissRoll-VAE-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Implementation of VAE on Swiss Roll dataset

dataset

from sklearn.datasets import make_swiss_roll
swiss_roll_samples, _ = make_swiss_roll(size, noise=0.3)
  • data looks like in 2D

requirement

  • torch 1.8+

usage

python train

results

References

About

VAE model for approximating the distribution of the Swiss roll dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0