文件历史

8 次代码提交

作者 SHA1 备注 提交日期
Adi-474u 1fe46f66f8 Add GELU activation function
Implemented GELU activation using tanh approximation
2026-05-07 08:00:42 +05:30
Artem Golubin ba450f87c4 Minor fixes 2019-08-25 19:59:26 +03:00
Artem Golubin 62633dd302 Format code using black 2019-05-11 18:15:53 +03:00
Robert Wukmir b8ad378a79 Add Leaky ReLU activation.
Differentiation with autograd package confirmed to work correctly.
2019-02-13 13:51:13 -08:00
Yiran Sheng d398777642 Fix softplus overflow (attempt 2) (#31)
* actually fix numeric overflow
2017-08-17 11:56:34 +03:00
Yiran Sheng 4b3c24dfce Fix for Numeric Overflow of softplus implementation (#30)
* fix possible numeric overflow for softplus

* english
2017-08-12 07:24:05 +03:00
rushter 830f68a905 Add some comments to the neuralnets 2016-11-20 21:53:26 +03:00
rushter feaa836a7f Initial branch 2016-10-06 11:36:35 +03:00