Found 5,329 repositories(showing 30)
yunjey
PyTorch Tutorial for Deep Learning Researchers
ShusenTang
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
bharathgs
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
chenyuntc
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
ritchieng
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
pytorch
PyTorch tutorials.
MITDeepLearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
MorvanZhou
Build your neural network easy and fast, 莫烦Python中文教学
aladdinpersson
A resource for learning about Machine learning & Deep Learning
TingsongYu
《Pytorch模型训练实用教程》中配套代码
bentrevett
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
BoltzmannEntropy
It is my belief that you, the postgraduate students and job-seekers for whom the book is primarily meant will benefit from reading it; however, it is my hope that even the most experienced researchers will find it fascinating as well.
bentrevett
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
TingsongYu
《Pytorch实用教程》(第二版)无论是零基础入门,还是CV、NLP、LLM项目应用,或是进阶工程化部署落地,在这里都有。相信在本书的帮助下,读者将能够轻松掌握 PyTorch 的使用,成为一名优秀的深度学习工程师。
:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
xiaotudui
PyTorch深度学习快速入门教程(绝对通俗易懂!)
hunkim
Simple PyTorch Tutorials Zero to ALL!
christianversloot
🧠💬 Articles I wrote about machine learning, archived from MachineCurve.com.
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
dragen1860
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
L1aoXingyu
pytorch tutorial for beginners
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
fendouai
PyTorch 官方中文教程包含 60 分钟快速入门教程,强化教程,计算机视觉,自然语言处理,生成对抗网络,强化学习。欢迎 Star,Fork!
L1aoXingyu
This is code of book "Learn Deep Learning with PyTorch"
teddylee777
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
ypwhs
验证码识别
aaron-xichen
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
curiousily
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BER
nikhilbarhate99
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch