Difference between revisions of "...cluster"

From
Jump to: navigation, search
Line 1: Line 1:
 
[[AI Solver]]  
 
[[AI Solver]]  
 
*...cluster
 
*...cluster
** If text only, then try [[Natural Language Processing (NLP)]] algorithms such as [[Topic Model/Mapping]]
+
** If text only, then try...
 +
*** for text categories try [[K-Modes]]
 +
*** for discovering semantics and syntax try [[Natural Language Processing (NLP)]] algorithms such as [[Topic Model/Mapping]]
 
** If finding transaction data relationships, then try [[Association Rule Learning]]
 
** If finding transaction data relationships, then try [[Association Rule Learning]]
 
** If you know how many groups/classes there are...
 
** If you know how many groups/classes there are...

Revision as of 09:14, 8 January 2019

AI Solver


___________________________________________________


Given a set of data points, we can use a clustering algorithm to classify each data point into a specific group. In theory, data points that are in the same group should have similar properties and/or features, while data points in different groups should have highly dissimilar properties and/or features. Clustering is a method of unsupervised learning and is a common technique for statistical data analysis used in many fields. We can use clustering analysis to gain some valuable insights from our data by seeing what groups the data points fall into when we apply a clustering algorithm. The 5 Clustering Algorithms Data Scientists Need to Know