What is Machine Learning?
Machine learning:
A takes D and H to get g.
A: learning algorithm
D: training data set
H: all possible hypothesis
g: learned hypothesis
It can be shown in the following diagram:
<pre><code> String foo = "bar"; </code></pre>