Computer Vision II Homework 3

In this homework, we are again given 2D and 3D points and their correspondence. On top of that, we assume the camera is calibrated and the calibration matrix is given. There are three steps before we finalize our answer to this problem: outlier rejection, linear estimation, and non-linear estimation. For outlier rejection, its maximum number

Probabilistic Reasoning and Learning Homework 8

In the last homework, I an calculating the results for a real application with both value iteration and policy iteration. In that application, I need to find a way to derive an algorithm to leave a dungeon made by obstacles `#`. Other than that, convergence for iterative policy evaluation is calculated. Codes are also attached

Probabilistic Reasoning and Learning Homework 5

This homework is mainly about gradient based learning, either first-order gradient or Newton’s Method. I am asked to derive the converging speed and error bounds. After that, two real applications — stock market prediction and handwritten digit classification problems — are given for us to practice. The experiment results and codes are written in report.