Search code examples
Handling division of double by a large power of 2 in C++...


c++precisiondivisionnumerical-methodsnumerical-stability

Read More
Quaternions and numerical stability...


mathrotationquaternionsrotational-matricesnumerical-stability

Read More
Avoiding numerical overflow when calculating the value AND gradient of the Logistic loss function...


matlabfloating-pointnumerical-methodslogistic-regressionnumerical-stability

Read More
Symmetrical Lerp & compiler optimizations...


c++floating-pointprecisionnumerical-stabilitylerp

Read More
How can I make this function more numerically stable?...


pythonnumerical-stability

Read More
Pytorch torch.linalg.svd returning U and V^T, which are not orthogonal...


vectorpytorchsvdorthogonalnumerical-stability

Read More
Increasing the number of observations have R throw random coefficients - Numerical stability problem...


rregressionlinear-regressionfloating-accuracynumerical-stability

Read More
Unexpected solution using JiTCDDE...


python-3.xdifferential-equationsnumerical-stabilityjitcode-jitcdde-jitcsde

Read More
Numerical Stability - does Multiply/Divide give a more precise value than Divide/Multiply?...


floating-pointprecisionfloating-accuracynumerical-stability

Read More
Function diverging at boundaries: Schrödinger 2D, explicit method...


pythonwaveformnumerical-stability

Read More
Which number can computers retain better: `256,007` or `.000333`...


floating-pointnumbersnumerical-stability

Read More
LSTM 'recurrent_dropout' with 'relu' yields NaNs...


tensorflowkeraslstmnumerical-stability

Read More
Numerically stable way to compute sqrt((b²*c²) / (1-c²)) for c in [-1, 1]...


c++mathfloating-pointnumerical-stability

Read More
Absolute and absolute relative error (numerical errors)...


numerical-methodsnumerical-stability

Read More
Euler Method implementation in Python gives a stable result but it should be unstable...


python-3.xnumerical-methodsdifferential-equationsnumerical-analysisnumerical-stability

Read More
Source code for trigonometric functions calculations...


c++trigonometrynumerical-stability

Read More
Numerical issues for alternative way to compute (squared) euclidean distance...


pythonnumpydistancenumerical-stability

Read More
square root of square of x equals x...


floating-pointprecisionnumerical-stability

Read More
Tensorflow: Add small number before division for numerical stability...


tensorflowscientific-notationnumerical-stability

Read More
Robust atan(y,x) on GLSL for converting XY coordinate to angle...


c++glslcoordinatesatan2numerical-stability

Read More
How can I avoid value errors when using numpy.random.multinomial?...


pythonnumpyrandomnumerical-stability

Read More
What is the worst case error for (a - b) + b?...


floating-pointieee-754numerical-stability

Read More
Homemade deep learning library: numerical issue with relu activation...


pythonnumpymachine-learningnumerical-stability

Read More
Does the gcc compiler respect the form of expressions as written in my code?...


cgcccompiler-optimizationnumerical-stability

Read More
Same time integration code in Matlab and python, matlab is stable, python blows up...


pythonmatlabnumerical-stability

Read More
Why does chisq.test sort data in descending order before summation...


rnumerical-stability

Read More
Numerically stable evaluation of log of integral of a function with extremely small values...


pythonscipystatisticsnumerical-integrationnumerical-stability

Read More
Numerical precision of comparison operators...


c++numerical-stability

Read More
Changing my finite difference model from 2D to 3D causes unstable behavior...


matlab3dnumerical-methodsnumerical-stabilitydiscretization

Read More
Numerical accuracy with log probability Java implementation...


javamathprobabilitynumerical-stability

Read More
BackNext