Training examples in AI refer to the data used to teach a machine learning model about a specific task or problem. These examples are typically in the form of input-output pairs, where the input is the data provided to the model, and the output is the expected response or result.
For instance, if we're training a model to recognize images of dogs and cats, the training examples might include:
- an image of a dog with the label "dog"
- an image of a cat with the label "cat"
- another image of a dog with the label "dog"
- another image of a cat with the label "cat"