principal_components
principal_components,
demonstrates the method of Principal Components.
The notes:
Scripts:
-
svd_approx.py,
shows how a matrix A can be approximated using
a sum of outer products based on the SVD.
-
svd_6x4.py,
uses SVD to carry out PCA on a random 6x4 matrix.
-
svd_glass.py,
uses SVD to carry out PCA on glass data.
-
svd_image.py,
uses SVD to carry out PCA on an image.
-
svd_product.py,
verififes that A = U * S * V.
Text Files:
Images:
Last revised on 18 September 2019.