Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (50.2k points)
Can anyone explain PCA in Machine Learning?

1 Answer

0 votes
by (108k points)

PCA is the acronym of Principal Component Analysis. It is an important methodology in Machine Learning that is used to calculate the projections of the input data. PCA is mostly used in the field of linear algebra and statistics. The working of PCA lies in the methodology that causes a reduction in the dimensionality of the input data. The data can be projected onto a subspace with fewer sets of data compared to the original data. When working with PCA in Python, it can either be manually calculated or worked on. The methodology can be reused based on different input vectors and matrices as well. The concept of eigenvalues and eigenvectors take center stage when talking about the working of Principal Component Analysis.

If you are looking for an online course to learn Machine Learning, I recommend this Machine Learning Certification program by Intellipaat.

Browse Categories

...