Results for "trial-and-error"
Control that remains stable under model uncertainty.
Modeling interactions with environment.
Motion of solid objects under forces.
Artificial sensor data generated in simulation.
RL using learned or known environment models.
Predicts next state given current state and action.
Closed loop linking sensing and acting.
Systems where failure causes physical harm.
AI systems assisting clinicians with diagnosis or treatment decisions.
AI applied to X-rays, CT, MRI, ultrasound, pathology slides.
Models estimating recidivism risk.
Differences between training and deployed patient populations.
AI-driven buying/selling of financial assets.
Predicting borrower default risk.
Quantifying financial risk.
AI applied to scientific problems.
AI discovering new compounds/materials.
Supplying buy/sell orders.
Effect of trades on prices.
Internal representation of the agent itself.
International agreements on AI.
Research ensuring AI remains safe.
The relationship between inputs and outputs changes over time, requiring monitoring and model updates.
Learning where data arrives sequentially and the model updates continuously, often under changing distributions.
A continuous vector encoding of an item (word, image, user) such that semantic similarity corresponds to geometric closeness.
The learned numeric values of a model adjusted during training to minimize a loss function.
Number of samples per gradient update; impacts compute efficiency, generalization, and stability.
Plots true positive rate vs false positive rate across thresholds; summarizes separability.
Attention where queries/keys/values come from the same sequence, enabling token-to-token interactions.
Networks with recurrent connections for sequences; largely supplanted by Transformers for many tasks.