Liking cljdoc? Tell your friends :D

ctrnn.core

Simulates Continuous-Time Recurrent Neural Networks (CTRNNs).

Simulates Continuous-Time Recurrent Neural Networks (CTRNNs).
raw docstring

activationclj

(activation neuron)

Return current activation (firing frequency) of neuron.

Return current activation (firing frequency) of neuron.
sourceraw docstring

add-neuronclj

(add-neuron ctrnn neuron)

Return CTRNN with neuron added.

Return CTRNN with neuron added.
sourceraw docstring

add-synapseclj

(add-synapse neuron from-neuron strength)

Return neuron with new synaptic connection added.

Return neuron with new synaptic connection added.
sourceraw docstring

make-ctrnnclj

(make-ctrnn initial-neurons timestep)

Return a new CTRNN with initial neurons and a set integration timestep.

Return a new CTRNN with initial neurons and a set integration timestep.
sourceraw docstring

make-neuronclj

(make-neuron bias time-constant & {:keys [id]})

Return new neuron with given bias and time-constant.

Return new neuron with given bias and time-constant.
sourceraw docstring

neuronclj

(neuron ctrnn id)
source

neuronsclj

(neurons ctrnn)

Return a seq of all neurons in the CTRNN.

Return a seq of all neurons in the CTRNN.
sourceraw docstring

set-biasclj

(set-bias neuron bias)

Return neuron with bias set to given value.

Return neuron with bias set to given value.
sourceraw docstring

set-external-currentclj

(set-external-current neuron external-current)

Return neuron with external current set to given value.

Return neuron with external current set to given value.
sourceraw docstring

update-ctrnnclj

(update-ctrnn ctrnn)

Return CTRNN with neuron membrane potentials updated to next timestep.

Return CTRNN with neuron membrane potentials updated to next timestep.
sourceraw docstring

update-membrane-potentialclj

(update-membrane-potential n ctrnn)

Return neuron with membrane potential updated to next timestep.

Return neuron with membrane potential updated to next timestep.
sourceraw docstring

update-neuronclj

(update-neuron ctrnn neuron-id function & args)

Return CTRNN with neuron of given id replaced by result from calling function with neuron as first argument + rest args.

Return CTRNN with neuron of given id replaced by result from calling function
with neuron as first argument + rest args.
sourceraw docstring

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

× close