Explore >> Select a destination


You are here

www.codeproject.com
| | pavpanchekha.com
9.4 parsecs away

Travel
| |
| | www.johndcook.com
7.3 parsecs away

Travel
| | The most obvious way to compute the soft maximum can easily fail due to overflow or underflow. The soft maximum of x and y is defined by g(x, y) = log( exp(x) + exp(y) ). The most obvious way to turn the definition above into C code would be double SoftMaximum(double x, double y) {
| | blog.scaledcode.com
20.1 parsecs away

Travel
| | A dive into chapter 60 of Effective Java
| | distill.pub
41.2 parsecs away

Travel
| What we'd like to find out about GANs that we don't know yet.