Difference between revisions of "Dimensional Reduction"

From
Jump to: navigation, search
m
m
Line 5: Line 5:
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
[http://www.youtube.com/results?search_query=Dimensional+Reduction+Algorithm Youtube search...]
+
[https://www.youtube.com/results?search_query=~Dimensional+~Reduction+AI YouTube]
[http://www.google.com/search?q=Dimensional+Reduction+Algorithm+Dimension+machine+learning+ML ...Google search]
+
[https://www.quora.com/search?q=~Dimensional%20Reduction%20AI ... Quora]
 +
[https://www.google.com/search?q=~Dimensional+~Reduction+AI ...Google search]
 +
[https://news.google.com/search?q=~Dimensional+~Reduction+AI ...Google News]
 +
[https://www.bing.com/news/search?q=~Dimensional+~Reduction+AI&qft=interval%3d%228%22 ...Bing News]
 +
 
  
 
* [[Embedding]]: [[AI-Powered Search|Search]]  ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]] ... [[...find outliers]]
 
* [[Embedding]]: [[AI-Powered Search|Search]]  ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]] ... [[...find outliers]]

Revision as of 15:18, 20 March 2023

YouTube ... Quora ...Google search ...Google News ...Bing News


To identify the most important Features to address:

  • reduce the amount of computing resources required
  • 2D & 3D intuition often fails in higher dimensions
  • distances tend to become relatively the 'same' as the number of dimensions increases

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



Projection

Youtube search... ...Google search