-
Notifications
You must be signed in to change notification settings - Fork 0
/
homework.html
47 lines (40 loc) · 1.8 KB
/
homework.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
---
layout: page
title: Homework
weight: 0
---
<section class="main-container text">
<div class="main">
<h2 class="title">Submission</h2>
<p>
Homework solutions must be completed in LaTeX. You must submit a PDF version along with the LaTeX file
and all supplemental files (code, images, etc) through Gradescope.
</p>
<p>
Each homework assignment has <strong>two</strong> corresponding Gradescope assignments - one for the
writeup PDF and another for supplemental files.
</p>
<p>
When submitting the writeup PDF, you must <strong>assign pages for each question</strong>.
</p>
<!-- Examples for releasing homeworks. DO NOT POST Homework Solutions on the Github -->
<!-- <h2 class="title" id="hw1">Homework 1: Linear Regression</h2>
<p class="head-subtitle">Released: January 26</p>
<p class="head-subtitle">Due: February 4</p>
<h3>Files</h3>
<ul class="lists">
<li><a href="https://github.com/harvard-ml-courses/cs181-s21-homeworks/tree/main/hw1" target="_blank">
Github Folder (Data, helper code, tex file) </a></li>
</ul>
<h2 class="title" id="hw0">Homework 0: Math Review</h2>
<p class="head-subtitle">Released: January 19</p>
<p class="head-subtitle">Due: Never</p>
<h3>Files</h3>
<ul class="lists">
<li><a href="hw/hw0.pdf" target="_blank">HW PDF</a></li>
<li><a href="hw/hw0_solutions.pdf" target="_blank">Solution PDF</a></li>
<li><a href="https://github.com/harvard-ml-courses/cs181-s21-homeworks/tree/main/hw0" target="_blank">
Github Folder (Data, helper code, tex file) </a></li>
</ul> -->
</div>
</section>