<aside> <img src="/icons/table_gray.svg" alt="/icons/table_gray.svg" width="40px" />

Table of Content

</aside>

Lecture 1: Quantize & De-Quantize a Tensor

Neural Network Quantization:

You can quantize:

  1. The Weights: NN Parameters
  2. The Activations

<aside> <img src="/icons/info-alternate_red.svg" alt="/icons/info-alternate_red.svg" width="40px" />

Quantize the NN after being trained, called Post Training Quantization (PTQ)

</aside>

Advantages of Quantization:

Challenge of Quantization: