How much of machine learning is statistics and vice versa?
Learning using https://www.coursera.org/learn/machine-learning/home/welcome
- machine learning = teaching a computer to learn concepts using data — without being explicitly programmed.
- Supervised learning = "right answers" given
- Regression problem
- continuous valued output
- deduce the function for a given data set and predict other values
- "in regression problems, we are taking input variables and trying to map the output onto a continuous expected result function."