Skip to content

Commit fc9e19b

Browse files
committed
Updated schedule dates and policies (paper presentations, final, final project)
1 parent 30b2a31 commit fc9e19b

File tree

5 files changed

+70
-58
lines changed

5 files changed

+70
-58
lines changed

Gemfile.lock

+10-14
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,17 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
76
colorator (1.1.0)
87
concurrent-ruby (1.3.4)
98
em-websocket (0.5.3)
109
eventmachine (>= 0.12.9)
1110
http_parser.rb (~> 0)
1211
eventmachine (1.2.7)
1312
ffi (1.17.0-arm64-darwin)
14-
ffi (1.17.0-x86_64-linux-gnu)
13+
ffi (1.17.0-x86_64-linux)
1514
forwardable-extended (2.6.0)
16-
google-protobuf (4.28.1-arm64-darwin)
17-
bigdecimal
18-
rake (>= 13)
19-
google-protobuf (4.28.1-x86_64-linux)
20-
bigdecimal
21-
rake (>= 13)
15+
google-protobuf (3.25.5-arm64-darwin)
16+
google-protobuf (3.25.5-x86_64-linux)
2217
http_parser.rb (0.8.0)
2318
i18n (1.14.6)
2419
concurrent-ruby (~> 1.0)
@@ -70,22 +65,23 @@ GEM
7065
rexml (3.3.7)
7166
rouge (4.3.0)
7267
safe_yaml (1.0.5)
73-
sass-embedded (1.78.0-arm64-darwin)
74-
google-protobuf (~> 4.27)
75-
sass-embedded (1.78.0-x86_64-linux-gnu)
76-
google-protobuf (~> 4.27)
68+
sass-embedded (1.69.5)
69+
google-protobuf (~> 3.23)
70+
rake (>= 13.0.0)
71+
sass-embedded (1.69.5-arm64-darwin)
72+
google-protobuf (~> 3.23)
7773
terminal-table (3.0.2)
7874
unicode-display_width (>= 1.1.1, < 3)
7975
unicode-display_width (2.6.0)
8076
webrick (1.8.1)
8177

8278
PLATFORMS
8379
arm64-darwin
84-
x86_64-linux-gnu
80+
x86_64-linux
8581

8682
DEPENDENCIES
8783
jekyll (~> 4.3.4)
8884
just-the-docs (= 0.10.0)
8985

9086
BUNDLED WITH
91-
2.5.9
87+
2.5.15

docs/past/past.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ layout: home
66

77
## Past Offerings
88

9+
<br>
910
<a href="/nmep/docs/past/fa24.html">Fall 2024</a>
11+
12+
<a href="https://machine-learning-berkeley.gitbook.io/nmep-website-1">Spring 2024</a>

docs/policies.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,30 @@ nav_order: 2
44
layout: home
55
---
66

7+
## Policies
78

89
### Lectures
910
Lectures are on Mondays, 8-10 pm @ AAPB 115, except common midterms (CS61ABC, 70, etc.) and holidays.
1011

1112
### Attendance
12-
Attendance is mandatory. If you absolutely cannot make it to lecture, please DM Tim or Tejas.
13+
Attendance is mandatory. If you absolutely cannot make it to lecture, please DM Sara or Saathvik.
1314

14-
### Homework
15-
Throughout the semester, we'll be releasing homework that accompanies lectures. To subvert limitless extensions, we'll be implementing a hard extension policy requiring you to turn in homework **at most 4 days after the deadline**. This policy is for your benefit and will help you keep pace with the course!
15+
### Homeworks
16+
Throughout the semester, we'll be releasing homeworks that accompanies lectures. To subvert limitless extensions, we'll be implementing a hard extension policy requiring you to turn in homework **at most 4 days after the deadline**. This policy is for your benefit and will help you keep pace with the course!
1617

1718
We'll also be hosting weekly **homework parties** so you can ask questions and work with your fellow new members on the homework.
1819

