Skip to content

ny64/mnist-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MNIST Dataset Decoder

Functions for decoding the MNIST Dataset.

Usage

import mnist_decoder as md
images = md.get_images("samples/train-images-idx3-ubyte.gz")  // <class 'numpy.ndarray'>
labels = md.get_labels("samples/train-labels-idx1-ubyte.gz")  // <class 'numpy.ndarray'>

About

Python3 MNIST Dataset decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages