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


rTorch documentation built on Jan. 13, 2021, 4:32 p.m.