Univeristy of Washington Applied Math 584, Autumn 2020 Professor J. Nathan Kutz
I performed a SVD analysis of cropped and uncropped images from the Yale Face Database B. To validate we split the images into a training and test dataset. I then conducted a low-rank reconstruction of images from the test dataset by varying the number of principal compents and calculate the reconstruction error. All analysis was completed using Python 3.
I applied power iteration to approximated the principal eigenface of cropped images from the Yale Face Database B. I took the economy SVD of
I built a linear classifier on the MNIST database of handwritten digits, and classify an image as either a 1,2,3,4,5,6,7,8,9, or 0 using logistic regression with both LASSO, Ridge, and Elastic Net. I used Grid Search to tune the hyperparameters