readmnist-package: Read MNIST Dataset

Description Details Author(s) References Examples

Description

You can use the function Read.mnist() to read data and arrange them properly from MNIST dataset (the open handwriting digit database <http://yann.lecun.com/exdb/mnist/>). With this package, you can conveniently get all of necessary informations and then immediately start to check whether your machine learning algorithm works well. It can automatically recognize the type of dataset and returns the informations in corresponding structure.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Jiang Junfeng

Maintainer: Jiang Junfeng <a412133593@gmail.com>

References

https://stackoverflow.com/questions/21521571/how-to-read-mnist-database-in-r

Examples

1
  Info <- Read.mnist(system.file("exdata/t10k-labels.idx1-ubyte", package="readmnist"))

Example output



readmnist documentation built on May 2, 2019, 6:03 a.m.