摘要: 1 #构建数据集 2 from mxnet import autograd, nd #引入自动求导和n维数组 3 4 num_inputs = 2 5 num_examples = 1000 6 true_w = [2, -3.4] 7 true_b = 4.2 8 features = nd.ra 阅读全文
posted @ 2019-03-17 01:30 Parallax 阅读(138) 评论(0) 推荐(0) 编辑