| Class | Description |
|---|---|
| CacheableExtractableDataSetFetcher |
Abstract class for enabling dataset downloading and local caching.
|
| Cifar10Fetcher |
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/.
|
| EmnistDataFetcher |
Data fetcher for the EMNIST dataset
|
| IrisDataFetcher | |
| MnistDataFetcher |
Data fetcher for the MNIST dataset
|
| SvhnDataFetcher |
The Street View House Numbers (SVHN) Dataset is a real-world image dataset for developing machine learning
and object recognition algorithms with minimal requirement on data preprocessing and formatting.
|
| TinyImageNetFetcher |
Tiny ImageNet is a subset of the ImageNet database.
|
| UciSequenceDataFetcher |
Fetcher for UCI synthetic control chart time series dataset.
|
| Enum | Description |
|---|---|
| DataSetType |
Specify whether train, test, or validation.
|
Copyright © 2019. All rights reserved.