TensorFlow學習心得

初次嘗試TensorFlow import tensorflow as tf import numpy as np #create data x_data = np.random.rand(100).astype(np.float32) y_data = x_data*0.1+0.3 #隨機生成weight,biases爲0 Weight = tf.Variable(tf.random_unifo
相關文章
相關標籤/搜索