Results for "data → model"
Devices measuring physical quantities (vision, lidar, force, IMU, etc.).
External sensing of surroundings (vision, audio, lidar).
Randomizing simulation parameters to improve real-world transfer.
Estimating robot position within a map.
AI systems assisting clinicians with diagnosis or treatment decisions.
AI that ranks patients by urgency.
AI-assisted review of legal documents.
AI predicting crime patterns (highly controversial).
Predicting case success probabilities.
Identifying suspicious transactions.
AI applied to scientific problems.
AI proposing scientific hypotheses.
Halting training when validation performance stops improving to reduce overfitting.
A gradient method using random minibatches for efficient training on large datasets.
Achieving task performance by providing a small number of examples inside the prompt without weight updates.
Nonlinear functions enabling networks to approximate complex mappings; ReLU variants dominate modern DL.
Ordering training samples from easier to harder to improve convergence or generalization.
Time from request to response; critical for real-time inference and UX.
How many requests or tokens can be processed per unit time; affects scalability and cost.
Converting audio speech into text, often using encoder-decoder or transducer architectures.
A narrow hidden layer forcing compact representations.
Compromising AI systems via libraries, models, or datasets.
Graphs containing multiple node or edge types with different semantics.
Extension of convolution to graph domains using adjacency structure.
Predicting future values from past observations.
Monte Carlo method for state estimation.
Low-latency prediction per request.
Describes likelihoods of random variable outcomes.
Measure of spread around the mean.
Normalized covariance.