此文件是数据的输入读取环节,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 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
2022-07-29 14:13:42 10KB tensorflow cifar-10数据
1
CIFAR-10 Dataset 是用于机器视觉领域的图像分类数据集,它有飞机、汽车、鸟类、猫、鹿、狗、青蛙、马、船和卡车共计 10 个类别的 60000 张彩色图像,尺寸均为 32*32,其包含 5 个训练批次和 1 个测试批次,每个批次有 10000 张图像。 该数据集由多伦多大学计算机科学系的 Alex Krizhevsky、Vinod Nair 和 Geoffrey Hinton 于 2009 年发布,相关论文有《Learning Multiple Layers of Features from Tiny Images》。
2022-07-13 11:05:11 160.95MB 数据集
CIFAR-100 Dataset 是用于机器视觉领域的图像分类数据集,拥有 20 个大类,共计 100 个小类,其中每个小类包含 600 张图像(500 张训练图像和 100 张测试图像)并且每张图像均有一个小标签和一个大标签。 该数据集由多伦多大学计算机科学系的 Alex Krizhevsky、Vinod Nair 和 Geoffrey Hinton 于 2009 年发布,相关论文有《Learning Multiple Layers of Features from Tiny Images》。
2022-07-13 11:05:08 159.45MB 数据集
cifar-10-batches-py.zip
2022-07-11 10:04:53 158.92MB 机器学习
1
CIFAR-100 是一个图像数据集,包含 60000 张 32x32 分辨率的彩色图像,根据图像内容被分为 100 个小类别,包括:airplane、automobile、bird、cat、deer、dog、frog、horse、ship、truck,10个大类下的10个小类,类别之间的交集为空。
1
1.使用DenseNet神经网络实现对CIFAR-10数据集的训练 2.包含课程设计和源代码以及CIFAR-10数据集,可以直接用 3.希望可以帮到大家嘿嘿
2022-06-18 19:09:11 387.06MB 卷积神经网络 CIFAR-10数据集 图像识别
CIFAR-10 数据集的分类是机器学习中一个公开的基准测试问题,其任务是对一组32x32RGB的图像进行分类,这些图像涵盖了10个类别: 飞机, 汽车, 鸟, 猫, 鹿, 狗, 青蛙, 马, 船以及卡车。 该压缩文件中已经将数据集进行随机混乱排布操作,分散在六个子文件夹中,其中五个作为训练集,一个作为测试集; 另外包括其制作而成的tfrecord文件,具体使用方法可参见博客; 用于训练vgg、resnet等网络
2022-06-17 22:30:56 190.83MB 深度学习 神经网络
1
CIFAR-100 Dataset is provided by Canadian Institute for Advanced Research.本数据集由加拿大高级研究所提供。 cifar100_test.zip cifar100_valid.zip cifar100_train.zip
2022-06-13 15:00:36 127.71MB 数据集
1
用于图像分类的cifar-10数据集,该数据集共有 60000 张彩色图像,这些图像是32*32,分为“airplane”等10个类。
2022-06-03 22:05:11 19.81MB 分类 文档资料 数据挖掘 人工智能
1
CIFAR-10 是一个图像数据集,包含 60000 张 32x32 分辨率的彩色图像,根据图像内容被分为 10 个类别,包括:airplane、automobile、bird、cat、deer、dog、frog、horse、ship、truck,每个类别有 6000 张图片,类别之间的交集为空。
2022-05-20 23:19:02 499.86MB 图像识别 图像检测 物体检测 图像分类
1