テンソルフロー::作戦::セル
#include <nn_ops.h>
スケーリングされた指数線形を計算します: scale * alpha * (exp(features) - 1)
まとめ
< 0 の場合、それ以外の場合はscale * features
。
`initializer = tf.variance_scaling_initializer(factor=1.0, mode='FAN_IN') と一緒に使用されます. For correct dropout, use
。
自己正規化ニューラル ネットワークを参照してください。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: アクティベーション テンソル。
コンストラクターとデストラクター | |
---|---|
Selu (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
公共機能
セル
Selu( const ::tensorflow::Scope & scope, ::tensorflow::Input features )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const