App下載

詞條

大約有 4,000 項(xiàng)符合查詢(xún)結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0038秒)

2611.TensorFlow函數(shù)教程:tf.keras.backend.relu

... alpha=0.0, max_value=None, threshold=0 ) 定義在:tensorflow/python/keras/backend.py。整流線性單元。使用默認(rèn)值,它以元素方式返回max(x, 0)。它遵循: 對(duì)于x >= max_value,f(x) = max_valuefor 對(duì)于threshold <= x < max_value,f(x) = x否則為f(x) = ...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_relu.html

2612.TensorFlow函數(shù)教程:tf.keras.backend.reset_uids

tf.keras.backend.reset_uids函數(shù)tf.keras.backend.reset_uids() 定義在:tensorflow/python/keras/backend.py。重置圖標(biāo)識(shí)符。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_reset_uids.html

2613.TensorFlow函數(shù)教程:tf.keras.backend.reshape

tf.keras.backend.reshape函數(shù)tf.keras.backend.reshape( x, shape ) 定義在:tensorflow/python/keras/backend.py。將張量重塑為指定的shape。 參數(shù): x:張量或變量。 shape:目標(biāo)shape元組。 返回:返回張量。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_reshape.html

2614.TensorFlow函數(shù)教程:tf.keras.backend.resize_images

... data_format, interpolation='nearest' ) 定義在:tensorflow/python/keras/backend.py。調(diào)整4D張量中包含的圖像的大小。 參數(shù): x:要調(diào)整大小的Tensor或變量。 height_factor:正整數(shù)。 width_factor:正整數(shù)。 data_format:可以是"channel...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_resize_images.html

2615.TensorFlow函數(shù)教程:tf.keras.backend.resize_volumes

... height_factor, width_factor, data_format ) 定義在:tensorflow/python/keras/backend.py。調(diào)整5D張量中包含的體積。 參數(shù): x:要調(diào)整大小的Tensor或變量。 depth_factor:正整數(shù)。 height_factor:正整數(shù)。 width_factor:正整數(shù)。 data_form...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_resize_volumes.html

2616.TensorFlow函數(shù)教程:tf.keras.backend.reverse

tf.keras.backend.reverse函數(shù)tf.keras.backend.reverse( x, axes ) 定義在:tensorflow/python/keras/backend.py。沿指定軸反轉(zhuǎn)張量。 參數(shù): x:要反轉(zhuǎn)的張量。 axes:整數(shù)或整數(shù)迭代。要反轉(zhuǎn)的軸。 返回:返回張量。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_reverse.html

2617.TensorFlow函數(shù)教程:tf.keras.backend.round

tf.keras.backend.round函數(shù)tf.keras.backend.round(x) 定義在:tensorflow/python/keras/backend.py。以元素方式四舍五入到最接近的整數(shù)。在平局的情況下,使用的四舍五入模式是「偶數(shù)的一半」。 參數(shù): x:張量或變量。 返回:返回張量。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_round.html

2618.TensorFlow函數(shù)教程:tf.keras.backend.separable_conv2d

...;, data_format=None, dilation_rate=(1, 1) ) 定義在:tensorflow/python/keras/backend.py。具有可分離濾波器的2D卷積。 參數(shù): x:輸入張量。 depthwise_kernel:用于深度卷積的卷積核。 pointwise_kernel:1x1卷積的內(nèi)核。 strides:步長(zhǎng)元...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_separable_conv2d.html

2619.TensorFlow函數(shù)教程:tf.keras.backend.set_epsilon

...et_epsilon函數(shù)tf.keras.backend.set_epsilon(value) 定義在:tensorflow/python/keras/backend.py。設(shè)置數(shù)值表達(dá)式中使用的模糊因子的值。 參數(shù): value:浮點(diǎn)數(shù)。epsilon的新值。示例:>>> from keras import backend as K >>> K.epsilon() 1e-07 >&...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_set_epsilon.html

2620.TensorFlow函數(shù)教程:tf.keras.backend.set_floatx

