- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 94字
- 2021-06-10 19:38:51
CIFAR-100 dataset
A training dataset of 50,000 32 x 32 pixel color images labeled over 100 categories and 10,000 test images, this dataset is similar to CIFAR-10, but it has 100 classes with 600 images in each class. Five-hundred training images and 100 testing images are in each class. The 100 classes in CIFAR-100 are grouped into 20 superclasses. Each image comes with a coarse label (the superclass to which it belongs) and a fine label (the class to which it belongs).
A list of classes in CIFAR-100 is as follows:

Reference: https://www.cs.toronto.edu/~kriz/cifar.html.
推薦閱讀
- Practical Data Analysis
- Visualforce Development Cookbook(Second Edition)
- 機器學(xué)習(xí)及應(yīng)用(在線實驗+在線自測)
- 極簡AI入門:一本書讀懂人工智能思維與應(yīng)用
- Photoshop CS4經(jīng)典380例
- 城市道路交通主動控制技術(shù)
- 現(xiàn)代機械運動控制技術(shù)
- Blender Compositing and Post Processing
- 空間機械臂建模、規(guī)劃與控制
- Linux系統(tǒng)下C程序開發(fā)詳解
- 和機器人一起進化
- C#求職寶典
- DynamoDB Applied Design Patterns
- Hands-On Microservices with C#
- Keras Reinforcement Learning Projects