Skip to content

Commit d64e705

Browse files
authored
Update README.md
1 parent 15a0fd6 commit d64e705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Application | Paper | Tutorial | Status
1818
:---: | :---: | :---: | :---:
1919
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
2020
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
2221
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
2323
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
2424
Text Summarization | [_Get To The Point: Summarization with Pointer-Generator Networks_](https://arxiv.org/abs/1704.04368) | a PyTorch Tutorial to Text Summarization | Planned
2525
Machine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | a PyTorch Tutorial to Machine Translation | Planned

0 commit comments

Comments
 (0)