{"id":13688562,"url":"https://github.com/sgrvinod/Deep-Tutorials-for-PyTorch","last_synced_at":"2025-05-01T19:31:05.777Z","repository":{"id":44498487,"uuid":"140527071","full_name":"sgrvinod/Deep-Tutorials-for-PyTorch","owner":"sgrvinod","description":"In-depth tutorials for implementing deep learning models on your own with PyTorch.","archived":false,"fork":false,"pushed_at":"2023-12-09T18:21:16.000Z","size":23,"stargazers_count":1538,"open_issues_count":1,"forks_count":227,"subscribers_count":92,"default_branch":"master","last_synced_at":"2025-04-08T12:11:49.109Z","etag":null,"topics":["deep-learning-tutorial","learning-pytorch","neural-network-tutorials","pytorch","pytorch-tutorial","pytorch-tutorials"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgrvinod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-11T05:43:46.000Z","updated_at":"2025-04-06T17:22:26.000Z","dependencies_parsed_at":"2023-12-09T19:23:43.395Z","dependency_job_id":"c85d1e8a-b1da-48f2-8091-51abde1f81f4","html_url":"https://github.com/sgrvinod/Deep-Tutorials-for-PyTorch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrvinod%2FDeep-Tutorials-for-PyTorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrvinod%2FDeep-Tutorials-for-PyTorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrvinod%2FDeep-Tutorials-for-PyTorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrvinod%2FDeep-Tutorials-for-PyTorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgrvinod","download_url":"https://codeload.github.com/sgrvinod/Deep-Tutorials-for-PyTorch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932650,"owners_count":21667189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning-tutorial","learning-pytorch","neural-network-tutorials","pytorch","pytorch-tutorial","pytorch-tutorials"],"created_at":"2024-08-02T15:01:16.664Z","updated_at":"2025-05-01T19:31:05.489Z","avatar_url":"https://github.com/sgrvinod.png","language":null,"readme":"# Deep Tutorials for [PyTorch](https://pytorch.org)\n\nThis is a series of in-depth tutorials I'm writing for implementing cool deep learning models on your own with the amazing PyTorch library. \n\nBasic knowledge of PyTorch and neural networks is assumed.\n\nIf you're new to PyTorch, first read [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html) and [Learning PyTorch with Examples](https://pytorch.org/tutorials/beginner/pytorch_with_examples.html).\n\n---\n\n**24 Apr 2023**: I've just completed the [Super-Resolution](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution) and [Transformers](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Transformers) tutorials.\n\n**09 Dec 2023**: Interested in chess or transformers? Check out [Chess Transformers](https://github.com/sgrvinod/chess-transformers).\n\n---\n\nIn each tutorial, we will focus on a specific application or area of interest by implementing a model from a research paper. \n\nApplication | Paper | Tutorial | Also Learn About | Status\n:---: | :---: | :---: | :---: | :---:\nImage 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) | \u0026bull; encoder-decoder architecture\u003cbr/\u003e\u003cbr/\u003e\u0026bull; attention \u003cbr/\u003e\u003cbr/\u003e\u0026bull; transfer learning \u003cbr/\u003e\u003cbr/\u003e\u0026bull; beam search | 🟢\u003cbr/\u003e*complete*\nSequence 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) | \u0026bull; language models\u003cbr/\u003e\u003cbr/\u003e\u0026bull; character RNNs \u003cbr/\u003e\u003cbr/\u003e\u0026bull; multi-task learning \u003cbr/\u003e\u003cbr/\u003e\u0026bull; conditional random fields \u003cbr/\u003e\u003cbr/\u003e\u0026bull; Viterbi decoding \u003cbr/\u003e\u003cbr/\u003e\u0026bull; highway networks | 🟢\u003cbr/\u003e*complete*\nObject 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) | \u0026bull; single-shot detection\u003cbr/\u003e\u003cbr/\u003e\u0026bull; multiscale feature maps \u003cbr/\u003e\u003cbr/\u003e\u0026bull; priors \u003cbr/\u003e\u003cbr/\u003e\u0026bull; multibox \u003cbr/\u003e\u003cbr/\u003e\u0026bull; hard negative mining \u003cbr/\u003e\u003cbr/\u003e\u0026bull; non-maximum suppression | 🟢\u003cbr/\u003e*complete*\nText 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) | \u0026bull; hierarchical attention | 🟡\u003cbr/\u003e*code complete*\nSuper-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) | \u0026bull; **GANs** — this is also a GAN tutorial \u003cbr/\u003e\u003cbr/\u003e\u0026bull; residual connections \u003cbr/\u003e\u003cbr/\u003e\u0026bull; sub-pixel convolution \u003cbr/\u003e\u003cbr/\u003e\u0026bull; perceptual loss | 🟢\u003cbr/\u003e*complete*\nMachine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | [a PyTorch Tutorial to Transformers](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Transformers) | \u0026bull; **transformers** \u003cbr/\u003e\u003cbr/\u003e\u0026bull; multi-head attention \u003cbr/\u003e\u003cbr/\u003e\u0026bull; positional embeddings \u003cbr/\u003e\u003cbr/\u003e\u0026bull; encoder-decoder architecture \u003cbr/\u003e\u003cbr/\u003e\u0026bull; byte pair encoding \u003cbr/\u003e\u003cbr/\u003e\u0026bull; beam search | 🟢\u003cbr/\u003e*complete*\nSemantic 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 | 🔴\u003cbr/\u003e*planned*\n\n","funding_links":[],"categories":["A01_机器学习教程","Project courses","Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgrvinod%2FDeep-Tutorials-for-PyTorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgrvinod%2FDeep-Tutorials-for-PyTorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgrvinod%2FDeep-Tutorials-for-PyTorch/lists"}