|
You are here |
www.codeproject.com | ||
| | | | |
pavpanchekha.com
|
|
| | | | | ||
| | | | |
www.johndcook.com
|
|
| | | | | 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
|
|
| | | | | A dive into chapter 60 of Effective Java | |
| | | | |
distill.pub
|
|
| | | What we'd like to find out about GANs that we don't know yet. | ||