← 🧮 Machine Learning & Neural Networks

🧮 Neural Network Quantization: Shrinking Models for Edge AI

Levels: 16 levels
Error:
Drag — rotate · Scroll — zoom

🧮 Neural Network Quantization: Shrinking Models for Edge AI

The simulation visualizes a layer of floating-point weights being mapped onto a discrete integer grid, showing how scale and zero-point compress the continuous distribution into quantization buckets.

🔬 What It Demonstrates

The simulation visualizes a layer of floating-point weights being mapped onto a discrete integer grid, showing how scale and zero-point compress the continuous distribution into quantization buckets.

🎮 How to Use

Select a bit-width to see how the number of available integer levels changes, then use the speed slider and play/pause to animate weights snapping onto the quantized grid, or rebuild to generate a new random weight distribution.

💡 Did You Know?

Google's TensorFlow Lite and Apple's Core ML both default to INT8 quantization for on-device models, shrinking many networks to roughly a quarter of their original size while running several times faster on mobile hardware.