refractoring
This commit is contained in:
@@ -40,7 +40,7 @@ function (kfn::kfn_1)(m::model, input_data::AbstractVector)
|
||||
resetLearningParams!(n)
|
||||
end
|
||||
|
||||
for n in kfn.output_neuron
|
||||
for n in kfn.outputNeuronsArray
|
||||
# epsilonRec need to be reset because it counting how many each synaptic fires and
|
||||
# use this info to calculate how much synaptic weight should be adjust
|
||||
resetLearningParams!(n)
|
||||
|
||||
Reference in New Issue
Block a user