项目作者: gleissonbispo

项目描述 :
Studies using Dimensionality Reduction
高级语言: Jupyter Notebook
项目地址: git://github.com/gleissonbispo/PCA-Principal_Components_Analysis.git


Principal Components Analysis - PCA

Open the folders above to find the notebooks and codes

Principal Component Analysis, or PCA, is a dimensionality-reduction method that is often used to reduce the dimensionality of large data sets, by transforming a large set of variables into a smaller one that still contains most of the information in the large set.

Smaller data sets are easier to explore and visualize and make analyzing data much easier and faster for machine learning algorithms without extraneous variables to process.