#Index
CS Probability Index
Last edited: December 12, 2023What random variable should I use?

Unit 1
core probability, axiom of probability, counting, combination, permutation, DeMorgan’s Law.
- SU-CS109 SEP272023
- SU-CS109 SEP292023
- SU-CS109 OCT022023
- SU-CS109 OCT042023
- SU-CS109 OCT062023
- SU-CS109 OCT112023
Unit 2
Unit 3
Unit 4
Beta Distribution, central limit theorem, bootstrapping
Unit 5
Apredezahe de machinas: Naive Bayes, logistic regression, deep learning
Notes
Decision Making Index
Last edited: December 12, 2023Lecture notes taking during CS238, decision making. Stanford Intelligence Systems Laboratory (SISL: planning and validation of intelligent systems).
Big Ideas
Themes
- There’s a principled mathematical framework for defining rational behavior
- There are computational techniques that could lead to better, and perhaps counter-intuitive decisions
- 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
- 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.
Computer Systems Index
Last edited: December 12, 2023Notes on CS 107, C, MIPS, and computational systems.
Lectures
- SU-CS107 SEP272023
- SU-CS107 SEP292023
- SU-CS107 OCT022023
- SU-CS107 OCT032023
- SU-CS107 OCT042023
- SU-CS107 OCT062023
- SU-CS107 OCT092023
- SU-CS107 OCT112023
- SU-CS107 OCT132023
- SU-CS107 OCT182023
- SU-CS107 OCT202023
- SU-CS107 OCT232023
- SU-CS107 OCT252023
- SU-CS107 OCT272023
- SU-CS107 NOV102023
- SU-CS107 NOV132023
- SU-CS107 DEC012023
Worksheets
Group Theory Index
Last edited: September 9, 2023Notes 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, 2023process of Engineering: chronological order
- User Interviews + User Stories
- Requirements Analysis
- Documentation and Specification
- Build the damned thing
- Build and Release engineering (TODO)
Other topics
- Query optimization (TODO)
Fucking acronyms to know
- AAA Method
- SOLID principles
- STAR method: state behaviorals in Situation, Task, Action, Results
fundamental trade-off of Software Engineering
The MIT vs. New Jersey problem: in Software Engineering, you can only choose one of FAST or ROBUST.