Next: Figure 1
Up: index
Previous: Introduction
The network model we considered is a model of synaptically connected neurons generating action potentials. Neurons are modeled as single compartment units using a conductance based model. The model incorporates two inward currents -
and
, three outward potassium currents - the delayed rectifier
, the Ca-dependent
and the transient
current, and a leak current
. The synaptic connection between cells is modeled by a synaptic current
. The overall strength of a connection is represented by a single synaptic weight parameter and a delay parameter represents all delays between cells. We use a two dimensional array of up to 250x250 neurons to simulate a two dimensional neural network (e.g. a thin slice or layer of neocortical tissue). Two types of networks were simulated. In the first type there is no significant inhibition. This can be interpreted either as a local network after applying a blocker of inhibition or cortical tissue where local inhibition is dominated by excitation. The second type of network has inhibitory neurons that are uniformly distributed with one inhibitory neuron occurring per nine excitatory neurons. Each neuron receives excitatory input from two of the nearest eight neighboring cells (Fig. 1). All connections have equal strength and delay. A pseudo-random generator was used to choose connections for each cell. The selected neurons (1-3) in the center of array are stimulated by a rectangular pulse (30 ms) train of depolarizing current with the frequency in the range 2 -10 Hz at the beginning of simulation. The membrane potentials for selected neurons and counts of action potentials for all neurons were determined. The data were later used to generate animations of the activity in neuronal arrays. The membrane potentials for selected border neurons were used to compute the frequency of bursts.
Neuron model equations
where:
is the membrane potential,
is the recovery variable,
is
the intracellular calcium concentration
and
are respectively
the calcium channel activation variable and transient potassium
channel inactivation variable. The steady-state functions
,
,
,
, and
are modeled as sigmoidal curves, determined by two
parameters: the half maximum voltage
(values are -31, -20,
-35, -45 and -70
respectively) and a slope
of the curve at this
point (values are 0.065, 0.02, 0.055, 2.0, and -0.095 respectively).
is the conversion factor from calcium current to
concentration and
is the removal rate constant of the
intracellular calcium concentration.
is the membrane
capacitance.
is the relaxation time function, and
and
are relaxation time
constants for recovery
, calcium activation
, and potassium
transients inactivation
variables.
Ion currents
are described by the product of three
terms: the maximal conductance
, the activation and
inactivation variable or function, and the driving force
.
where:
,
,
,
,
,
in the range 0.5-3.5
are maximum conductances for the respective channels and
,
,
, and
are values of
the reversal potentials for the respective ions and leak current.
and
are the calcium concentration function constants.
Synaptic model equations
where
denotes summation over past action potentials and
over
the number of input
synapses.
, is the synaptic conductance
constant,
is the conductance function and
is a synaptic reversal potential equal
for excitatory and
for inhibitory synapse.
and
represent respectively decay time and onset time constants of a PSP. Synaptic weight
was modeled as an integer in the range
.
denotes time elapsed since
-th action potential arrival on synapse,
is the number of past action potentials with significant contribution to the sum and
is the number of synaptic inputs, in these simulations
(2 excitatory and 2 inhibitory inputs).
The ordinary differential equations were solved numerically using
forward Euler method with a time step of 0.01
.
Next: Figure 1
Up: index
Previous: Introduction