1 / 6

Principal Components Analysis

Principal Components Analysis. Jan Sobotka ( sobotj 1@fel.cvut.cz). PCA Algorithm. Statistical technique PCA was invented in 1901 by Karl Pearson Is a technique used to reduce multidimensional data sets to lower dimensions

bpercy
Download Presentation

Principal Components Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IBM - CVUT Student Research Projects Principal Components Analysis Jan Sobotka (sobotj1@fel.cvut.cz)

  2. PCA Algorithm • Statistical technique • PCA was invented in 1901 by Karl Pearson • Is a technique used to reduce multidimensional data sets to lower dimensions • PCA is mathematically defined as an orthogonal linear transformation that transforms the data to a new coordinate system IBM - CVUT Student Research Projects 2

  3. PCA Usage • Useful statistical technique • Data compression • Computer Vision • Face recognition • Finding patterns in data IBM - CVUT Student Research Projects 3

  4. PCA in six steps • Get some data • Substract the mean • Calculate covariance matrix • Calculate the eigenvectors and eigenvalues of the covariance matrix • Choosing components and forming a feature vector • Deriving the new data set IBM - CVUT Student Research Projects 4

  5. My implementation • Obtain information and sources about Cell and PCA • Write code for PPU unit • Port kernel of computation to one SPU unit • Optimize computation on one SPU IBM - CVUT Student Research Projects 5

  6. IBM - CVUT Student Research Projects Thank you for your attention

More Related