Zeel commited on
Commit
2feb377
·
1 Parent(s): c11d7d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,7 +72,7 @@ hide_streamlit_style = """
72
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
73
  st.markdown(r"""
74
  Here are some observations to note while experimenting with the hyperparameters:
75
- * Lengthscale ($\ell$) controls the smoothness of the fit. Smoothness in fit increases with an increase in $\ell$.
76
- * Variance controls the uncertainty in smooth (in other words, smoothness in the vertical direction [[Slide 154](http://cbl.eng.cam.ac.uk/pub/Public/Turner/News/imperial-gp-tutorial.pdf)]).
77
- * Noise variance is a measure of observation noise or irreducible noise present in the dataset. Increasing noise variance to a certain limit reduces overfitting.
78
  """)
 
72
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
73
  st.markdown(r"""
74
  Here are some observations to note while experimenting with the hyperparameters:
75
+ * Lengthscale $\ell$ controls the smoothness of the fit. Smoothness in fit increases with an increase in $\ell$.
76
+ * Variance $\sigma_f^2$ controls the uncertainty in smooth (in other words, smoothness in the vertical direction [[Slide 154](http://cbl.eng.cam.ac.uk/pub/Public/Turner/News/imperial-gp-tutorial.pdf)]).
77
+ * Noise variance $\sigma_n^2$ is a measure of observation noise or irreducible noise present in the dataset. Increasing noise variance to a certain limit reduces overfitting.
78
  """)