Skip to main content

Module data

Module data 

Source
Expand description

Contiguous dataset helpers.

The training loop operates on slices to avoid per-step allocations. Inputs and Dataset provide validated, row-major storage for feature/target matrices.

Structsยง

Batch
A contiguous dataset batch view.
Batches
Iterator over contiguous batches.
Dataset
A supervised dataset: inputs (X) and targets (Y).
Inputs
A collection of input samples (X).