https://github.com/cran/deepnet
Raw File
Tip revision: 6e1efd18aed8971c1c398b296e4c2b81533bee9f authored by Xiao Rong on 24 June 2022, 11:29:27 UTC
version 0.2.1
Tip revision: 6e1efd1
load.mnist.Rd
\name{load.mnist}
\alias{load.mnist}
\title{Load MNIST DataSet}
\usage{
load.mnist(dir)
}
\arguments{
  \item{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
}
\description{
Load MNIST DataSet
}
\author{
Xiao Rong
}
back to top