Difference between revisions of "Association Rule Learning"

From
Jump to: navigation, search
Line 3: Line 3:
  
 
* [[AI Solver]]
 
* [[AI Solver]]
** [[...predict categories]]
+
** [[...cluster]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [http://en.wikipedia.org/wiki/Association_rule_learning Association Rule Learning | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Association_rule_learning Association Rule Learning | Wikipedia]

Revision as of 09:53, 8 January 2019

YouTube search... ...Google search

a rule-based machine learning method for discovering interesting relations between variables in large databases. It is intended to identify strong rules discovered in databases using some measures of interestingness. This rule-based approach also generates new rules as it analyzes more data. The ultimate goal, assuming a large enough dataset, is to help a machine mimic the human brain’s feature extraction and abstract association capabilities from new uncategorized data.

association-rules-network-graph2.png


Market Basket Analysis

Apriori