-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcourses.html
375 lines (319 loc) · 22.2 KB
/
courses.html
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Courses from StellarDNN | Course Descriptions and links</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<!-- Favicon -->
<link href="./favicon.ico" rel="shortcut icon">
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<!-- CSS Implementing Plugins -->
<link href="assets/front_v3_3/vendor/fontawesome/css/all.min.css" rel="stylesheet">
<link href="assets/front_v3_3/vendor/hs-mega-menu/dist/hs-mega-menu.min.css" rel="stylesheet">
<!-- CSS Front Template -->
<link href="assets/front_v3_3/css/theme.min.css" rel="stylesheet">
</head>
<body>
<!-- ========== HEADER ========== -->
<header-component></header-component>
<!-- ========== END HEADER ========== -->
<!-- ========== MAIN ========== -->
<main id="content" role="main">
<!-- Hero Section -->
<div class="container space-top-3 space-2 space-top-lg-4">
<div class="w-lg-80 text-center mx-lg-auto">
<h1 class="display-5">Educational Activities and Philosophy</h1>
In this page, I outline my <a href="assets/general/JA/TeachingPhilosophy.pdf">educational activities and philosophy</a>.
These encompass not only the formal courses I teach but
workshops and less formal educational experiences that
lie outside traditional coursework.
</div>
<div class="w-lg-80 text-center mx-lg-auto">
<br><br>
<h2 class="display-5">Courses</h2>
Many of the members of the lab are in some way or another
involved in the teaching of the following courses.
<!-- <p class="lead">StellarDNN is .... .</p> -->
</div>
</div>
<!-- End Hero Section -->
<!-- Stories Section -->
<div class="container space-bottom-2">
<div class="row">
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" class="card-img-top" style="width:170pt; " src="assets/general/img/courses/CS109A_logos.png">
<div class="card-body">
<h4 class="text-lh-sm" id='CS109A'>CS109A</h4>
<p class="mb-0">Introduction to Data Science. <br>
This is an introduction to data science being taught at Harvard every fall. The course
covers data scrapping, data visualization, basic machine learning such as decision trees and regression models for prediction.
and statistical inference in regressions.
1. data collection - data wrangling, cleaning, and sampling to get a suitable
data set;
2. data management - accessing data quickly and reliably;
3. exploratory data analysis – generating hypotheses and building intuition;
4. prediction or statistical learning; and
5. communication – summarizing results through visualization, stories, and
interpretable summaries.</p>
</div>
<div class="card-footer">
<a class="font-weight-bold" href="https://harvard-iacs.github.io/CS109/">Know more here<i
class="fas fa-angle-right fa-sm ml-1"></i></a>
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" class="card-img-top" style="width:170pt; " src="assets/general/img/courses/CS109B_logos.png">
<div class="card-body">
<h4 class="text-lh-sm" id='CS109B'>CS109B</h4>
<p class="mb-0">Advanced Topics in Data Science.<br>
Advanced Topics in Data Science (CS109b) is the second half of a one-year introduction to data science.
Building upon the material in Introduction to Data Science (CS109A), the course introduces advanced methods for data wrangling, data visualization, statistical modeling, and prediction. Topics include big data, multiple deep learning architectures such as CNNs, RNNs, language models, transformers, autoencoders,
and generative models as well as Bayesian modeling, sampling methods, and unsupervised learning. </p>
</div>
<div class="card-footer">
<a class="font-weight-bold" href="https://harvard-iacs.github.io/CS109/">Know more here<i
class="fas fa-angle-right fa-sm ml-1"></i></a>
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" class="card-img-top" style="width:170pt; " src="assets/general/img/courses/AC215_logos.png">
<div class="card-body">
<h4 class="text-lh-sm" id='AC215'>AC215</h4>
<p class="mb-0"> In today’s AI-driven landscape, building a deep learning model is just the beginning;
the real challenge lies in making it scalable, maintainable, and deployment-ready. AC215:
Productionizing AI (Machine Learning Operations) focuses on the entire ML operations workflow,
particularly for Large Language Models (LLMs). This course covers essentials like containerization,
cloud functions, data pipelines, and advanced training techniques, with a special emphasis on LLM
applications. You’ll learn to use LLM APIs, fine-tune models for specific tasks, and build scalable
applications, gaining the skills to deploy AI in real-world scenarios effectively.
</p>
</div>
<div class="card-footer">
<a class="font-weight-bold" href="https://harvard-iacs.github.io/2024-AC215/">Know more here<i
class="fas fa-angle-right fa-sm ml-1"></i></a>
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" style="width:170pt;" class="card-img-top" src="assets/general/img/courses/BEDROCK_logo.png">
<div class="card-body">
<h4 class="text-lh-sm">Bedrock Data Science</h4>
<p class="mb-0">The objective of this course is to provide fundamental understanding of math,
statistics & programming required to undertake a course in machine learning, data science or AI.
You will start with the basics of python, statistics, linear algebra, and calculus.
By the end of the course, you will have the tools and know the concepts needed to successfully
undertake a rigorous course in machine learning.
<h4>Course Topics:</h4>
<ol>
<li>Basic Python: Data types, data structures, functions</li>
<li>Advanced Python: Python Classes</li>
<li>Probability & Statistics</li>
<li>Linear Algebra & Calculus</li>
</ol>
</p>
</div>
<div class="card-footer">
<!--a class="font-weight-bold" href="">This course is offered only asynchronous during the summer. <i
class="fas fa-angle-right fa-sm ml-1"></i></a-->
This course is offered only online and asynchronously during the summer.
A version of this tailored for high schoolers is offered via <a href="https://www.system3.company">system3</a>.
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" class="card-img-top" style="width:170pt;" src="assets/general/img/courses/PINNS_logos.png">
<div class="card-body">
<h4 class="text-lh-sm">The PINNS course</h4>
<p class="mb-0">
In this course, we will first review differential equations and traditional numerical methods
to solve them. We will then delve into neural network approaches for solving differential equations, initial and boundary condition problems,
optimization methods, sampling techniques, error characterization, and transfer learning.
At the end of the course, students will be able to understand the challenges and advantages of PINNs,
know different approaches and compare them, and be able to implement and use existing
libraries to solve linear and non-linear ODE, a system of ODEs,
a system of linear and not linear-PDEs.
</div>
<div class="card-footer">
<!--a class="font-weight-bold" href=""><i
class="fas fa-angle-right fa-sm ml-1"></i></a-->
Offered Jan 2024. Check <a href="https://harvard-iacs.github.io/PINNS_course/">here</a> for info.
<br> I am currently working on publishing a book on Physics-Informed Neural Networks (PINNs), with an expected release in summer 2025.
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" class="card-img-top" style="width:170pt;" src="assets/general/img/courses/HarvardX_logos.png">
<div class="card-body">
<h4 class="text-lh-sm" id='HarvardX'>Introduction to Data Science with Python</h4>
<p class="mb-0">
<p >This course guides learners through essential data science techniques using Python,
covering regression, classification, and libraries like <code>sklearn</code> and <code>Pandas</code>.
Key ML concepts such as overfitting, regularization, and model evaluation are introduced,
providing a strong foundation in Python for advanced study in Machine Learning and AI.</p>
</p>
<a class="font-weight-bold" href="https://www.edx.org/learn/data-science/harvard-university-introduction-to-data-science-with-python">Know more here
<i class="fas fa-angle-right fa-sm ml-1" ></i></a>
<br><br>
<h4 class="text-lh-sm" id='HarvardX'>Machine Learning and AI with Python</h4>
<p>Focusing on decision-making through machine learning, this course introduces decision trees,
progressing to bagging, random forests, and gradient boosting.
Real-world cases help learners practice prediction, refine models, and address issues
like overfitting and bias, preparing them for complex decision-making using Python.</p>
<a class="font-weight-bold" href="https://www.edx.org/learn/machine-learning/harvard-university-machine-learning-and-ai-with-python?objectID=course-1dc2b7e4-21ab-4c39-9da0-1784d3321948&webview=false&campaign=Machine+Learning+and+AI+with+Python&source=edX&product_category=course&placement_url=https%3A%2F%2Fwww.edx.org%2Fbio%2Fpavlos-protopapas-3">Know more here
<i class="fas fa-angle-right fa-sm ml-1"></i></a>
</div>
<div class="card-footer">
</div>
</div>
<!-- End Card Info -->
</div>
</div>
</div>
<div class="w-lg-80 text-center mx-lg-auto">
<br><br>
<h2 class="display-5">Courses</h2>
Here I outline various teaching activities that I have been involved but do not fall under structured
courses.
<!-- <p class="lead">StellarDNN is .... .</p> -->
</div>
<div class="container space-bottom-2">
<div class="row">
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" style="width:190pt; margin: 30px; margin-top: 40px;" src="assets/general/img/courses/sods_atfdds_header01.jpg">
<div class="card-body">
<h4 class="text-lh-sm" id='LSSDS'>La Serena School for Data Science (LSSDS), La Serena, Chile</h4>
<p class="mb-0">La Serena School for Data Science (LSSDS), La Serena, Chile. <br>
<a href="">LSSDS</a>.
I have been a regular faculty member at the La Serena School for
Data Science (LSSDS), an intensive 10-day program in La Serena, Chile,
focused on big data analysis, especially for applications in astronomy.
Since 2013, LSSDS has offered training in machine learning,
cloud computing, and statistical tools, with interdisciplinary lectures
and hands-on team projects using real data. This program is designed for
advanced undergraduates and early graduate students from the U.S., Chile,
Ecuador, and other Latin American countries. During my participation,
I have served as the lead faculty for machine learning and mentored
students on their projects.
</p>
</div>
<div class="card-footer">
<a class="font-weight-bold" href="https://lssds.aura-astronomy.org/winter_school/content/2024-la-serena-school-data-science">Know more here<i
class="fas fa-angle-right fa-sm ml-1"></i></a>
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" class="card-img-top" style="width:120pt; margin-left: 10px;" src="assets/general/img/courses/italy_flag.jpg">
<div class="card-body">
<h4 class="text-lh-sm" id='Italy'>HPE Group, AI Workshop, Modena, Italy</h4>
<p class="mb-0">HPE Group, AI Workshop, Modena, Italy.<br>
A specialized course on sequential data and language models using deep
neural networks was designed and delivered to a cohort of 5 engineers at
<a href="https://www.hpe.eu/company/">HPE Group</a>, a leading provider of engineering solutions based in
Modena, Italy. This synchronous online course focused on advanced topics
such as recurrent neural networks, attention mechanisms, and transformer
architecture. Delivered over nine weeks, the course included nine lectures
and nine hands-on lab sessions, providing participants with a comprehensive
understanding of these cutting-edge technologies.
</p>
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<div class="card h-100">
<img alt="Image Description" style="width:110pt; margin-top: 30px; margin-left:20px;margin-bottom: 30px;" src="assets/general/img/courses/Flag_of_Rwanda.svg">
<div class="card-body">
<h4 class="text-lh-sm" id='Rwanda'>Rwanda Data Science School</h4>
<p class="mb-0">Rwanda Data Science School.<br>
The Rwanda Data Science School, held in Rwanda during summer 2019
and transitioned online in 2020-2021, was an intensive three-week program
introducing fundamental data science concepts. As one of two lead faculty members,
I helped develop and deliver curriculum to approximately 50 participants.
The program covered data scraping, basic machine learning models, and data visualization
through hands-on learning experiences. With three lectures per week, participants
gained practical skills in data analysis and visualization, preparing them for
real-world applications in data science.
<p class="mb-0">
</p>
</div>
</div>
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<!-- End Card Info -->
</div>
<div class="col-sm-6 col-md-4 mb-5">
<!-- Card Info -->
<!-- End Card Info -->
</div>
</div>
<div class="w-lg-80 text-center mx-lg-auto">
<br><br>
<h2 class="display-5">Other</h2>
If you are interested to see the full list of my teaching activities, please check my
<a href="assets/general/JA/AllTeachingActivities.pdf">teaching portofolio here</a>.
<!-- <p class="lead">StellarDNN is .... .</p> -->
</div>
</div>
<!-- End Stories Section -->
</main>
<!-- ========== END MAIN ========== -->
<!-- ========== FOOTER ========== -->
<footer-component></footer-component>
<!-- ========== END FOOTER ========== -->
<!-- JS Global Compulsory -->
<script src="assets/front_v3_3/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/front_v3_3/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script>
<script src="assets/front_v3_3/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="assets/front_v3_3/vendor/hs-header/dist/hs-header.min.js"></script>
<script src="assets/front_v3_3/vendor/hs-go-to/dist/hs-go-to.min.js"></script>
<script src="assets/front_v3_3/vendor/hs-unfold/dist/hs-unfold.min.js"></script>
<script src="assets/front_v3_3/vendor/hs-mega-menu/dist/hs-mega-menu.min.js"></script>
<script src="assets/front_v3_3/vendor/hs-show-animation/dist/hs-show-animation.min.js"></script>
<script src="assets/front_v3_3/vendor/jquery-validation/dist/jquery.validate.min.js"></script>
<!-- JS Front -->
<script src="assets/front_v3_3/js/theme.min.js"></script>
<!-- IE Support -->
<script>
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) document.write('<script src="assets/front_v3_3/vendor/babel-polyfill/dist/polyfill.js"><\/script>');
</script>
<!-- JS -->
<script src="assets/common_components/js/header.js"></script>
<script src="assets/common_components/js/footer.js"></script>
</body>
</html>