# PyTorch学习 **Repository Path**: i7606/pytorch-learning ## Basic Information - **Project Name**: PyTorch学习 - **Description**: 学习PyTorch和相关案例的仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyTorch学习 ## 一、介绍 学习PyTorch和相关案例的仓库 ## 二、软件架构 1、MNIST - 手写数字识别,编写了一个窗口用于测试效果 ![mnist window](./images/mnist.png "mnist window") 2、CNN-MNIST -手写数字识别的卷积神经网络版本,识别率更高 ![cnn-mnist window](./images/cnn-mnist.png "cnn-mnist window")