Package org.jetbrains.kotlinx.dl.dataset
Functions
Builds intermediate OnHeapDataset string representation.
Returns paths to images and its labels for the Cifar'10 dataset.
Returns path to images of the Dogs-vs-Cats dataset.
Returns path to images of the subset of the Dogs-vs-Cats dataset.
Loads the Fashion-MNIST dataset.
Returns path to sound data files from Free Spoken Digits Dataset.
Loads the Free Spoken Digits Dataset. This is a dataset of wav sound files of the 10 digits spoken by different people many times each. The test set officially consists of the first 10% of the recordings. Recordings numbered 0-4 (inclusive) are in the test and 5-49 are in the training set.
Creates OnHeapDataset string representation for full of data.
Loads the MNIST dataset. This is a dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of 10,000 images. More info can be found at the MNIST homepage.
Loads the MNIST 3D dataset. This is a dataset of 10,000 16x16x16 grayscale 3D images of the 10 digits, along with a test set of 2,000 3D images.
Creates OnHeapDataset string representation for part of data.
Properties
Data size of Free Spoken Digits Dataset.