Results for "false inference"
Of predicted positives, the fraction that are truly positive; sensitive to false positives.
Of true positives, the fraction correctly identified; sensitive to false negatives.
Harmonic mean of precision and recall; useful when balancing false positives/negatives matters.
Plots true positive rate vs false positive rate across thresholds; summarizes separability.
Methods to protect model/data during inference (e.g., trusted execution environments) from operators/attackers.
Time from request to response; critical for real-time inference and UX.
Hardware resources used for training/inference; constrained by memory bandwidth, FLOPs, and parallelism.
Reducing numeric precision of weights/activations to speed inference and reduce memory with acceptable accuracy loss.
Prevents attention to future tokens during training/inference.
Variable enabling causal inference despite confounding.
Differences between training and inference conditions.
Limiting inference usage.
Failure to detect present disease.
Framework for reasoning about cause-effect relationships beyond correlation, often using structural assumptions and experiments.
Updating beliefs about parameters using observed evidence and prior distributions.
Model execution path in production.
Running predictions on large datasets periodically.
Low-latency prediction per request.
Cost to run models in production.
Running models locally.
Acting to minimize surprise or free energy.