We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df50f8 commit 1724658Copy full SHA for 1724658
_docs/ai/lesson01.md
@@ -42,5 +42,6 @@ https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes
42
43
44
45
+$$ K(\theta )= (h_\theta(x^{i}) - y^{i})^2 = (h_\theta(x^i))^2+(y^i)^2-2y^ih_\theta(x^i) $$
46
+
47
-
_includes/js_files.html
@@ -6,3 +6,4 @@
6
<script src="{{ "/js/typeahead.bundle.min.js" | prepend: site.baseurl }} "></script>
7
8
<script src="{{ "/js/main.js" | prepend: site.baseurl }} "></script>
9
+<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
0 commit comments