# 手写数字识别神经网络 **Repository Path**: kamome/neuralNetworkLearning ## Basic Information - **Project Name**: 手写数字识别神经网络 - **Description**: 学习用 深度神经网络 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-06-26 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习 ## README ![image-20210626150349589](README.assets/image-20210626150349589.png) ![qqq](README.assets/qqq.png) > 训练集与测试集来自:[MNIST in CSV (pjreddie.com)](https://pjreddie.com/projects/mnist-in-csv/)需要您手动下载并放置在 `NeuralNetwork\res`目录下 > 里面使用到的线性代数计算库在这里[LinearAlgebra: 基于C#的线性代数库](https://gitee.com/kamome/LinearAlgebra#https://github.com/YanjieHe/MatrixLibrary)