Skip to content

Commit a37dd87

Browse files
authored
linked gan algo (#150)
1 parent 519be70 commit a37dd87

File tree

1 file changed

+31
-0
lines changed
  • docs/algorithms/generative-adversarial-networks

1 file changed

+31
-0
lines changed

docs/algorithms/generative-adversarial-networks/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,36 @@
1212
</div>
1313
</a>
1414

15+
<!--BASIC GAN -->
16+
<a href="basic-gan" style="padding: 0 2px 0 16px; background-color: rgba(39, 39, 43, 0.4); border: 1px solid rgba(76, 76, 82, 0.4); border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.2s; display: flex; align-items: center;">
17+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20231122180335/gans_gfg-(1).jpg" alt="" style="width: 300px; height: 150px; object-fit: cover; border-radius: 10px;" />
18+
<div style="padding: 15px;">
19+
<h2 style="margin: 0; font-size: 20px;">Basic Generative Adversarial Network</h2>
20+
<p style="font-size: 16px;">Hand writing digit resembler from MNIST dataset</p>
21+
<p style="font-size: 12px;">📅 2025-01-15 | ⏱️ 4 mins</p>
22+
</div>
23+
</a>
24+
25+
<!--CONDITIONAL GAN -->
26+
<a href="c-gan" style="padding: 0 2px 0 16px; background-color: rgba(39, 39, 43, 0.4); border: 1px solid rgba(76, 76, 82, 0.4); border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.2s; display: flex; align-items: center;">
27+
<img src="https://db0dce98.rocketcdn.me/en/files/2023/09/cgan-1.webp" alt="" style="width: 300px; height: 150px; object-fit: cover; border-radius: 10px;" />
28+
<div style="padding: 15px;">
29+
<h2 style="margin: 0; font-size: 20px;">Conditional Generative Adversarial Network</h2>
30+
<p style="font-size: 16px;">Controlled Image synthesis</p>
31+
<p style="font-size: 12px;">📅 2025-01-15 | ⏱️ 4 mins</p>
32+
</div>
33+
</a>
34+
35+
<!-- EB GAN -->
36+
<a href="eb-gan" style="padding: 0 2px 0 16px; background-color: rgba(39, 39, 43, 0.4); border: 1px solid rgba(76, 76, 82, 0.4); border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.2s; display: flex; align-items: center;">
37+
<img src="https://image.slidesharecdn.com/ebgan-181209142411/75/Ebgan-6-2048.jpg" alt="" style="width: 300px; height: 150px; object-fit: cover; border-radius: 10px;" />
38+
<div style="padding: 15px;">
39+
<h2 style="margin: 0; font-size: 20px;">Energy Based Generative Adversarial Network</h2>
40+
<p style="font-size: 16px;">Minimize the energy functiom to more stable training process.</p>
41+
<p style="font-size: 12px;">📅 2025-01-15 | ⏱️ 4 mins</p>
42+
</div>
43+
</a>
44+
45+
1546

1647
</div>

0 commit comments

Comments
 (0)