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.
This course covers the concepts of recurrent and convolutional nets (theory and practice), natural signals properties and the convolution, and recurrent neural networks (vanilla and gated, LSTM).
This couse is the opening module for the University of Toronto's Krembil Centre for Neuroinformatics' virtual learning series Solving Problems in Mental Health Using Multi-Scale Computational Neuroscience. Lessons in this course introduce participants to the study of brain disorders, starting from elemental units like genes and neurons, eventually building up to whole-brain modelling and global activity patterns.
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.
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.
This workshop provides an opportunity to explore the advanced tools and techniques for data sharing, analysis, visualization, and simulation.
Difficulties experienced in understanding machine learning techniques often stem from lack of clarity concerning more basic statistical models and fundamental considerations, including the various regression models that can all be subsumed under the General Linear Model.
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.
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 course features tutorials on how to use Allen atlases and digital brain atlasing tools, including operational and user features of the Allen Mouse Brain Atlas, as well as the Allen Institute's 3D viewing tool, Brain Explorer®.
Sessions from the INCF Neuroinformatics Assembly 2022 day 1.
In this short series of lectures, participants will take a look at articles using TVB in a clinical context. Specifically, participants will see how TVB can help to predict recovery after stroke and how individual epileptic seizures are simulated. The course lecturers will briefly describe the methods used and results achieved in the articles.
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.
This course corresponds to the first session of talks given at INCF's Neuroinformatics Assembly 2023. The sessions consists of several lectures, focusing on using the principles of FAIR (findability, accessibility, interoperability, and reusability) to inform future directions in neuroscience and neuroinformatics. In particular, these talks deal with the development of knowledge graphs and ontologies.
This course tackles the issue of maintaining ethical research and healthcare practices in the age of increasingly powerful technological tools like machine learning and artificial intelligence. While there is great potential for innovation and improvement in the clinical space thanks to AI development, lecturers in this course advocate for a greater emphasis on human-centric care, calling for algorithm design which takes the full intersectionality of individuals into account.
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 course contains sessions from the first day of INCF's Neuroinformatics Assembly 2022.
This course consists of two workshops which focus on the need for reproducibility in science, particularly under the umbrella roadmap of FAIR scienctific principles. The tutorials also provide an introduction to some of the most commonly used open-source scientific tools, including Git, GitHub, Google Colab, Binder, Docker, and the programming languages Python and R.
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.
This module provides an introduction to the problem of speech recognition using neural models, emphasizing the CTC loss for training and inference when input and output sequences are of different lengths. It also covers beam search for use during inference, and how that procedure may be modeled at training time using a Graph Transformer Network.