Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Parallel Processing01:20

Parallel Processing

181
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
181
Neural Circuits01:25

Neural Circuits

1.3K
Neural circuits and neuronal pools are two of the main structures found in the nervous system. Neural circuits are networks of neurons that work together to carry out a specific task or process. They consist of interconnected neurons and glial cells, which provide structural and metabolic support.
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
1.3K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Cerebellar tonic inhibition orchestrates the maturation of information processing and motor coordination.

Experimental & molecular medicine·2026
Same author

The Ultrastructural Properties of the Endoplasmic Reticulum Govern Microdomain Signaling in Perisynaptic Astrocytic Processes.

Glia·2025
Same author

GABA-Induced Seizure-Like Events Caused by Multi-ionic Interactive Dynamics.

eNeuro·2024
Same author

Branch-specific clustered parallel fiber input controls dendritic computation in Purkinje cells.

iScience·2024
Same author

Vesicle and reaction-diffusion hybrid modeling with STEPS.

Communications biology·2024
Same author

Recent data on the cerebellum require new models and theories.

Current opinion in neurobiology·2023
Same journal

Predicting vasovagal syncope during head-up tilt test: three machine learning approaches.

Frontiers in neuroinformatics·2026
Same journal

Decoding basal ganglia motor circuit dysfunction from handwriting: a physics-informed neural signal interpretation framework for Parkinson's disease screening.

Frontiers in neuroinformatics·2026
Same journal

FUSION-AD: interpretable AI framework for risk assessment and subgroup discovery in Alzheimer's disease.

Frontiers in neuroinformatics·2026
Same journal

A 3D-printed phantom to validate subject orientation in 3D imaging and recordings.

Frontiers in neuroinformatics·2026
Same journal

IntegriLAB: a blockchain-enabled electronic lab notebook for reproducible neuroimaging research.

Frontiers in neuroinformatics·2026
Same journal

Long-range correlations in alpha-band of electroencephalogram: a nonlinear embedding and detrended fluctuation analysis.

Frontiers in neuroinformatics·2026
See all related articles

Related Experiment Video

Updated: Jul 19, 2025

Author Spotlight: Modular Neuronal Networks for Analyzing Brain Functions
07:38

Author Spotlight: Modular Neuronal Networks for Analyzing Brain Functions

Published on: June 7, 2024

1.6K

Efficient simulation of neural development using shared memory parallelization.

Erik De Schutter1,2

  • 1Computational Neuroscience Unit, Okinawa Institute of Science and Technology, Okinawa, Japan.

Frontiers in Neuroinformatics
|August 7, 2023
PubMed
Summary
This summary is machine-generated.

The Neural Development Simulator (NeuroDevSim) models brain development processes like growth and pruning using agent-based methods. This parallel processing software achieves efficient simulation of neural structures on multi-core systems.

Keywords:
growthmigrationneural developmentparallel algorithmretractionshared memory

More Related Videos

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks
11:18

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks

Published on: March 2, 2015

10.4K
Preparation of Neuronal Co-cultures with Single Cell Precision
09:06

Preparation of Neuronal Co-cultures with Single Cell Precision

Published on: May 20, 2014

13.8K

Related Experiment Videos

Last Updated: Jul 19, 2025

Author Spotlight: Modular Neuronal Networks for Analyzing Brain Functions
07:38

Author Spotlight: Modular Neuronal Networks for Analyzing Brain Functions

Published on: June 7, 2024

1.6K
Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks
11:18

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks

Published on: March 2, 2015

10.4K
Preparation of Neuronal Co-cultures with Single Cell Precision
09:06

Preparation of Neuronal Co-cultures with Single Cell Precision

Published on: May 20, 2014

13.8K

Area of Science:

  • Computational neuroscience
  • Developmental biology
  • Software engineering

Background:

  • Simulating complex neural development is computationally intensive.
  • Existing models may lack efficient parallel processing capabilities.
  • Understanding neural morphological growth, migration, and pruning is key to developmental neuroscience.

Purpose of the Study:

  • To introduce NeuroDevSim, a Python module for simulating key aspects of neural development.
  • To present an agent-based modeling approach for neural growth, migration, and pruning.
  • To demonstrate efficient parallel processing for large-scale neural simulations.

Main Methods:

  • Utilizes an agent-based modeling approach with 'fronts' for neural development processes.
  • Implements a novel shared memory approach for multi-core parallel processing without messaging.
  • Employs a coding rule to avoid memory conflicts, with a serialized lock broker for collision detection.

Main Results:

  • NeuroDevSim simulates morphological growth, migration, and pruning of neurons.
  • Achieves linear strong parallel scaling up to 96 cores, successfully running on 128 cores.
  • Enables modeling of diverse neural networks, from few complex to thousands of simple neurons.

Conclusions:

  • NeuroDevSim provides an efficient and scalable platform for simulating neural development.
  • The shared memory approach offers significant parallel processing advantages.
  • Facilitates research in computational neuroscience and developmental biology through accessible modeling.