A framework quantifying data complexity via the shortest program that produces it.
Algorithmic Information Theory (AIT) is a branch of mathematics and computer science that measures the complexity and information content of data by asking what is the shortest computer program capable of producing a given string. This minimum program length, known as Kolmogorov complexity, is an objective measure of how much meaningful structure or randomness a piece of data contains. Classical Shannon information theory characterizes information in terms of probability distributions. AIT grounds its definitions in computability theory instead, making it independent of any particular statistical model or prior assumptions.
Kolmogorov complexity is formally language-independent up to a constant, a consequence of the universality of Turing machines. A string is algorithmically random when its shortest description is approximately as long as the string itself, which means no compact pattern exists to exploit. Highly compressible strings have low Kolmogorov complexity, reflecting internal structure. These ideas formalize intuitions about randomness and regularity in a mathematically precise way, connecting computation, probability, and information within a single theoretical framework.
In machine learning, AIT provides justification for core principles such as Occam's razor and model selection. Solomonoff induction, derived from AIT, offers a theoretically optimal but computationally intractable framework for prediction and generalization: it assigns higher prior probability to hypotheses with shorter descriptions, favoring simpler models. Minimum description length (MDL), a practical outgrowth of AIT, is used in model selection and data compression, balancing model complexity against goodness of fit.
Kolmogorov complexity is uncomputable in general. No algorithm can calculate it exactly for arbitrary inputs, which limits its direct practical application. AIT continues to influence machine learning theory, the philosophy of science, and the foundations of statistics. Approximations via real-world compressors have enabled empirical applications in anomaly detection, clustering, and similarity measurement.
Wikipedia
Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with AIT (Algorithmic Information Theory) already loaded, so edit it or scan as is.