Uses of Class
org.nd4j.autodiff.listeners.Loss
-
-
Uses of Loss in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners that return Loss Modifier and Type Method Description LossLoss. add(Loss other)static LossLoss. add(Loss a, Loss b)static LossLoss. average(List<Loss> losses)LossLoss. copy()LossLoss. div(Number other)static LossLoss. div(Loss a, Number b)LossLoss. minus(Loss other)LossLoss. plus(Loss other)LossLoss. sub(Loss other)static LossLoss. sub(Loss a, Loss b)static LossLoss. sum(List<Loss> losses)Methods in org.nd4j.autodiff.listeners with parameters of type Loss Modifier and Type Method Description LossLoss. add(Loss other)static LossLoss. add(Loss a, Loss b)static LossLoss. div(Loss a, Number b)voidBaseListener. iterationDone(SameDiff sd, At at, MultiDataSet dataSet, Loss loss)voidListener. iterationDone(SameDiff sd, At at, MultiDataSet dataSet, Loss loss)Called at the end of every iteration, after all operations (including updating parameters) has been completedLossLoss. minus(Loss other)LossLoss. plus(Loss other)LossLoss. sub(Loss other)static LossLoss. sub(Loss a, Loss b)Method parameters in org.nd4j.autodiff.listeners with type arguments of type Loss Modifier and Type Method Description static LossLoss. average(List<Loss> losses)static LossLoss. sum(List<Loss> losses) -
Uses of Loss in org.nd4j.autodiff.listeners.checkpoint
Methods in org.nd4j.autodiff.listeners.checkpoint with parameters of type Loss Modifier and Type Method Description voidCheckpointListener. iterationDone(SameDiff sd, At at, MultiDataSet dataSet, Loss loss) -
Uses of Loss in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl with parameters of type Loss Modifier and Type Method Description voidScoreListener. iterationDone(SameDiff sd, At at, MultiDataSet dataSet, Loss loss)voidUIListener. iterationDone(SameDiff sd, At at, MultiDataSet dataSet, Loss loss) -
Uses of Loss in org.nd4j.autodiff.listeners.profiler
Methods in org.nd4j.autodiff.listeners.profiler with parameters of type Loss Modifier and Type Method Description voidProfilingListener. iterationDone(SameDiff sd, At at, MultiDataSet dataSet, Loss loss) -
Uses of Loss in org.nd4j.autodiff.listeners.records
Methods in org.nd4j.autodiff.listeners.records that return Loss Modifier and Type Method Description LossLossCurve. lastMeanDelta()Return the loss delta between the last epoch and the one before it.LossLossCurve. lastMeanLoss()Get the mean loss for the last epoch.LossLossCurve. meanLoss(int epoch)Get the mean loss for a given epoch If epoch is negative, counts backwards from the end.Methods in org.nd4j.autodiff.listeners.records that return types with arguments of type Loss Modifier and Type Method Description List<Loss>LossCurve. losses()Methods in org.nd4j.autodiff.listeners.records with parameters of type Loss Modifier and Type Method Description LossCurveLossCurve. addLossAndCopy(Loss loss)Return a new LossCurve with the given losses added on as the most recent epochConstructor parameters in org.nd4j.autodiff.listeners.records with type arguments of type Loss Constructor Description LossCurve(List<Loss> losses) -
Uses of Loss in org.nd4j.autodiff.samediff.internal
Methods in org.nd4j.autodiff.samediff.internal that return Loss Modifier and Type Method Description LossTrainingSession. trainingIteration(TrainingConfig config, Map<String,INDArray> placeholders, Set<String> paramsToTrain, Map<String,GradientUpdater> updaters, MultiDataSet batch, List<String> lossVariables, List<Listener> listeners, At at)Perform one iteration of training - i.e., do forward and backward passes, and update the parameters
-