scalation.modeling.MonitorLoss
The MonitorLoss trait provides methods to track the converegence of the of optimization algorithms based on the value of the loss function.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Collect the next value for the loss function.
Collect the next value for the loss function.
Value parameters
-
loss
-
the value of the loss function
Attributes
Return the best/minumum loss seen.
Return the best/minumum loss seen.
Attributes
Plot the loss function versus the epoch/major iterations.
Plot the loss function versus the epoch/major iterations.
Value parameters
-
optName
-
the name of optimization algorithm (alt. name of network)
Attributes