随笔分类 -  d2l

摘要:def compute_error_for_line_given_points(b, w, points): total_error = 0 for i in range(0, len(points)): x = points[i][0] y = points[i][1] total_error + 阅读全文
posted @ 2022-08-26 21:38 一支小白 阅读(58) 评论(0) 推荐(0)
摘要:使用ubuntu环境 安装miniconda3 查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等 安装需要的包 pip install jupyter d2l torch torchvision 下载代码并执行 wget https://zh-v2.d2l.ai 阅读全文
posted @ 2021-05-23 22:29 一支小白 阅读(288) 评论(0) 推荐(0)