Difference between revisions of "Dimensional Reduction"

From
Jump to: navigation, search
Line 24: Line 24:
 
* [http://en.wikipedia.org/wiki/Principal_component_regression[Principal Component Regression (PCR)]
 
* [http://en.wikipedia.org/wiki/Principal_component_regression[Principal Component Regression (PCR)]
 
* [http://en.wikipedia.org/wiki/Projection_pursuit Projection Pursuit]
 
* [http://en.wikipedia.org/wiki/Projection_pursuit Projection Pursuit]
* [https://en.wikipedia.org/wiki/Sammon_mapping Sammon Mapping/Projection]
+
* [http://en.wikipedia.org/wiki/Sammon_mapping Sammon Mapping/Projection]
 
+
* [http://github.com/JonTupitza/Data-Science-Process/blob/master/06-Dimensionality-Reduction.ipynb Dimensionality Reduction Techniques Jupyter Notebook |] [http://github.com/jontupitza Jon Tupitza]
  
 
Related:
 
Related:

Revision as of 08:49, 9 June 2019

Youtube search... ...Google search

Algorithms:

Related:

Some datasets may contain many variables that may cause very hard to handle. Especially nowadays data collecting in systems occur at very detailed level due to the existence of more than enough resources. In such cases, the data sets may contain thousands of variables and most of them can be unnecessary as well. In this case, it is almost impossible to identify the variables which have the most impact on our prediction. Dimensional Reduction Algorithms are used in this kind of situations. It utilizes other algorithms like Random Forest, Decision Tree to identify the most important variables. 10 Machine Learning Algorithms You need to Know | Sidath Asir @ Medium