...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://m.o2fo.com/tensorflow_python/tf_keras_backend_foldr.html...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://m.o2fo.com/tensorflow_python/tf_keras_backend_function.html....keras.backend.gather( reference, indices ) 定義在:tensorflow/python/keras/backend.py。檢索張量reference中索引indices的元素。 參數(shù): reference:一個(gè)張量。 indices:索引的整數(shù)張量。 返回:返回一個(gè)張量,它與reference具有相同的類...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gather.html...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://m.o2fo.com/tensorflow_python/tf_keras_backend_get_session.html...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://m.o2fo.com/tensorflow_python/tf_keras_backend_get_uid.htmltf.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://m.o2fo.com/tensorflow_python/tf_keras_backend_get_value.html....keras.backend.gradients( loss, variables ) 定義在:tensorflow/python/keras/backend.py。返回variables在loss上的梯度。 參數(shù): loss:需要最小化的標(biāo)量張量。 variables:變量列表。 返回:返回一個(gè)梯度張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gradients.htmltf.keras.backend.greater函數(shù)tf.keras.backend.greater( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個(gè)元素比對(duì) (x > y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個(gè)布爾張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_greater.htmltf.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://m.o2fo.com/tensorflow_python/tf_keras_backend_greater_equal.html....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://m.o2fo.com/tensorflow_python/tf_keras_backend_hard_sigmoid.html抱歉,暫時(shí)沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的教程
w3cschool 建議您:
...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://m.o2fo.com/tensorflow_python/tf_keras_backend_foldr.html...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://m.o2fo.com/tensorflow_python/tf_keras_backend_function.html....keras.backend.gather( reference, indices ) 定義在:tensorflow/python/keras/backend.py。檢索張量reference中索引indices的元素。 參數(shù): reference:一個(gè)張量。 indices:索引的整數(shù)張量。 返回:返回一個(gè)張量,它與reference具有相同的類...
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gather.html...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://m.o2fo.com/tensorflow_python/tf_keras_backend_get_session.html...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://m.o2fo.com/tensorflow_python/tf_keras_backend_get_uid.htmltf.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://m.o2fo.com/tensorflow_python/tf_keras_backend_get_value.html....keras.backend.gradients( loss, variables ) 定義在:tensorflow/python/keras/backend.py。返回variables在loss上的梯度。 參數(shù): loss:需要最小化的標(biāo)量張量。 variables:變量列表。 返回:返回一個(gè)梯度張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_gradients.htmltf.keras.backend.greater函數(shù)tf.keras.backend.greater( x, y ) 定義在:tensorflow/python/keras/backend.py。逐個(gè)元素比對(duì) (x > y) 的真值。 參數(shù): x:張量或變量。 y:張量或變量。 返回:返回一個(gè)布爾張量。
http://m.o2fo.com/tensorflow_python/tf_keras_backend_greater.htmltf.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://m.o2fo.com/tensorflow_python/tf_keras_backend_greater_equal.html....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://m.o2fo.com/tensorflow_python/tf_keras_backend_hard_sigmoid.html抱歉,暫時(shí)沒有相關(guān)的文章
w3cschool 建議您: