ModelResults-class | R Documentation |
ModelResults class
model.input
An object of the modelInput class.
iteration.tracking
A data frame to track the iteration, weight, and error values for each iteration of training.
max.iterations
Maximum number of iterations.
convergence.cutoff
Cutoff for convergence.
learning.rate
Learning rate used during training.
current.metaFeature.weights
Metafeature weights used in the current iteration.
current.gradient
Gradient calculated for this iteration.
optimization.type
One of "SGD", "momentum", "adagrad", or "adam"
current.iteration
Iteration (changes at each time step)
previous.momentum
Momentum value used in momentum optimization
previous.update.vector
Previous value used to update weights, used in ADAM optimization
sum.square.gradients
Sum of squared gradients over iterations, used in Adagrad optimization
pairs
The final set of pairs in the model
previous.metaFeature.weights
Metafeature weights from the previous iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.