Skip to content

Commit

Permalink
new semester at USC
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Aug 27, 2024
1 parent 75fa2cc commit b41ace9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
- [Visual Studio Code](notes/text_editor/vscode.md)
- [Xcode](notes/text_editor/xcode.md)
- [Unstructured Class Notes](notes/class_notes/index.md)
- [Advanced Analysis of Algorithms](notes/class_notes/csci670.md)
- [Advanced Computer Networking](notes/class_notes/csci651.md)
- [Algorithms and Databases](notes/class_notes/cs301.md)
- [Artificial Intelligence](notes/class_notes/cs402.md)
- [Cloud Computing](notes/class_notes/cs401.md)
Expand Down
4 changes: 4 additions & 0 deletions src/notes/class_notes/csci651.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- toc -->
# Advanced Computer Networking

40 paper + 20hr+ programming project + similar research project
28 changes: 28 additions & 0 deletions src/notes/class_notes/csci670.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- toc -->
# Advanced Analysis of Algorithms

6hw + 3qz + 2 theoretical thinking project

RTH505

## theory overview

NP&P → **decision problem** on `&[u1]` (language)\
⇒ search problem (harder, but may reduce to decision problem)\
⇒ optimization

desicion problem → board game

P space: $∃x_1, ∀x_2, ∃x_3, \cdots\text{ s.t.
}f(\vec x)$ where $|\vec x|$ is polynomial

- P time $\in$ P space (equal?)
- PPAD

linear programming: proved P

learning problem

- binary classification: $h:X\mapsto\{0,1\}\in H$
- learnable: train on unknown distribution $D$,
prediction correction increase

0 comments on commit b41ace9

Please sign in to comment.