run the ISLR CNN for CIFAR100 data
run_cifar100(nEpochs = 30, batchSize = 128, valSplit = 0.2)
numeric(1) defaults to 30
numeric(1) defaults to 128
numeric(1) defaults to 0.2
a list with elements history and model
Takes 15+ minutes on a CPU, with default settings. This is derived from Introduction to Statistical Learning with R by G. James, D. Witten, T. Hastie, R. Tibshirani.
r1 = run_cifar100(nEpochs=3)
plot(r1$history)