Quantization
Quantization is a model compression technique that converts high-precision numerical representations in a neural network—typically 32-bit or 16-bit floating-point numbers—into lower-precision formats such as 8-bit or 4-bit integers. This reduces model size, memory footprint, and computational cost, enabling deployment on resource-constrained hardware, at the expense of a small accuracy loss.