tensorflow :: ops ::エル
#include <nn_ops.h>
指数線形を計算しexp(features) - 1
: exp(features) - 1
<0の場合はexp(features) - 1
、それ以外の場合はfeatures
。
概要
指数線形単位(ELU)による高速で正確なディープネットワーク学習を参照してください。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:アクティベーションテンソル。
コンストラクタとデストラクタ | |
---|---|
Elu (const :: tensorflow::Scope & scope, :: tensorflow::Input features) |
パブリック属性 | |
---|---|
activations | |
operation |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
アクティベーション
::tensorflow::Output activations
操作
Operation operation
公の行事
エル
Elu( const ::tensorflow::Scope & scope, ::tensorflow::Input features )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const