提交 efe85d2a authored 作者: Frederic Bastien's avatar Frederic Bastien

Small doc update from Simon.

上级 75865306
...@@ -28,13 +28,13 @@ internals cannot be modified. ...@@ -28,13 +28,13 @@ internals cannot be modified.
Output slight numerical difference Output slight numerical difference
---------------------------------- ----------------------------------
Sometimes when you compare the output of Theano between different Sometimes when you compare the output of Theano using different
Theano flags, Theano version, CPU and GPU or with other software like Theano flags, Theano versions, CPU and GPU or with other software like
NumPy, you will see small numerical difference. NumPy, you will see small numerical differences.
This is normal. Float number are approximation or real numbers. This This is normal. Floating point numbers are approximations of real
cause that many small change like doing a+(b+c) vs (a+b)+c can give numbers. This is why doing a+(b+c) vs (a+b)+c can give small
small difference of value. This is normal. For more detail, see: `What differences of value. This is normal. For more details, see: `What
Every Computer Scientist Should Know About Floating-Point Arithmetic Every Computer Scientist Should Know About Floating-Point Arithmetic
<https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html>`_. <https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html>`_.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论