-
Notifications
You must be signed in to change notification settings - Fork 3
/
index_2019.xhtml
232 lines (202 loc) · 13.6 KB
/
index_2019.xhtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb" xml:lang="en-gb">
<head>
<!--nomodify-->
<meta name="style" content="cs" />
<title>University of Bristol - Computer Science Department - COMSM0018 - Applied Deep Learning</title>
<style>
table { border-spacing: 2px; border-collapse: separate; }
td { margin: 1px; padding: 5px; }
table.blank {vertical-align: top; text-align: left; background: #f1f1f1;}
td.blank {vertical-align: top; text-align: center; background: #cccccc;}
tr.blank {vertical-align: top; text-align: left; background: #cccccc;}
td.dima {vertical-align: top; text-align: left; background: #FFE5B4;}
td.tilo {vertical-align: top; text-align: left; background: #ccffc1;}
td.assess {vertical-align: top; text-align: left; background: #ffaaaa;}
td.labs {vertical-align: top; text-align: left; background: #bbbbee;}
</style>
</head>
<body>
<div id="wrap">
<a href="http://www.bris.ac.uk/unit-programme-catalogue/UnitDetails.jsa?ayrCode=19%2F20&unitCode=COMSM0018" target="_blank">UNIT INFO</a>
<h1>COMSM0018 - Applied Deep Learning</h1>
<img src="comsm0018.jpg" alt="ADL Banner" width="900"></img>
<link rel="stylesheet" href="simple.css" />
<a id="info"></a>
<hr/>
<h2>Unit Information</h2>
<p>Welcome to COMSM0018. The unit introduces the students to deep
architectures for learning linear and non-linear transformations of big
data towards tasks such as classification and regression. The unit paves
the path from understanding the fundamentals of convolutional and
recurrent neural networks through to training and optimisation as well as
evaluation of learnt outcomes. The unit's approach is hands-on, focusing
on the 'how-to' while covering the basic theoretical foundations. For
further general information, see
<a href="http://www.bris.ac.uk/unit-programme-catalogue/UnitDetails.jsa?ayrCode=19/20&unitCode=COMSM0018" target="_blank">
the syllabus for the unit</a>.
</p>
<hr/>
<h2> Staff</h2>
<table>
<tr><td class="dima"><a href="http://dimadamen.github.io" target="_blank">Dima Damen (DD)</a></td><td>office 3.12 MVB. <b>Unit Director</b></td></tr>
<tr><td class="tilo"><a href="http://www.cs.bris.ac.uk/~burghard" target="_blank">Tilo Burghardt (TB)</a></td><td> office 3.42 MVB. </td></tr>
</table>
<hr/>
<h2> Teaching Assistants</h2>
<p>Hazel Doughty (HD), Davide Moltisanti (DM), Michael Wray (MW), Will Price (WP), Evangelos Kazakos (EK), Jonathan Munro (JoM), Jian Ma (JiM), Xinyu Yang (XY)</p>
<a id="materials"></a>
<hr/>
<h2>Unit Materials</h2>
<table class="blank">
<tr class="blank">
<td><i>Wks</i></td> <td><i>Monday Sessions</i></td> <td><i>Friday Sessions</i></td> <td><i>Labs</i></td>
</tr>
<tr>
<td class="blank">1</td>
<td class="tilo">
30/09/19, 11am, QB.F101 - Introduction to the Unit<br/><hr/>
30/09/19, 12am, QB.F101 - LECTURE 1<br/>
<b>BASICS OF ARTIFICIAL NEURAL NETWORKS</b><br/>
(Introduction, Neural Networks, Perceptron, Cost Functions, Gradient Descent, Delta Rule, Deep Networks)<br/>
<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2019_TB-1/content/COMSM0018_2019_01.pdf" target="_blank">(Slides)</a><hr/>
30/09/19, 1pm, QB.F101 - LECTURE 2<br/>
<b>TOWARDS TRAINING DEEP FORWARD NETWORKS</b><br/>
(Network Representation, Computational Graphs, Reverse Auto-Differentiation)<br/>
<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2019_TB-1/content/COMSM0018_2019_02.pdf" target="_blank">(Slides)</a>
</td>
<td class="tilo">
04/10/19, 12noon, QB.1.68 - LECTURE 3<br/>
<b>BACKPROPAGATION ALGORITHM</b><br/>
(The Backpropagation Algorithm in Full Detail, Activation Functions)<br/>
<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2019_TB-1/content/COMSM0018_2019_03.pdf" target="_blank">(Slides)</a>
</td>
<td>(no scheduled lab for week 1)<hr/> <b>GETTING STARTED:</b><br/>
<hr/><a href="#bc4" target="_blank">Register Individually on BlueCrystal4<br/>(details see below)</a>
<hr/><b>RECAP WORKSHEETS:</b><br/>-Convolutions (Homework)<br/>-<a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets">Lab0 - Python (Homework)</a>
</td> </tr> <tr>
<td class="blank">2</td>
<td class="dima">
07/10/19,11am,QB.F101 - <b>PRACTICAL 1</b><br/>
Your first fully connected layer<br/>
gradient descent<br/>
stochastic gradient descent<hr/>
<a href="./Slides/COMSM0018_Practical1-Lab1-2019.pdf">SLIDES</a>
</td>
<td class="tilo">
11/10/19, 12noon, QB.1.68 - LECTURE 5<br/>
<b>OPTIMISATION TECHNIQUES</b><br/>
(Stochastic Gradient Descent, Nesterov Momentum, RMSProp, Newton's Method, AdaGrad, Adam, Saddle Points)<br/>
<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2019_TB-1/content/COMSM0018_2019_05.pdf" target="_blank">(Slides)</a><hr/>
<!--LECTURE 6<br/>
<b>REGULARISATION AND AUGMENTATION</b><br/>
(L1 and L2 Weight Decay, Dropout, Data Augmentation)<hr/>-->
<!--LECTURE 7<br/><b>SCALE AND DEPTH</b><br/>
(Why deep?, How well does it scale?, Limitations?-->
</td>
<td class="labs">07/10/19, QB.F101 - 1hr<br/>-<a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets/blob/master/lab-1-dnns/bc4-setup.ipynb">BC4 Setup</a>
<hr/>
<a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets"><b>Lab 1</b> - Training your first Deep Neural Network</a>
</td>
</tr>
<tr>
<td class="blank">3</td>
<td class="dima">14/10/19, 11am, QB.F101 - LECTURE 4<br/>
<b>CONVOLUTIONAL NEURAL NETWORKS</b><br/>
(sharing parameters, conv layers, pooling, CNN architectures)<br/>
<a href="./Slides/convolutional-networks.pdf" target="_blank">slides</a>
<hr/>
<b>PRACTICAL 2</b><br/>
Your first convolutional connected layer<br/>
<a href="./Slides/COMSM0018_Practical-Lab2-2019.pdf" target="_blank">slides</a>
</td>
<td class="tilo">
18/10/19, 12noon, QB.1.68 - LECTURE 6<br/>
<b>COST FUNCTIONS, REGULARISATION AND DEPTH</b><br/>
(SoftMax, Cross Entropy, Hingeloss, L1 and L2 Regularisation, DropOut, DropConnect, Depth Considerations)<br/>
<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2019_TB-1/content/COMSM0018_2019_06.pdf" target="_blank">(Slides)</a><br/>
</td>
<td class="labs">14/10/19, QB.F101 - 2.5hr<br/> <a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets"><b>Lab 2</b> - Your First Convolutional Connected Network</a></td>
</tr>
<tr> <td class="blank">4</td> <td class="dima">
21/10/19, 11am, QB.LT1.18 -
<b>PRACTICAL 3</b><br/>
Error rate monitoring (training/validation/testing)<br/>
Batch-based training<br/>
Learning rate<br/>
Batch normalisation<br/>
Parameter intialisation<br/>
<a href="./Slides/COMSM0018_Practical_Lab3-2019.pdf">Slides</a>
<!-- <a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2018/content/COMSM0018_Practical2_handout.pdf" target="_blank">slides</a>-->
</td> <td class="tilo">25/10/19, 12noon, QB.1.68-
LECTURE 7<br/> <b>SUMMARY AND DISCUSSION</b></td>
<td class="labs">22/10/19, QB.F101 - 2.5hr<br/><br/><b><a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets">Lab 3 - Hyperparameters</a></b></td> </tr>
<tr> <td class="blank">5</td> <td class="tilo">28/10/19, 11:30am, QB.F101<br/><b>Continuation Lab</b><br/>
</td> <td class="blank">-</td> <td class="labs">28/10/19, QB.F101 - 2.5hr<br/><br/><a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets"><b>Lab</b><br/>Continuation</a></td></tr>
<tr>
<td class="blank">6</td>
<td class="dima">
04/11/19, 11am, QB.F101 - 04/11/19, 12am, QB.F101 - <b>Practical 4 Intro</b><br/><hr/>
<b>PRACTICAL 4</b><br/> Data Augmentation<br/>Debugging strategies<br/>
Dropout<br/>
<a href="./Slides/COMSM0018_Practical_Lab4-2019.pdf">Slides</a>
</td>
<td class="blank">-</td>
<td class="labs">04/11/19, QB.F101 - 2.5hr<br/><a href="https://github.com/COMSM0018-Applied-Deep-Learning/labsheets"><b>Lab 4</b><br/>Data Augmentation</a></td>
</tr>
<tr>
<td class="blank">7</td>
<td class="dima">11/11/19, 11am, QB.F101 - LECTURE 9 <a href="./Slides/recurrent-networks.pdf"><b>RECURRENT NEURAL NETWORKS</b></a><br/>
(temporal dependencies, RNN, bi-directional RNNs, encoder-decoder, LSTM, gated RNN)<hr/><b>PRACTICAL 4 (cont.)</b>
</td>
<td class="blank">-</td>
<td class="labs">11/11/19, QB.F101 - 2.5hr<br/><b>Lab 6 [finalise your portfolio]</b></td>
</tr>
<tr> <td class="blank">8</td> <td class="blank" colspan="3">CS EXPLORE WEEK</td></tr>
<tr>
<td class="blank">9</td> <td class="dima">25/11/19, 11am, QB.F101 - <b>CW Q/A</b></td>
<td class="blank">-</td> <td class="labs">25/11/19, QB.F101 - 2.5hr<br/><b>CW Lab</b></td>
</tr>
<tr>
<td class="blank">10</td> <td class="assess">02/12/19, 11am, QB.F101 - <b><a href="./Assessment/Applied%20Deep%20Learning%20Symposium%20-%202019.pdf">Assessment Talks</a></b> (3hrs)</td> <td class="assess">06/12/19, 12pm, QB.1.68 - <b><a href="./Assessment/Applied%20Deep%20Learning%20Symposium%20-%202019.pdf">Assessment Talks</a></b> (1hr)</td> <td></td> </tr>
<tr> <td class="blank">11</td> <td class="assess">09/12/19, 11am, QB.F101 - <b><a href="./Assessment/Applied%20Deep%20Learning%20Symposium%20-%202019.pdf">Assessment Talks</a></b> (3hrs)</td> <td class="assess">13/12/19, 12pm, QB.1.68 - <b><a href="./Assessment/Applied%20Deep%20Learning%20Symposium%20-%202019.pdf">Assessment Talks</a></b> (1hr)</td><td></td> </tr>
<tr> <td class="blank">12</td> <td class="blank">-</td> <td></td> <td></td> </tr>
</table>
<hr/>
<h2>Assessment Details</h2>
<p>The student will undertake a challenge of replicating a
state-of-the-art performance on a publicly available dataset using one of
the deep architectures discussed on the unit. The unit has three
assessments:</p>
<ol>
<li> Lab Portfolio (individual, summative, 15%) [Wk7]</li>
<li> Talk Assignment (individual, summative, 25%) [Wk10-12]
<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2019_TB-1/content/COMSM0018_2019_pres.pdf" target="_blank">(Talk Assignment)</a> - Schedule for talks is now available <a href="./Assessment/Applied%20Deep%20Learning%20Symposium%20-%202019.pdf">here</a>
<!--<a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2018/content/COMSM0018_talk.pdf"><b>Talk Assignment</b> (individual, summative, 20%) [Wk10 - Wk12]</a> - Schedule for talks is now available at: <a href="https://www.ole.bris.ac.uk/bbcswebdav/courses/COMSM0018_2018/COMSM0018%20-%20Applied%20Deep%20Learning%20Symposium.pdf">schedule (Wks10-12)</a>--></li>
<li> Group (up to 3) Project - assessed by a final report (summative, 60%) [Wk13] - <a href="Assessment/COMSM0018_Project_2019.pdf">Details in PDF</a></li>
</ol>
<hr/>
<h2>Github</h2>
<p>All technical resources will be posted on the
<a href="https://github.com/COMSM0018-Applied-Deep-Learning" target="_blank">COMSM0018 ADL Github organisation</a>. If you find any issues, please kindly raise an issue in the respective repository.
</p>
<hr/>
<h2>Textbook</h2>
<p>Recommended Reading:<br/><a href="http://www.deeplearningbook.org/" target="_blank">Goodfellow et al (2016). Deep Learning. MIT Press</a></p>
<hr/>
<h2><a id="bc4">Blue Crystal 4 Registration [only applicable for Bristol undergraduate students with corresponding email]</a></h2>
<p>All students must apply online to register an account on BC4 for this
unit. This also applies to students who already have accounts on BC4 for other units (e.g. HPC), in this case you must
register again using the instructions below.</p>
<ol>
<li>Click on: <a href="https://www.acrc.bris.ac.uk/login-area/apply.cgi" target="_blank">https://www.acrc.bris.ac.uk/login-area/apply.cgi</a></li>
<li>Enter your personal details</li>
<li>Choose: "Join an existing project"</li>
<li>Enter project code: COSC020582</li>
<li>Keep Preferred log-in shell as bash</li>
<li>Do not provide any additional information</li>
</ol>
<p>Note that it takes up to 48 hours to enable your account on BC4.</p>
</div>
</body>
</html>