SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-data-simple
/
sk.ainet.data.mnist
/
MNISTLoader
MNISTLoader
interface
MNISTLoader
(
source
)
Interface for the MNIST loader.
Inheritors
MNISTLoaderCommon
Members
Functions
load
Test
Data
Link copied to clipboard
abstract
suspend
fun
loadTestData
(
)
:
MNISTDataset
Loads the MNIST test dataset.
load
Training
Data
Link copied to clipboard
abstract
suspend
fun
loadTrainingData
(
)
:
MNISTDataset
Loads the MNIST training dataset.