Principal Component Analysis in R Udemy
Dimensionality Reduction is a category of unsupervised machine learning techniques which is used to reduce the number of features or variables of columns in a dataset. Lot of variables often enhances the noise signal in the data which is bad for modelling but Dimensionality Reduction techniques can help in this. One of the Dimensionality Reduction Technique is Principal component Analysis which creates a new feature set which are uncorrelated or orthogonal .The newly created features are called Principal components.First principal component explains the most of the variance in the data and then the next principal component explains the remaining. Principal Component analysis is helpful for any dataset which has many variables or variables which are anonymous. Principal component analysis can help in explaining the structure of the dataset or creating the groups in the data or doing the predictive analytics .
Feb-11-2018, 14:13:46 GMT