....set_floatx函數(shù)tf.keras.backend.set_floatx(value) 定義在:tensorflow/python/keras/backend.py。設(shè)置默認(rèn)的浮點(diǎn)類(lèi)型。 參數(shù): value:字符串;'float16','float32'或'float64'。例:>>> from keras import backend as K >>> K.floatx(...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_set_floatx.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2611.TensorFlow函數(shù)教程:tf.keras.backend.relu

... alpha=0.0, max_value=None, threshold=0 ) 定義在:tensorflow/python/keras/backend.py。整流線性單元。使用默認(rèn)值,它以元素方式返回max(x, 0)。它遵循: 對(duì)于x >= max_value,f(x) = max_valuefor 對(duì)于threshold <= x < max_value,f(x) = x否則為f(x) = ...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_relu.html

2612.TensorFlow函數(shù)教程:tf.keras.backend.reset_uids

tf.keras.backend.reset_uids函數(shù)tf.keras.backend.reset_uids() 定義在:tensorflow/python/keras/backend.py。重置圖標(biāo)識(shí)符。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_reset_uids.html

2613.TensorFlow函數(shù)教程:tf.keras.backend.reshape

tf.keras.backend.reshape函數(shù)tf.keras.backend.reshape( x, shape ) 定義在:tensorflow/python/keras/backend.py。將張量重塑為指定的shape。 參數(shù): x:張量或變量。 shape:目標(biāo)shape元組。 返回:返回張量。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_reshape.html

2614.TensorFlow函數(shù)教程:tf.keras.backend.resize_images

... data_format, interpolation='nearest' ) 定義在:tensorflow/python/keras/backend.py。調(diào)整4D張量中包含的圖像的大小。 參數(shù): x:要調(diào)整大小的Tensor或變量。 height_factor:正整數(shù)。 width_factor:正整數(shù)。 data_format:可以是"channel...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_resize_images.html

2615.TensorFlow函數(shù)教程:tf.keras.backend.resize_volumes

... height_factor, width_factor, data_format ) 定義在:tensorflow/python/keras/backend.py。調(diào)整5D張量中包含的體積。 參數(shù): x:要調(diào)整大小的Tensor或變量。 depth_factor:正整數(shù)。 height_factor:正整數(shù)。 width_factor:正整數(shù)。 data_form...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_resize_volumes.html

2616.TensorFlow函數(shù)教程:tf.keras.backend.reverse

tf.keras.backend.reverse函數(shù)tf.keras.backend.reverse( x, axes ) 定義在:tensorflow/python/keras/backend.py。沿指定軸反轉(zhuǎn)張量。 參數(shù): x:要反轉(zhuǎn)的張量。 axes:整數(shù)或整數(shù)迭代。要反轉(zhuǎn)的軸。 返回:返回張量。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_reverse.html

2617.TensorFlow函數(shù)教程:tf.keras.backend.round

tf.keras.backend.round函數(shù)tf.keras.backend.round(x) 定義在:tensorflow/python/keras/backend.py。以元素方式四舍五入到最接近的整數(shù)。在平局的情況下,使用的四舍五入模式是「偶數(shù)的一半」。 參數(shù): x:張量或變量。 返回:返回張量。

http://www.o2fo.com/tensorflow_python/tf_keras_backend_round.html

2618.TensorFlow函數(shù)教程:tf.keras.backend.separable_conv2d

...;, data_format=None, dilation_rate=(1, 1) ) 定義在:tensorflow/python/keras/backend.py。具有可分離濾波器的2D卷積。 參數(shù): x:輸入張量。 depthwise_kernel:用于深度卷積的卷積核。 pointwise_kernel:1x1卷積的內(nèi)核。 strides:步長(zhǎng)元...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_separable_conv2d.html

2619.TensorFlow函數(shù)教程:tf.keras.backend.set_epsilon

...et_epsilon函數(shù)tf.keras.backend.set_epsilon(value) 定義在:tensorflow/python/keras/backend.py。設(shè)置數(shù)值表達(dá)式中使用的模糊因子的值。 參數(shù): value:浮點(diǎn)數(shù)。epsilon的新值。示例:>>> from keras import backend as K >>> K.epsilon() 1e-07 >&...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_set_epsilon.html

2620.TensorFlow函數(shù)教程:tf.keras.backend.set_floatx

....set_floatx函數(shù)tf.keras.backend.set_floatx(value) 定義在:tensorflow/python/keras/backend.py。設(shè)置默認(rèn)的浮點(diǎn)類(lèi)型。 參數(shù): value:字符串;'float16','float32'或'float64'。例:>>> from keras import backend as K >>> K.floatx(...

http://www.o2fo.com/tensorflow_python/tf_keras_backend_set_floatx.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程