Code Monkey home page Code Monkey logo

pytorch_basic's Introduction

PyTorch入门项目

全中文的 PyTorch 入门项目说明,超级详细,新手必看!

MNIST

经典的手写数字识别项目,其中包括

  • 只使用全连接层 nn.Linear 搭建的网络,手写前向传播
  • 使用卷积层 nn.Conv2d 搭建的网络,手写前向传播
  • 使用 Sequential 方法搭建的网络,更简洁

CIFAR10

经典的RGB三通道彩色图像识别项目,其中包括

  • 如何下载 CIFAR10数据集
  • 手写 LeNet-5 网络来识别CIFAR10数据集
  • 使用 TorchVision 内置的 VGG-16 网络来识别CIFAR10数据集

NLP_name_classifying

根据官方教程中的名字识别项目,逐步分析,全中文解释代码。其中包括:

  • 详细的代码说明
  • RNN 相关数学概念的代码说明,让你知其然且知其所以然!

pytorch_basic's People

Contributors

drdavids avatar

Stargazers

Shijie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.