Skip to content

This code include LDA and PCA dimension reduction implementations, and use hand written number 7 and 9 as example to show the difference of projected hyperplate of those two.

License

wuga214/DEMO_Dimension_Reduction_PCA_LDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DimensionReduction

This code include LDA and PCA dimension reduction implementations, and use hand written number 7 and 9 as example to show the difference of projected hyperplate of those two.

Data

The data is in the form of vectors with 256 elements, which corresponding to 16x16 gray images. Digit Number 7
alt tag
Digit Number 9
alt tag

LDA on This:

1D
alt tag
2D
alt tag
3D
alt tag

PCA on This:

1D
alt tag
2D
alt tag
3D
alt tag

What you think of their difference then?

I won't tell you, try hard

Contact for this code:

Mr.Wu
Oregon State University
U.S.A
Email

About

This code include LDA and PCA dimension reduction implementations, and use hand written number 7 and 9 as example to show the difference of projected hyperplate of those two.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages