<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>POS Tagging on Arshad Siddiqui</title><link>https://arshadhs.github.io/tags/pos-tagging/</link><description>Recent content in POS Tagging on Arshad Siddiqui</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://arshadhs.github.io/tags/pos-tagging/index.xml" rel="self" type="application/rss+xml"/><item><title>Statistical, ML and Neural Models of POS Tagging</title><link>https://arshadhs.github.io/docs/ai/050-nlp/070-statistical-ml-and-neural-models-of-pos-tagging/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://arshadhs.github.io/docs/ai/050-nlp/070-statistical-ml-and-neural-models-of-pos-tagging/</guid><description>&lt;h1 id="statistical-ml-and-neural-models-of-pos-tagging">
 Statistical, ML and Neural Models of POS Tagging
 
 &lt;a class="anchor" href="#statistical-ml-and-neural-models-of-pos-tagging">#&lt;/a>
 
&lt;/h1>
&lt;p>&amp;lsquo;HMM Inference: Forward and Viterbi Algorithms&amp;rsquo; covers the portion:&lt;/p>
&lt;ul>
&lt;li>Forward Algorithm&lt;/li>
&lt;li>Viterbi Algorithm&lt;/li>
&lt;li>HMM inference for POS tagging&lt;/li>
&lt;/ul>
&lt;p>The complete Topic also includes:&lt;/p>
&lt;ul>
&lt;li>Maximum Entropy Markov Models&lt;/li>
&lt;li>Bidirectionality&lt;/li>
&lt;li>Neural-network models for POS tagging&lt;/li>
&lt;/ul>
&lt;h1 id="hmm-inference-forward-and-viterbi-algorithms">
 HMM Inference: Forward and Viterbi Algorithms
 
 &lt;a class="anchor" href="#hmm-inference-forward-and-viterbi-algorithms">#&lt;/a>
 
&lt;/h1>
&lt;p>Hidden Markov Models create two closely related inference problems:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Likelihood:&lt;/strong> How probable is an observed sequence under the model?&lt;/li>
&lt;li>&lt;strong>Decoding:&lt;/strong> Which hidden-state sequence most probably generated the observations?&lt;/li>
&lt;/ul>
&lt;p>The Forward Algorithm solves the likelihood problem, while the Viterbi Algorithm solves the decoding problem. Both use dynamic programming and a trellis, but they combine paths differently.&lt;/p></description></item></channel></rss>