摘要: # 线性回归 # 创建数据集 from mxnet import ndarray as nd from mxnet import autograd as ad num_input = 2 num_examples = 1000 true_w = [2, -3.4] true_b = 4.2 x = 阅读全文
posted @ 2023-07-31 16:02 o-Sakurajimamai-o 阅读(65) 评论(0) 推荐(0)
-- --