My homework solution to 16-720 CMU Advanced Computer Vision class, Fall 2023
Homework 1: writeup is not full-mark, but all non-bonus question code works
Homework 2: full mark
Homework 3: full mark
Homework 4: full mark
Homework 5: full mark (note: My solution in question1.e is not totally correct, it should be like this: L^TB = I --> LL^TB = LI --> B = (LL^T)^-1 LI) Python code: B = np.linalg.inv([email protected])@L@I
Homework 6: