Also known as: dataset (data set) Β· Model dataset
A dataset is a collection of related data records with a shared format or organizing principle. In machine learning, datasets are used to train, validate, test, or evaluate models, and their quality, diversity, labeling, and representativeness strongly influence system performance.
The dataset is used to train an AI model. It is made up of smaller datasets - train dataset, validation dataset and test dataset.