# hand-written_digits_recognition **Repository Path**: wesigj/hand-written_digits_recognition ## Basic Information - **Project Name**: hand-written_digits_recognition - **Description**: 基于深度学习的手写数字识别 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于深度学习的手写数字识别 Testproject文件夹的文件包括的是程序界面。 程序的运行过程、结果和具体文件功能介绍都写在了[这里](https://www.cnblogs.com/smonlky/articles/9259577.html) 几个模型都是照搬的,模型保存加载预测过程和预处理部分是自己写的。 深度学习模型包括单层,五层全相连,三层卷积神经网络等。 用的是TensorFlow。 参考文献: [TensorFlow and Deep Learning without a PhD, Part 1 (Google Cloud Next '17)](https://www.youtube.com/watch?v=u4alGiomYP4&list=PLzG0Ec8AXrW6C1azHg4iVfU-qlercK_Wt) 中文翻译:https://www.jiqizhixin.com/articles/2017-03-13-6