# python-基于mnist数据集的神经网络算法 **Repository Path**: anson1066/netural-network ## Basic Information - **Project Name**: python-基于mnist数据集的神经网络算法 - **Description**: 文件包含 1.functions 激活函数等 2.mnist mnist 数据集的读取 3.TwoLayerNet 两层神经网络的类 4.s_main 随机梯度下降法训练神经网络算法 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-13 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-基于mnist数据集的神经网络算法 #### 介绍 文件包含 1.functions 激活函数等 2.mnist mnist 数据集的读取 3.TwoLayerNet 两层神经网络的类 4.s_main 随机梯度下降法训练神经网络算法