plotAutoencoderAssessment | R Documentation |
Visualizes the results of assessAutoencoderOptions()
by displaying the
total variance of each combination of an activation function (such as relu, sigmoid)
and the number of bottleneck neurons.
The results depend on further adjustments like number of layers, dropout and number of epochs.
plotAutoencoderAssessment(
object,
activation_subset = NULL,
clrp = NULL,
verbose = NULL
)
object |
An object of class |
clrp |
Character value. Specifies the color palette to be used to represent
groups of discrete variables. Run |
verbose |
Logical. If (Warning messages will always be printed.) |
ggplot_family return
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.