Skip to content
Snippets Groups Projects
Commit a29421ce authored by yuxuac94's avatar yuxuac94
Browse files

Update README.md

parent e8c1b051
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ We use VAE and CVAE of 2-dim latent space to generate pictures learnt from 20000 ...@@ -39,6 +39,8 @@ We use VAE and CVAE of 2-dim latent space to generate pictures learnt from 20000
- [PyTorch](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/blob/master/02-Intermediate/vae_pytorch.ipynb) - [PyTorch](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/blob/master/02-Intermediate/vae_pytorch.ipynb)
- [TensorFlow](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/blob/master/02-Intermediate/vae_tf.ipynb) - [TensorFlow](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/blob/master/02-Intermediate/vae_tf.ipynb)
#### 2.3 GAN #### 2.3 GAN
We use vanilla GAN of 32-dim latent space to generate from 60000-sized MNIST dataset. Implemented in:
- [PyTorch](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/blob/master/02-Intermediate/gan_pytorch.ipynb)
## [3. Advanced](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/tree/master/3.%20Advanced) ## [3. Advanced](https://git.imp.fu-berlin.de/yuxuac94/deep-learning-examples/-/tree/master/3.%20Advanced)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment