grain.functions.loss

A module for loss functions that always output scalar values to be minimized. Loss function is the end of forwardprop and also is the start point of backprop.

Members

Structs

HuberLoss
struct HuberLoss(T)
Undocumented in source.
NegativeLogLikelihood
struct NegativeLogLikelihood(F, I = long)
Undocumented in source.

Meta