텐서플로우:: 작전:: 렐루
#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)
인수:
- 범위: 범위 개체
보고:
-
Output
: 활성화 텐서.
생성자와 소멸자 | |
---|---|
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( const ::tensorflow::Scope & scope, ::tensorflow::Input features )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const