train_set_size_run: Complete a set of training runs given an integer set of...

Description Usage

View source: R/learning-curves.R

Description

Plots Jtrain and Jcv loss and accuracy curves

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
train_set_size_run(
  model_fn,
  x_train,
  y_train,
  type = "linear",
  epochs = 25,
  n_elems = dim(x_train)[1],
  linear_factor = 10,
  train_sizes = NULL,
  min_train_size = NULL,
  n_runs = NULL
)

ifrit98/R2deepR documentation built on June 19, 2020, 7:45 a.m.