Pca built-in function and how its works?
4 次查看(过去 30 天)
显示 更早的评论
Can anyone tell me the pca built-in function for machine learning also which one dataset are used for dimensionality reduction... Thnx in advance
0 个评论
采纳的回答
KSSV
2019-5-24
REad abut Singula Value DEcomposition. svd . And refer this for more clarity:
3 个评论
KSSV
2019-5-24
Matrices...a 2D matrix. Check the documentation..you got many examples: https://in.mathworks.com/help/stats/pca.html
更多回答(1 个)
Steven Lord
2019-5-24
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 个评论
Steven Lord
2019-5-24
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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!