MNIST是一个入门级的计算机视觉数据集,它包含各种手写数字图片:
它也包含每一张图片对应的标签,告诉我们这个是数字几。比如,上面这四张图片的标签分别是5,0,4,1。
input_data.py:用于自动下载和安装MNIST数据集。
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the Lic

本文介绍了MNIST手写数字数据集,它是计算机视觉领域的入门级数据集。内容包括数据集的组成、标签含义以及如何使用TensorFlow的input_data.py模块进行自动下载和安装。数据集分为训练集和测试集,分别有60000和10000张图片。
最低0.47元/天 解锁文章
5356

被折叠的 条评论
为什么被折叠?



