├── README.md └── VAE.pdf /README.md: -------------------------------------------------------------------------------- 1 | # vae-from-scratch-notes 2 | Notes about the video on the Variational Autoencoder 3 | 4 | Original Video: https://youtu.be/iwEzwTTalbg 5 | -------------------------------------------------------------------------------- /VAE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkproj/vae-from-scratch-notes/fff477cb3dcebecc48f05d5f3c73b60719ec772f/VAE.pdf --------------------------------------------------------------------------------