Documentation
¶
Overview ¶
a Simple MNIST loader written in Go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertImage ¶
Outputs the image data normalized [0, 1] as *mat.Dense for those trying ML with Gonum.
func ConvertLabel ¶
Outputs the label data normalized [0 or 1] as *mat.Dense for those trying ML with Gonum.
func ReadImage ¶
Reads MNIST image data train and test files make sure that the names are the original ones ... meaning these: train-images.idx3-ubyte t10k-images.idx3-ubyte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.