Skip to content

Demonstrating various approaches to Principal Component Analysis

Notifications You must be signed in to change notification settings

sayarghoshroy/PCA-Approaches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Approaches to Principal Component Analysis

Open In Colab Linear Data

Open In Colab MNIST

  • PCA using eigenvectors of the data covariance matrix:

    1. Using Linear Data
    2. On MNIST Dataset
  • PCA for Complete MNIST Dataset using gradient descent:

    1. without regularization
    2. with L1 regularization
    3. with L2 regularization

Using the full MNIST training and testing sets

Go here for MNIST in a easy-to-use CSV format.

About

Demonstrating various approaches to Principal Component Analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published