If you're interested in becoming a contributor or requesting changes then click here to join the discord

Difference between revisions of "NEURON"

From Brain Computer Interface Wiki
Jump to navigation Jump to search
(Created page with "Category:Organizations Neuron is a simulation environment for modeling individual and networks of neurons. It was primarily developed by Michael Hines, John W. Moore, and...")
 
 
Line 1: Line 1:
 +
[[Category:GitHub Accounts]]
 +
[[Category:Twitter Accounts]]
 
[[Category:Organizations]]
 
[[Category:Organizations]]
 
Neuron is a simulation environment for modeling individual and networks of neurons. It was primarily developed by Michael Hines, John W. Moore, and Ted Carnevale at Yale and Duke.  Neuron models individual neurons via the use of sections that are automatically subdivided into individual compartments, instead of requiring the user to manually create compartments. The primary scripting language is hoc but a Python interface is also available. Programs can be written interactively in a shell, or loaded from a file. Neuron supports parallelization via the MPI protocol.
 
Neuron is a simulation environment for modeling individual and networks of neurons. It was primarily developed by Michael Hines, John W. Moore, and Ted Carnevale at Yale and Duke.  Neuron models individual neurons via the use of sections that are automatically subdivided into individual compartments, instead of requiring the user to manually create compartments. The primary scripting language is hoc but a Python interface is also available. Programs can be written interactively in a shell, or loaded from a file. Neuron supports parallelization via the MPI protocol.
Line 4: Line 6:
 
[https://neuron.yale.edu/neuron/ Website]
 
[https://neuron.yale.edu/neuron/ Website]
 
[https://en.wikipedia.org/wiki/Neuron_(software) Wikipedia]
 
[https://en.wikipedia.org/wiki/Neuron_(software) Wikipedia]
 +
[https://twitter.com/neuronsimulator Twitter][https://github.com/neuronsimulator/nrn/releases/download/8.0.0/nrn-8.0.0-osx-arm64-py-38-39.pkg GitHub]

Latest revision as of 15:23, 23 March 2022

Neuron is a simulation environment for modeling individual and networks of neurons. It was primarily developed by Michael Hines, John W. Moore, and Ted Carnevale at Yale and Duke. Neuron models individual neurons via the use of sections that are automatically subdivided into individual compartments, instead of requiring the user to manually create compartments. The primary scripting language is hoc but a Python interface is also available. Programs can be written interactively in a shell, or loaded from a file. Neuron supports parallelization via the MPI protocol.

Links

Website Wikipedia TwitterGitHub