App下載

詞條

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

2571.TensorFlow函數(shù)教程:tf.keras.backend.foldr

...n, elems, initializer=None, name=None ) 定義在:tensorflow/python/keras/backend.py。使用 fn 歸約 elems,以從右到左組合它們。 參數(shù): fn:將在elems和一個(gè)累加器上的每個(gè)元素調(diào)用的可調(diào)用函數(shù),例如:lambda acc, x: acc + x elems:張...

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

2572.TensorFlow函數(shù)教程:tf.keras.backend.function

...ts, updates=None, name=None, **kwargs ) 定義在:tensorflow/python/keras/backend.py。 實(shí)例化 Keras 函數(shù)。 參數(shù): inputs:占位符張量列表。 outputs:輸出張量列表。 updates:更新操作列表。 name:String,函數(shù)名稱。 **kwargs:需要傳遞給 tf.Se...

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

2573.TensorFlow函數(shù)教程:tf.keras.backend.gather

....keras.backend.gather( reference, indices ) 定義在:tensorflow/python/keras/backend.py。檢索張量reference中索引indices的元素。 參數(shù): reference:一個(gè)張量。 indices:索引的整數(shù)張量。 返回:返回一個(gè)張量,它與reference具有相同的類...

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

2574.TensorFlow函數(shù)教程:tf.keras.backend.get_session

...end.get_session函數(shù)tf.keras.backend.get_session() 定義在:tensorflow/python/keras/backend.py。返回后端使用的TF會(huì)話。如果默認(rèn)的TensorFlow會(huì)話可用,我們將返回它。否則,我們將返回全局Keras會(huì)話。如果此時(shí)不存在全局Keras會(huì)話:我們將創(chuàng)建一個(gè)...

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

2575.TensorFlow函數(shù)教程:tf.keras.backend.get_uid

