# learn_deep-learning **Repository Path**: tao-zijian/deeplearning ## Basic Information - **Project Name**: learn_deep-learning - **Description**: 学习深度学习的个人笔记 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-12 - **Last Updated**: 2023-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn_deep-learning #### 介绍 学习深度学习的个人笔记 #### 版本更新 1. 2022.10.11 仓库建立,上传了使用MNIST数据集训练的全连接网络代码 2. 2022.10.17 添加了卷积神经网络LeNet使用MNIST数据集训练的代码,由于MNIST的图像大小是28*28因此全连接层的输入节点个数需要更改 3.