提交 02bff1e7 authored 作者: Frederic's avatar Frederic

Add table of content to nnet doc.

上级 70846a9a
...@@ -4,11 +4,23 @@ ...@@ -4,11 +4,23 @@
:mod:`nnet` -- Ops for neural networks :mod:`nnet` -- Ops for neural networks
====================================================== ======================================================
.. module:: nnet .. module:: tensor.nnet
:platform: Unix, Windows :platform: Unix, Windows
:synopsis: Ops for neural networks :synopsis: Ops for neural networks
.. moduleauthor:: LISA .. moduleauthor:: LISA
- Sigmoid
- :func:`sigmoid`
- :func:`ultra_fast_sigmoid`
- :func:`hard_sigmoid`
- Others
- :func:`softplus`
- :func:`softmax`
- :func:`binary_crossentropy`
- :func:`.categorical_crossentropy`
.. function:: sigmoid(x) .. function:: sigmoid(x)
Returns the standard sigmoid nonlinearity applied to x Returns the standard sigmoid nonlinearity applied to x
...@@ -72,6 +84,7 @@ ...@@ -72,6 +84,7 @@
.. note:: The underlying code will return an exact 0 or 1 if an .. note:: The underlying code will return an exact 0 or 1 if an
element of x is too small or too big. element of x is too small or too big.
.. function:: softplus(x) .. function:: softplus(x)
Returns the softplus nonlinearity applied to x Returns the softplus nonlinearity applied to x
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论