Tag: quantization
Clustering with k-means
2026-02-02 basics math quantization theory The k-means method finds clusters of related items in a collection of Euclidean vectors. It's a simple building-block algorithm that works well in practice. Access: $ Basic
Quantization and truthfulness
2026-01-05 quantization basics hallucination logic text Quantization is rounding off, an important class of techniques for saving space and computation in the use of machine learning models. As well as reviewing the general topic of quantization and floating-point numbers, I discuss experiments on the question of how quantization affects truthfulness, the factual accuracy of answers returned by quantized language models. Access: $ Basic