Tech moves fast! Stay ahead of the curve with Techopedia!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.
Structured prediction is a particular discipline applied to machine learning in which machine learning techniques predict structured objects. Typically, the structured prediction makes use of supervised machine learning programs with labels that can apply in order to produce outcomes.
One of the simplest and easiest ways to talk about structured prediction is that it uses training problems to solve a classification task. A resource available from NeurIPS quoted by Sasha Rush in July of 2010 describes it as: “a framework for solving problems of classification or regression in which the output variables are mutually dependent or constrained.”
Specifically, when a prediction cannot be solved by direct observation of all possible values, the structured prediction takes inputs, and uses them to predict the results.
Alexander Passos, then a PhD ML student at UNICAMP in Brazil, gives an interesting definition of structure prediction in Quora that is abundantly useful in characterizing this sort of utility: “Structured prediction is a special case of multi class classification (that is, given x predict y) where:
Structured prediction has been useful in natural language processing, bioscience research and other disciplines. For instance, using sequence tagging and parse trees, a structure prediction program can achieve various natural language processing goals.
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.