# MyTensorflow **Repository Path**: null_334/MyTensorflow ## Basic Information - **Project Name**: MyTensorflow - **Description**: ts learning - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## TensorFlow实现车牌识别 ### 1、mnist.py实现了MNIST机器学习入门 解析MNIST数据集为图片格式存储 MNIST数据集的官网是Yann LeCun's website(http://yann.lecun.com/exdb/mnist/ ) 解析后的图片在mnist_images ### 2、针对转换的1-10的手写图片进行训练 mnist_training.py实现了对手写图片进行训练打标