Skip to content

Commit c1d1e59

Browse files
Update README.md
1 parent 9148458 commit c1d1e59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

09. Learning more about GANs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
* 9.1. Conditional GAN
44
* 9.1.1. Loss Function of CGAN
5-
* [9.2. Generating specific digits using CGAN](#)
5+
* [9.2. Generating specific digits using CGAN](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/09.%20Learning%20more%20about%20GANs/9.02%20Generating%20Specific%20Handwritten%20Digit%20Using%20CGAN.ipynb)
66
* 9.3. Understanding InfoGAN
77
* 9.3.1. Exploring Mutual Information
88
* 9.4. Architecture of InfoGAN
9-
* [9.5. Constructing InfoGAN in tensorflow](#)
9+
* [9.5. Constructing InfoGAN in tensorflow](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/09.%20Learning%20more%20about%20GANs/9.05%20Constructing%20InfoGan%20in%20Tensorflow.ipynb)
1010
* 9.6. Translating images using CycleGAN
1111
* 9.6.1. Role of generators
1212
* 9.6.2. Role of discriminators
1313
* 9.6.3. Loss Function
1414
* 9.6.4. Cycle Consistency Loss
15-
* [9.7. Converting photos to paintings using CycleGAN](#)
15+
* [9.7. Converting photos to paintings using CycleGAN](https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/09.%20Learning%20more%20about%20GANs/9.07%20Converting%20photos%20to%20paintings%20using%20CycleGAN.ipynb)
1616
* 9.8. Text to image synthesis using Stack GAN
1717
* 9.8.1. Architecture of GANs
1818
* 9.8.2. Conditioning Augmentation

0 commit comments

Comments
 (0)