Probing the organization of interactions within and across neuronal populations is a promising approach to understanding the principles of brain processing. The rapidly advancing technical capabilities to record from hundreds of neurons in parallel open up new possibilities to disentangle the correlative structure within neuronal networks. However, the complexity of these massive data streams calls for novel, tractable analysis tools that exploit the parallel aspect of the data.
The CAJAL Course in Computational Neuroscience teaches the central ideas, methods, and practice of modern computational neuroscience through a combination of lectures and hands-on project work. This course is designed for graduate students and postdoctoral fellows from a variety of disciplines, including neuroscience, physics, electrical engineering, computer science, mathematics, and psychology.
Sessions from the INCF Neuroinformatics Assembly 2022 Day 3.
The goal of this module is to work with action potential data taken from a publicly available database. You will learn about spike counts, orientation tuning, and spatial maps. The MATLAB code introduces data types, for-loops and vectorizations, indexing, and data visualization.
The emergence of data-intensive science creates a demand for neuroscience educators worldwide to deliver better neuroinformatics education and training in order to raise a generation of modern neuroscientists with FAIR capabilities, awareness of the value of standards and best practices, knowledge in dealing with big datasets, and the ability to integrate knowledge over multiple scales and methods.
This workshop provides basic knowledge on personalized brain network modeling using the open-source simulation platform The Virtual Brain (TVB). Participants will gain theoretical knowledge and apply this knowledge to construct brain models, process multimodal neuroimaging data for reconstructing individual brains, run simulations, and use supporting neuroinformatics tools such as collaboratories, pipelines, workflows, and data repositories.
In this course, you will learn how computational neuroscientists use mathematical models and computer simulations to study different plasticity phenomena in the brain. During the course, you will program your own neuron model, a so-called leaky-integrate-and-fire (LIF) neuron model, and simulate it with a computer. You will also learn how to add various neuronal properties and plasticity mechanisms to the model and study how they operate.
This course provides several visual walkthroughs documenting how to execute various processes in brainlife.io, an open-source, free and secure reproducible neuroscience analysis platform. The platform allows to analyze Magnetic Resonance Imaging (MRI), electroencephalography (EEG) and magnetoencephalography (MEG) data. Data can either be uploaded from local computers or imported from public archives such as OpenNeuro.org.
This workshop is organized by the German National Research Data Infrastructure Initiative Neuroscience (NFDI-Neuro). The initiative is community driven and comprises around 50 contributing national partners and collaborators. NFDI-Neuro partners with EBRAINS AISB, the coordinating entity of the EU Human Brain Project and the EBRAINS infrastructure. We will introduce common methods that enable digital reproducible neuroscience.
As technological improvements continue to facilitate innovations in the mental health space, researchers and clinicians are faced with novel opportunities and challenges regarding study design, diagnoses, treatments, and follow-up care. This course includes a lecture outlining these new developments, as well as a workshop which introduces users to Synapse, an open-source platform for collaborative data analysis.
Neuromatch Academy aims to introduce traditional and emerging tools of computational neuroscience to trainees.
The importance of Research Data Management in the conduct of open and reproducible science is better understood and technically supported than ever, and many of the underlying principles apply as much to everyday activities of a single researcher as to large-scale, multi-center open data sharing.
Course designed for advanced learners interested in understanding the foundations of Machine Learning in Python.
General: The course consists of 15 lectures (ca. 1-2 hours each) and 15 exercise sheets (for ca. 6 hours of programming each).
Institution: High-Performance Computing and Analytics Lab, University of Bonn
Neuromatch Academy aims to introduce traditional and emerging tools of computational neuroscience to trainees.
This course consists of a series of webinars organized by the International Neuroethics Society on various neuroethics topics.
Sessions from the INCF Neuroinformatics Assembly 2022 day 2.
This course consists of three lessons, each corresponding to a lightning talk given at the first day of INCF's Neuroinformatics Assembly 2023. By following along these brief talks, you will hear about topics such as open source tools for computer vision, tools for the integration of various MRI dataset formats, as well as international data governance.
As technological improvements continue to facilitate innovations in the mental health space, researchers and clinicians are faced with novel opportunities and challenges regarding study design, diagnoses, treatments, and follow-up care. This course includes a lecture outlining these new developments, as well as a workshop which introduces users to Synapse, an open-source platform for collaborative data analysis.
This course is intended for those interested in electroencephalography (EEG) and event-related potentials (ERPs) techniques, and those interested in collecting, annotating, standardizing, storing, processing, sharing, and publishing data from electrical activity of the human brain.
This module introduces computational neuroscience by simulating neurons according to the AdEx model. You will learn about generative modeling, dynamical systems, and F-I curves. The MATLAB code introduces live scripts and functions.