Difference between revisions of "Association Rule Learning"

From
Jump to: navigation, search
m (Text replacement - "http:" to "https:")
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=Association+Rule+Learning YouTube search...]
+
[https://www.youtube.com/results?search_query=Association+Rule+Learning YouTube search...]
[http://www.google.com/search?q=Association+Rule+Learning+machine+learning+ML ...Google search]
+
[https://www.google.com/search?q=Association+Rule+Learning+machine+learning+ML ...Google search]
  
 
* [[AI Solver]]
 
* [[AI Solver]]
Line 12: Line 12:
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [[Clustering]]
 
* [[Clustering]]
* [http://en.wikipedia.org/wiki/Association_rule_learning Association Rule Learning | Wikipedia]
+
* [https://en.wikipedia.org/wiki/Association_rule_learning Association Rule Learning | Wikipedia]
  
 
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.
 
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.
  
http://annalyzin.files.wordpress.com/2016/04/association-rules-network-graph2.png
+
https://annalyzin.files.wordpress.com/2016/04/association-rules-network-graph2.png
  
  

Revision as of 01:25, 28 March 2023

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