CRF-based Learning Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Remove links to pages that are actually redirects to this page.)
m (Text replacement - ". ---- " to ". ---- ")
 
Line 5: Line 5:
*** which can have a high [[Computational Cost]].
*** which can have a high [[Computational Cost]].
* <B>See:</B> [[HMM-based Learning Algorithm]], [[MEMM-based Learning Algorithm]], [[Logistic Regression Algorithm]].
* <B>See:</B> [[HMM-based Learning Algorithm]], [[MEMM-based Learning Algorithm]], [[Logistic Regression Algorithm]].
----
----
----
----

Latest revision as of 22:13, 16 June 2021

A CRF-based Learning Algorithm is a Maximum Entropy-based Learning Algorithm that trains a Conditional Random Field Model.



References

2009

  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Conditional_random_field
    • A conditional random field (CRF) is a type of discriminative probabilistic model most often used for the labeling or parsing of sequential data, such as natural language text or biological sequences.

2003

2001

of G. Then (X,Y) is a conditional random field in case, when conditioned on X, the random variables Yv obey the Markov property with respect to the graph: p(Yv |X,Yw,w 6= v) = p(Yv |X,Yw,w v), where [math]\displaystyle{ w }[/math] v means that [math]\displaystyle{ w }[/math] and v are neighbors in G."