App下載

詞條

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

2551.TensorFlow函數(shù)教程:tf.keras.backend.categorical_crossentropy

...t, output, from_logits=False, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。輸出張量和目標(biāo)張量之間的分類交叉熵。 參數(shù): target:與output具有相同形狀的張量。 output:由softmax產(chǎn)生的張量(除非from_logits是True,在這種情...

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

2552.TensorFlow函數(shù)教程:tf.keras.backend.clear_session

tf.keras.backend.clear_session函數(shù)tf.keras.backend.clear_session() 定義在:tensorflow/python/keras/backend.py。銷毀當(dāng)前的TF圖并創(chuàng)建一個(gè)新圖。有助于避免舊模型/圖層混亂。

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

2553.TensorFlow函數(shù)教程:tf.keras.backend.concatenate

tf.keras.backend.concatenate函數(shù)tf.keras.backend.concatenate( tensors, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。在指定軸旁邊連接張量列表。 參數(shù): tensors:要連接的張量列表。 axis:連接軸。 返回:返回一個(gè)張量。

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

2554.TensorFlow函數(shù)教程:tf.keras.backend.constant

...ue, dtype=None, shape=None, name=None ) 定義在:tensorflow/python/keras/backend.py。創(chuàng)建一個(gè)常數(shù)張量。 參數(shù): value:常量值(或列表) dtype:結(jié)果張量元素的類型。 shape:產(chǎn)生的張量的可選維度。 name:張量的可選名稱。 ...

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

2555.TensorFlow函數(shù)教程:tf.keras.backend.conv1d

...d', data_format=None, dilation_rate=1 ) 定義在:tensorflow/python/keras/backend.py。1D卷積。 參數(shù): x:張量或變量。 kernel:核張量。 strides:步長(zhǎng)整數(shù)。 padding:字符串,"same","causal"或"valid"。 data_format:字符串,“channe...

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

2556.TensorFlow函數(shù)教程:tf.keras.backend.conv2d

...;, data_format=None, dilation_rate=(1, 1) ) 定義在:tensorflow/python/keras/backend.py。2D卷積。 參數(shù): x:張量或變量。 kernel:核張量。 strides:步長(zhǎng)元組。 padding:字符串,"same"或"valid"。 data_format:"channels_last"或"channels_firs...

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

2557.TensorFlow函數(shù)教程:tf.keras.backend.conv2d_transpose

...;, data_format=None, dilation_rate=(1, 1) ) 定義在:tensorflow/python/keras/backend.py。2D反卷積(即轉(zhuǎn)置卷積)。 參數(shù): x:張量或變量。 kernel:核張量。 output_shape:表示輸出shape的1D整數(shù)張量。 strides:步長(zhǎng)元組。 padding:...

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

2558.TensorFlow函數(shù)教程:tf.keras.backend.conv3d

... data_format=None, dilation_rate=(1, 1, 1) ) 定義在:tensorflow/python/keras/backend.py。3D卷積。 參數(shù): x:張量或變量。 kernel:核張量。 strides:步長(zhǎng)元組。 padding:字符串,"same"或"valid"。 data_format:字符串,"channels_last"或"c...

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

2559.TensorFlow函數(shù)教程:tf.keras.backend.ctc_batch_cost

...e, y_pred, input_length, label_length ) 定義在:tensorflow/python/keras/backend.py。在每個(gè)批處理元素上運(yùn)行CTC損失算法。 參數(shù): y_true:包含真值標(biāo)簽的張量(samples, max_string_length) 。 y_pred:包含預(yù)測(cè)值,或 softmax 輸出的張量(samp...

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

2560.TensorFlow函數(shù)教程:tf.keras.backend.ctc_decode

... greedy=True, beam_width=100, top_paths=1 ) 定義在:tensorflow/python/keras/backend.py。解碼softmax的輸出。可以使用貪婪搜索(也稱為最佳路徑)或約束字典搜索。 參數(shù): y_pred:張量(samples, time_steps, num_categories) 包含預(yù)測(cè)值,或softmax...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2551.TensorFlow函數(shù)教程:tf.keras.backend.categorical_crossentropy

