CS224W Course Notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
734 B

---
layout: default
---
<h1>{{ page.title }}</h1>
<p class="subtitle">{{ page.date | date: "%B %-d, %Y" }}</p>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: {
Macros: {
e: "\\epsilon",
xti: "x^{(i)}",
yti: "y^{(i)}",
bfy: "{\\bf y}",
bfx: "{\\bf x}",
bfg: "{\\bf g}",
bfbeta: "{\\bf \\beta}",
tp: "\\tilde p",
pt: "p_\\theta",
E: "{\\mathbb{E}}",
Ind: "{\\mathbb{I}}",
KL: "{\\mathbb{KL}}",
Re: "{\\mathbb{R}}",
Dc: "{\\mathcal{D}}",
Tc: "{\\mathcal{T}}",
Xc: "{\\mathcal{X}}",
note: ["\\textcolor{blue}{[NOTE: #1]}",1]
}
}
});
</script>
{{ content }}