टेंसरफ़्लो:: ऑप्स:: रेलु

#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