View source: R/plot.mlp.R View source: R/.ipynb_checkpoints/plot.mlp-checkpoint.R
plot.mlp | R Documentation |
Plot the Loss or Other Metrics of a Neural Network
## S3 method for class 'mlp' plot(network, metric = "loss", ylim = NULL)
network |
An object of class 'mlp' to be plotted. |
metric |
One of "loss", "accuracy", or "residuals" to be plotted vs. training epoch. |
ylim |
Y-Axis limits for the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.