Datasets
Ready-to-use datasets.
A set of toy datasets formated for somap
Self-Organizing Maps.
Digits
Bases: SomDataset
Kind of mini-MNIST.
~2k grayscale 8x8 images of digits from 0 to 9.
Source code in src/somap/datasets/mnist.py
__init__()
Loads the mini-MNIST dataset from scikit-learn.
Source code in src/somap/datasets/mnist.py
MNIST
Bases: SomDataset
Classic MNIST.
60k grayscale 28x28 images of digits from 0 to 9.
Source code in src/somap/datasets/mnist.py
__init__()
Loads the classic MNIST dataset.