DL2-tensorfow之LR簡單實踐

import numpy as np import tensorflow as tf import matplotlib.pyplot as plt 隨機生成1000個點,圍繞在y=0.2x+0.4的直線周圍 num_points = 1000 vectors_set = [] for i in range(num_points): x1 = np.random.normal(0.0, 0
相關文章
相關標籤/搜索