Liking cljdoc? Tell your friends :D

mlp.core


apply-deltaclj

(apply-delta layer weights delta)
source

derivative-sigmoidclj

(derivative-sigmoid x)
source

feed-forwardclj

(feed-forward layer weights)
source

multipy-matricesclj

(multipy-matrices a b)

Emulates the numpy way of multipying matrices.

Emulates the numpy way of multipying matrices.
sourceraw docstring

run-forwardclj

(run-forward input weights)
source

sigmoidclj

(sigmoid x)
source

trainclj

(train input weights-1 weights-2 desired-output)
source

weight-deltaclj

(weight-delta layer error)
source

weight-errorclj

(weight-error delta weights)
source

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

× close