dataset_mnist_digits: MNIST database of handwritten digits

Description Usage Arguments

View source: R/python_functions.R

Description

Dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of 10,000 images.

Usage

1
dataset_mnist_digits(ntrain = 60000L, ntest = 10000L, onehot = TRUE)

Arguments

ntrain

number of training samples

ntest

number of test samples

onehot

boolean


f0nzie/rTorch documentation built on Oct. 28, 2021, 5:40 a.m.