...id函數(shù)tf.keras.backend.get_uid(prefix='') 定義在:tensorflow/python/keras/backend.py。將字符串前綴與TensorFlow圖中的整數(shù)計(jì)數(shù)器相關(guān)聯(lián)。 參數(shù): prefix:要索引的字符串前綴。 返回:唯一整數(shù)ID。示例: >>> get_uid('dense'...

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

2576.TensorFlow函數(shù)教程:tf.keras.backend.get_value

tf.keras.backend.get_value函數(shù)tf.keras.backend.get_value(x) 定義在:tensorflow/python/keras/backend.py。返回變量的值。 參數(shù): x:輸入的變量。 返回:一個(gè)Numpy數(shù)組。 可能引發(fā)的異常: RuntimeError:如果在defun中調(diào)用此方法。

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

2577.TensorFlow函數(shù)教程:tf.keras.backend.gradients

....keras.backend.gradients( loss, variables ) 定義在:tensorflow/python/keras/backend.py。返回variables在loss上的梯度。 參數(shù): loss:需要最小化的標(biāo)量張量。 variables:變量列表。 返回:返回一個(gè)梯度張量。

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

2578.TensorFlow函數(shù)教程:tf.keras.backend.greater

tf.keras.backend.greater函數(shù)tf.keras.backend.greater( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個(gè)元素比對(duì) (x > y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個(gè)布爾張量。

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

2579.TensorFlow函數(shù)教程:tf.keras.backend.greater_equal

tf.keras.backend.greater_equal函數(shù)tf.keras.backend.greater_equal( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個(gè)元素比對(duì) (x >= y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個(gè)布爾張量。

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

2580.TensorFlow函數(shù)教程:tf.keras.backend.hard_sigmoid

....hard_sigmoid函數(shù)tf.keras.backend.hard_sigmoid(x) 定義在:tensorflow/python/keras/backend.py。sigmoid的分段線性近似。速度比 sigmoid 更快。如果 x < -2.5,返回 0。如果 x > 2.5,返回 1。如果 -2.5 <= x <= 2.5,返回 0.2 * x + 0.5。 參數(shù): x:...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2571.TensorFlow函數(shù)教程:tf.keras.backend.foldr

...n, elems, initializer=None, name=None ) 定義在:tensorflow/python/keras/backend.py。使用 fn 歸約 elems,以從右到左組合它們。 參數(shù): fn:將在elems和一個(gè)累加器上的每個(gè)元素調(diào)用的可調(diào)用函數(shù),例如:lambda acc, x: acc + x elems:張...

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

2572.TensorFlow函數(shù)教程:tf.keras.backend.function

...ts, updates=None, name=None, **kwargs ) 定義在:tensorflow/python/keras/backend.py。 實(shí)例化 Keras 函數(shù)。 參數(shù): inputs:占位符張量列表。 outputs:輸出張量列表。 updates:更新操作列表。 name:String,函數(shù)名稱。 **kwargs:需要傳遞給 tf.Se...

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

2573.TensorFlow函數(shù)教程:tf.keras.backend.gather

....keras.backend.gather( reference, indices ) 定義在:tensorflow/python/keras/backend.py。檢索張量reference中索引indices的元素。 參數(shù): reference:一個(gè)張量。 indices:索引的整數(shù)張量。 返回:返回一個(gè)張量,它與reference具有相同的類...

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

2574.TensorFlow函數(shù)教程:tf.keras.backend.get_session

...end.get_session函數(shù)tf.keras.backend.get_session() 定義在:tensorflow/python/keras/backend.py。返回后端使用的TF會(huì)話。如果默認(rèn)的TensorFlow會(huì)話可用,我們將返回它。否則,我們將返回全局Keras會(huì)話。如果此時(shí)不存在全局Keras會(huì)話:我們將創(chuàng)建一個(gè)...

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

2575.TensorFlow函數(shù)教程:tf.keras.backend.get_uid

...id函數(shù)tf.keras.backend.get_uid(prefix='') 定義在:tensorflow/python/keras/backend.py。將字符串前綴與TensorFlow圖中的整數(shù)計(jì)數(shù)器相關(guān)聯(lián)。 參數(shù): prefix:要索引的字符串前綴。 返回:唯一整數(shù)ID。示例: >>> get_uid('dense'...

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

2576.TensorFlow函數(shù)教程:tf.keras.backend.get_value

tf.keras.backend.get_value函數(shù)tf.keras.backend.get_value(x) 定義在:tensorflow/python/keras/backend.py。返回變量的值。 參數(shù): x:輸入的變量。 返回:一個(gè)Numpy數(shù)組。 可能引發(fā)的異常: RuntimeError:如果在defun中調(diào)用此方法。

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

2577.TensorFlow函數(shù)教程:tf.keras.backend.gradients

....keras.backend.gradients( loss, variables ) 定義在:tensorflow/python/keras/backend.py。返回variables在loss上的梯度。 參數(shù): loss:需要最小化的標(biāo)量張量。 variables:變量列表。 返回:返回一個(gè)梯度張量。

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

2578.TensorFlow函數(shù)教程:tf.keras.backend.greater

tf.keras.backend.greater函數(shù)tf.keras.backend.greater( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個(gè)元素比對(duì) (x > y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個(gè)布爾張量。

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

2579.TensorFlow函數(shù)教程:tf.keras.backend.greater_equal

tf.keras.backend.greater_equal函數(shù)tf.keras.backend.greater_equal( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個(gè)元素比對(duì) (x >= y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個(gè)布爾張量。

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

2580.TensorFlow函數(shù)教程:tf.keras.backend.hard_sigmoid

....hard_sigmoid函數(shù)tf.keras.backend.hard_sigmoid(x) 定義在:tensorflow/python/keras/backend.py。sigmoid的分段線性近似。速度比 sigmoid 更快。如果 x < -2.5,返回 0。如果 x > 2.5,返回 1。如果 -2.5 <= x <= 2.5,返回 0.2 * x + 0.5。 參數(shù): x:...

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

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

w3cschool 建議您:

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

熱門課程