Home Comp Sci Machine Learning Math/Finance Python Notes 3D Printing

There are various ways to categorize machine learning methods but a common way to think about it is via the following categories, i.e. supervised learning, semi-supervised learning and unsupervised learning. Note that there is another distinction, whether your output is a real-valued number or some sort of classification. Classification can also contain probability measure as in, ‘input X is of class A with a probability of 80%’. Other ways to think of machine learning involve categorizing the methods used by the models or the general idea that the model is using. For now I will use the former method to categorize and list machine learning algorithms. Lastly please note that Artificial Intelligence is the overarching theme, inside of that is machine learning and that deep learning is considered to be a subset of machine learning.