Pca built-in function and how its works?

Can anyone tell me the pca built-in function for machine learning also which one dataset are used for dimensionality reduction... Thnx in advance

 Accepted Answer

KSSV
KSSV on 24 May 2019
REad abut Singula Value DEcomposition. svd . And refer this for more clarity:

3 Comments

Thnx But What Type Of Datasets We Wll Use For Pca...
Matrices...a 2D matrix. Check the documentation..you got many examples: https://in.mathworks.com/help/stats/pca.html
Ok thnx let me check if I got a problem I'll contct u...

Sign in to comment.

More Answers (1)

The books and papers listed in the References section on the documentation page for the pca function in Statistics and Machine Learning Toolbox may be of interest if you want to know the technical details behind principal component analysis. The page linked as the second entry in the Topics section of that page gives a brief overview of what PCA is.

3 Comments

Actually i want to know that what type of dataset we'll use in pca... If u have a dataset that will use in pca... Kindly tell me
The main point behind PCA is that you use it to analyze your data to identify your data's principal components and learn more about your data.
If you want a sample dataset to experiment with pca you could use rand, randn, randi, gallery, ones, zeros, eye, etc. Some of those would make for more interesting experiments than others.
Can u send some example of 1 dataset plz actually im new to implement this

Sign in to comment.

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!