mnist_read 1.0.1

Reads generic data and label files in the MNIST file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.ndarray]
version = "0.13.1"

[package]
authors = ["Jonathan Woollett-Light <jonathanwoollettlight@gmai.com>"]
description = "Reads generic data and label files in the MNIST file format."
documentation = "https://docs.rs/mnist_read/"
edition = "2018"
exclude = ["tests", "mnist"]
keywords = ["mnist", "machine-learning", "encoding"]
license = "Apache-2.0"
name = "mnist_read"
repository = "https://github.com/JonathanWoollett-Light/mnist_read"
version = "1.0.1"