Liking cljdoc? Tell your friends :D

clj-nd4j.ml.loss


->loss-fnclj

(->loss-fn kind)

Returns a loss function from its keyword identifier. Throws an exception if the function does not exist (i.e. not built-in). See documentation. Input :

  • kind : keyword referencing the loss function to use Usage : (->loss-fn :mae)
Returns a loss function from its keyword identifier.
Throws an exception if the function does not exist (i.e.
not built-in).
See documentation.
Input :
- kind : keyword referencing the loss function to use
Usage :
(->loss-fn :mae)
sourceraw docstring

loss-fns-pointersclj

source

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

× close