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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Application | Paper | Tutorial | Status
18
18
:---: | :---: | :---: | :---:
19
19
Image Captioning | [_Show, Attend, and Tell_](https://arxiv.org/abs/1502.03044) | [a PyTorch Tutorial to Image Captioning](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning) | Complete
20
20
Sequence Labeling | [_Empower Sequence Labeling with Task-Aware Neural Language Model_](https://arxiv.org/abs/1709.04109) | [a PyTorch Tutorial to Sequence Labeling](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Sequence-Labeling) | Complete
21
-
Text Classification | [_Hierarchical Attention Networks for Document Classification_](https://www.semanticscholar.org/paper/Hierarchical-Attention-Networks-for-Document-Yang-Yang/1967ad3ac8a598adc6929e9e6b9682734f789427) | [a PyTorch Tutorial to Text Classification](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification) | Code complete, tutorial in-progress
22
21
Object Detection | [_SSD: Single Shot MultiBox Detector_](https://arxiv.org/abs/1512.02325) | [a PyTorch Tutorial to Object Detection](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection) | Complete
22
+
Text Classification | [_Hierarchical Attention Networks for Document Classification_](https://www.semanticscholar.org/paper/Hierarchical-Attention-Networks-for-Document-Yang-Yang/1967ad3ac8a598adc6929e9e6b9682734f789427) | [a PyTorch Tutorial to Text Classification](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification) | Code complete, tutorial in-progress
23
23
Text Recognition | [_An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition_](https://arxiv.org/abs/1507.05717) | a PyTorch Tutorial to Text Recognition | Planned
24
24
Text Summarization | [_Get To The Point: Summarization with Pointer-Generator Networks_](https://arxiv.org/abs/1704.04368) | a PyTorch Tutorial to Text Summarization | Planned
25
25
Machine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | a PyTorch Tutorial to Machine Translation | Planned
0 commit comments