# 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-->
# Key Considerations
# Pros
- Frees up memory
# Cons
- Causes drop in model's accuracy
# Use Cases
# Related Topics