User Tools

Site Tools


nlp:decoding

This is an old revision of the document!


Decoding

In structured prediction, decoding means predicting the output given the input. Decoding is also known as inference (see note below). The decoding algorithm is the algorithm used to make predictions (such as dynamic programming, beam search, integer linear programming, etc).

Note on Terminology

In NLP and graphical models, inference means making predictions (predicting the output $Y$ given the input $X$), and is another term for decoding. In statistics however, inference means learning (predicting the parameters).

Methods

nlp/decoding.1617077703.txt.gz · Last modified: 2023/06/15 07:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki