forked from rdpeng/courses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsyllabus.html
More file actions
302 lines (206 loc) · 7.75 KB
/
syllabus.html
File metadata and controls
302 lines (206 loc) · 7.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Course Title</title>
<style type="text/css">
body, td {
font-family: sans-serif;
background-color: white;
font-size: 12px;
margin: 8px;
}
tt, code, pre {
font-family: 'DejaVu Sans Mono', 'Droid Sans Mono', 'Lucida Console', Consolas, Monaco, monospace;
}
h1 {
font-size:2.2em;
}
h2 {
font-size:1.8em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.0em;
}
h5 {
font-size:0.9em;
}
h6 {
font-size:0.8em;
}
a:visited {
color: rgb(50%, 0%, 50%);
}
pre {
margin-top: 0;
max-width: 95%;
border: 1px solid #ccc;
white-space: pre-wrap;
}
pre code {
display: block; padding: 0.5em;
}
code.r, code.cpp {
background-color: #F8F8F8;
}
table, td, th {
border: none;
}
blockquote {
color:#666666;
margin:0;
padding-left: 1em;
border-left: 0.5em #EEE solid;
}
hr {
height: 0px;
border-bottom: none;
border-top-width: thin;
border-top-style: dotted;
border-top-color: #999999;
}
@media print {
* {
background: transparent !important;
color: black !important;
filter:none !important;
-ms-filter: none !important;
}
body {
font-size:12pt;
max-width:100%;
}
a, a:visited {
text-decoration: underline;
}
hr {
visibility: hidden;
page-break-before: always;
}
pre, blockquote {
padding-right: 1em;
page-break-inside: avoid;
}
tr, img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page :left {
margin: 15mm 20mm 15mm 10mm;
}
@page :right {
margin: 15mm 10mm 15mm 20mm;
}
p, h2, h3 {
orphans: 3; widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
}
</style>
</head>
<body>
<h2>Course Title</h2>
<p>Prediction and Machine Learning</p>
<hr/>
<h2>Course Instructor(s)</h2>
<p><a href="http://biostat.jhsph.edu/%7Ejleek/">Jeff Leek</a> </p>
<hr/>
<h2>Course Description</h2>
<p>One of the most common tasks performed by data scientists and data analysts are prediction and machine learning. This course will cover the basic components of building and applying prediction functions with an emphasis on practical applications. The course will provide basic grounding in concepts such as training and tests sets, overfitting, and error rates. The course will also introduce a range of model based and algorithmic machine learning methods including regression, classification trees, Naive Bayes, and random forests. The course will cover the complete process of building prediction functions including data collection, feature creation, algorithms, and evaluation. </p>
<hr/>
<h2>Course Content</h2>
<ul>
<li>Prediction study design</li>
<li>Types of errors</li>
<li>Types of objective functions</li>
<li>Cross-validation</li>
<li>Fitting models in R (caret package)</li>
<li>Predicting with regression</li>
<li>Predicting with trees</li>
<li>Predicting with boosting and bagging</li>
<li>Combining predictors</li>
<li>Diagnosing issues</li>
</ul>
<hr/>
<h2>Lecture Materials</h2>
<p>Lecture videos will be released weekly and will be available for the week and thereafter. You are welcome to view them at your convenience. Accompanying each video lecture will be a PDF copy of the slides and a link to an HTML5 version of the slides. </p>
<hr/>
<h2>Weekly quizzes</h2>
<h3>Quiz 1</h3>
<p>Assigned: Class open (1st of Month)
Due: 7th of the Month 12:00 AM UTC</p>
<h3>Quiz 2</h3>
<p>Assigned: 8th of the Month 12:01 AM UTC
Due: 14th of the Month 12:00 AM UTC</p>
<h3>Quiz 3</h3>
<p>Assigned: 15th of the Month 12:01 AM UTC
Due: 21st of the Month 12:00 AM UTC</p>
<h3>Quiz 4</h3>
<p>Assigned: 22nd of the Month 12:01 AM UTC
Due: 28th of the Month 12:00 AM UTC</p>
<hr/>
<h2>Background lectures</h2>
<p>Background lectures about the content of the course with respect to other quantitative courses, course logistics, and the R programming language are provided as reference material. It is not necessary to watch the videos to complete the course, however they may be useful for explaining background, the grading schemes used, and how to use R. </p>
<hr/>
<h2>Quiz Scoring</h2>
<p>You may attempt each quiz up to 2 times. Only the score from your final attempt will count toward your grade.</p>
<hr/>
<h2>Hard deadlines and soft deadlines</h2>
<p>The reported due date is the soft deadline for each quiz. You may turn in quizzes up to two days after the soft deadline. The hard deadline is the Tuesday after the Quiz is due at 23:30 UTC-5:00. Each day late will incur a 10% penalty, but if you use a late day, the penalty will not be applied to that day.</p>
<hr/>
<h2>Late Days for Quizzes</h2>
<p>You are permitted 5 late days for quizzes in the course. If you use a late day, your quiz grade will not be affected. </p>
<hr/>
<h2>Dates for the project</h2>
<h3>Submission</h3>
<p>Assigned: Class open (1st of Month)
Due: 21st of the Month 12:00 AM UTC</p>
<h3>Review</h3>
<p>Assigned: 22nd of the Month 12:01 AM UTC
Due: 28th of the Month 12:00 AM UTC</p>
<hr/>
<h2>Typos</h2>
<ul>
<li>We are prone to a typo or two - please report them and we will try to update the notes accordingly. </li>
<li>In some cases, the videos may still contain typos that have
been fixed in the lecture notes. The lecture notes represent
the most up-to-date version of the course material.</li>
</ul>
<hr/>
<h2>Differences of opinion</h2>
<p>Keep in mind that currently data analysis is as much art as it is science - so we may have a difference of opinion - and that is ok! Please refrain from angry, sarcastic, or abusive comments on the message boards. Our goal is to create a supportive community
that helps the learning of all students, from the most advanced
to those who are just seeing this material for the first time. </p>
<hr/>
<h2>Peer Review</h2>
<p>For many of the course projects, peer scoring will be necessary
to evaluate the completion of the assignments. We have created
and tested rubrics for each assignment. They are not perfect
and will not be perfectly applied. However, we believe that
the feedback from peer assessment adds value above simple multiple choice assessments. </p>
<ul>
<li>We have tried to make the criteria as objective as possible,
do your best to apply them to the best of your abilities. </li>
<li>If you have questions or suggestions about the rubrics, please
report them in the forum, “Rubric Issues”.</li>
<li>If you disagree with the scores you received through peer review, you may report those issues in the “Grading Issues” forum. Please note that it will be impossible for us to revise peer-grades, but we will attempt to use reports to improve future
versions of the rubric. </li>
</ul>
<hr/>
<h2>Technical Information</h2>
<p>Regardless of your platform (Windows or Mac) you will need a high-speed Internet connection in order to watch the videos on the Coursera web site. It is possible to download the video files and watch them on your computer rather than stream them from Coursera and this may be preferable for some of you.</p>
<h3>Here is some platform-specific information:</h3>
<p><em>Windows</em></p>
<p>The Coursera web site seems to work best with either the Chrome or the Firefox web browsers. In particular, you may run into trouble if you use Internet Explorer. The Chrome and Firefox browsers can be downloaded from: _Chrome: <a href="http://www.google.com/chrome">http://www.google.com/chrome</a> _ Firefox: <a href="http://www.mozilla.org">http://www.mozilla.org</a></p>
<p><em>Mac</em></p>
<p>The Coursera site appears to work well with Safari, Chrome, or Firefox, so any of these browsers should be fine.</p>
</body>
</html>