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

  1. ---
  2. layout: default
  3. ---
  4. <h1>{{ page.title }}</h1>
  5. <p class="subtitle">{{ page.date | date: "%B %-d, %Y" }}</p>
  6. <script type="text/x-mathjax-config">
  7. MathJax.Hub.Config({
  8. TeX: {
  9. Macros: {
  10. e: "\\epsilon",
  11. xti: "x^{(i)}",
  12. yti: "y^{(i)}",
  13. bfy: "{\\bf y}",
  14. bfx: "{\\bf x}",
  15. bfg: "{\\bf g}",
  16. bfbeta: "{\\bf \\beta}",
  17. tp: "\\tilde p",
  18. pt: "p_\\theta",
  19. E: "{\\mathbb{E}}",
  20. Ind: "{\\mathbb{I}}",
  21. KL: "{\\mathbb{KL}}",
  22. Re: "{\\mathbb{R}}",
  23. Dc: "{\\mathcal{D}}",
  24. Tc: "{\\mathcal{T}}",
  25. Xc: "{\\mathcal{X}}",
  26. note: ["\\textcolor{blue}{[NOTE: #1]}",1]
  27. }
  28. }
  29. });
  30. </script>
  31. {{ content }}