machine learning for humans: notes
1. Why Machine Learning Matters
Supervised learning identifies patterns in data and learns heuristics by running labeled training data through an algorithim (or a bunch of them). Then we can use it to estimate the values/classifications of unlabelled data.
Regression methods are used to predict numbers, for example given age, sex, weight, etc etc estimate the height of a person.
Be wary of underfitting and overfitting:
Predict what something is using logistic regression or SVM, for example what kind of fruit.