Huanfa Chen - huanfa.chen@ucl.ac.uk
13 December 2025
By the end of this lecture you should:

Image Credit: Lecture slide (ML is a subset of AI)
Arthur Samuel (1959): (Machine learning is the) field of study that gives computers the ability to learn without being explicitly programmed.
Tom Mitchell (1997): A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.






\[ \begin{aligned} (x_i, y_i) &\sim p(x, y) \text{ i.i.d.} \\ x_i &\in \mathbb{R}^n \\ y_i &\in \mathbb{R} \\ f(x_i) &\approx y_i \end{aligned} \]
Learn a function \(f\) from input-output pairs to predict on new data.
\[ x_i \sim p(x) \text{ i.i.d.} \]
Learn about the distribution \(p\):



Image Credit: https://pub.towardsai.net/anomaly-detection-a-comprehensive-guide-9d4d7e320242
Image Credit: gemini.com
Image Credit: medium.com



Image Credit: x.com/xschelling/status/954936528555429888

Image Credit: Internet
The performance of ML/DL increases rapidly with the size of the data:

Performance vs data size for ML/DL models
We’ve covered:
© CASA | ucl.ac.uk/bartlett/casa