Skip to content

Commit

Permalink
try learning with more relaxed plasticity parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 7, 2025
1 parent 03d43b0 commit c8b5747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ model_name = :g
@named ASC1 = NextGenerationEIBlox(; namespace=model_name, Cₑ=2*26,Cᵢ=1*26, alpha_invₑₑ=10.0/26, alpha_invₑᵢ=0.8/26, alpha_invᵢₑ=10.0/26, alpha_invᵢᵢ=0.8/26, kₑᵢ=0.6*26, kᵢₑ=0.6*26)

## learning rule
hebbian_cort = HebbianPlasticity(K=5e-5, W_lim=7, t_pre=trial_dur, t_post=trial_dur)
hebbian_cort = HebbianPlasticity(K=5e-3, W_lim=15, t_pre=trial_dur, t_post=trial_dur)

g = MetaDiGraph()

Expand Down

0 comments on commit c8b5747

Please sign in to comment.