Skip to content

Commit

Permalink
prepare for week2
Browse files Browse the repository at this point in the history
  • Loading branch information
SolitaryThinker committed Apr 8, 2024
1 parent 5974cf0 commit 8df2cd7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 32 deletions.
17 changes: 1 addition & 16 deletions _modules/week-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ Apr 2
: **Survey**{: .label .label-lab} [Beginning of Quarter Survey](https://forms.gle/XMAjCkgpBhF7Kw8A8)

Apr 4
: **2**{: .label} Basics: Deep learning, computational graph, autodiff, ML frameworks
: **2**{: .label} Basics: Deep learning, computational graph, autodiff, ML frameworks - 1
: [Slides](assets/slides/2_machine-learning-program.pdf) • [Recording]()
: *Reading:* N/A
<!--: **Homework**{: .label .label-homework} N/A-->

<!--Jan 12-->
<!--: **3**{: .label} Basics: Computer Organization, Operating systems, Storage-->
<!--: [Slides](assets/slides/3_storage.pdf) &#8226; [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/3) &#8226; [Scribe Notes](assets/scribe_notes/Jan_12_scribe_note.pdf)-->
<!--: *Reading:* N/A-->


<!--
Jan 12
: **2**{: .label} Basics:
: [Slides](#) &#8226; [Demos](#) &#8226; [Blank Demos](#)
: *Reading:* [2](https://inferentialthinking.com/chapters/02/causality-and-experiments.html)
: **Homework**{: .label .label-homework} Homework 01 (Due 1/24)
-->
32 changes: 16 additions & 16 deletions _modules/week-02.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: Week 2
class: DSC204A
status: not Active
class: DSC291
status: Active
---

Jan 17
: **1**{: .label} Basics: OS - 1
: [Slides](assets/slides/4_os-1.pdf) &#8226; [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/4) &#8226; [Scribe Notes](assets/scribe_notes/Jan_17_scribe_note.pdf)
: *Reading:*
* [OSTEP Chapter 4 (required)](https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-intro.pdf)
* [OSTEP Chapter 6 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-mechanisms.pdf)
* [OSTEP Chapter 7 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-sched.pdf)
Apr 9
: **3**{: .label} Basics: Deep learning, computational graph, autodiff, ML frameworks - 2
<!--: [Slides]() &#8226; [Recording]()-->
: *Reading:* N/A
<!--* [OSTEP Chapter 4 (required)](https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-intro.pdf)-->
<!--* [OSTEP Chapter 6 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-mechanisms.pdf)-->
<!--* [OSTEP Chapter 7 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-sched.pdf)-->


Jan 19
: **2**{: .label} Basics: OS - 2
: [Slides](assets/slides/5_os-2.pdf) &#8226; [Recording](https://podcast.ucsd.edu/watch/wi24/dsc204a_a00/5) &#8226; [Scribe Notes](assets/scribe_notes/Jan_19_scribe_note.pdf)
: *Reading:*
* [OSTEP Chapter 18 (required)](https://pages.cs.wisc.edu/~remzi/OSTEP/vm-paging.pdf)
* [OSTEP Chapter 15 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/vm-mechanism.pdf)
* [OSTEP Chapter 16 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/vm-segmentation.pdf)
Apr 11
: **4**{: .label}
<!--: [Slides]() &#8226; [Recording]()-->
: *Reading:* N/A
<!--* [OSTEP Chapter 18 (required)](https://pages.cs.wisc.edu/~remzi/OSTEP/vm-paging.pdf)-->
<!--* [OSTEP Chapter 15 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/vm-mechanism.pdf)-->
<!--* [OSTEP Chapter 16 (optional)](https://pages.cs.wisc.edu/~remzi/OSTEP/vm-segmentation.pdf)-->
6 changes: 6 additions & 0 deletions assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ nav_order: 980
- If plagiarism is detected in your code or if any other form of academic integrity violation is identified, you will get zero for that component of your score and get downgraded substantially. I will also notify the University authorities for appropriate disciplinary action to be taken, up to and including expulsion from the University.
- There are no late days for the programming assignments. So, plan your work accordingly!
-->
<script src="../assets/darkmode.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
onLoad();
});
</script>

0 comments on commit 8df2cd7

Please sign in to comment.