Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtxie committed Sep 24, 2024
1 parent b11e277 commit f7dcebf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions docs/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ layout: home
---


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

#### Attendance
### Attendance
Attendance is mandatory. If you absolutely cannot make it to lecture, please DM Tim or Tejas.

#### Homework
### Homework
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!

We'll also be hosting weekly **homework parties** so you can ask questions and work with your fellow new members on the homework. (Details for times/locations for these will be released soon).

#### Projects
### Projects
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!

8 changes: 4 additions & 4 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ nav_order: 3
layout: home
---

#### HW 0 (Math)
### HW 0 (Math)
- [Princeton NEU 314](http://pillowlab.princeton.edu/teaching/mathtools16/slides/lec10_LeastSquaresRegression.pdf) Sections 1 through 2.1 (Least squares with vector calculus)
- [Stanford cheat sheets](https://stanford.edu/~shervine/teaching/) on ML and math
- [Calculus for ML](https://ml-cheatsheet.readthedocs.io/en/latest/calculus.html) cheat sheet

#### Neural Networks
### Neural Networks
- [CS197 Harvard](https://docs.google.com/document/d/1dA8KmOTZePMRl3MixxM6Fb0H8IJhIyn_g-LUXbRHeqU): Moonwalking with PyTorch

#### Computer Vision
### Computer Vision
- JPEG through the lens of singal processing ([YouTube](https://www.youtube.com/watch?v=0me3guauqOU))
- [Understanding Convolutions](https://drive.google.com/drive/folders/1e4C7s3pEPt2lLirIu02DiUdKlKlvsMo5?usp=sharing) (old NMEP HW!)

#### Papers
### Papers
- [How to read a paper](https://web.stanford.edu/class/ee384m/Handouts/HowtoReadPaper.pdf)
- [Visualizing loss landscape of neural nets](https://arxiv.org/pdf/1712.09913.pdf)
28 changes: 14 additions & 14 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ In the New Member Education Program (NMEP), we'll be paving a sturdy ML foundati

### Schedule

| Week | Date | Lecture | Assignment | Lecturer |
| Week | Date | Lecture | Assignments | Lecturer |
|:-------------|:------------------|:------| :-| :-|
| 1 | Sep 23 | Intro + Background Review | | |
| 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 | | |

| 1 | Sep 23 | Intro + Background Review | Lecture Exercise {: .label} [Rockfall] Homework 1 {: .label .label-yellow} Math Review | |
| 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 | | |




[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 f7dcebf

Please sign in to comment.