|
|
@@ -101,7 +101,7 @@ const thebe_selector_output = ".output, .cell_output"
|
|
|
</li>
|
|
|
<li class="toctree-l1">
|
|
|
<a class="reference internal" href="../ssm/ssm.html">
|
|
|
- Boilerplate
|
|
|
+ What are State Space Models?
|
|
|
</a>
|
|
|
</li>
|
|
|
<li class="toctree-l1 current active has-children">
|
|
|
@@ -391,11 +391,11 @@ const thebe_selector_output = ".output, .cell_output"
|
|
|
aria-label="Connect with source repository"><i class="fab fa-github"></i></button>
|
|
|
<div class="dropdown-buttons sourcebuttons">
|
|
|
<a class="repository-button"
|
|
|
- href="https://github.com/ssm-jax/ssm-book"><button type="button" class="btn btn-secondary topbarbtn"
|
|
|
+ href="https://github.com/probml/ssm-book"><button type="button" class="btn btn-secondary topbarbtn"
|
|
|
data-toggle="tooltip" data-placement="left" title="Source repository"><i
|
|
|
class="fab fa-github"></i>repository</button></a>
|
|
|
<a class="issues-button"
|
|
|
- href="https://github.com/ssm-jax/ssm-book/issues/new?title=Issue%20on%20page%20%2Fchapters/hmm/hmm.html&body=Your%20issue%20content%20here."><button
|
|
|
+ href="https://github.com/probml/ssm-book/issues/new?title=Issue%20on%20page%20%2Fchapters/hmm/hmm.html&body=Your%20issue%20content%20here."><button
|
|
|
type="button" class="btn btn-secondary topbarbtn" data-toggle="tooltip" data-placement="left"
|
|
|
title="Open an issue"><i class="fas fa-lightbulb"></i>open issue</button></a>
|
|
|
|
|
|
@@ -416,7 +416,7 @@ const thebe_selector_output = ".output, .cell_output"
|
|
|
aria-label="Launch interactive content"><i class="fas fa-rocket"></i></button>
|
|
|
<div class="dropdown-buttons">
|
|
|
|
|
|
- <a class="binder-button" href="https://mybinder.org/v2/gh/ssm-jax/ssm-book/main?urlpath=tree/chapters/hmm/hmm.ipynb"><button type="button"
|
|
|
+ <a class="binder-button" href="https://mybinder.org/v2/gh/probml/ssm-book/main?urlpath=tree/chapters/hmm/hmm.ipynb"><button type="button"
|
|
|
class="btn btn-secondary topbarbtn" title="Launch Binder" data-toggle="tooltip"
|
|
|
data-placement="left"><img class="binder-button-logo"
|
|
|
src="../../_static/images/logo_binder.svg"
|
|
|
@@ -424,7 +424,7 @@ const thebe_selector_output = ".output, .cell_output"
|
|
|
|
|
|
|
|
|
|
|
|
- <a class="colab-button" href="https://colab.research.google.com/github/ssm-jax/ssm-book/blob/main/chapters/hmm/hmm.ipynb"><button type="button" class="btn btn-secondary topbarbtn"
|
|
|
+ <a class="colab-button" href="https://colab.research.google.com/github/probml/ssm-book/blob/main/chapters/hmm/hmm.ipynb"><button type="button" class="btn btn-secondary topbarbtn"
|
|
|
title="Launch Colab" data-toggle="tooltip" data-placement="left"><img class="colab-button-logo"
|
|
|
src="../../_static/images/logo_colab.png"
|
|
|
alt="Interact on Colab">Colab</button></a>
|
|
|
@@ -646,7 +646,7 @@ const thebe_selector_output = ".output, .cell_output"
|
|
|
<p>We first create the “Ocassionally dishonest casino” model from <span id="id1">[<a class="reference internal" href="../../bib.html#id3" title="R. Durbin, S. Eddy, A. Krogh, and G. Mitchison. Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acids. Cambridge University Press, 1998.">DEKM98</a>]</span>.</p>
|
|
|
<div class="figure align-default" id="casino-fig">
|
|
|
<a class="reference internal image-reference" href="../../_images/casino.png"><img alt="../../_images/casino.png" src="../../_images/casino.png" style="width: 208.5px; height: 142.5px;" /></a>
|
|
|
-<p class="caption"><span class="caption-number">Fig. 5 </span><span class="caption-text">Illustration of the casino HMM.</span><a class="headerlink" href="#casino-fig" title="Permalink to this image">¶</a></p>
|
|
|
+<p class="caption"><span class="caption-number">Fig. 6 </span><span class="caption-text">Illustration of the casino HMM.</span><a class="headerlink" href="#casino-fig" title="Permalink to this image">¶</a></p>
|
|
|
</div>
|
|
|
<p>There are 2 hidden states, each of which emit 6 possible observations.</p>
|
|
|
<div class="cell docutils container">
|