tensorflow梯度下降
摘要:
import numpy as np import tensorflow as tf import matplotlib.pyplot as plt num_points = 1000 vectors_set = [] for i in range(num_points): x1 = np.random.normal(0.0, 0.55) y1 = x1*0.1 + 0.3 +... 阅读全文
posted @ 2019-01-09 16:48 C~K 阅读(206) 评论(0) 推荐(0)
浙公网安备 33010602011771号