Skip to content

Commit c688e44

Browse files
committed
status formatting
1 parent 1de7c49 commit c688e44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ In each tutorial, we will focus on a specific application or area of interest by
1616

1717
Application | Paper | Tutorial | Also Learn About | Status
1818
:---: | :---: | :---: | :---: | :---:
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) | &bull; encoder-decoder architecture<br/><br/>&bull; attention <br/><br/>&bull; transfer learning <br/><br/>&bull; beam search | 🟢 *complete*
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) | &bull; language models<br/><br/>&bull; character RNNs <br/><br/>&bull; multi-task learning <br/><br/>&bull; conditional random fields <br/><br/>&bull; Viterbi decoding <br/><br/>&bull; highway networks | 🟢 *complete*
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) | &bull; single-shot detection<br/><br/>&bull; multiscale feature maps <br/><br/>&bull; priors <br/><br/>&bull; multibox <br/><br/>&bull; hard negative mining <br/><br/>&bull; non-maximum suppression | 🟢 *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) | &bull; hierarchical attention | 🟡 *code complete*
23-
Super-Resolution | [_Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network_](https://arxiv.org/abs/1609.04802) | [a PyTorch Tutorial to Super-Resolution](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution) | &bull; **GANs**! — this is also a GAN tutorial! <br/><br/>&bull; residual connections <br/><br/>&bull; sub-pixel convolution <br/><br/>&bull; perceptual loss | 🟢 *complete*
24-
Machine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | [a PyTorch Tutorial to Machine Translation](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Machine-Translation) | &bull; **transformers**! — this is also a transformer tutorial! <br/><br/>&bull; multi-head attention <br/><br/>&bull; positional embeddings <br/><br/>&bull; encoder-decoder architecture <br/><br/>&bull; byte pair encoding <br/><br/>&bull; beam search | 🟢 *complete*
25-
Semantic Segmentation | [_SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers_](https://arxiv.org/abs/2105.15203) | a PyTorch Tutorial to Semantic Segmentation | N/A | 🔴 *planned*
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) | &bull; encoder-decoder architecture<br/><br/>&bull; attention <br/><br/>&bull; transfer learning <br/><br/>&bull; beam search | 🟢<br/>*complete*
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) | &bull; language models<br/><br/>&bull; character RNNs <br/><br/>&bull; multi-task learning <br/><br/>&bull; conditional random fields <br/><br/>&bull; Viterbi decoding <br/><br/>&bull; highway networks | 🟢<br/>*complete*
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) | &bull; single-shot detection<br/><br/>&bull; multiscale feature maps <br/><br/>&bull; priors <br/><br/>&bull; multibox <br/><br/>&bull; hard negative mining <br/><br/>&bull; non-maximum suppression | 🟢<br/>*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) | &bull; hierarchical attention | 🟡<br/>*code complete*
23+
Super-Resolution | [_Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network_](https://arxiv.org/abs/1609.04802) | [a PyTorch Tutorial to Super-Resolution](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution) | &bull; **GANs**! — this is also a GAN tutorial! <br/><br/>&bull; residual connections <br/><br/>&bull; sub-pixel convolution <br/><br/>&bull; perceptual loss | 🟢<br/>*complete*
24+
Machine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | [a PyTorch Tutorial to Machine Translation](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Machine-Translation) | &bull; **transformers**! — this is also a transformer tutorial! <br/><br/>&bull; multi-head attention <br/><br/>&bull; positional embeddings <br/><br/>&bull; encoder-decoder architecture <br/><br/>&bull; byte pair encoding <br/><br/>&bull; beam search | 🟢<br/>*complete*
25+
Semantic Segmentation | [_SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers_](https://arxiv.org/abs/2105.15203) | a PyTorch Tutorial to Semantic Segmentation | N/A | 🔴<br/>*planned*
2626

0 commit comments

Comments
 (0)