Documentation
¶
Overview ¶
Package MNIST is the 60000 + 10000 handwritten digits dataset
Index ¶
Constants ¶
View Source
const ImgSize = 28
original
View Source
const SmallImgSize = 13
downscaled
Variables ¶
View Source
var SmallTrainSet, SmallInferSet [][SmallImgSize * SmallImgSize]byte
View Source
var TrainLabels, InferLabels []byte
View Source
var TrainSet, InferSet [][ImgSize * ImgSize]byte
Functions ¶
Types ¶
type SmallInput ¶
type SmallInput [SmallImgSize * SmallImgSize]byte
SmallInput is the type of small input image
func (*SmallInput) Feature ¶
func (i *SmallInput) Feature(n int) uint32
Feature extracts the n-th feature from small input
Click to show internal directories.
Click to hide internal directories.