摘要: 1 import tensorflow as tf 2 import os 3 4 os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' 5 6 7 def linear_regression(): 8 """ 9 自实现一个线性回归 10 :return: 11 """ 阅读全文
posted @ 2020-02-11 22:37 生长的力量 阅读(318) 评论(0) 推荐(0)