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