Skip to content

Commit

Permalink
Create journal41.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guanyang123 authored Jul 17, 2019
1 parent 7d48bb7 commit f5c2283
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions journal41.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
2019/7/17
===========
1、`cifar10` 是一个包含60000张图片的数据集。其中每张照片为32*32的彩色照片,每个像素点包括RGB三个数值,数值范围 0 ~ 255。所有照片分属10个不同的类别,
分别是 'airplane', 'automobile', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck',其中五万张图片被划分为训练集,剩下的一万张图片属于测试集。

2、`ImageDataGenerator()`是keras.preprocessing.image模块中的图片生成器,同时也可以在batch中对数据进行增强,扩充数据集大小,增强模型的泛化能力。比如进行旋转,变形,归一化等等。

0 comments on commit f5c2283

Please sign in to comment.