Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtxie committed Sep 26, 2024
1 parent d8fcbd6 commit aedaf8a
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 31 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ theme: just-the-docs
url: https://mlberkeley.github.io

nav_enabled: true

color_scheme: wider
1 change: 1 addition & 0 deletions _sass/color_schemes/wider.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$content-width: 1200px;
150 changes: 119 additions & 31 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,47 +12,135 @@ In the New Member Education Program (NMEP), we'll be paving a sturdy ML foundati

### Schedule

| Week | Date | Lecture | Assignments | Lecturer |
|:-|:-|:-| :-| :-|
| 1 | Sep 23 | Intro + Background Review | **Lecture Exercise**{: .label } [Rockfall] <br> **Homework 1**{: .label .label-yellow } [Math Review](/fa24-nmep/assets/hw0/hw0-math.pdf) [Pandas](/fa24-nmep/assets/hw0/hw0-pandas.ipynb) [Numpy](/fa24-nmep/assets/hw0/hw0-numpy.ipynb) | |
| 2 | Sep 30 | Classical ML | | |
| 3 | Oct 7 | Deep Learning, Embeddings | | |
| 4 | Oct 14 | CNNs & Object Detection | | |
| 5 | Oct 21 | NLP & Transformers 1 | | |
| 6 | Oct 28 | Transformers 2 | | |
| 7 | Nov 4 | Self-supervised Learning | | |
| 8 | Nov 11 | RL | | |
| 9 | Nov 18 | GANs, Diffusion | | |
| 10 | Nov 25 | Ethics | | |
| 11 | Dec 2 | Special Topics | | |
| 12 | Dec 9 | (No Lecture) Final Presentations | | |
<table>
<tr>
<th>Week</th>
<th>Date</th>
<th>Lecture</th>
<th>Assignments</th>
<th>Lecturer(s)</th>
</tr>
<tr>
<td>1</td>
<td>Sep 23</td>
<td>Intro + Background Review</td>
<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>
<span class="label label-yellow"><strong>Homework 1</strong></span>
<a href="/fa24-nmep/assets/hw0/hw0-math.pdf">Math Review</a>
<a href="/fa24-nmep/assets/hw0/hw0-pandas.ipynb">Pandas</a>
<a href="/fa24-nmep/assets/hw0/hw0-numpy.ipynb">Numpy</a></td>
<td>Tim Xie, Tejas Prabhune</td>
</tr>
<tr>
<td>2</td>
<td>Sep 30</td>
<td>Classical ML</td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>Oct 7</td>
<td>Deep Learning, Embeddings</td>
<td></td>
<td></td>
</tr>
<tr>
<td>4</td>
<td>Oct 14</td>
<td>CNNs & Object Detection</td>
<td></td>
<td></td>
</tr>
<tr>
<td>5</td>
<td>Oct 21</td>
<td>NLP & Transformers 1</td>
<td></td>
<td></td>
</tr>
<tr>
<td>6</td>
<td>Oct 28</td>
<td>Transformers 2</td>
<td></td>
<td></td>
</tr>
<tr>
<td>7</td>
<td>Nov 4</td>
<td>Self-supervised Learning</td>
<td></td>
<td></td>
</tr>
<tr>
<td>8</td>
<td>Nov 11</td>
<td>RL</td>
<td></td>
<td></td>
</tr>
<tr>
<td>9</td>
<td>Nov 18</td>
<td>GANs, Diffusion</td>
<td></td>
<td></td>
</tr>
<tr>
<td>10</td>
<td>Nov 25</td>
<td>Ethics</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11</td>
<td>Dec 2</td>
<td>Special Topics</td>
<td></td>
<td></td>
</tr>
<tr>
<td>12</td>
<td>Dec 9</td>
<td>(No Lecture) Final Presentations</td>
<td></td>
<td></td>
</tr>
</table>


<style>
table th:first-of-type tr:first-of-type {
width: 30px;
}

table th:nth-of-type(2) tr:nth-of-type(2) {
width: 30px;
}
table th:nth-of-type(3) tr:nth-of-type(3) {
width: 30%;
}
table th:nth-of-type(4) tr:nth-of-type(4) {
width: 50%;
}
table th:nth-of-type(5) tr:nth-of-type(5) {
width: 17%;
}
<!-- | Week | Date | Lecture | Assignments | Lecturer | -->
<!-- |:-|:-|:-| :-| :-| -->
<!-- | 1 | Sep 23 | Intro + Background Review | **Lecture Exercise**{: .label } [Rockfall] <br> **Homework 1**{: .label .label-yellow } [Math Review](/fa24-nmep/assets/hw0/hw0-math.pdf) [Pandas](/fa24-nmep/assets/hw0/hw0-pandas.ipynb) [Numpy](/fa24-nmep/assets/hw0/hw0-numpy.ipynb) | | -->
<!-- | 2 | Sep 30 | Classical ML | | | -->
<!-- | 3 | Oct 7 | Deep Learning, Embeddings | | | -->
<!-- | 4 | Oct 14 | CNNs & Object Detection | | | -->
<!-- | 5 | Oct 21 | NLP & Transformers 1 | | | -->
<!-- | 6 | Oct 28 | Transformers 2 | | | -->
<!-- | 7 | Nov 4 | Self-supervised Learning | | | -->
<!-- | 8 | Nov 11 | RL | | | -->
<!-- | 9 | Nov 18 | GANs, Diffusion | | | -->
<!-- | 10 | Nov 25 | Ethics | | | -->
<!-- | 11 | Dec 2 | Special Topics | | | -->
<!-- | 12 | Dec 9 | (No Lecture) Final Presentations | | | -->


<style>
table {
table-layout: fixed !important;
}

table {
tr, th {
width: fit-content !important;
}
}
</style>


[Rockfall]: https://drive.google.com/file/d/1UM2w5BrJrEcI69_eqhIn-t1yrdC7XzY9/view?usp=drive_link
[Just the Docs]: https://just-the-docs.github.io/just-the-docs/
[GitHub Pages]: https://docs.github.com/en/pages
[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
Expand Down

0 comments on commit aedaf8a

Please sign in to comment.