- This class will teach you the end-to-end process of investigating data through a machine learning lens, and you'll apply what you've learned to a real-world data set.
- Meet with Sebastian and Katie to discuss machine learning.
- Learn about classification, training and testing, and run a naive Bayes classifier using Scikit Learn.
- Build an intuition about how support vector machines (SVMs) work and implement one using scikit-learn.
- Learn about how the decision tree algorithm works, including the concepts of entropy and information gain.
- In this mini project, you will extend your toolbox of algorithms by choosing your own algorithm to classify terrain data, including k-nearest neighbors, AdaBoost, and random forests.