from keras.models import Sequential from keras.layers import Dense # 创建数据. X = np.linspace(-1, 1, 200) # 数据随机化 np.random.shuffle(X)
確定! 回上一頁