Training Set

Last Updated: July 29, 2026 | By Mihail Sebastian | AI Dictionary

The portion of a dataset a machine learning model learns from, as opposed to the held-out validation and test sets used for tuning and evaluation.

What is a Training Set?

A training set is the portion of a dataset that a machine learning model learns from: the examples whose patterns shape the model’s parameters during training. Everything the model knows, it knows from this data.

The training set is one of three standard splits. The validation set guides tuning decisions along the way, the test set delivers the final grade, and the training set does the actual teaching.

How the Three-Way Split Works

Before training begins, the dataset is divided. A common convention reserves 70-80% of the data for training and splits the remainder between validation and test sets. The split comes first for a reason: an example that appears in both the training set and an evaluation set inflates scores, a problem known as data leakage.

In supervised learning, each training example pairs an input with a correct answer produced by labeling. In unsupervised learning, there are no labels; the model finds structure in the raw examples on its own.

The set’s quality caps the model’s quality. A small or unrepresentative training set invites overfitting, where the model memorizes its examples instead of learning patterns that generalize. And whatever the training data lacks (a demographic group, a lighting condition, an edge case), the model will handle badly in production.

Example of a Training Set

A team building a cat-vs-dog classifier collects 10,000 labeled photos and splits them: 8,000 for training, 1,000 for validation, 1,000 for testing. During training, the model sees only the 8,000. For each photo it predicts a label, compares the prediction against the true label, and adjusts its weights; it repeats this over many passes through the set.

If those 8,000 photos were all taken in bright daylight, the finished model will stumble on dim indoor shots. The training set drew the boundaries of what it could learn.

Related AI terms: Test Set · Validation Set · Labeling · Overfitting · Data Leakage

Did you like the Training Set gist?

Learn about 250+ need-to-know artificial intelligence terms in the AI Dictionary.

Mihail Sebastian — Writes about AI governance, regulation, and the technology behind them. Placeholder bio — replace with a real credential line. About

Read the Governor's Letter

Stay ahead with Governor's Letter, the newsletter delivering expert insights, AI updates, and curated knowledge directly to your inbox.

By subscribing to the Governor's Letter, you consent to receive emails from AI Guv.
We respect your privacy - read our Privacy Policy to learn how we protect your information.

Browse All AI Terms A–Z

Every term in the dictionary, in alphabetical order. Jump to a letter or scroll the full list.

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z