logoalt Hacker News

godelskiyesterday at 9:25 PM1 replyview on HN

FYI float is already quantized. It isn't continuous nor infinite. Even the distribution of representable numbers isn't uniform (more dense in [-1,1]).


Replies

measurablefuncyesterday at 10:05 PM

The standard definition of quantized arithmetic for neural networks is not the same as the one used for floating point or double floating point values in the IEEE standardization of "real" arithmetic: https://arxiv.org/abs/1712.05877