Data & Training
Datasets, fine-tuning and pipelines.
B
D
E
F
In AI and machine learning, a feature is an individual measurable piece of data that serves as an input variable for a model.
Feature engineering is the process of transforming raw data into meaningful input variables (features) that help machine learning models learn patterns more effectively.
Fine-tuning is the process of taking a pre-trained AI model and continuing its training on a smaller, task-specific dataset to adapt it for a particular use case.
L
P
PEFT (Parameter-Efficient Fine-Tuning) is a family of techniques that adapt large pre-trained models to new tasks by updating or adding only a tiny fraction of parameters instead of retraining the entire model.
Pretraining is the first stage of training an AI model on a very large, general dataset so it learns broad patterns and representations before being adapted to specific tasks.
S
T
Training is the process of feeding data into a machine learning model so it can learn patterns and adjust its internal parameters to make accurate predictions.
Training data is the dataset of examples that a machine learning model learns from during the training process. It contains input features paired with known outputs so the model can discover patterns.