Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

readmnist-package

Read MNIST Dataset


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:

Package: readmnist
Type: Package
Title: Read MNIST Dataset
Version: 1.0.6
Author: Jiang Junfeng
Maintainer: Jiang Junfeng <a412133593@gmail.com>
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.
License: GPL
Encoding: UTF-8
LazyData: true

Index of help topics:

Read.mnist              Read MNIST Dataset
readmnist-package       Read MNIST Dataset

~~ 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

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

readmnist

Read MNIST Dataset

v1.0.6
GPL
Authors
Jiang Junfeng
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.