# Overview
Quantization is... #flashcard
process of mapping a set of data that takes up a large amount of memory to a set of data that takes up a smaller set of memory.
<!--ID: 1751507777222-->
Learn more:
- [Quantization from the ground up \| ngrok blog](https://ngrok.com/blog/quantization?utm_source=tldrai)
# Key Considerations
# Pros
- Frees up memory
# Cons
- Causes drop in model's accuracy
# Use Cases
# Related Topics