Concept

Inference and Training for CRFs

We use Viterbi algorithm to find the best tag sequence Y hat for a given input X. Like the HMM, the linear chain CRF depends at each time step on only one previous output token y.i-1.

Image 0

0

1

Updated 2021-11-07

Tags

Conditional Random Fields (CRFs)

Data Science