LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Fundamentals

Machine Learning (ML)

Machine Learning (ML) is the subfield of AI in which algorithms improve their performance on a task by learning statistical patterns from data, rather than following rules a human wrote by hand.

Full definition

Tom Mitchell's classic definition is: "A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E." ML methods include supervised learning (labeled data), unsupervised learning (unlabeled data), self-supervised learning (labels derived from the data itself), and reinforcement learning (trial and reward).

Why it matters

ML is the engine behind most production AI today — fraud detection, recommendation, demand forecasting, churn prediction, and language understanding. Replacing hand-written rules with learned models often improves accuracy by 20-50% on tasks where the underlying patterns are too complex to specify by hand.

Example

A bank trains a gradient-boosted tree on millions of past transactions, each labeled fraud or legitimate. Once deployed, the model scores new transactions in real time and flags those above a chosen risk threshold.

Source & further reading

Primary source: Mitchell, T. — "Machine Learning" (McGraw-Hill) (1997).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/de/glossary/machine-learning/.