2020 Lectures

Filter by Year: 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | All Years

Introduction to Machine Learning

This presentation covers introductory machine learning concepts, including out-of-sample prediction, cross-validation, the variance/bias trade-off, and major classes of ML techniques. Application of these concepts to neuroimaging data is illustrated using the scikit-learn package for Python. 90 minutes

Introduction to programming in Python

A brief overview of the Python programming language, spanning both elementary concepts (variables and data types, control flow, etc.) as well as somewhat more advanced ones (object-oriented programming, argument unpacking, etc.). Includes a short overview of the Jupyter Notebook/Lab environment used for much of the instruction during this course.

Introduction to the Geometry and Structure of the Human Brain

This talk will provide a hands-on introduction to the data structures, file formats, and tools used to represent and compute over anatomical and geometric properties of the human brain. Topics will include volumetric MRI data, cortical surface representations, and inter-subject comparison. 90 minutes

Meta-analysis and reproducibility

This talk will discuss neuroimaging meta-analysis as a tool for examining consensus and reproducibility, provide examples of different meta-analytic applications, and review related software and resources.

NiBabel: Neuroimaging data and file structures in Python

This talk will introduce neuroimaging data and file structures using the Python library NiBabel. It will describe the general classes of neuroimaging data researchers are likely to interact with – volumetric, surface, tractography, connectivity – and Python interfaces for loading, modifying and writing the data. There will be some discussion of particular file formats, memory […]

Nilearn

This talk will introduce the Python library nilearn, highlighting its use in bringing machine learning analyses to the neuroimaging domain. 90 minutes

Optimization (ADSI)

This tutorial illustrates how many popular machine learning models can be formulated and solved through the lens of optimization. Through a combination of slides and exercises, we present intuition behind gradient descent, linear and logistic regression, regularization, and outlier detection. 90 minutes.

Panel discussion: Python ecosystem Q&A

An open discussion period for any/all questions regarding the Python language and the neuroimaging data science tools covered in this course. General questions regarding open-source software development (in any language), neuroinformatics, etc. are also welcome. 60 minutes.

Version control with git/GitHub

This talk will provide a hands-on introduction to git, the most popular version control software used today. We’ll showcase using the corresponding web portal GitHub, with an emphasis throughout on the importance of version control for collaboration and reproducibility in science. 90 minutes

Workflows/Nipype

This talk will introduce why workflow systems are essential for many scientific analyses. It will describe common concepts across workflow technologies used in biomedical research. It will then focus on the Nipype ecosystem as a set of tools to deliver robust and reproducible workflows for neuroimaging analysis. 90 minutes