Supervised Learning

1. Abstract

The major point of differentitiation initiates from how the relevant dataset is structured.

1.1. Dataset

  • a collection of labelled examples
    • feature vectors
    • associated ground truths

1.2. Objective

  • use the dataset to train a model
  • the model should then be able to process the input into a useful metric that allows one to deduce the associated label for that feature vector

2. Coarse Categorization

2.1. Regression

Tags::ml:ai: