テンソルフロー::作戦::エル

#include <nn_ops.h>

指数線形を計算します: < 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 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const