Versions in this module Expand all Collapse all v1 v1.0.0 Feb 15, 2024 Changes in this version + func BatchMatrix[T Signed | Float](input [][]T, batchSize int) []matrix.Matrix[T] + func MnistDataset(filename string) ([][]float64, []float64, error) + func OneHotEncode(labels []float64, classCount int) [][]float64