Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: Relu

#include <nn_ops.h>

정류 된 선형 계산 : max(features, 0) .

요약

참조 : https://en.wikipedia.org/wiki/Rectifier_(neural_networks) 사용 예 : tf.nn.relu ([-2., 0., -0., 3.]). numpy () array ([ 0., 0., -0., 3.], dtype = float32)

인수 :

보고:

생성자와 소멸자

Relu (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

공공 기능

Relu

 Relu(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input features
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const