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

NegativeLogLikelihood
struct NegativeLogLikelihood(F, I = long)

Meta