Read MNIST Dataset
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.
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 ~~
Jiang Junfeng
Maintainer: Jiang Junfeng <a412133593@gmail.com>
https://stackoverflow.com/questions/21521571/how-to-read-mnist-database-in-r
Info <- Read.mnist(system.file("exdata/t10k-labels.idx1-ubyte", package="readmnist"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.