- Understanding Eigen Values and Eigen Vectors
- Implemting Line fitting techniques such as:
- Least Square
- Least Square + Regularization
- Total Least Square
- RANSAC
Follow link to project report.
Understanding dataset using eigen vectors and eigen values. Also, fit a line through the data using various line fitting techniques.
Python
Follow link to project report.