mnist-data

1.2.6 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i mnist-data

Weekly Downloads

6

Version

1.2.6

License

ISC

Last publish

Collaborators

  • garbados