ShouldEye Trust Intelligence Glossary

How AI Works Terms

Foundational explanations of how modern AI systems process inputs, learn from data, and generate outputs.

Educational information only. ShouldEye does not provide legal, banking, or individualized financial advice. Dispute rights, deadlines, and outcomes depend on your payment method, card network, issuer, processor, jurisdiction, and the facts of your case. Legal Disclaimers

33 published definitions in this topic.

How AI Works

Attention Mechanism

An attention mechanism computes context-dependent weights that determine how strongly one representation uses information from other representations.

Read full definition
How AI Works

Decoder

A decoder converts learned representations and prior outputs into a prediction or generated sequence.

Read full definition
How AI Works

Encoder

An encoder transforms an input into contextual numerical representations that another model component can use.

Read full definition
How AI Works

Forward Pass

A forward pass applies a model’s current parameters to input data to compute activations, predictions, and optionally a loss.

Read full definition
How AI Works

Latent Space

A latent space is an internal representation space in which a model encodes learned features that are not directly observed in the raw input.

Read full definition
How AI Works

Logit

A logit is an unnormalized numerical score a model assigns to a possible output before converting scores into probabilities.

Read full definition
How AI Works

Model Abstention

Model abstention is a system behavior that withholds a prediction or answer when evidence or confidence does not meet a defined threshold.

Read full definition
How AI Works

Model Bias

Model bias is a systematic pattern in AI outputs or errors that can favor, disadvantage, or misrepresent particular cases or groups.

Read full definition
How AI Works

Model Refusal

A model refusal is an output that declines to fulfill some or all of a request, usually because of learned or system-enforced constraints.

Read full definition
How AI Works

Sampling

Sampling selects an output from a model’s probability distribution, often introducing controlled variation into generation.

Read full definition
How AI Works

Scaling Law

A scaling law is an empirical relationship describing how a model metric changes as data, parameters, or compute increase under defined conditions.

Read full definition
How AI Works

Softmax

Softmax converts a set of numerical scores into a probability distribution whose values are positive and sum to one.

Read full definition
How AI Works

Sparse Model

A sparse model uses structured or learned sparsity so only part of its parameters or connections contribute to a given computation.

Read full definition
How AI Works

Vector Space

A vector space is a mathematical coordinate system in which AI representations are stored and transformed as arrays of numbers.

Read full definition
How AI Works

Vocabulary

A model vocabulary is the fixed set of token units and special symbols that its tokenizer can map to identifiers.

Read full definition