টেনসরফ্লো :: অপস:: রেলু
#include <nn_ops.h>
সংশোধিত রৈখিক গণনা করে: max(features, 0)
।
সারাংশ
দেখুন: https://en.wikipedia.org/wiki/Rectifier_(neural_networks) উদাহরণ ব্যবহার: tf.nn.relu([-2., 0., -0., 3.]).numpy() অ্যারে([ 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