C

The maximum amount of text (measured in tokens) that a language model can process in a single input-output cycle. The context window determines how much prior conversation or document content the mode...

Definition
D

The process of assigning meaningful tags or annotations to raw data such as text, images, or audio to create training datasets for supervised learning. Data labeling quality directly impacts model acc...

Definition
D

A subset of machine learning that uses artificial neural networks with multiple layers (deep neural networks) to learn hierarchical representations of data. Deep learning excels at tasks like image re...

Definition
D

Synthetic media created using deep learning techniques, typically involving the replacement of a person's likeness in images or videos with someone else's. Deepfakes raise significant concerns about m...

Definition
D

A regularization technique in neural networks where randomly selected neurons are temporarily removed during training. Dropout prevents co-adaptation of neurons and reduces overfitting by forcing the...

Definition
E

The deployment of AI algorithms and models directly on edge devices such as smartphones, IoT sensors, and embedded systems, rather than relying on cloud-based processing. Edge AI enables real-time inf...

Definition
E

A dense vector representation of data (text, images, or other objects) in a continuous vector space where similar items are positioned closer together. Embeddings capture semantic relationships and ar...

Definition
E

One complete pass through the entire training dataset during model training. Multiple epochs are typically needed for a model to converge, but too many epochs can lead to overfitting. The optimal numb...

Definition
E

AI systems and techniques designed to make their decision-making processes transparent and understandable to humans. XAI aims to provide clear explanations of how and why a model produces its outputs,...

Definition
F

The process of taking a pre-trained model and training it further on a smaller, task-specific dataset to adapt it to a particular use case. Fine-tuning adjusts the model's weights to specialize its kn...

Definition