Houjun Liu

#Index

Decision Making Index

Last edited: December 12, 2023

Lecture notes taking during CS238, decision making. Stanford Intelligence Systems Laboratory (SISL: planning and validation of intelligent systems).

Big Ideas

Themes

  1. There’s a principled mathematical framework for defining rational behavior
  2. There are computational techniques that could lead to better, and perhaps counter-intuitive decisions
  3. Successful application depends on your choice of representation and approximation
    • you typically can’t solve mathematical models exactly
    • so, we have to rely on good models of approximations
  4. The same computational approaches can be applied to different application domains
    • the same set of abstractions can be carried through life
    • send Mykel a note about how these topics about where this stuff is applied

These algorithms drive high quality decisions on a tight timeline. You can’t fuck up: people die.

Group Theory Index

Last edited: September 9, 2023

Notes on MATH 109, group theory.

Lectures

PSets

These links are dead.

Course logistics

  • midterm: November 1st, final: December 14th, 8:30-11:30
  • WIM assignment: December 8th, start of class (no late submissions)
  • PSets: 8 in total, posted on Wednesdays at 8A, due following Tuesday at 8A

Software Engineering Index

Last edited: July 7, 2023

process of Engineering: chronological order

Other topics

  • Query optimization (TODO)

Fucking acronyms to know

fundamental trade-off of Software Engineering

The MIT vs. New Jersey problem: in Software Engineering, you can only choose one of FAST or ROBUST.