1920
Homework parties are Fridays, 12pm-2pm (11am-12pm for those who can't make it) @ BWW Floor 3.
2021

21-
### Projects
22+
### Paper presentations
23+
Starting from week 4, a group of two will present a given paper each week.
24+
Please make sure to add your name to this
25+
[signup sheet](https://docs.google.com/spreadsheets/d/1u_LFTWkpmpNt0mm_kbxT32tvuML6_H1xTlVFzsqnYhg/edit?usp=sharing).
26+
For reference, you ay use these [slide template](https://docs.google.com/presentation/d/1CgUaMp7eyq2N8LlilqNMbZAsr1BtTzEkW7HA5eIfWKc/edit?usp=sharing).
27+
28+
### Final
29+
During the last week of instruction, you will have a final exam, covering all topics that have been taught through the semester. It will be carried out individually and will take about an hour, where you will be asked to answer questions orally.
30+
31+
### Final project
2232
Towards the latter half of NMEP, you'll also be completing a project of your choosing with the help of mentors (older ML@B members). Project teams will be **3-4 people**, and there will be a final project showcase at the end of the semester so you can talk about the ✨cool✨ things you built/discovered!
2333

docs/resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nav_order: 3
44
layout: home
55
---
66

7-
## [Server Form](https://forms.gle/zybsuJ7CwQCXeHni6)
7+
### [Server Form](https://forms.gle/zybsuJ7CwQCXeHni6)
88

99
### HW 0 (Math)
1010
- [Princeton NEU 314](http://pillowlab.princeton.edu/teaching/mathtools16/slides/lec10_LeastSquaresRegression.pdf) Sections 1 through 2.1 (Least squares with vector calculus)

index.md

+42-39
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: home
99
Welcome everyone!
1010
In the New Member Education Program (NMEP), we'll be paving a sturdy ML foundation for you—from classical ML to diffusion models. Come hungry to learn and get to know the rest of your class!
1111

12-
Your instructor this semester is Sara Eginova!
12+
Your instructors this semester are [Sardaana Eginova](mailto:[email protected]) and [Saathvik Selvan](mailto:[email protected])!
1313

1414

1515
### Schedule
@@ -27,100 +27,103 @@ Your instructor this semester is Sara Eginova!
2727
<tr> <th style="max-width: 30px;">Week</th> <th>Date</th> <th>Lecture</th> <th>Assignments</th> <th>Lecturer(s)</th> </tr>
2828
<tr>
2929
<td style="max-width: 30px;">1</td>
30-
<td>Sep 23</td>
31-
<td>Intro + Background Review (<a href="https://docs.google.com/presentation/d/16QicPaSS0YFcJvTFSn1yea5n_ORVMcbxCHjeDyoQSKg/edit?usp=drive_link">slides</a>)</td>
32-
<td><span class="label"><strong>Lecture Exercise</strong></span> <a href="https://drive.google.com/file/d/1UM2w5BrJrEcI69_eqhIn-t1yrdC7XzY9/view?usp=drive_link">Rockfall</a><br>
30+
<td>Feb 10</td>
31+
<td>Intro + Background Review
32+
33+
<!-- (<a href="https://docs.google.com/presentation/d/16QicPaSS0YFcJvTFSn1yea5n_ORVMcbxCHjeDyoQSKg/edit?usp=drive_link">slides</a>) -->
34+
35+
</td>
36+
37+
<td>
38+
<!-- <span class="label"><strong>Lecture Exercise</strong></span> <a href="https://drive.google.com/file/d/1UM2w5BrJrEcI69_eqhIn-t1yrdC7XzY9/view?usp=drive_link">Rockfall</a>
39+
<br>
3340
<span class="label label-yellow"><strong>Homework 0</strong></span>
3441
<a href="/fa24-nmep/assets/hw0/hw0-math.pdf">Math Review</a>
3542
<a href="/fa24-nmep/assets/hw0/hw0-pandas.ipynb">Pandas</a>
36-
<a href="/fa24-nmep/assets/hw0/hw0-numpy.ipynb">Numpy</a></td>
37-
<td></td>
43+
<a href="/fa24-nmep/assets/hw0/hw0-numpy.ipynb">Numpy</a> -->
44+
</td>
45+
46+
<td>
47+
Sara, Saathvik
48+
</td>
3849
</tr>
3950
<tr>
4051
<td style="max-width: 30px;">2</td>
41-
<td>Sep 30</td>
42-
<td>Classical ML (<a href="https://docs.google.com/presentation/d/13NwgyAVt6c79NgEvChtRHKd2ntMheDY2qmMQlMmAAS4/edit?usp=drive_link">slides</a>)</td>
52+
<td>Feb 17</td>
53+
<td>Classical ML</td>
4354
<td></td>
4455
<td></td>
4556
</tr>
4657
<tr>
4758
<td style="max-width: 30px;">3</td>
48-
<td>Oct 7</td>
49-
<td>Deep Learning (<a href="https://docs.google.com/presentation/d/1IaGEpob6Qa-fMGCZFIUshslQtlx97rVo3ZvB59ddKO8/edit?usp=drive_link">slides</a>)</td>
50-
<td><span class="label label-yellow"><strong>Homework 1</strong></span>
51-
<a href="/fa24-nmep/assets/hw1/hw1-review-worksheet.pdf">Neural Networks Review</a>
52-
<a href="https://drive.google.com/file/d/1Up6oxVNy7W_htigekfo2uYSslChIcEof/view?usp=drive_link">Intro to Pytorch</a>
53-
<a href="https://drive.google.com/drive/folders/1KQLOSiGAPHW-6ORCwtECIkyfUqdNklSu?usp=drive_link">Word Embeddings</a>
59+
<td>Feb 24</td>
60+
<td>Deep Learning</td>
61+
<td>
5462
</td>
5563
<td></td>
5664
</tr>
5765
<tr>
5866
<td style="max-width: 30px;">4</td>
59-
<td>Oct 14</td>
60-
<td>CNNs <s>& Object Detection</s> (<a href="https://docs.google.com/presentation/d/1FQ-RNjrANvdVjQIY4LFaHAlm9-hNVxRftKNYj56n2K4/edit?usp=sharing">slides</a>)</td>
61-
<td><span class="label label-yellow"><strong>Homework 2</strong></span>
62-
<a href="https://github.com/mlberkeley/fa24-nmep-hw2/">Model Zhu</a>
67+
<td>Mar 3</td>
68+
<td>CNNs & Object Detection</td>
69+
<td>
6370
</td>
6471
<td></td>
6572
</tr>
6673
<tr>
6774
<td style="max-width: 30px;">5</td>
68-
<td>Oct 21</td>
75+
<td>Mar 10</td>
6976
<td>No Lecture (social!!)</td>
7077
<td></td>
7178
<td></td>
7279
</tr>
7380
<tr>
7481
<td style="max-width: 30px;">6</td>
75-
<td>Oct 28</td>
76-
<td>NLP & Transformers 1 (<a href="https://docs.google.com/presentation/d/1fTUTXPFuVr-kULgG36PDJVrSdbRMfSLf_tQGnCGAXUY/edit#slide=id.g2fa7bb19c0a_0_0">slides</a>)</td>
77-
<td><span class="label label-yellow"><strong>Homework 3</strong></span>
78-
<a href="https://github.com/tejasprabhune/hw3-transformers">Transformers</a>
79-
<a href="/fa24-nmep/assets/hw3/hw3-worksheet.pdf">Worksheet</a>
82+
<td>Mar 17</td>
83+
<td>NLP & Transformers 1</td>
84+
<td>
8085
</td>
8186
<td></td>
8287
</tr>
8388
<tr>
8489
<td style="max-width: 30px;">7</td>
85-
<td>Nov 4</td>
86-
<td>Transformers 2 (<a href="https://docs.google.com/presentation/d/1-qNWqIUD-ld3ijqEhUexp6Usg_ze39hQXXrmdwLc-nI/edit#slide=id.g2fa7bb19c0a_0_0">slides</a>)</td>
90+
<td>Mar 31</td>
91+
<td>Transformers 2</td>
8792
<td></td>
8893
<td></td>
8994
</tr>
9095
<tr>
9196
<td style="max-width: 30px;">8</td>
92-
<td>Nov 11</td>
93-
<td>Self-supervised Learning (<a href="https://docs.google.com/presentation/d/1sOigbq6bcI3TIiQD3necn3LrmqJKEJOIoDJnxSN7sfE/edit?usp=drive_link">slides</a>)</td>
97+
<td>Apr 7</td>
98+
<td>Self-supervised Learning</td>
9499
<td><span class="label label-green"><strong>Final Project Proposal</strong></span></td>
95100
<td></td>
96101
</tr>
97102
<tr>
98103
<td style="max-width: 30px;">9</td>
99-
<td>Nov 18</td>
100-
<td>RL (<a href="https://docs.google.com/presentation/d/1ewH5WvMKY0v0n8izLtlwmAskf5zdIcOftNFbO6uP474/edit?usp=sharing">slides</a>)</td>
104+
<td>Apr 14</td>
105+
<td>RL</td>
101106
<td></td>
102107
<td></td>
103108
</tr>
104109
<tr>
105110
<td style="max-width: 30px;">10</td>
106-
<td>Nov 25</td>
107-
<td>Ethics, Object Detection (<a href="https://docs.google.com/presentation/d/1FQ-RNjrANvdVjQIY4LFaHAlm9-hNVxRftKNYj56n2K4/edit?usp=sharing">slides</a>)</td>
108-
<td><span class="label label-green"><strong>Final Project Checkpoint</strong></span><br><span class="label"><strong>Extra Exercise</strong></span> <a href="https://colab.research.google.com/drive/1nDIw-Kj3_6bvhXpBW_W_jMuoNvJeBVo9?usp=drive_link">YOLO</a></td>
111+
<td>Apr 21</td>
112+
<td>GANs, Diffusion</td>
113+
<td><span class="label label-green"><strong>Final Project Checkpoint</strong></span></td>
109114
<td></td>
110115
</tr>
111116
<tr>
112117
<td style="max-width: 30px;">11</td>
113-
<td>Dec 2</td>
114-
<td>GANs (<a href="https://docs.google.com/presentation/d/17QeISP3fi5MZN-n9_-8PKVMe9Q-qrmlwkCOUAXv2LZw/edit?usp=drive_link">slides</a>), Diffusion (<a href="https://docs.google.com/presentation/d/1Dy9_zs4MrgM7w4IY8lrikp_orFUGNYgnwNuhnsGF61o/edit?usp=drive_link">slides</a>)</td>
118+
<td>Apr 28</td>
119+
<td>Ethics</td>
115120
<td><span class="label label-red"><strong>NMEP Final</strong></span>
116-
<a href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ2OIBta2aWKLomTShrIrXbohnK0j6ERU7zkiJmBsAQrUkBFn2t7we6KJzza3gPvFbhLFP-s44ry">Signups 1</a>
117-
<a href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ2Z09UrGFK02sdKhja3VvnVJCc5hSF_9URqSvP038A9YXuKCpjWyzRioGCd683x6U4bngWZARtS">Signups 2</a> (if the other one is full)
118-
<br><span class="label"><strong>Lecture Exercise</strong></span> <a href="https://github.com/tejasprabhune/lec10-diffusion">Diffusion</a></td>
121+
</td>
119122
<td></td>
120123
</tr>
121124
<tr>
122125
<td style="max-width: 30px;">12</td>
123-
<td>Dec 9</td>
126+
<td>May 5</td>
124127
<td>No Lecture (final presentations)</td>
125128
<td><span class="label label-green"><strong>Final Project Due</strong></span></td>
126129
<td></td>

0 commit comments

Comments
 (0)