Machine Learning
Executive Summary
Key Takeaways
- ✓ Machine learning learns statistical patterns from historical, structured data to predict or classify a future or unseen value, distinct from generative AI, which produces new language or content from a prompt.
- ✓ In finance, machine learning most commonly underlies forecasting, anomaly detection, and credit scoring, where a sufficiently large, representative, labelled dataset exists.
- ✓ Machine learning's reliability is established empirically, measuring predictive accuracy against held-out historical data, rather than by auditing a fixed, disclosed rule set as a deterministic engine would be.
- ✓ A machine learning model's accuracy can drift over time as underlying patterns change, which is why ongoing monitoring, not only initial validation, is part of responsible machine learning use.
Definition¶
Machine learning is a category of artificial intelligence technique that learns statistical patterns from historical, structured data in order to predict or classify a future or unseen value.
Distinguishing From Generative AI¶
Machine learning is distinct from generative AI, which produces new language or content from a prompt using a learned model of language patterns. Machine learning instead produces a numerical prediction or a categorical classification, a forecast, a probability, a label, from structured input data.
Why It Matters to Finance¶
In finance, machine learning most commonly underlies forecasting, anomaly detection, and credit scoring applications, where a sufficiently large and representative labelled dataset exists to learn from. See Machine Learning vs. Financial Modelling for how its reliability characteristics compare with a traditional financial model's auditable formula logic.
Continue Reading¶
Related Pillars¶
Related Technical Guides¶
Related Comparisons¶
Related Glossary¶
How OXXON tests thisRun a free structural check with FMAE
Frequently Asked Questions
What is machine learning?
A category of artificial intelligence technique that learns statistical patterns from historical, structured data to predict or classify a future or unseen value, distinct from generative AI, which produces new language or content from a prompt.
What finance tasks does machine learning most commonly support?
Forecasting, anomaly detection, and credit scoring are the most established finance applications, each relying on a sufficiently large, representative, labelled historical dataset.
How is a machine learning model's reliability established?
Empirically, by measuring its predictive accuracy against held-out historical data it was not trained on, rather than by auditing a fixed, disclosed rule set the way a deterministic engine's reliability is established.
Can a machine learning model's accuracy change over time?
Yes. Accuracy can drift as the underlying patterns in the real world diverge from the patterns present in the model's training data, which is why ongoing monitoring for drift is part of responsible machine learning use, not just a one-time validation exercise.
Related Articles
AI Financial Modelling & Artificial Intelligence in Finance
AI financial modelling is the application of machine learning and generative AI techniques within the financial modelling process itself, driver identification, construction assistance, scenario generation, and narrative drafting, while artificial intelligence in finance is the broader application of those same technique categories across the finance function generally. This page is the hub for the Knowledge Centre's AI financial modelling content: the foundational distinction between machine learning, natural language processing, and generative AI; how AI accelerates modelling construction without replacing the auditable calculation layer beneath it; a staged framework for adopting AI reliably; enterprise applications across FP&A, forecasting, valuation, and investment analysis; governance and risk practice; and the institutional best practice synthesis this domain builds toward.
Artificial Intelligence in Finance
Artificial intelligence in finance spans a wide range of techniques, machine learning, natural language processing, and generative AI, applied across a wide range of finance functions, financial modelling, FP&A, risk management, treasury, and audit. This guide sets out the main categories of AI technique in practical finance use today, the finance functions each is best suited to, and the foundational distinction between AI applied to raw data (prediction, classification) and AI applied to language and reasoning (generation, summarisation), as the entry point for the more specific guides in this domain.
Machine Learning vs. Financial Modelling
Machine learning and traditional financial modelling both produce quantitative output used to support decisions, but differ fundamentally in method (statistical pattern learning versus explicit, auditable formula logic), output character (a probabilistic estimate versus a traceable calculated number), and reliability characteristics. This comparison sets out those differences and why the two are best understood as complementary techniques, machine learning informing assumptions, financial modelling calculating auditable output, rather than substitutes for one another.
Supervised vs. Unsupervised Learning
Supervised and unsupervised learning are the two principal machine learning training approaches. Supervised learning trains a model on historical data paired with a known, labelled outcome, well suited to forecasting and credit scoring where past outcomes are recorded. Unsupervised learning identifies structure or groupings in data without labelled outcomes, well suited to anomaly detection and segmentation where no predefined labels exist.