AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Latency measures the responsiveness of an AI service, typically expressed in milliseconds. It includes inference time, network transmission delays, and processing overhead. Low latency is critical for real-time applications like voice assistants or autonomous driving, where immediate feedback is required. Engineers optimize latency through techniques such as model quantization, pruning, caching, and hardware acceleration, balancing speed against potential trade-offs in accuracy or throughput.

Summary

The time delay between the initiation of a request and the start of the response in an AI system.

Key Concepts

Use Cases