-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPsets.html
More file actions
98 lines (90 loc) · 4.61 KB
/
Psets.html
File metadata and controls
98 lines (90 loc) · 4.61 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
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
<!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" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>ML: Psets
</title>
<!-- MathJax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async>
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<style>
table, th, td {
border-color: #527bbd;
}
</style>
<!-- End MathJax -->
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Main pages</div>
<div class="menu-item"><a href="index.html" class="current">Home</a></div>
<div class="menu-item"><a href="contact.html">Contact</a></div>
<div class="menu-item"><a href="CrsStf.html">Course Staff</a></div>
<div class="menu-category">Course materials and Psets</div>
<div class="menu-item"><a href="LNs.html">Lecture notes</a></div>
<div class="menu-item"><a href="Slides.html">Slides</a></div>
<div class="menu-item"><a href="Psets.html">Problem Sets</a></div>
<div class="menu-category">Supplementary material</div>
<div class="menu-item"><a href="https://people.eecs.berkeley.edu/~jrs/189/" target="_blank">CS 189/289A - UC Berkeley</a></div>
<div class="menu-item"><a href="https://work.caltech.edu/telecourse" target="_blank">Learning from data - Caltech</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Machine learning theory: Problem Sets
</h1>
<div id="subtitle">Sharif university of technology - Mathematics and Computer science department<br />
</div>
</div>
<table class="imgtable"><tr><td>
<img src="Resources/drawing_book.png" alt="Drawing of books" width="100px" /> </td>
<td align="left"><p>The Total Score for Psets, comprising both theoretical and practical components, is 6 out of 22.
</p>
</td></tr></table>
<h2>Spring 2024
</h2>
<ul>
<li><a href="https://github.com/SUT-ML/Course-material/blob/main/Problem%20sets/%D8%AA%D9%85%D8%B1%DB%8C%D9%86%20%D8%A7%D9%88%D9%84.pdf">Problem Set 1</a></li>
<li><a href="https://github.com/SUT-ML/Course-material/blob/main/Problem%20sets/%D8%AA%D9%85%D8%B1%DB%8C%D9%86%20%D8%AF%D9%88%D9%85.pdf">Problem Set 2</a></li>
<li><a href="https://github.com/SUT-ML/Course-material/tree/main/Problem%20sets/%D8%AA%D9%85%D8%B1%DB%8C%D9%86%20%D8%B3%D9%88%D9%85">Problem Set 3</a></li>
<li><a href="https://github.com/SUT-ML/Course-material/tree/main/Problem%20sets/%D8%AA%D9%85%D8%B1%DB%8C%D9%86%20%DA%86%D9%87%D8%A7%D8%B1%D9%85">Problem Set 4</a></li>
<li><a href="https://github.com/SUT-ML/Course-material/tree/main/Problem%20sets/%D8%AA%D9%85%D8%B1%DB%8C%D9%86%20%D9%BE%D9%86%D8%AC%D9%85">Problem Set 5</a></li>
<li><p>Will be uploaded</p></li>
</ul>
<h2>Guidelines for Psets
</h2>
<ul>
<li><p>
The exercises (both practical and theoretical components) will be delivered via the Quera website. As paper delivery is not feasible, students must prepare a clear image of the theoretical exercise part and upload it to the site.
</p>
</li>
<li><p> If the exercises are sent to the email address of the assistants, please note that no marks will be awarded.
</p>
</li>
<li><p>For practical exercises, utilize only the Python language.
</p>
</li>
<li><p>
For your well-being, we have considered a 10-day delay allowance for each student due to varying time constraints throughout the semester. This implies that within the semester, you may submit exercises up to 10 days late without grade deduction. It's important to note that for exercises comprising both practical and theoretical components, delays for each part are calculated independently. For instance, if the first exercise consists of practical and theoretical segments and both are submitted one day late, two days will be deducted from your allowance.
</p></li>
<li><p>The upload box on Quora will stay open for each exercise until four days after the deadline for both the theoretical and practical sections. It will not be possible to submit the exercise after this time, regardless of whether you have permission to delay or not.</p></li>
</ul>
<div id="footer">
<div id="footer-text">
Page generated 2024-02-14 10:58:18 GMT Standard Time, by <a href="https://github.com/wsshin/jemdoc_mathjax" target="blank">jemdoc+MathJax</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>