All Projects → sgrvinod → Deep Tutorials For Pytorch

sgrvinod / Deep Tutorials For Pytorch

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

Projects that are alternatives of or similar to Deep Tutorials For Pytorch

Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (-9.06%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+252.01%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Pytorch Playground
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
Stars: ✭ 2,201 (+126.67%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-90.11%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-71.99%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (-87.54%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Deep Learning With Pytorch Chinese
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
Stars: ✭ 517 (-46.76%)
Mutual labels:  pytorch-tutorial, deep-learning-tutorial
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+230.48%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Deep-Learning-with-PyTorch-A-60-Minute-Blitz-cn
PyTorch1.0 深度学习:60分钟入门与实战(Deep Learning with PyTorch: A 60 Minute Blitz 中文翻译与学习)
Stars: ✭ 127 (-86.92%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
tutorials-kr
🇰🇷파이토치에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 271 (-72.09%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+30.79%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
First Steps Towards Deep Learning
This is an open sourced book on deep learning.
Stars: ✭ 376 (-61.28%)
Mutual labels:  pytorch-tutorial, deep-learning-tutorial
Keras Pytorch Avp Transfer Learning
We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!
Stars: ✭ 42 (-95.67%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+1365.91%)
Mutual labels:  pytorch-tutorial, deep-learning-tutorial
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-98.25%)
Mutual labels:  deep-learning-tutorial, pytorch-tutorial
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (-64.37%)
Mutual labels:  pytorch-tutorials, deep-learning-tutorial
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (-60.76%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials
Stock Analysis Engine
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Stars: ✭ 605 (-37.69%)
Mutual labels:  deep-learning-tutorial
Capsule Network Tutorial
Pytorch easy-to-follow Capsule Network tutorial
Stars: ✭ 722 (-25.64%)
Mutual labels:  pytorch-tutorials
Pytorch From Zero To One
PyTorch从入门到精通
Stars: ✭ 598 (-38.41%)
Mutual labels:  pytorch-tutorials

Deep Tutorials for PyTorch

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 read Deep Learning with PyTorch: A 60 Minute Blitz and Learning PyTorch with Examples.


27 Jan 2020: Working code for two new tutorials has been added — Super-Resolution and Machine Translation


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

Application Paper Tutorial Status
Image Captioning Show, Attend, and Tell a PyTorch Tutorial to Image Captioning Complete
Sequence Labeling Empower Sequence Labeling with Task-Aware Neural Language Model a PyTorch Tutorial to Sequence Labeling Complete
Object Detection SSD: Single Shot MultiBox Detector a PyTorch Tutorial to Object Detection Complete
Text Classification Hierarchical Attention Networks for Document Classification a PyTorch Tutorial to Text Classification Code complete, tutorial in-progress
Super-Resolution Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network a PyTorch Tutorial to Super-Resolution Code complete, tutorial in-progress
Machine Translation Attention Is All You Need a PyTorch Tutorial to Machine Translation Code complete, tutorial in-progress
Text Recognition An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition a PyTorch Tutorial to Text Recognition Planned
Text Summarization Get To The Point: Summarization with Pointer-Generator Networks a PyTorch Tutorial to Text Summarization Planned
Semantic Segmentation Pyramid Scene Parsing Network a PyTorch Tutorial to Semantic Segmentation Planned
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].