Skip to content

Files

Latest commit

 

History

History
31 lines (23 loc) · 692 Bytes

machine_learning.md

File metadata and controls

31 lines (23 loc) · 692 Bytes

Machine Learning

Checkbox List

  • Basic Terms

    • Sample
    • Attribute
  • Data Mining

    • Association Rules
      • Apriori
        • Support
        • Confidence
        • Conviction
        • Lift
      • Eclat
      • FP-growth

Videos

Name Description
Apriori Apriori algorithm beginner explanation
Bayesian Networks Bayesian beginner explanation

Repos

Name Description
PracticalAI A practical approach to learning and using machine learning.