dev
This commit is contained in:
@@ -64,7 +64,7 @@ function compute_paramsChange!(kfn::kfn_1, modelError::CuArray, outputError::CuA
|
||||
)
|
||||
# error("DEBUG -> kfn compute_paramsChange! $(Dates.now())")
|
||||
end
|
||||
#WORKING implement 90% +w, 10% -w
|
||||
|
||||
function lifComputeParamsChange!( timeStep::CuArray,
|
||||
phi::CuArray,
|
||||
epsilonRec::CuArray,
|
||||
@@ -472,7 +472,7 @@ function lifLearn(wRec,
|
||||
return wRec, neuronInactivityCounter, synapseReconnectDelayCounter
|
||||
end
|
||||
|
||||
#TODO
|
||||
#WORKING 1) implement 90% +w, 10% -w 2) rewrite this function
|
||||
function neuroplasticity(synapseConnectionNumber,
|
||||
zitCumulative, # (row, col)
|
||||
wRec, # (row, col, n)
|
||||
|
||||
Reference in New Issue
Block a user