Papers/Machine learning

What's the difference between a single precision and double precision floating point operation?

tomato13 2018. 12. 20. 15:33

https://stackoverflow.com/questions/801117/whats-the-difference-between-a-single-precision-and-double-precision-floating-p


Single Precision

The IEEE single precision floating point standard representation requires a 32 bit word, which may be represented as numbered from 0 to 31, left to right.


Double Precision

The IEEE double precision floating point standard representation requires a 64 bit word, which may be represented as numbered from 0 to 63, left to right.

'Papers > Machine learning' 카테고리의 다른 글

Transistor principal  (0) 2018.12.26
Machine Cycle  (0) 2018.12.24
Precision Recall AveragePrecision  (0) 2018.12.17
How hackers can force AI to make dumb mstakes  (0) 2018.12.17
supervised vs. unsupervised vs. reenforcement learning  (0) 2016.03.18