随笔分类 - 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 +
阅读全文
摘要:使用ubuntu环境 安装miniconda3 查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等 安装需要的包 pip install jupyter d2l torch torchvision 下载代码并执行 wget https://zh-v2.d2l.ai
阅读全文

浙公网安备 33010602011771号