Hopfield and Brody model (Hopfield, Brody 2000) (NEURON+python)

 Download zip file 
Help downloading and running models
Accession:144549
Demonstration of Hopfield-Brody snychronization using artificial cells in NEURON+python.
References:
1 . Hopfield JJ, Brody CD (2001) What is a moment? Transient synchrony as a collective mechanism for spatiotemporal integration. Proc Natl Acad Sci U S A 98:1282-7 [PubMed]
2 . Hopfield JJ, Brody CD (2000) What is a moment? "Cortical" sensory integration over a brief interval. Proc Natl Acad Sci U S A 97:13919-24 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON; Python;
Model Concept(s): Pattern Recognition; Coincidence Detection; Temporal Pattern Generation; Synchronization; Attractor Neural Network;
Implementer(s): Lytton, William [bill.lytton at downstate.edu]; Neymotin, Sam [Samuel.Neymotin at nki.rfmh.org];
/
hoppy
readme.txt
invlfire.mod
misc.mod *
stats.mod
vecst.mod *
declist.hoc *
decmat.hoc *
decnqs.hoc *
decvec.hoc *
default.hoc *
drline.hoc *
grvec.hoc *
init.hoc
labels.hoc
local.hoc *
misc.h
mysetup.py
net.py
nqs.hoc *
nqs_utils.hoc *
nrnoc.hoc *
pyinit.py
simctrl.hoc *
syncode.hoc *
                            
Demonstration of Hopfield-Brody snychronization using artificial cells in NEURON+python.

The main file in this demonstration is net.py

To use:
 1. unzip the contents of the zip file
 2. nrnivmodl , to compile the mod files
 3. ./x86_64/special -python net.py

The third step will run the simulation for 500 ms of simulation time and display
the spikes of the cells as red dots. The vertical blue lines indicate the
synchronization between the cells. The third step also assumes your computer's
architecture is 64-bit. If not, then the special file will be created in a
different sub-directory.


This demo was originally written by Bill Lytton and then later translated to python
by Sam Neymotin. 

For questions/comments contact Sam Neymotin:
 samuel dot neymotin at yale dot edu
  or
 samn at neurosim dot downstate dot edu

Changelog
---------
2022-05: Updated MOD files to contain valid C++ and be compatible with the
         upcoming versions 8.2 and 9.0 of NEURON. Updated to use post ~2011
         signature of mcell_ran4_init function.

Loading data, please wait...