第一個「迴歸函數」源碼

#jupyter中導入相應的包 import tensorflow as tf import numpy as np import matplotlib.pyplot as plt #生成隨機點 x_data=np.linspace(-0.5,0.5,300)[:,np.newaxis] noise=np.random.normal(0,0.03,x_data.shape) y_data=-np.
相關文章
相關標籤/搜索