1.2.6 • Published 9 years ago

mnist-data v1.2.6

Weekly downloads
6
License
ISC
Repository
-
Last release
9 years ago

mnist-data

Build Status Coverage Status

The MNIST dataset, along with some javascript utilities. Even if you aren't programming in JS, you can use this repository to keep the dataset as a dependency of your project without committing the entire dataset to your codebase.

Install

npm install mnist-data

Usage

var mnist = require('mnist-data');
var training_data = mnist.training(0, 60000);
var testing_data = mnist.testing(0, 10000);

For more examples, see the documentation.

Test

npm test

License

The MNIST data does not belong to me, and so it is not included under this project's ISC license. Everything else in the repository is, though.

1.2.6

9 years ago

1.2.5

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago