You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 09. Learning more about GANs/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
* 9.1. Conditional GAN
4
4
* 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)
6
6
* 9.3. Understanding InfoGAN
7
7
* 9.3.1. Exploring Mutual Information
8
8
* 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)
10
10
* 9.6. Translating images using CycleGAN
11
11
* 9.6.1. Role of generators
12
12
* 9.6.2. Role of discriminators
13
13
* 9.6.3. Loss Function
14
14
* 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)
0 commit comments