Liking cljdoc? Tell your friends :D

clj-dl4j.configuration


->cache-modeclj

(->cache-mode mode)
source

->network-configuration-builderclj

(->network-configuration-builder obj)
source

add-constraintsclj

(add-constraints builder conf)
source

add-constraints-from-mapclj

(add-constraints-from-map builder {:keys [all weights bias]})
source

add-constraints-from-seqclj

(add-constraints-from-seq builder constraints)
source

cache-modeclj

(cache-mode mode)
source

cache-mode?clj

(cache-mode? mode)
source

multi-builderclj

(multi-builder {:keys [with-backprop? with-pretrain? layers]} builder)
source

network-configurationclj

(network-configuration options)
source

network-configuration-builderclj

(network-configuration-builder {:keys [layers] :as options})
source

network-configuration-builder?clj

(network-configuration-builder? obj)
source

set-goal-type!clj

(set-goal-type! builder goal-type)
source

set-workspace-usage!clj

(set-workspace-usage! builder workspace-usage)
source

single-builderclj

(single-builder {:keys [mini-batch workspace-usage cache-mode goal-type seed
                        optimization-agorithm layer line-search-iterations
                        activation-fn weight-init-method weight-distribution
                        l1-weights l2-weights weight-noise weights-updater
                        bias-init l1-bias l2-bias bias-updater dropout
                        gradient-normalization gradient-normalization-threshold
                        convolution-mode cuda-algo-mode constraints]
                 :or {workspace-usage :all}})
source

test-schemaclj

source

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

× close