08 2024 档案

摘要:1 import math 2 import numpy as np 3 x_train = np.array([1.0, 2.0, 3.0]) 4 y_train = np.array([300.0, 350.0, 500]) 5 6 def compute_cost(x, y, w, b): 7 阅读全文
posted @ 2024-08-17 11:31 老八蜜汁小憨包 阅读(30) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示