R/data.R

#' @title MNIST handwritten digits
#'
#' @description This is a 1% stratified random sample from the MNIST handwritten
#'   digit data set.
#'
#' @name mnist
#' @aliases mnist_train mnist_test
#' @usage mnist_train; mnist_test
#' @keywords datasets
#' @format Two data frames of 600 and 100 rows, respectively, and 2 variables:
#' \describe{
#'   \item{`digit`}{list column of 28 × 28 numeric matrices}
#'   \item{`label`}{integer digit}
#' }
#' @source \url{http://yann.lecun.com/exdb/mnist/}
NULL

Try the tdarec package in your browser

Any scripts or data that you put into this service are public.

tdarec documentation built on June 8, 2025, 10:41 a.m.