Hands-on course on neural data Science - July 1st to 5th

Date:

July 1st to 5th. Afternoon: Monday to Friday from 3:00 PM to 6:00 PM.

Classroom:

PC1

Instructors

Andrea Insabato

Bachelor Degree in Philosophy, Università l'Orientale, Napoli (2007), MA in Philosophy of Science, Universitá la Sapienza, Roma (2009), PhD in Computational Neuroscience from the Univ. Pompeu Fabra (2014). Researcher in the Center for Brain and Cognition at the Univ. Pompeu Fabra. Currently MSCA Researcher at the CNRS, Marseille.

Adrià Tauste

Double degree in Mathematics and Telecommunications Engineering from UPC (2006), Master in Innovation Technologies from Univ. Pompeu Fabra, MS in Electrical Engineering from Stanford University and PhD in Engineering from the University of Cambridge. Researcher in the BarcelonaBeta Brain Research Center (BBRC) and in the Centre for Brain and Cognition de la Univ. Pompeu Fabra.

Matthieu Gilson

B.S. from École Polytecnique (2001), M.S Electrical and electronic Engineering from École Polytechnique of Montréal (Canada), PhD in Electrical and Electronic Engineering from the Melbourne Univ. (Australia) (2013). He is a post-doc in the Computational Neuroscience Group at the Univ. Pompeu Fabra.

Gorka Zamora-López

PhD in Physics from the Potsdam University ( Germany). Post-doc in the Information and Communication Technologies Department in the Univ. Pompeu Fabra, he works in the Human Brain Project.

Language 

English

Description

The course focuses on several aspects of data science applied to data recorded from the brain: statistical modeling, graph theory, statistical analysis and machine learning. The course is based on a learn-by-coding philosophy: the students will develop a data-driven project throughout the course to understand and apply some of the taught techniques under the supervision of the teachers. Many methods explained during this course can be applied to different data outside brain sciences, so previous experience in neuroscience is not required.

Course goals

Specific objectives:

  • Understand statistical modeling for time series, their estimation, evaluation and selection.
  • Understand graph theoretical measures.
  • Understand machine learning methods: cross-validation, supervised learning, dimensionality reduction.
  • Use all explained tools in synergy for the analysis of neural data.

Transversal objectives:

  • Improve Python programming skills.
  • Learn to compare results from different types of analyses about the same question.
  • Present the results of statistical analysis in a clear and appealing format.

 Course contents

  1. A statistical description of data in neuroscience
  2. Statistical modeling of time series (with StatsModels package)
    1. Graphical models and Partial Correlation
    2. Autoregressive processes and Granger Causality
    3. Model estimation
    4. Model evaluation and selection
  3. Graph Theory for brain connectivity (with GAlib package)
    1. Binary networks
    2. Weighted networks
    3. Network models and benchmarks
    4. Network comparison and interpretation
  4. Machine Learning (with scikit-learn package)
    1. Classification: linear models, kNN and SVM
    2. Regression
    3. Cross-validation schemes for complex scenarios
    4. Regularization
    5. Dimensionality reduction: PCA, feature selection methods
    6. Interpretation of machine learning models

Prerequisites

Students are expected to have basic knowledge in applied maths (linear algebra and calculus), as well as basic statistics (BS level) and some programming skills (Python language will be used but the course will also be fruitful for students with good programming skills in other languages). Students should bring their laptop to each session.

Targeted at

Master's and PhD students in quantitative disciplines; last year Bachelor's degree students (if they have sufficient quantitative background); postdoctoral researchers and faculties.

Evaluation

The students will be evaluated via a hands-on project developed during the course in small groups (up to three participants). They will be asked to summarize and present their results.

Computer class or student's laptop?

Student's laptop

Software requirements

All the software needed for this course is free and open source. We recommend Anaconda distribution that allows to create an environment dedicated to the course with all needed software installed. We will provide an environment configuration file to have everything setup from the beginning. However all libraries used can be installed independently of Anaconda (although this usually requires more work).