Skip to content

Commit d1e08c2

Browse files
authored
Update README.md
1 parent 33c1efb commit d1e08c2

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,27 @@ Research Paper | Datasets | Metric | Source Code | Year
141141
[The Microsoft 2017 Conversational Speech Recognition System](https://arxiv.org/pdf/1708.06073.pdf) | Switchboard Hub5'00 | WER: 5.1 | NOT FOUND | 2017
142142

143143

144-
144+
## Semi-supervised Learning
145+
#### Computer Vision
146+
<table>
147+
<tbody>
148+
<tr>
149+
<th width="30%">Research Paper</th>
150+
<th align="center" width="20%">Datasets</th>
151+
<th align="center" width="20%">Metric</th>
152+
<th align="center" width="20%">Source Code</th>
153+
<th align="center" width="10%">Year</th>
154+
</tr>
155+
<tr>
156+
<td><a href='https://arxiv.org/pdf/1507.00677.pdf'> DISTRIBUTIONAL SMOOTHING
157+
WITH VIRTUAL ADVERSARIAL TRAINING </a></td>
158+
<td align="left">Unsupervised CIFAR 10</td>
159+
<td align="left">Inception score: 8.80 </td>
160+
<td align="left"> <a href='https://github.com/tkarras/progressive_growing_of_gans'>Theano</a></td>
161+
<td align="left">2017</td>
162+
</tr>
163+
</tbody>
164+
</table>
145165

146166
## Unsupervised Learning
147167

@@ -159,9 +179,9 @@ Research Paper | Datasets | Metric | Source Code | Year
159179
<tr>
160180
<td><a href='http://research.nvidia.com/sites/default/files/publications/karras2017gan-paper-v2.pdf'> PROGRESSIVE GROWING OF GANS FOR IMPROVED
161181
QUALITY, STABILITY, AND VARIATION </a></td>
162-
<td align="left">Unsupervised CIFAR 10</td>
163-
<td align="left">Inception score: 8.80 </td>
164-
<td align="left"> <a href='https://github.com/tkarras/progressive_growing_of_gans'>Theano</a></td>
182+
<td align="left"> <ul><li> SVHN </li><li> NORB </li></ul></td>
183+
<td align="left"> <ul><li> Test error: 24.63 </li><li> Test error: 9.88 </li></ul> </td>
184+
<td align="left"> <a href='https://github.com/takerum/vat'>Theano</a></td>
165185
<td align="left">2017</td>
166186
</tr>
167187
</tbody>

0 commit comments

Comments
 (0)