|
@@ -1,565 +0,0 @@
|
|
|
-
|
|
|
-<!DOCTYPE html>
|
|
|
-
|
|
|
-<html>
|
|
|
- <head>
|
|
|
- <meta charset="utf-8" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
- <title>Recurrent Neural Networks — State Space Models: A Modern Approach</title>
|
|
|
-
|
|
|
- <link href="../../_static/css/theme.css" rel="stylesheet">
|
|
|
- <link href="../../_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">
|
|
|
-
|
|
|
-
|
|
|
- <link rel="stylesheet"
|
|
|
- href="../../_static/vendor/fontawesome/5.13.0/css/all.min.css">
|
|
|
- <link rel="preload" as="font" type="font/woff2" crossorigin
|
|
|
- href="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
|
|
|
- <link rel="preload" as="font" type="font/woff2" crossorigin
|
|
|
- href="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/sphinx-book-theme.css?digest=c3fdc42140077d1ad13ad2f1588a4309" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/copybutton.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/mystnb.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/panels-main.c949a650a448cc0ae9fd3441c0e17fb0.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="../../_static/panels-variables.06eb56fa6e07937060861dad626602ad.css" />
|
|
|
-
|
|
|
- <link rel="preload" as="script" href="../../_static/js/index.be7d3bbb2ef33a8344ce.js">
|
|
|
-
|
|
|
- <script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
|
|
|
- <script src="../../_static/jquery.js"></script>
|
|
|
- <script src="../../_static/underscore.js"></script>
|
|
|
- <script src="../../_static/doctools.js"></script>
|
|
|
- <script src="../../_static/clipboard.min.js"></script>
|
|
|
- <script src="../../_static/copybutton.js"></script>
|
|
|
- <script>let toggleHintShow = 'Click to show';</script>
|
|
|
- <script>let toggleHintHide = 'Click to hide';</script>
|
|
|
- <script>let toggleOpenOnPrint = 'true';</script>
|
|
|
- <script src="../../_static/togglebutton.js"></script>
|
|
|
- <script>var togglebuttonSelector = '.toggle, .admonition.dropdown, .tag_hide_input div.cell_input, .tag_hide-input div.cell_input, .tag_hide_output div.cell_output, .tag_hide-output div.cell_output, .tag_hide_cell.cell, .tag_hide-cell.cell';</script>
|
|
|
- <script src="../../_static/sphinx-book-theme.d59cb220de22ca1c485ebbdc042f0030.js"></script>
|
|
|
- <script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"
|
|
|
-const thebe_selector = ".thebe,.cell"
|
|
|
-const thebe_selector_input = "pre"
|
|
|
-const thebe_selector_output = ".output, .cell_output"
|
|
|
-</script>
|
|
|
- <script async="async" src="../../_static/sphinx-thebe.js"></script>
|
|
|
- <link rel="index" title="Index" href="../../genindex.html" />
|
|
|
- <link rel="search" title="Search" href="../../search.html" />
|
|
|
- <link rel="next" title="Inference in discrete SSMs" href="../hmm/hmm_index.html" />
|
|
|
- <link rel="prev" title="Deep SSMs" href="deep.html" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
- <meta name="docsearch:language" content="None">
|
|
|
-
|
|
|
-
|
|
|
- <!-- Google Analytics -->
|
|
|
-
|
|
|
- </head>
|
|
|
- <body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">
|
|
|
-
|
|
|
- <div class="container-fluid" id="banner"></div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <div class="container-xl">
|
|
|
- <div class="row">
|
|
|
-
|
|
|
-<div class="col-12 col-md-3 bd-sidebar site-navigation show" id="site-navigation">
|
|
|
-
|
|
|
- <div class="navbar-brand-box">
|
|
|
- <a class="navbar-brand text-wrap" href="../../index.html">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <h1 class="site-logo" id="site-title">State Space Models: A Modern Approach</h1>
|
|
|
-
|
|
|
- </a>
|
|
|
-</div><form class="bd-search d-flex align-items-center" action="../../search.html" method="get">
|
|
|
- <i class="icon fas fa-search"></i>
|
|
|
- <input type="search" class="form-control" name="q" id="search-input" placeholder="Search this book..." aria-label="Search this book..." autocomplete="off" >
|
|
|
-</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main">
|
|
|
- <div class="bd-toc-item active">
|
|
|
- <ul class="nav bd-sidenav">
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../../root.html">
|
|
|
- State Space Models: A Modern Approach
|
|
|
- </a>
|
|
|
- </li>
|
|
|
-</ul>
|
|
|
-<ul class="current nav bd-sidenav">
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../scratch.html">
|
|
|
- Scratchpad
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1 current active has-children">
|
|
|
- <a class="reference internal" href="ssm_index.html">
|
|
|
- Introduction
|
|
|
- </a>
|
|
|
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/>
|
|
|
- <label for="toctree-checkbox-1">
|
|
|
- <i class="fas fa-chevron-down">
|
|
|
- </i>
|
|
|
- </label>
|
|
|
- <ul class="current">
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="hmm.html">
|
|
|
- Hidden Markov Models
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="hsmm.html">
|
|
|
- Hidden Semi-Markov Models
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="lgssm.html">
|
|
|
- Linear Gaussian SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="nonlin.html">
|
|
|
- Non-Linear Gaussian SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="nongauss.html">
|
|
|
- Non-Gaussian SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="switching.html">
|
|
|
- Switching SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="deep.html">
|
|
|
- Deep SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2 current active">
|
|
|
- <a class="current reference internal" href="#">
|
|
|
- Recurrent Neural Networks
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1 has-children">
|
|
|
- <a class="reference internal" href="../hmm/hmm_index.html">
|
|
|
- Inference in discrete SSMs
|
|
|
- </a>
|
|
|
- <input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/>
|
|
|
- <label for="toctree-checkbox-2">
|
|
|
- <i class="fas fa-chevron-down">
|
|
|
- </i>
|
|
|
- </label>
|
|
|
- <ul>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../hmm/hmm_filter.html">
|
|
|
- HMM filtering (forwards algorithm)
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../hmm/hmm_smoother.html">
|
|
|
- HMM smoothing (forwards-backwards algorithm)
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../hmm/hmm_viterbi.html">
|
|
|
- Viterbi algorithm
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../hmm/hmm_parallel.html">
|
|
|
- Parallel HMM smoothing
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../hmm/hmm_sampling.html">
|
|
|
- Forwards-filtering backwards-sampling algorithm
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1 has-children">
|
|
|
- <a class="reference internal" href="../lgssm/lgssm_index.html">
|
|
|
- Inference in linear-Gaussian SSMs
|
|
|
- </a>
|
|
|
- <input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/>
|
|
|
- <label for="toctree-checkbox-3">
|
|
|
- <i class="fas fa-chevron-down">
|
|
|
- </i>
|
|
|
- </label>
|
|
|
- <ul>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../lgssm/kalman_filter.html">
|
|
|
- Kalman filtering
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../lgssm/kalman_smoother.html">
|
|
|
- Kalman (RTS) smoother
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../lgssm/kalman_parallel.html">
|
|
|
- Parallel Kalman Smoother
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../lgssm/kalman_sampling.html">
|
|
|
- Forwards-filtering backwards sampling
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1 has-children">
|
|
|
- <a class="reference internal" href="../extended/extended_index.html">
|
|
|
- Extended (linearized) methods
|
|
|
- </a>
|
|
|
- <input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/>
|
|
|
- <label for="toctree-checkbox-4">
|
|
|
- <i class="fas fa-chevron-down">
|
|
|
- </i>
|
|
|
- </label>
|
|
|
- <ul>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../extended/extended_filter.html">
|
|
|
- Extended Kalman filtering
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../extended/extended_smoother.html">
|
|
|
- Extended Kalman smoother
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../extended/extended_parallel.html">
|
|
|
- Parallel extended Kalman smoothing
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1 has-children">
|
|
|
- <a class="reference internal" href="../unscented/unscented_index.html">
|
|
|
- Unscented methods
|
|
|
- </a>
|
|
|
- <input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/>
|
|
|
- <label for="toctree-checkbox-5">
|
|
|
- <i class="fas fa-chevron-down">
|
|
|
- </i>
|
|
|
- </label>
|
|
|
- <ul>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../unscented/unscented_filter.html">
|
|
|
- Unscented filtering
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../unscented/unscented_smoother.html">
|
|
|
- Unscented smoothing
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../quadrature/quadrature_index.html">
|
|
|
- Quadrature and cubature methods
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../postlin/postlin_index.html">
|
|
|
- Posterior linearization
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../adf/adf_index.html">
|
|
|
- Assumed Density Filtering
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../vi/vi_index.html">
|
|
|
- Variational inference
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../pf/pf_index.html">
|
|
|
- Particle filtering
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../smc/smc_index.html">
|
|
|
- Sequential Monte Carlo
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1 has-children">
|
|
|
- <a class="reference internal" href="../learning/learning_index.html">
|
|
|
- Offline parameter estimation (learning)
|
|
|
- </a>
|
|
|
- <input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/>
|
|
|
- <label for="toctree-checkbox-6">
|
|
|
- <i class="fas fa-chevron-down">
|
|
|
- </i>
|
|
|
- </label>
|
|
|
- <ul>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../learning/em.html">
|
|
|
- Expectation Maximization (EM)
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../learning/sgd.html">
|
|
|
- Stochastic Gradient Descent (SGD)
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../learning/vb.html">
|
|
|
- Variational Bayes (VB)
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l2">
|
|
|
- <a class="reference internal" href="../learning/mcmc.html">
|
|
|
- Markov Chain Monte Carlo (MCMC)
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../tracking/tracking_index.html">
|
|
|
- Multi-target tracking
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../ensemble/ensemble_index.html">
|
|
|
- Data assimilation using Ensemble Kalman filter
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../bnp/bnp_index.html">
|
|
|
- Bayesian non-parametric SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../changepoint/changepoint_index.html">
|
|
|
- Changepoint detection
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../timeseries/timeseries_index.html">
|
|
|
- Timeseries forecasting
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../gp/gp_index.html">
|
|
|
- Markovian Gaussian processes
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../ode/ode_index.html">
|
|
|
- Differential equations and SSMs
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../control/control_index.html">
|
|
|
- Optimal control
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="toctree-l1">
|
|
|
- <a class="reference internal" href="../../bib.html">
|
|
|
- Bibliography
|
|
|
- </a>
|
|
|
- </li>
|
|
|
-</ul>
|
|
|
-
|
|
|
- </div>
|
|
|
-</nav> <!-- To handle the deprecated key -->
|
|
|
-
|
|
|
-<div class="navbar_extra_footer">
|
|
|
- Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
|
|
|
-</div>
|
|
|
-
|
|
|
-</div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-<main class="col py-md-3 pl-md-4 bd-content overflow-auto" role="main">
|
|
|
-
|
|
|
- <div class="topbar container-xl fixed-top">
|
|
|
- <div class="topbar-contents row">
|
|
|
- <div class="col-12 col-md-3 bd-topbar-whitespace site-navigation show"></div>
|
|
|
- <div class="col pl-md-4 topbar-main">
|
|
|
-
|
|
|
- <button id="navbar-toggler" class="navbar-toggler ml-0" type="button" data-toggle="collapse"
|
|
|
- data-toggle="tooltip" data-placement="bottom" data-target=".site-navigation" aria-controls="navbar-menu"
|
|
|
- aria-expanded="true" aria-label="Toggle navigation" aria-controls="site-navigation"
|
|
|
- title="Toggle navigation" data-toggle="tooltip" data-placement="left">
|
|
|
- <i class="fas fa-bars"></i>
|
|
|
- <i class="fas fa-arrow-left"></i>
|
|
|
- <i class="fas fa-arrow-up"></i>
|
|
|
- </button>
|
|
|
-
|
|
|
-
|
|
|
-<div class="dropdown-buttons-trigger">
|
|
|
- <button id="dropdown-buttons-trigger" class="btn btn-secondary topbarbtn" aria-label="Download this page"><i
|
|
|
- class="fas fa-download"></i></button>
|
|
|
-
|
|
|
- <div class="dropdown-buttons">
|
|
|
- <!-- ipynb file if we had a myst markdown file -->
|
|
|
-
|
|
|
- <!-- Download raw file -->
|
|
|
- <a class="dropdown-buttons" href="../../_sources/chapters/ssm/rnn.ipynb"><button type="button"
|
|
|
- class="btn btn-secondary topbarbtn" title="Download source file" data-toggle="tooltip"
|
|
|
- data-placement="left">.ipynb</button></a>
|
|
|
- <!-- Download PDF via print -->
|
|
|
- <button type="button" id="download-print" class="btn btn-secondary topbarbtn" title="Print to PDF"
|
|
|
- onclick="printPdf(this)" data-toggle="tooltip" data-placement="left">.pdf</button>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-
|
|
|
- <!-- Source interaction buttons -->
|
|
|
-
|
|
|
-<div class="dropdown-buttons-trigger">
|
|
|
- <button id="dropdown-buttons-trigger" class="btn btn-secondary topbarbtn"
|
|
|
- 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"
|
|
|
- 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/ssm/rnn.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>
|
|
|
-
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-
|
|
|
- <!-- Full screen (wrap in <a> to have style consistency -->
|
|
|
-
|
|
|
-<a class="full-screen-button"><button type="button" class="btn btn-secondary topbarbtn" data-toggle="tooltip"
|
|
|
- data-placement="bottom" onclick="toggleFullScreen()" aria-label="Fullscreen mode"
|
|
|
- title="Fullscreen mode"><i
|
|
|
- class="fas fa-expand"></i></button></a>
|
|
|
-
|
|
|
- <!-- Launch buttons -->
|
|
|
-
|
|
|
-<div class="dropdown-buttons-trigger">
|
|
|
- <button id="dropdown-buttons-trigger" class="btn btn-secondary topbarbtn"
|
|
|
- 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/ssm/rnn.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"
|
|
|
- alt="Interact on binder">Binder</button></a>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <a class="colab-button" href="https://colab.research.google.com/github/ssm-jax/ssm-book/blob/main/chapters/ssm/rnn.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>
|
|
|
-
|
|
|
-
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- Table of contents -->
|
|
|
- <div class="d-none d-md-block col-md-2 bd-toc show noprint">
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
- <div id="main-content" class="row">
|
|
|
- <div class="col-12 col-md-9 pl-md-3 pr-md-0">
|
|
|
- <!-- Table of contents that is only displayed when printing the page -->
|
|
|
- <div id="jb-print-docs-body" class="onlyprint">
|
|
|
- <h1>Recurrent Neural Networks</h1>
|
|
|
- <!-- Table of contents -->
|
|
|
- <div id="print-main-content">
|
|
|
- <div id="jb-print-toc">
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div>
|
|
|
-
|
|
|
- <div class="tex2jax_ignore mathjax_ignore section" id="recurrent-neural-networks">
|
|
|
-<h1>Recurrent Neural Networks<a class="headerlink" href="#recurrent-neural-networks" title="Permalink to this headline">¶</a></h1>
|
|
|
-</div>
|
|
|
-
|
|
|
- <script type="text/x-thebe-config">
|
|
|
- {
|
|
|
- requestKernel: true,
|
|
|
- binderOptions: {
|
|
|
- repo: "binder-examples/jupyter-stacks-datascience",
|
|
|
- ref: "master",
|
|
|
- },
|
|
|
- codeMirrorConfig: {
|
|
|
- theme: "abcdef",
|
|
|
- mode: "python"
|
|
|
- },
|
|
|
- kernelOptions: {
|
|
|
- kernelName: "python3",
|
|
|
- path: "./chapters/ssm"
|
|
|
- },
|
|
|
- predefinedOutput: true
|
|
|
- }
|
|
|
- </script>
|
|
|
- <script>kernelName = 'python3'</script>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- <!-- Previous / next buttons -->
|
|
|
-<div class='prev-next-area'>
|
|
|
- <a class='left-prev' id="prev-link" href="deep.html" title="previous page">
|
|
|
- <i class="fas fa-angle-left"></i>
|
|
|
- <div class="prev-next-info">
|
|
|
- <p class="prev-next-subtitle">previous</p>
|
|
|
- <p class="prev-next-title">Deep SSMs</p>
|
|
|
- </div>
|
|
|
- </a>
|
|
|
- <a class='right-next' id="next-link" href="../hmm/hmm_index.html" title="next page">
|
|
|
- <div class="prev-next-info">
|
|
|
- <p class="prev-next-subtitle">next</p>
|
|
|
- <p class="prev-next-title">Inference in discrete SSMs</p>
|
|
|
- </div>
|
|
|
- <i class="fas fa-angle-right"></i>
|
|
|
- </a>
|
|
|
-</div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <footer class="footer">
|
|
|
- <p>
|
|
|
-
|
|
|
- By Kevin Murphy, Scott Linderman, et al.<br/>
|
|
|
-
|
|
|
- © Copyright 2021.<br/>
|
|
|
- </p>
|
|
|
-</footer>
|
|
|
-</main>
|
|
|
-
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <script src="../../_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
|
|
|
-
|
|
|
- </body>
|
|
|
-</html>
|