Categorygithub.com/unixpickle/mnistlite
modulepackage
0.1.1
Repository: https://github.com/unixpickle/mnistlite.git
Documentation: pkg.go.dev

# README

mnist

This is a Go package for testing classifiers on the MNIST database of handwritten digits.

# Functions

No description provided by the author
No description provided by the author

# Variables

go:embed data/t10k-images-idx3-ubyte.gz.
go:embed data/t10k-labels-idx1-ubyte.gz.
go:embed data/train-images-idx3-ubyte.gz.
go:embed data/train-labels-idx1-ubyte.gz.

# Structs

A DataSet is a collection of samples.
A Sample is one instance of a handwritten digit.