Core concept

Machine Learning (ML)

The subset of AI that learns patterns from data rather than following hand-coded rules.

What it is

Machine learning is a family of techniques that fit a model to data so that it can produce useful outputs on new, unseen inputs — predictions, classifications, anomaly scores, recommendations. Unlike rule-based systems, ML does not require an analyst to encode every pattern of interest by hand; the model finds patterns in the training data and generalises from them.

Three main paradigms

What "good" ML looks like in finance

In a regulated financial environment, ML alone is not enough — the quality bar is set by explainability, traceability and human oversight. Every score must be reducible to the inputs and the model version that produced it, every model must have a documented training data window, and every consequential decision based on a model output must have a human in the loop.

How this matters in our work

ML is the working substrate of every Silbad product. The model factory, Incitatus, continuously develops and refreshes the domain models, and each deployable product carries the model lineage and explainability trail that EU regulators expect.