Skip to content

Commit 9442938

Browse files
authored
Update README.md
1 parent de83370 commit 9442938

1 file changed

Lines changed: 46 additions & 7 deletions

File tree

README.md

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,52 @@ Research Paper | Datasets | Metric | Source Code | Year
181181

182182
#### 1. Classification
183183

184-
Research Paper | Datasets | Metric | Source Code | Year
185-
------------ | ------------- | ------------ | ------------- | -------------
186-
[Dynamic Routing Between Capsules](https://arxiv.org/pdf/1710.09829.pdf) | MNIST | Test Error: 0.25±0.005 | <ul><li> [PyTorch](https://github.com/gram-ai/capsule-networks) </li><li> [Tensorflow](https://github.com/naturomics/CapsNet-Tensorflow) </li><li> [Keras](https://github.com/XifengGuo/CapsNet-Keras) </li><li>[Chainer](https://github.com/soskek/dynamic_routing_between_capsules) </li></ul> | 2017
187-
[High-Performance Neural Networks for Visual Object Classification](https://arxiv.org/pdf/1102.0183.pdf) | NORB | Test Error: 2.53 ± 0.40| NOT FOUND | 2011
188-
[Aggregated Residual Transformations for Deep Neural Networks](https://arxiv.org/pdf/1611.05431.pdf) | CIFAR-10 | Test Error: 3.58% | <ul><li> [PyTorch](https://github.com/facebookresearch/ResNeXt) </li></ul> | 2016
189-
[Dynamic Routing Between Capsules](https://arxiv.org/pdf/1710.09829.pdf) | MultiMNIST | Test Error: 5% | <ul><li> [PyTorch](https://github.com/gram-ai/capsule-networks) </li><li> [Tensorflow](https://github.com/naturomics/CapsNet-Tensorflow) </li><li> [Keras](https://github.com/XifengGuo/CapsNet-Keras) </li><li>[Chainer](https://github.com/soskek/dynamic_routing_between_capsules) </li></ul> | 2017
190-
[Aggregated Residual Transformations for Deep Neural Networks](https://arxiv.org/pdf/1611.05431.pdf) | ImageNet-1k | Top-1 Error: 20.4% | <ul><li> [PyTorch](https://github.com/facebookresearch/ResNeXt) </li></ul> | 2016
184+
<table>
185+
<tbody>
186+
<tr>
187+
<th width="30%">Research Paper</th>
188+
<th align="center" width="20%">Datasets</th>
189+
<th align="center" width="20%">Metric</th>
190+
<th align="center" width="20%">Source Code</th>
191+
<th align="center" width="10%">Year</th>
192+
</tr>
193+
<tr>
194+
<td><a href='https://arxiv.org/pdf/1710.09829.pdf'> Dynamic Routing Between Capsules </a></td>
195+
<td align="left"> <ul><li> MNIST </li></ul></td>
196+
<td align="left"> <ul><li> Test Error: 0.25±0.005 </li></ul> </td>
197+
<td align="left"> <ul><li> <a href='https://github.com/gram-ai/capsule-networks'>PyTorch</a> </li><li> <a href='https://github.com/naturomics/CapsNet-Tensorflow'>Tensorflow</a> </li><li> <a href='https://github.com/XifengGuo/CapsNet-Keras'>Keras</a> </li><li> <a href='https://github.com/soskek/dynamic_routing_between_capsules'>Chainer</a> </li></ul> </td>
198+
<td align="left">2017</td>
199+
</tr>
200+
<tr>
201+
<td><a href='https://arxiv.org/pdf/1102.0183.pdf'> High-Performance Neural Networks for Visual Object Classification </a></td>
202+
<td align="left"> <ul><li> NORB </li></ul></td>
203+
<td align="left"> <ul><li> Test Error: 2.53 ± 0.40 </li></ul> </td>
204+
<td align="left"> NOT FOUND </td>
205+
<td align="left">2011</td>
206+
</tr>
207+
<tr>
208+
<td><a href='https://arxiv.org/pdf/1611.05431.pdf'>Aggregated Residual Transformations for Deep Neural Networks </a></td>
209+
<td align="left"> <ul><li> CIFAR-10 </li></ul></td>
210+
<td align="left"> <ul><li> Test Error: 3.58% </li></ul> </td>
211+
<td align="left"><ul><li> <a href='https://github.com/facebookresearch/ResNeXt'>PyTorch</a> </li></ul> </td>
212+
<td align="left">2016</td>
213+
</tr>
214+
<tr>
215+
<td><a href='https://arxiv.org/pdf/1710.09829.pdf'> Dynamic Routing Between Capsules </a></td>
216+
<td align="left"> <ul><li> MultiMNIST </li></ul></td>
217+
<td align="left"> <ul><li> Test Error: 5% </li></ul> </td>
218+
<td align="left"> <ul><li> <a href='https://github.com/gram-ai/capsule-networks'>PyTorch</a> </li><li> <a href='https://github.com/naturomics/CapsNet-Tensorflow'>Tensorflow</a> </li><li> <a href='https://github.com/XifengGuo/CapsNet-Keras'>Keras</a> </li><li> <a href='https://github.com/soskek/dynamic_routing_between_capsules'>Chainer</a> </li></ul> </td>
219+
<td align="left">2017</td>
220+
</tr>
221+
<tr>
222+
<td><a href='https://arxiv.org/pdf/1611.05431.pdf'>Aggregated Residual Transformations for Deep Neural Networks </a></td>
223+
<td align="left"> <ul><li> ImageNet-1k </li></ul></td>
224+
<td align="left"> <ul><li> Top-1 Error: 20.4% </li></ul> </td>
225+
<td align="left"><ul> <li> <a href='https://github.com/facebookresearch/ResNeXt'>PyTorch</a> </li></ul> </td>
226+
<td align="left">2016</td>
227+
</tr>
228+
</tbody>
229+
</table>
191230

192231
### Speech
193232
#### 1. ASR

0 commit comments

Comments
 (0)