Zeel commited on
Commit
14320b1
·
1 Parent(s): 673de4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st_col_text = st.columns(1)[0]
9
  st.markdown(r"""
10
  Squared Exponential Kernel is formulated as $K(x, x') = \sigma_f^2 \exp \left[\frac{(x - x')^2}{\ell^2}\right]$ where, $\ell$ is lengthscale and $\sigma_f^2$ is variance.
11
  $$
12
- \text{Prior} \sim \mathcal{N}(\boldsymbol{0}, K),
13
  $$
14
  """)
15
 
 
9
  st.markdown(r"""
10
  Squared Exponential Kernel is formulated as $K(x, x') = \sigma_f^2 \exp \left[\frac{(x - x')^2}{\ell^2}\right]$ where, $\ell$ is lengthscale and $\sigma_f^2$ is variance.
11
  $$
12
+ \text{Prior:} \mathbf{f} \sim \mathcal{N}(\boldsymbol{0}, K), \text{Likelihood} \sim \mathcal{N}(\mathbf{f}, \sigma_n^2) \text{ where $\sigma_n^2$ is noise variance or likelihood noise.}
13
  $$
14
  """)
15