# python_mnist_tensorflow2 **Repository Path**: alpxe/python_mnist_tensorflow2 ## Basic Information - **Project Name**: python_mnist_tensorflow2 - **Description**: Python TensorFlow2.x 深度学习编程中的 hello world: MNIST 手写数字识别。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-26 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: TensorFlow ## README TensorFlow 笔记 深度学习里的 hello world : MNIST 手写数字识别。 Mac OS Monterey > Intel Core i7 > Python 3.9.7 > TensorFlow 2.9.1 # 国内安装源 pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ module # 中国科技大学 # Requires the latest pip pip install --upgrade pip # Current stable release for CPU and GPU pip install tensorflow 涉及内容: 关于数据集的制作 关于训练完成的模型数据 保存与读取