Learn Before
Concept

Training Dataset

A training dataset is a large partition of data used to teach and optimize a machine learning model. Unlike a test dataset which is held out strictly for evaluation, the training dataset is directly used during the learning process to update model parameters. For example, the Fashion-MNIST dataset contains a training set of 60,00060,000 images.

0

1

Updated 2026-05-06

Tags

Deep Learning

Data Science

D2L

Dive into Deep Learning @ D2L

Related