EvolveNet::Neuron
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(function : String)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
activate(value : Number)
Sourceactivate(parent : Layer)
Sourceactivation
Sourceactivation=(activation : Number)
Sourcebias
Sourcebias=(bias : Float64)
Sourceclone
Sourcefunction
Sourcefunction=(function : String)
Sourcemutate(rate : Float64)
Sourcenone(value : Number) : Float64
Sourcepunctuate(pos : Int32)
Sourcerandomize
Sourcerelu(value : Number) : Float64
Sourcesigmoid(value : Number) : Float64
Sourcesynapses
Sourcesynapses=(synapses : Array(Synapse))
Sourcetanh(value : Number) : Float64
Source