...t, output, from_logits=False, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。輸出張量和目標(biāo)張量之間的分類交叉熵。 參數(shù): target:與output具有相同形狀的張量。 output:由softmax產(chǎn)生的張量(除非from_logits是True,在這種情...

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

2552.TensorFlow函數(shù)教程:tf.keras.backend.clear_session

tf.keras.backend.clear_session函數(shù)tf.keras.backend.clear_session() 定義在:tensorflow/python/keras/backend.py。銷毀當(dāng)前的TF圖并創(chuàng)建一個(gè)新圖。有助于避免舊模型/圖層混亂。

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

2553.TensorFlow函數(shù)教程:tf.keras.backend.concatenate

tf.keras.backend.concatenate函數(shù)tf.keras.backend.concatenate( tensors, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。在指定軸旁邊連接張量列表。 參數(shù): tensors:要連接的張量列表。 axis:連接軸。 返回:返回一個(gè)張量。

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

2554.TensorFlow函數(shù)教程:tf.keras.backend.constant

...ue, dtype=None, shape=None, name=None ) 定義在:tensorflow/python/keras/backend.py。創(chuàng)建一個(gè)常數(shù)張量。 參數(shù): value:常量值(或列表) dtype:結(jié)果張量元素的類型。 shape:產(chǎn)生的張量的可選維度。 name:張量的可選名稱。 ...

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

2555.TensorFlow函數(shù)教程:tf.keras.backend.conv1d

...d', data_format=None, dilation_rate=1 ) 定義在:tensorflow/python/keras/backend.py。1D卷積。 參數(shù): x:張量或變量。 kernel:核張量。 strides:步長(zhǎng)整數(shù)。 padding:字符串,"same","causal"或"valid"。 data_format:字符串,“channe...

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

2556.TensorFlow函數(shù)教程:tf.keras.backend.conv2d

...;, data_format=None, dilation_rate=(1, 1) ) 定義在:tensorflow/python/keras/backend.py。2D卷積。 參數(shù): x:張量或變量。 kernel:核張量。 strides:步長(zhǎng)元組。 padding:字符串,"same"或"valid"。 data_format:"channels_last"或"channels_firs...

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

2557.TensorFlow函數(shù)教程:tf.keras.backend.conv2d_transpose

...;, data_format=None, dilation_rate=(1, 1) ) 定義在:tensorflow/python/keras/backend.py。2D反卷積(即轉(zhuǎn)置卷積)。 參數(shù): x:張量或變量。 kernel:核張量。 output_shape:表示輸出shape的1D整數(shù)張量。 strides:步長(zhǎng)元組。 padding:...

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

2558.TensorFlow函數(shù)教程:tf.keras.backend.conv3d

... data_format=None, dilation_rate=(1, 1, 1) ) 定義在:tensorflow/python/keras/backend.py。3D卷積。 參數(shù): x:張量或變量。 kernel:核張量。 strides:步長(zhǎng)元組。 padding:字符串,"same"或"valid"。 data_format:字符串,"channels_last"或"c...

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

2559.TensorFlow函數(shù)教程:tf.keras.backend.ctc_batch_cost

...e, y_pred, input_length, label_length ) 定義在:tensorflow/python/keras/backend.py。在每個(gè)批處理元素上運(yùn)行CTC損失算法。 參數(shù): y_true:包含真值標(biāo)簽的張量(samples, max_string_length) 。 y_pred:包含預(yù)測(cè)值,或 softmax 輸出的張量(samp...

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

2560.TensorFlow函數(shù)教程:tf.keras.backend.ctc_decode

... greedy=True, beam_width=100, top_paths=1 ) 定義在:tensorflow/python/keras/backend.py。解碼softmax的輸出??梢允褂秘澙匪阉鳎ㄒ卜Q為最佳路徑)或約束字典搜索。 參數(shù): y_pred:張量(samples, time_steps, num_categories) 包含預(yù)測(cè)值,或softmax...

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

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

w3cschool 建議您:

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

熱門課程