Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

PCA and FACTOR ANALYSIS #39

Open
RohitDhankar opened this issue May 2, 2020 · 0 comments
Open

PCA and FACTOR ANALYSIS #39

RohitDhankar opened this issue May 2, 2020 · 0 comments
Assignees

Comments

@RohitDhankar
Copy link
Member

RohitDhankar commented May 2, 2020

PCA and FACTOR ANALYSIS , being the SuperSet within which one common method is PCA .. https://en.wikipedia.org/wiki/Factor_analysis

1/ What best options for Dimensionality Reduction - https://en.wikipedia.org/wiki/Dimensionality_reduction

2/ Feature Selection Options -
a) filter strategy (e.g. information gain)
b) wrapper strategy (e.g. search guided by accuracy)
c) embedded strategy (selected features add or are removed while building the model based on prediction errors).

3/ Linear data transformation---

a) PCA -- Principal Component Analysis, -- Performs linear mapping of data to a lower-dimensional space ( Reduces COUNT of Independent Variables ) in such a way that - variance of the data in the low-dimensional representation is maximized. The new set of Independent Variables which is achieved as a result of the PCA are less in number but explain the Variance of the data better.

b) Other options for Linear data transformation ..

4/ Non-Linear data transformation---

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants