Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 672 Bytes

File metadata and controls

17 lines (16 loc) · 672 Bytes

Artificial Intelligence

Heirarchy

  • Artificial Intelligence
    • Machine learning
      • Deep Learning

Machine Learning

Machine learning invloves designing models capable of analysing and understanding data, and reply to realted queries. There are the two self-explanatory methods of machine learning: Supervised and Un-supervised learning.

There mainly n kinds of machine learning problems:

  • Regression
    • Linear regression: The labels are a linear combination of the features
    • Logistic regression: The result is a probability; i.e between 0 & 1.
    • Polynomial regression:
  • Classification:
  • Binary: A yes or no result.
  • Non-linear regression: