摘要: 更正历史 2020.05.22 完成初稿 2020.06.03 增加 jupyter notebook 配置说明 2020.08.28 修正了配置 jupyter notebook 时可能出现 KeyError: 'allow_remote_access'错误 2021.10.24 修复图片链接失效 阅读全文
posted @ 2020-05-22 17:56 offduty 阅读(1200) 评论(0) 推荐(0)
摘要: 系统环境:Ubuntu 16.04.4 安装流程 1. 从 Docker 容器官网 pull 容器镜像文件: 2. 新建 Dockerfile 配置文件, 内容如下: shell FROM nvidia/cuda:10.1 cudnn7 devel ENV DEBIAN_FRONTEND nonin 阅读全文
posted @ 2020-01-14 10:26 offduty 阅读(1833) 评论(0) 推荐(0)
摘要: 更新日志 2020.05.22 增加了 docker 中使用 gpu 的相关文字和配图 2020.06.03 增加了挂载数据目录到 docker 中相关说明 2021.10.25 更新失效链接 2022.02.22 经测试发现,Pycharm 2021.01,2021.02 版本会出现配置错误,初步 阅读全文
posted @ 2020-01-10 09:42 offduty 阅读(8536) 评论(7) 推荐(0)
摘要: ICLR ICLR,全称 International Conference on Learning Representations,中文译名为「国际学习表征会议」。该会议由 Yoshua Bengio 和 Yann LeCun 牵头创办,2013 年召开了首次会议。 ICLR 创办目的: 众所周知, 阅读全文
posted @ 2020-01-07 11:46 offduty 阅读(2759) 评论(0) 推荐(0)
摘要: "ml.nature] 191209/[Automated abnormality detection in lower extremity radiographs using deep learning" Nature 刊发了一篇用机器学习检测肌肉骨骼疾病的论文,该文探讨了预训练、数据集大小、模型 阅读全文
posted @ 2019-12-16 11:40 offduty 阅读(355) 评论(0) 推荐(0)
摘要: Q: "If China was stealing US tech for years, why wasn't anything done to stop them?" A: The situation was not created by stupidity but by greed. No la 阅读全文
posted @ 2019-11-25 14:06 offduty 阅读(283) 评论(0) 推荐(0)
摘要: 原文: "Advice on building a machine learning career and reading research papers by Prof.Andrew Ng" 如何通过阅读研究型论文来有效的和相对快速地学习? 如果你想通过阅读学术性文献进行学习,无论你是想搭建一个感 阅读全文
posted @ 2019-11-07 14:40 offduty 阅读(519) 评论(0) 推荐(0)
摘要: 1 Docker 基础 Docker 容器通过 Docker 镜像来创建。容器与镜像的关系类似于面向对象编程中的对象与类。 Docker 面向对象 容器 对象 镜像 类 Docker 镜像(images): Docker 镜像是用于创建 Docker 容器的模板。 Docker 容器(Contain 阅读全文
posted @ 2019-11-05 11:08 offduty 阅读(539) 评论(0) 推荐(0)
摘要: 1 快速上手 欢迎大驾光临 :raising_hand_woman: 1.1 基础语法 1.1.1 文本 示例 It's very easy to make some words bold and other words italic with Markdown. You can even "lin 阅读全文
posted @ 2019-10-30 19:51 offduty 阅读(196) 评论(0) 推荐(0)
摘要: 1 简介 [SLOC(Source Lines of Code)]( https://dwheeler.com/sloccount/),是一套用于统计项目中用到的各类源代码总行数的工具。此外,SLOC 还会估算出开发该项目所需的工作量、所需人员和时间等项目成本(基于 COCOMO 模型)。目前 SL 阅读全文
posted @ 2019-10-25 11:45 offduty 阅读(1954) 评论(0) 推荐(0)