pca as an optimization problem
2 次查看(过去 30 天)
显示 更早的评论
For some reasons, I would like to compute PCA (or, rather the eigenvectors and eigenvalues of a (de-meaned) sample covariance matrix ) using an oprimization function. I think I understood how to set up the objective functions and constraints, but struggling to actually implement it with Matlab. I am referring the first answer: What is the objective function of PCA? .
Could anyone help me to understand how to set up the problem with Matlab?
3 个评论
Image Analyst
2018-10-14
Why not just use the built-in pca() function, if you have the Statistics and Machine Learning Toolbox? See attached demos.
回答(1 个)
Prabakaran G
2022-8-16
As per my understanding, PCA can used to reduce the number of input predictors, which make the problem is simpler and generalize. Also, it reduce the complexity of the function to optimize.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!