提交 ec42d32e authored 作者: Frederic's avatar Frederic

Added doc about hard_sigmoid and ultra_fast_sigmoid

上级 604ac73b
......@@ -66,7 +66,10 @@
minimum value and 0.997527376843 as the maximum value. So it
never returns 0 or 1.
.. note:: Using directly the ultra_fast_sigmoid in the graph will
disable stabilization optimization associated with it. But
using the optimization to insert them won't disable the
stability optimization.
.. function:: hard_sigmoid(x)
......@@ -84,6 +87,10 @@
.. note:: The underlying code will return an exact 0 or 1 if an
element of x is too small or too big.
.. note:: Using directly the ultra_fast_sigmoid in the graph will
disable stabilization optimization associated with it. But
using the optimization to insert them won't disable the
stability optimization.
.. function:: softplus(x)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论