Results for "regression loss"
Finding mathematical equations from data.
Penalizes confident wrong predictions heavily; standard for classification and language modeling.
The shape of the loss function over parameter space.
A scalar measure optimized during training, typically expected loss over data, sometimes with regularization terms.
A function measuring prediction error (and sometimes calibration), guiding gradient-based optimization.
Learning a function from input-output pairs (labeled data), optimizing performance on predicting outputs for unseen inputs.
Average of squared residuals; common regression objective.
Measures divergence between true and predicted probability distributions.
Iterative method that updates parameters in the direction of negative gradient to minimize loss.
The degree to which predicted probabilities match true frequencies (e.g., 0.8 means ~80% correct).
Local surrogate explanation method approximating model behavior near a specific input.
The learned numeric values of a model adjusted during training to minimize a loss function.
Minimizing average loss on training data; can overfit when data is limited or biased.
Visualization of optimization landscape.
Assigning labels per pixel (semantic) or per instance (instance segmentation) to map object boundaries.
Maximum expected loss under normal conditions.
Lowest possible loss.
A subfield of AI where models learn patterns from data to make predictions or decisions, improving with experience rather than explicit rule-coding.
A parameterized mapping from inputs to outputs; includes architecture + learned parameters.
Automated detection/prevention of disallowed outputs (toxicity, self-harm, illegal instruction, etc.).
A hidden variable influences both cause and effect, biasing naive estimates of causal impact.
Predicting future values from past observations.
Systematic error introduced by simplifying assumptions in a learning algorithm.
Persistent directional movement over time.
Estimating parameters by maximizing likelihood of observed data.
Expected causal effect of a treatment.
Running predictions on large datasets periodically.
Low-latency prediction per request.
Mathematical foundation for ML involving vector spaces, matrices, and linear transformations.
Number of linearly independent rows or columns.