# PyTorch-Tutorial **Repository Path**: mirrors/PyTorch-Tutorial ## Basic Information - **Project Name**: PyTorch-Tutorial - **Description**: PyTorch是可以与TensorFlow匹敌的Python开源深度学习框架,由经典深度学习框架Torch衍生而来 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2017-10-09 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyTorch-Tutorial PyTorch中文入门教程 ## PyTorch官方资源: + [PyTorch官方网站](http://pytorch.org/) + [PyTorch官方安装命令生成器](http://pytorch.org/) ## 专知-PyTorch手把手深度学习教程系列: + 【01】[一文带你入门优雅的PyTorch](http://py-torch.info/archives/6) + 【02】[CNN快速理解与PyTorch实现: 图文+代码](http://py-torch.info/archives/30) + 【03】[LSTM快速理解与PyTorch实现: 图文+代码](http://py-torch.info/archives/37) + 【04】[GAN快速理解与PyTorch实现: 图文+代码](http://py-torch.info/archives/44) + 【05】[Dropout快速理解与PyTorch实现: 图文+代码](http://py-torch.info/archives/48) + 【06】[NLP-Word Embedding快速理解与PyTorch实现: 图文+代码](http://py-torch.info/archives/63) + 【07】[NLP-PyTorch基于字符级RNN的姓名分类](http://py-torch.info/archives/66) + 【08】[NLP-PyTorch: 用字符级RNN生成名字](http://py-torch.info/archives/73) ## PyTorch示例: + [Linear Regression](https://github.com/pytorch/examples/tree/master/regression) + [CNN](https://github.com/pytorch/examples/tree/master/mnist) + [DCGAN](https://github.com/pytorch/examples/tree/master/dcgan)