Data & Fundamentals

Learn how data powers AI and machine learning, from datasets and data quality to preprocessing, training and testing splits, and feature engineering.

New to the topic? Start with What Is a Dataset in Machine Learning? →

Feature selection keeps original variables while feature extraction transforms data into a new representation

Feature Selection vs Feature Extraction Explained

Feature selection keeps a useful subset of the original inputs. Feature extraction transforms inputs into a new representation. Both can reduce complexity, but neither automatically improves a model. The right choice must be tested with a leakage-safe validation process. Published April 30, 2026 · Reviewed and updated August 27, 2026 This lesson builds on Feature […]

Feature Selection vs Feature Extraction Explained Read More »

Training versus testing data in machine learning showing training data used to teach a model and testing data used to evaluate performance on unseen examples.

Training vs Testing Data in Machine Learning

Last reviewed and updated: September 1, 2026 Training, validation, and test data are separate data subsets or collections, and each has a different job. Training data teaches the model, validation data guides development choices, and test data provides a final check on unseen examples. Keeping these roles separate helps produce a more honest estimate of

Training vs Testing Data in Machine Learning Read More »

Machine learning dataset concept showing data examples, features, labels, and dataset quality factors used to train, validate, test, and evaluate a model.

What Is a Dataset in Machine Learning?

A dataset is a collection of examples used to develop, evaluate, or operate a machine-learning system. Depending on the task, each example may contain features, labels, text, images, audio, sensor readings, transactions, or other information. The Google Machine Learning Glossary provides useful reference definitions for examples, features, labels, training sets, validation sets, and test sets.

What Is a Dataset in Machine Learning? Read More »

Scroll to Top