# CNN_LeNet5 **Repository Path**: JackYang-hellobobo/CNN ## Basic Information - **Project Name**: CNN_LeNet5 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2022-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CNN 利用CNN进行手写数字识别 框架用TensorFlow,数据集用MNIST手写体数据集,网络结构为LeNet-5。利用上述数据集、网络结构及框架实现手写数字的识别。 开发与运行环境:python opencv3.6,pycharm,windows10。