Results for "regression loss"
Measure of spread around the mean.
Measures joint variability between variables.
Probabilities do not reflect true correctness.
Ability to correctly detect disease.
Requirement to provide explanations.
AI that ranks patients by urgency.
Grouping patients by predicted outcomes.
AI predicting crime patterns (highly controversial).
Models estimating recidivism risk.
Predicting case success probabilities.
Predicting borrower default risk.
Identifying suspicious transactions.
Credit models with interpretable logic.
Fast approximation of costly simulations.
Uses an exponential moving average of gradients to speed convergence and reduce oscillation.
Halting training when validation performance stops improving to reduce overfitting.
A narrow minimum often associated with poorer generalization.
A wide basin often correlated with better generalization.
Matrix of second derivatives describing local curvature of loss.
Pixel-wise classification of image regions.
Two-network setup where generator fools a discriminator.
Minimum relative to nearby points.
Applying learned patterns incorrectly.
Loss of old knowledge when learning new tasks.
Learning policies from expert demonstrations.
Reusing knowledge from a source task/domain to improve learning on a target task/domain, typically via pretrained models.
Learning where data arrives sequentially and the model updates continuously, often under changing distributions.
Training one model on multiple tasks simultaneously to improve generalization through shared structure.
Methods that learn training procedures or initializations so models can adapt quickly to new tasks with little data.
Techniques that discourage overly complex solutions to improve generalization (reduce overfitting).