Matthew Wilhelm
Results
35
issues of
Matthew Wilhelm
- [ ] `tanhshrink(x) = x - tanh(x)` **(concavoconvex)** - [ ] `relu6(x) = min(max(0, x), 6)` **(convexoconcave)** - [ ] `mish(x) = x * tanh(softplus(x))` **(mixed convexity)** - [...
Will allow for support of relaxation of ifelse(cond, x, y)