Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

In-depth tutorials for implementing deep learning models on your own with PyTorch.

NotificationsYou must be signed in to change notification settings

sgrvinod/Deep-Tutorials-for-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 

Repository files navigation

This is a series of in-depth tutorials I'm writing for implementing cool deep learning models on your own with the amazing PyTorch library.

Basic knowledge of PyTorch and neural networks is assumed.

If you're new to PyTorch, first readDeep Learning with PyTorch: A 60 Minute Blitz andLearning PyTorch with Examples.


24 Apr 2023: I've just completed theSuper-Resolution andTransformers tutorials.

09 Dec 2023: Interested in chess or transformers? Check outChess Transformers.


In each tutorial, we will focus on a specific application or area of interest by implementing a model from a research paper.

ApplicationPaperTutorialAlso Learn AboutStatus
Image CaptioningShow, Attend, and Tella PyTorch Tutorial to Image Captioning• encoder-decoder architecture

• attention

• transfer learning

• beam search
🟢
complete
Sequence LabelingEmpower Sequence Labeling with Task-Aware Neural Language Modela PyTorch Tutorial to Sequence Labeling• language models

• character RNNs

• multi-task learning

• conditional random fields

• Viterbi decoding

• highway networks
🟢
complete
Object DetectionSSD: Single Shot MultiBox Detectora PyTorch Tutorial to Object Detection• single-shot detection

• multiscale feature maps

• priors

• multibox

• hard negative mining

• non-maximum suppression
🟢
complete
Text ClassificationHierarchical Attention Networks for Document Classificationa PyTorch Tutorial to Text Classification• hierarchical attention🟡
code complete
Super-ResolutionPhoto-Realistic Single Image Super-Resolution Using a Generative Adversarial Networka PyTorch Tutorial to Super-ResolutionGANs — this is also a GAN tutorial

• residual connections

• sub-pixel convolution

• perceptual loss
🟢
complete
Machine TranslationAttention Is All You Needa PyTorch Tutorial to Transformerstransformers

• multi-head attention

• positional embeddings

• encoder-decoder architecture

• byte pair encoding

• beam search
🟢
complete
Semantic SegmentationSegFormer: Simple and Efficient Design for Semantic Segmentation with Transformersa PyTorch Tutorial to Semantic SegmentationN/A🔴
planned

About

In-depth tutorials for implementing deep learning models on your own with PyTorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp