plot.mlp: Plot the Loss or Other Metrics of a Neural Network

View source: R/plot.mlp.R View source: R/.ipynb_checkpoints/plot.mlp-checkpoint.R

plot.mlpR Documentation

Plot the Loss or Other Metrics of a Neural Network

Description

Plot the Loss or Other Metrics of a Neural Network

Usage

## S3 method for class 'mlp'
plot(network, metric = "loss", ylim = NULL)

Arguments

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.


Greg-Hallenbeck/easy.mlp documentation built on March 10, 2023, 6:31 a.m.