generated from rstudio-conf-2022/teach-ds-course-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.qmd
48 lines (34 loc) · 1.52 KB
/
schedule.qmd
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
---
title: "Schedule"
listing:
- id: schedule
contents:
- weeks/week-*.qmd
type: table
fields: [title, description, subtitle]
field-display-names:
title: "Week"
description: "Dates"
subtitle: "Topic"
date-format: "MMMM DD, YYYY"
sort: [filename]
sort-ui: false
filter-ui: false
#tbl-colwidths: [5,20,50,25]
editor: visual
---
## Weekly schedule
::: {#schedule}
:::
### Labs
Labs will be due on Fridays at 11:59pm.
### Lab software installation instructions
Labs can be rerun in the language of your choice (Julia/R) but if you chose to reuse the Python code then you can easily run on Google Collab. This service includes a free tier that only requires a Google account. For future projects that require intensive matrix multiplication operations such as convolutional networks a hardware accelerator will drastically improve execution time. These are accessible in Collab by restarting the notebook after: Runtime -> Change runtime type -> Hardware accelerator = T4 GPU (in free tier).
### Lab submission instructions
To submit assignments please export your notebook as PDF and send to TA's Gatech email: [Rafael Orozco](mailto:rorozco@gatech.edu) with subject line that includes the phrase "CSE-8803 Lab [# of lab]". To export notebook as PDF in Google collab: File -> Print -> Set Destination to "save as PDF" -> Save.
```{=html}
<!-- ### Exams
There will be two exams on the dates:
- October 12, 9am - October 14, 11:59pm
- November 16, 9am - November 16: 11:59pm -->
```