-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 2.78 KB
/
Copy pathindex.html
File metadata and controls
46 lines (43 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NEUR-608-Fall2020</title>
<meta name="description" content="Neuroimaging data science NEUR-608">
<meta name="author" content="boris.bernhardt@mcgill.ca">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
<link rel="stylesheet" href="base.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:500,400,300,200,100' rel='stylesheet' type='text/css'>
</head>
<body>
<section class="content">
<div class="description">
<h3></h3>
<p class="summary2"></p>
</div>
</section>
<section class="some-related-articles">
</br>
</br>
<h1 id="about">NEUROIMAGING DATA SCIENCE (NEUR-608)</h1>
<p>The goal of our class is to familiarize students with several powerful analytical approaches that can be applied to complex datasets, such as those derived from modern neuroimaging. After providing the basics of neuroimaging and statistical analysis, we will cover unsupervised as well as supervised learning, associative techniques and causal models, and give an introduction into graph theoretical analysis and meta-analyses. We will also provide guidelines for effective data visualization. A basic understanding of statistical analysis and MATLAB/python programming are prerequisites to this course.
Learning Objectives. </br>
</br>By the end of the course, the students should be able to: </br>
</br>
1. Have an understanding of the covered analytical techniques. </br>
2. Be able to implement these techniques in their own data. </br>
3. Propose a neuroimaging analysis project in which these techniques are applied.</br>
</br>
Teaching method. In the 3-hour long seminar, the instructors will first provide a brief overview of the methodology. Students will read the assigned articles prior to the class and prepare a critical summary of the article’s strengths and weaknesses. One student will present the article to the class, and lead the discussion. In the second part of the class, students will carry out practical exercises on some of the covered techniques on their own laptop, with guidance by both instructors. As a final assignment, students will present a mock research paper with analyses utilizing one or more of the covered methods.
</p>
</br>
</br>
<p>The syllabus, presentations, codebase etc can be found on the github <a href="https://github.com/neuroimagingdatascience/Fall2020/" target="_blank">here</a> </p>
</br>
</br>
<p>If you have further questions, please get in touch with us via email:</br></br>
boris dot bernhardt at mcgill dot ca | bratislav dot misic at mcgill dot ca
</p>
</body>
</html>