提交 afbf30b9 authored 作者: vipulraheja's avatar vipulraheja 提交者: Arnaud Bergeron

Adding elu and selu to docs

上级 93a0d38b
......@@ -20,6 +20,8 @@
- :func:`softmax`
- :func:`softsign`
- :func:`relu() <theano.tensor.nnet.relu>`
- :func:`elu() <theano.tensor.nnet.elu>`
- :func:`selu() <theano.tensor.nnet.selu>`
- :func:`binary_crossentropy`
- :func:`sigmoid_binary_crossentropy`
- :func:`.categorical_crossentropy`
......@@ -147,6 +149,10 @@
.. autofunction:: theano.tensor.nnet.relu
.. autofunction:: theano.tensor.nnet.elu
.. autofunction:: theano.tensor.nnet.selu
.. function:: binary_crossentropy(output,target)
Computes the binary cross-entropy between a target and an output:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论