tensorflow筆記

神經網絡的搭建八股python #coding:utf-8 #0導入模塊,生成模擬數據集。 import tensorflow as tf import numpy as np BATCH_SIZE = 8 SEED = 23455 #基於seed產生隨機數 rdm = np.random.RandomState(SEED) #隨機數返回32行2列的矩陣 表示32組 體積和重量 做爲輸入數據集
相關文章
相關標籤/搜索