Liking cljdoc? Tell your friends :D

clj-djl.training.loss


evaluateclj

(evaluate loss label pred)
source

hingeclj

(hinge)
(hinge name)
(hinge name margin weight)

The hinge loss is used for maximum-margin classification.

The hinge loss is used for maximum-margin classification.
sourceraw docstring

hinge-lossclj

source

l1clj

(l1)
(l1 name)
(l1 name weight)

Least absolute deviations loss function minimizes the absolute differences between the estimated values and the existing target values.

Least absolute deviations loss function minimizes the absolute differences
between the estimated values and the existing target values.
sourceraw docstring

l1-lossclj

source

l2clj

(l2)
(l2 name)
(l2 name weight)

Least square errors loss function minimizes the squared differences between the estimated and existing target values.

Least square errors loss function minimizes the squared differences between the
estimated and existing target values.
sourceraw docstring

l2-lossclj

source

masked-softmax-cross-entropyclj

(masked-softmax-cross-entropy)
(masked-softmax-cross-entropy name)
(masked-softmax-cross-entropy name weight class-axis sparse-label from-logit)
source

masked-softmax-cross-entropy-lossclj

source

sigmoid-binary-cross-entropyclj

(sigmoid-binary-cross-entropy)
(sigmoid-binary-cross-entropy name)
(sigmoid-binary-cross-entropy name weight from-sigmoid)
source

sigmoid-binary-cross-entropy-lossclj

source

sotfmax-cross-entropyclj

(sotfmax-cross-entropy)
(sotfmax-cross-entropy name)
(sotfmax-cross-entropy name weight class-axis sparse-label from-logit)
source

sotfmax-cross-entropy-lossclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close