Skip to content

Commit

Permalink
clarify feedforward interneuron connections in CS
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 15, 2025
1 parent e3280cc commit bfc6458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/CS_circuit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ for i in 1:N_wta
end

# WTA circuits connect to each other with given connection density and the feedforward interneuron connects to each WTA circuit.
# The feed-forward interneuron `n_ff_inh` receives input from the excitatory (pyramidal) cells of the WTA circuits and it is largely responsible for controlling the spiking rhythm of the ensemble of WTAs.
# The feedforward interneuron `n_ff_inh` of a `CorticalBlox` connects to all excitatory (pyramidal) cells of the WTA circuits within the `CorticalBlox` and receives input from excitatory neurons of other `CorticalBlox` that connect to the current `CorticalBlox`. This interneuron is largely responsible for controlling the spiking rhythm of the ensemble of WTAs.

sys = system_from_graph(g, name = model_name)
prob = ODEProblem(sys, [], (0.0, 1000))
Expand Down

0 comments on commit bfc6458

Please sign in to comment.