Package | Description |
---|---|
org.deeplearning4j.datasets.datavec | |
org.deeplearning4j.datasets.iterator.impl |
Modifier and Type | Method and Description |
---|---|
RecordReaderDataSetIterator |
RecordReaderDataSetIterator.Builder.build() |
Modifier and Type | Class and Description |
---|---|
class |
Cifar10DataSetIterator
CifarDataSetIterator is an iterator for CIFAR-10 dataset - 10 classes, with 32x32 images with 3 channels (RGB)
This fetcher uses a cached version of the CIFAR dataset which is converted to PNG images,
see: https://pjreddie.com/projects/cifar-10-dataset-mirror/.
|
class |
LFWDataSetIterator
LFW iterator - Labeled Faces from the Wild dataset
See http://vis-www.cs.umass.edu/lfw/ 13233 images total, with 5749 classes. |
class |
TinyImageNetDataSetIterator
Tiny ImageNet is a subset of the ImageNet database.
|
Copyright © 2020. All rights reserved.