Monday, April 09, 2012

Machine Learning


Machine learning

Input: data $\mathcal{X}$ and label $\mathcal{Y}$. Unknown target function $$f:\mathcal{X} \rightarrow \mathcal{Y}$$ Training examples $$(x_1,y_1),\ldots,(x_n,y_n)$$ Hypothesis set $$H=\{h_1,\ldots,h_m\}$$ Learning algorithm $$h = A \leftarrow \{H, X, Y\}$$ Final hypothesis $$h \approx f$$ Example of SyntaxHighlighter
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js">
MathJax.Hub.Config({
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>

0 Comments:

Post a Comment

<< Home