Versions in this module Expand all Collapse all v0 v0.2.0 Oct 19, 2025 v0.1.8 Oct 19, 2025 Changes in this version + const ImgSize + const SmallImgSize + func New() (TrainSet []Input, InferSet []Input, SmallTrainSet []SmallInput, ...) + type Input struct + Image [ImgSize * ImgSize]byte + Label byte + func (i *Input) Feature(n int) uint32 + func (i *Input) Output() uint16 + func (i *Input) Parity() uint16 + type SmallInput struct + Image [SmallImgSize * SmallImgSize]byte + Label byte + func (i *SmallInput) Feature(n int) uint32 + func (i *SmallInput) Output() uint16 + func (i *SmallInput) Parity() uint16