forked from msaveski/www_personal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
36 lines (34 loc) · 1.04 KB
/
Copy pathteaching.html
File metadata and controls
36 lines (34 loc) · 1.04 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
---
layout: default
title: Teaching
---
<div class="docs-section" id="teaching">
<h4>Teaching</h4>
<div class="teaching-institution">
<span class="teaching-university">National University of Singapore</span>
</div>
<ul class="teaching-list">
<li class="teaching-item">
<span class="date">Fall 2025</span>
<span>
<strong>EE4204</strong> Computer Networks<br>
<strong>EE4211</strong> Data Science for the Internet of Things
</span>
</li>
<li class="teaching-item">
<span class="date">Spring 2025</span>
<span>
<strong>EE4204</strong> Computer Networks<br>
<strong>EE5311</strong> Differentiable and Probabilistic Computing<br>
<strong>EE5021</strong> Cloud based Services for Internet of Things
</span>
</li>
<li class="teaching-item">
<span class="date">Fall 2024</span>
<span>
<strong>EE4204</strong> Computer Networks<br>
<strong>EE4211</strong> Data Science for the Internet of Things
</span>
</li>
</ul>
</div>