Skip to main content
Below you will find the latest courses. Please search or select the courses based on the below filters.
Search courses
Course level

The Future of Medical Data Sharing in Clinical Neurosciences

EBRAINS

This workshop hosted by HBP, EBRAINS, and the European Academy of Neurology (EAN) aimed to identify and openly discuss all issues and challenges associated with data sharing in Europe: from ethics to data safety and privacy including those specific to data federation such as the development and validation of federated algorithms. 

 

 

Module 3: Computational Models

Mike X. Cohen

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.

 
INCF TrainingSpace

Deep Learning: Control

NYU Center for Data Science

This module covers the concepts of model predictive control, emulation of the kinematics from observations, training a policy, and predictive policy learning under uncertainty. It is a part of the Deep Learning Course at NYU's Center for Data Science, a course that covered the latest techniques in deep learning and representation learning, focusing on supervised and unsupervised deep learning, embedding methods, metric learning, convolutional and recurrent nets, with appli

 

CAN 2019: Science Management Symposium

Canadian Association for Neuroscience (CAN) Meeting 2019

The landscape of scientific research is changing. Today’s researchers need to participate in large-scale collaborations, obtain and manage funding, share data, publish, and undertake knowledge translation activities in order to be successful. As per these increasing demands, Science Management is now a vital piece of the environment. This course consists of lectures presenting practical techniques, tools, and project management skills that participants can begin to implement.

 

High-Performance Computing (HPC)

The dimensionality and size of datasets in many fields of neuroscience research require massively parallel computing power.  Fortunately, the maturity and accessibility of virtualization technologies has made it feasible to run the same analysis environments on platforms ranging from single laptop computers up to high-performance computing networks.

 

INCF Assembly 2022 - Day 3 Sessions

INCF

Sessions from the INCF Neuroinformatics Assembly 2022 Day 3. 

VIEW THE PROGRAM

 
INCF TrainingSpace

Computational Neuroscience: The Basics

INCF

This course consists of a series of lessons which aim to introduce the basic conceptual and experimental approaches in computational neuroscience. 

 

INCF Assembly 2022 - Day 2 Sessions

INCF

Sessions from the INCF Neuroinformatics Assembly 2022 day 2. 

VIEW THE PROGRAM

 
INCF TrainingSpace

Session 4: "Is This FAIR?": Transparency in EDI, Career Development, & Management

INCF

There is a growing recognition and adoption of open and FAIR science practices in neuroscience research. This is predominately regarded as scientific progress and has enabled significant opportunities for large, collaborative, team science. The efforts and practical work that go into creating an open and FAIR landscape extend far beyond just the science.

 
INCF TrainingSpace

Session 2: FAIR Sharing, Integration, & Analysis of Neuroscience Data

INCF

This course corresponds to the second session of INCF's Neuroinformatics Assembly 2023. This series of talks continues a discussion of FAIR principles from the first session, with a greater emphasis on brain data (humans and animals) atlases for data analysis and integation. 

 

Bayesian Models of Learning and Integration of Neuroimaging Data

Krembil Centre for Neuroinformatics

Bayesian inference (using prior knowledge to generate more accurate predictions about future events or outcomes) has become increasingly applied to the fields of neuroscience and neuroinformatics. In this course, participants are taught how Bayesian statistics may be used to build cognitive models of processes like learning or perception. This course also offers theoretical and practical instruction on dynamic causal modeling as applied to fMRI and EEG data.

 

INCF Short Course: Introduction to Neuroinformatics

INCF

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.

 

Using brainlife.io

brainlife.io

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.

 

Module 5: Calcium Imaging

Mike X. Cohen

In this course, you will learn about working with calcium-imaging data, including image processing to remove background "blur", identifying cells based on threshold spatial contiguity, time-series filtering, and principal component analysis (PCA). The MATLAB code shows data animations, capabilities of the image processing toolbox, and PCA.

 

Simulating Brain Microcircuit Activity and Signals in Mental Health

Krembil Centre for Neuroinformatics

This course offers lectures on the origin and functional significance of certain electrophysiological signals in the brain, as well as a hands-on tutorial on how to simulate, statistically evaluate, and visualize such signals. Participants will learn the simulation of signals at different spatial scales, including single-cell (neuronal spiking) and global (EEG), and how these may serve as biomarkers in the evaluation of mental health data.

 
INCF TrainingSpace

Open Collaboration in Computational Neuroscience

INCF

Neuroscience has traditionally been a discipline where isolated labs have produced their own experimental data and created their own models to interpret their findings. However, it is becoming clear that no one lab can create cell and network models rich enough to address all the relevant biological questions, or to generate and analyse all the data required to inform, constrain, and test these models.

 

INCF Short Course: Introduction to Neuroinformatics

INCF

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.

 

International Neuroethics Society Webinar Series

International Neuroethics Society

This course consists of a series of webinars organized by the International Neuroethics Society on various neuroethics topics. 

 

Versioning & Containerization

This course outlines how versioning code, data, and analysis software is crucially important to rigorous and open neuroscience workflows that maximize reproducibility and minimize errors.Version control systems, code-capable notebooks, and virtualization containers such as Git, Jupyter, and Docker, respectively, have become essential tools in data science.

 

Module 2: EEG

Mike X. Cohen

In this module, you will work with human EEG data recorded during a steady-state visual evoked potential study (SSVEP, aka flicker). You will learn about spectral analysis, alpha activity, and topographical mapping. The MATLAB code introduces functions, sorting, and correlation analysis.