load.mnist {deepnet} | R Documentation |
Load MNIST DataSet
Description
Load MNIST DataSet
Usage
load.mnist(dir)
Arguments
dir |
dir of minst dataset |
Value
mnist dataset train$n number of train samples train$x pix of every train sample image train$y label of every train sample image train$yy one-of-c vector of label of train sample image test$n number of test samples test$x pix of every test sample image test$y label of every test sample image test$yy one-of-c vector of label of test sample image
Author(s)
Xiao Rong
[Package deepnet version 0.2.1 Index]