ModelDB is moving. Check out our new site at https://modeldb.science. The corresponding page is https://modeldb.science/123815.

Encoding and retrieval in a model of the hippocampal CA1 microcircuit (Cutsuridis et al. 2009)

 Download zip file 
Help downloading and running models
Accession:123815
This NEURON code implements a small network model (100 pyramidal cells and 4 types of inhibitory interneuron) of storage and recall of patterns in the CA1 region of the mammalian hippocampus. Patterns of PC activity are stored either by a predefined weight matrix generated by Hebbian learning, or by STDP at CA3 Schaffer collateral AMPA synapses.
Reference:
1 . Cutsuridis V, Cobb S, Graham BP (2010) Encoding and retrieval in a model of the hippocampal CA1 microcircuit. Hippocampus 20:423-46 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism: Hippocampus;
Cell Type(s): Hippocampus CA1 pyramidal GLU cell; Hippocampus CA1 basket cell;
Channel(s):
Gap Junctions:
Receptor(s): GabaA; AMPA; NMDA;
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Pattern Recognition; Activity Patterns; Temporal Pattern Generation; Learning; STDP; Connectivity matrix; Storage/recall;
Implementer(s): Graham, Bruce [B.Graham at cs.stir.ac.uk]; Cutsuridis, Vassilis [vcutsuridis at gmail.com];
Search NeuronDB for information about:  Hippocampus CA1 pyramidal GLU cell; GabaA; AMPA; NMDA;
/
Hipp_paper_code
Results
Weights
readme.txt
ANsyn.mod *
bgka.mod *
burststim2.mod *
cad.mod *
cagk.mod *
cal.mod *
calH.mod *
car.mod *
cat.mod *
ccanl.mod *
gskch.mod *
h.mod *
hha_old.mod *
hha2.mod *
hNa.mod *
IA.mod *
ichan2.mod *
Ih.mod *
kad.mod *
kap.mod *
Kaxon.mod *
kca.mod *
Kdend.mod *
km.mod *
Ksoma.mod *
LcaMig.mod *
my_exp2syn.mod *
Naaxon.mod *
Nadend.mod *
Nasoma.mod *
nca.mod *
nmda.mod *
regn_stim.mod *
somacar.mod *
STDPE2Syn.mod *
axoaxonic_cell17S.hoc *
basket_cell17S.hoc *
bistratified_cell13S.hoc *
burst_cell.hoc *
HAM_SR.ses
HAM_StoRec_par.hoc
HAM_StoRec_ser.hoc
mosinit.hoc
olm_cell2.hoc
pyramidal_cell_14Vb.hoc
ranstream.hoc *
stim_cell.hoc *
                            
ENCODING AND RETRIEVAL IN A MODEL OF THE HIPPOCAMPAL CA1 MICROCIRCUIT
---------------------------------------------------------------------

This NEURON code implements a small network model (100 pyramidal cells
and 4 types of inhibitory interneuron) of storage and recall of patterns
in the CA1 region of the mammalian hippocampus. Patterns of PC activity
are stored either by a predefined weight matrix generated by Hebbian learning,
or by STDP at CA3 Schaffer collateral AMPA synapses.

Reference:
Cutsuridis, V., Cobb, S. and Graham, B.P. Encoding and Retrieval in
a model of the hippocampal CA1 microcircuit. Hippocampus, in press,
DOI 10.1002/hipo.20661, 2009.

Abstract:
It has been proposed that the hippocampal theta rhythm (4-7 Hz) can 
contribute to memory formation by separating encoding (storage) and 
retrieval of memories into different functional half-cycles 
(Hasselmo et al., 2002). We investigate, via computer simulations, 
the biophysical mechanisms by which storage and recall of spatio-temporal 
input patterns are achieved by the CA1 microcircuitry. A model of the CA1 
microcircuit is presented that uses biophysical representations of the 
major cell types, including pyramidal (P) cells and four types of inhibitory
interneurons: basket (B) cells, axo-axonic (AA) cells, bistratified (BS) cells 
and oriens lacunosum-molecurale (OLM) cells. Inputs to the network come from 
the entorhinal cortex (EC), the CA3 Schaffer collaterals and medial septum. 
The EC input provides the sensory information, whereas all other inputs provide 
context and timing information. Storage is accomplished via a local STDP mediated
hetero-association of the EC input pattern and the incoming CA3 input pattern on 
the pyramidal cell target synapses. The model simulates the timing of firing of
different hippocampal cell types relative to the theta rhythm in anaesthetized 
animals and proposes experimentally confirmed functional roles for the different 
classes of inhibitory interneurons in the storage and recall cycles 
(Klausberger et al., 2003, 2004). Measures of recall performance of new and 
previously stored input patterns in the presence or absence of various inhibitory
interneurons are employed to quantitatively test the performance of our model. 
Finally, the mean recall quality of the CA1 microcircuit is tested as the number 
of stored patterns is increased.

Main file: HAM_StoRec_par.hoc (parallel version)
           HAM_StoRec_ser.hoc (serial version - VERY SLOW!)

These files are configured to produce the results presented in figures 9 and 10
of the paper, showing recall of a stored pattern when the entorhinal cortex input
is disconnected from the CA1 pyramidal cells and so pattern recall is cued 
exclusively by CA3 Schaffer collateral input. Example results are in the Results
directory, in which there are also Matlab files for plotting them.
EC input can be restored by setting ECWGT to its non-zero value.
Other results were produced by setting particular connection weight variables to 0
to remove certain synaptic pathways.

*********WARNING******************
// Bug report, V. Cutsuridis and B. Graham, 21 Apr 2015
We have been informed of a bug in the IA mod file,
used for the OLM interneuron first introduced in ModelDB ac. 28316.
Simulations (those for Figs.9 and 10) were thus rerun with the bug fixed.
There are small quantitative differences from the published results, 
but the model still works as described.
To reproduce the published results, comment out the "rates(v)" line in the
DERIVATIVE block of IA.mod.
**********************************

Changelog
---------
2022-05: Updated MOD files to contain valid C++ and be compatible with
         the upcoming versions 8.2 and 9.0 of NEURON.

Loading data, please wait...