Tensorboard筆記

打開Python shell,鍵入: import tensorflow as tf import numpy as np #輸入數據 x_data = np.linspace(-1,1,300)[:, np.newaxis] noise = np.random.normal(0,0.05, x_data.shape) y_data = np.square(x_data)-0.5+noise #輸
相關文章
相關標籤/搜索