Uses of Interface
io.github.kirstenali.deepj.loss.LossFunction
Packages that use LossFunction
-
Uses of LossFunction in io.github.kirstenali.deepj.loss
Classes in io.github.kirstenali.deepj.loss that implement LossFunctionModifier and TypeClassDescriptionfinal classCross-entropy loss with integer class targets.classMean-Squared-Error loss. -
Uses of LossFunction in io.github.kirstenali.deepj.training
Methods in io.github.kirstenali.deepj.training with parameters of type LossFunctionModifier and TypeMethodDescriptionstatic TrainerSupervisedTraining.trainer(Layer model, LossFunction lossFn, ParameterOptimizer opt, Tensor xAll, Tensor yAll, long seed)