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
|
n.wRec .*= nonFlipedSign
|
||||||
capMaxWeight!(n.wRec) # cap maximum weight
|
capMaxWeight!(n.wRec) # cap maximum weight
|
||||||
|
|
||||||
synapticConnStrength!(n)
|
# synapticConnStrength!(n) #CHANGE
|
||||||
neuroplasticity!(n,firedNeurons, nExInType, totalInputPort)
|
neuroplasticity!(n,firedNeurons, nExInType, totalInputPort)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user