turn off synaptic strength for output neuron
This commit is contained in:
@@ -114,7 +114,7 @@ function learn!(n::T, firedNeurons, nExInType, totalInputPort) where T<:outputNe
|
||||
n.wRec .*= nonFlipedSign
|
||||
capMaxWeight!(n.wRec) # cap maximum weight
|
||||
|
||||
synapticConnStrength!(n)
|
||||
# synapticConnStrength!(n) #CHANGE
|
||||
neuroplasticity!(n,firedNeurons, nExInType, totalInputPort)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user