Sale!

COEN140 Lab 9 Principal Component Analysis solution

$24.99 $17.49

Original Work ?

Download Details:

  • Name: Lab-9-ggt6d0.zip
  • Type: zip
  • Size: 203.42 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (4 votes)

Principal components analysis (PCA) is a dimensionality reduction technique that allows to
compress high-dimensional data sets into very low dimensions.
Requirements:
Plot the 2000 MNIST digit images in Lab 8 to the 2 and 3 dimensional spaces respectively
after applying PCA. Also show how much variances of the data have been explained by the
principal components.
Sketch of the PCA algorithm:
 Center your data
 Compute the covariance matrix of centered matrix
 Eigenvalue decomposition of covariance matrix
 Project data into the low-dimensional space