Documentation
GitHub
Example
Dlang.org
Dataset
grain
dataset
mnist
struct
Dataset {
Slice
!(
float
*,
3
)
inputs
;
Slice
!(
int
*,
1
)
targets
;
}
Meta
Source
See Implementation
grain
dataset
mnist
functions
makeBatch
prepareDataset
manifest constants
files
structs
Dataset