https://github.com/zenklinov/pca
PCA is a statistical technique for reducing the dimensionality of a dataset
https://github.com/zenklinov/pca
dimensionality-reduction pca unsupervised-machine-learning
Last synced: 4 months ago
JSON representation
PCA is a statistical technique for reducing the dimensionality of a dataset
- Host: GitHub
- URL: https://github.com/zenklinov/pca
- Owner: zenklinov
- License: cc0-1.0
- Created: 2023-02-07T14:52:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T01:22:37.000Z (4 months ago)
- Last Synced: 2025-02-25T02:30:48.822Z (4 months ago)
- Topics: dimensionality-reduction, pca, unsupervised-machine-learning
- Language: R
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCA
PCA stands for Principal Component Analysis, which is a commonly used statistical technique in data analysis and machine learning.
PCA is a method of reducing the dimensionality of a dataset by identifying the underlying structure or patterns in the data. It works by transforming the original dataset into a new coordinate system that is aligned with the directions of maximum variance in the data. The transformed dataset, or principal components, are a set of linearly uncorrelated variables that explain the maximum amount of variance in the original dataset.
PCA can be used for a variety of tasks, such as data compression, feature extraction, and data visualization. It is particularly useful for datasets with a large number of variables or features, as it allows for the identification of the most important variables in the data and can simplify subsequent analysis. PCA is widely used in fields such as finance, biology, image processing, and many others.
- For English, copy the code in [PCA_English.R](https://github.com/zenklinov/PCA/blob/main/PCA_English.R)
- For Bahasa Indonesia, copy the code in [PCA_Indonesia.R](https://github.com/zenklinov/PCA/blob/main/PCA_Indonesia.R)**Data Used:** [data emiten.xlsx](https://github.com/zenklinov/PCA/blob/main/data%20emiten.xlsx)
**How to use it:** For each `## copy to R and check the result`.