Skip to main content

This lecture focuses on where and how Jupyter notebooks can be used most effectively for education.

Difficulty level: Beginner
Duration: 34:53
Speaker: : Thomas Kluyver

JupyterHub is a simple, highly extensible, multi-user system for managing per-user Jupyter Notebook servers, designed for research groups or classes. This lecture covers deploying JupyterHub on a single server, as well as deploying with Docker using GitHub for authentication.

Difficulty level: Beginner
Duration: 1:36:27
Speaker: : Thomas Kluyver

This lesson introduces the practical usage of The Virtual Brain (TVB) in its graphical user interface and via python scripts. In the graphical user interface, you are guided through its data repository, simulator, phase plane exploration tool, connectivity editor, stimulus generator, and the provided analyses. The implemented iPython notebooks of TVB are presented, and since they are public, can be used for further exploration of TVB. 

Difficulty level: Beginner
Duration: 1:12:24
Speaker: : Paul Triebkorn

This tutorial covers the fundamentals of collaborating with Git and GitHub.

Difficulty level: Intermediate
Duration: 2:15:50
Speaker: : Elizabeth DuPre
Course:

This lesson provides a comprehensive introduction to the command line and 50 popular Linux commands. This is a long introduction (nearly 5 hours), but well worth it if you are going to spend a good part of your career working from a terminal, which is likely if you are interested in flexibility, power, and reproducibility in neuroscience research. This lesson is courtesy of freeCodeCamp.

Difficulty level: Beginner
Duration: 5:00:16
Speaker: : Colt Steele

This lesson provides an overview of the database of Genotypes and Phenotypes (dbGaP), which was developed to archive and distribute the data and results from studies that have investigated the interaction of genotype and phenotype in humans.

Difficulty level: Beginner
Duration: 48:22
Speaker: : Michael Feolo

This lesson introduces the EEGLAB toolbox, as well as motivations for its use.

Difficulty level: Beginner
Duration: 15:32
Speaker: : Arnaud Delorme

In this lesson, you will learn about the biological activity which generates and is measured by the EEG signal.

Difficulty level: Beginner
Duration: 6:53
Speaker: : Arnaud Delorme

This lesson goes over the characteristics of EEG signals when analyzed in source space (as opposed to sensor space). 

Difficulty level: Beginner
Duration: 10:56
Speaker: : Arnaud Delorme

This lesson describes the development of EEGLAB as well as to what extent it is used by the research community.

Difficulty level: Beginner
Duration: 6:06
Speaker: : Arnaud Delorme

This lesson provides instruction as to how to build a processing pipeline in EEGLAB for a single participant. 

Difficulty level: Beginner
Duration: 9:20
Speaker: :

Whereas the previous lesson of this course outlined how to build a processing pipeline for a single participant, this lesson discusses analysis pipelines for multiple participants simultaneously. 

Difficulty level: Beginner
Duration: 10:55
Speaker: : Arnaud Delorme

In addition to outlining the motivations behind preprocessing EEG data in general, this lesson covers the first step in preprocessing data with EEGLAB, importing raw data. 

Difficulty level: Beginner
Duration: 8:30
Speaker: : Arnaud Delorme

Continuing along the EEGLAB preprocessing pipeline, this tutorial walks users through how to import data events as well as EEG channel locations.

Difficulty level: Beginner
Duration: 11:53
Speaker: : Arnaud Delorme

This tutorial instructs users how to visually inspect partially pre-processed neuroimaging data in EEGLAB, specifically how to use the data browser to investigate specific channels, epochs, or events for removable artifacts, biological (e.g., eye blinks, muscle movements, heartbeat) or otherwise (e.g., corrupt channel, line noise). 

Difficulty level: Beginner
Duration: 5:08
Speaker: : Arnaud Delorme

This tutorial provides instruction on how to use EEGLAB to further preprocess EEG datasets by identifying and discarding bad channels which, if left unaddressed, can corrupt and confound subsequent analysis steps. 

Difficulty level: Beginner
Duration: 13:01
Speaker: : Arnaud Delorme

Users following this tutorial will learn how to identify and discard bad EEG data segments using the MATLAB toolbox EEGLAB. 

Difficulty level: Beginner
Duration: 11:25
Speaker: : Arnaud Delorme

This lecture gives an overview of how to prepare and preprocess neuroimaging (EEG/MEG) data for use in TVB.  

Difficulty level: Intermediate
Duration: 1:40:52
Speaker: : Paul Triebkorn

This lesson introduces some practical exercises which accompany the Synapses and Networks portion of this Neuroscience for Machine Learners course. 

Difficulty level: Intermediate
Duration: 3:51
Speaker: : Dan Goodman

This lesson gives an introduction to the central concepts of machine learning, and how they can be applied in Python using the scikit-learn package. 

Difficulty level: Intermediate
Duration: 2:22:28
Speaker: : Jake Vanderplas