Select Language

AI社区

公开数据集

mnist.npz

mnist.npz

10.96M
288 浏览
0 喜欢
0 次下载
0 条讨论
Computer Science,Image Data Classification

数据结构 ? 10.96M

    Data Structure ?

    * 以上分析是由系统提取分析形成的结果,具体实际数据为准。

    README.md

    This is classic MNIST dataset and pickled (in npz format). To load this dataset in your code use following function def load_data(path): with np.load(path) as f: x_train, y_train = f['x_train'], f['y_train'] x_test, y_test = f['x_test'], f['y_test'] return (x_train, y_train), (x_test, y_test) (x_train, y_train), (x_test, y_test) = load_data('../input/mnist.npz') Dataset source: https://storage.googleapis.com/tensorflow/tf-keras-datasets/mnist.npz
    ×

    帕依提提提温馨提示

    该数据集正在整理中,为您准备了其他渠道,请您使用

    注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
    暂无相关内容。
    暂无相关内容。
    • 分享你的想法
    去分享你的想法~~

    全部内容

      欢迎交流分享
      开始分享您的观点和意见,和大家一起交流分享.
    所需积分:0 去赚积分?
    • 288浏览
    • 0下载
    • 0点赞
    • 收藏
    • 分享