Speed run of Support Vector Machines (SVMs) and Naive Bayes Classifier.
## Resources
- Andrew Ng Week 7 (https://www.coursera.org/learn/machine-learning/resources/Es9Qo)
- Hands-On Machine Learning with Scikit-Learn and TensorFlow (http://amzn.to/2tVdIXN) `book:medium` (replaced R book)
- Mathematical Decision Making (https://goo.gl/V75I49) `audio|course:hard` course on "Operations Research", similar to ML
- Which algo to use?
** Pros/cons table for algos (https://blog.recast.ai/machine-learning-algorithms/2/) `picture`
** Decision tree of algos (http://scikit-learn.org/stable/tutorial/machine_learning_map/) `picture`
## Episode
- Support Vector Machines (SVM)
- Naive Bayes Classifier