mnist_plot_digits | R Documentation |
Plot some digits from train mnist data
mnist_plot_digits(ids = NULL)
ids |
Rows to show. |
mnist_plot_digits(1) mnist_plot_digits(c(10, 20, 40, 22)) set.seed(123) mnist_plot_digits(sample(seq(60000), size = 16))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.