(TF)線性模型建模

import numpy as np import tensorflow as tf import matplotlib.pyplot as plt 隨機生成1000個點在直線 y=0.1x+0.3周圍 num_point = 1000 vector_set = [] for i in range(num_point): # 0爲均值0.55爲標準差 x = np.random.normal(0,
相關文章
相關標籤/搜索