Glossary · AI

What is training data?

Quick answer

Training data is the collection of examples a model learns from. Its size, balance and quality set the ceiling on how well the finished model can perform.

Students collect, label and document their own dataset, including a short note on what it fails to represent.

In context

Every property of a model traces back to its data. Gaps in the data become gaps in the predictions, and no amount of clever architecture fixes a dataset that never represented the people it will be used on.

Collecting a dataset is one of the most instructive things a student can do, because the trade-offs become obvious the moment they have to label a thousand items themselves.

In a NASCA classroom

Students collect, label and document their own dataset, including a short note on what it fails to represent.