Machine Learning
Machine Learning is the subfield of computer science that gives computers the ability to perform tasks without being explicitly programmed. There are several different tasks that fall under the domain of machine learning and several different algorithms for "learning". In this chapter, we are going to focus on Classification and two classic Classification algorithms: Naive Bayes and Logistic Regression.
Classification
In classification tasks, your job is to use training data with feature/label pairs (
In the classification task you are given
In our introduction to machine learning, we are going to assume that all values in our training data-set are binary. While this is not a necessary assumption, it makes it much easier to learn the core concepts. Specifically we assume that all labels are binary