如何有效阅读论文-吴恩达
本文是吴恩达在Stanford CS230中讲解如何阅读论文的一些方法。他强调主要两个点:
- Reading research papers : efficient techniques ,that he uses, to read research papers when trying to master a new topic in deep learning.
- Advice for navigating a career in machine learning.
主题阅读论文方法整体流程
1 | 第一步:收集并整合相关资源。 |
详细阐述如何阅读一篇论文
reading a paper from the first word to the last word in one sitting might not be the best way to form an understanding.Be prepared to go through a paper at least three times to have a good understanding of its content(一口气的从第一个词读到最后一个词可能不是最好的方式, 一篇论文至少要读三遍)
1 | 第一遍: 阅读标题、摘要、文中图表 |
通过问自己问题来检测对论文的理解程度
Andrew Ng提供了一组在阅读论文时应该问自己的问题。这些问题通常会表明你理解论文中提出的关键信息。我使用下面的问题作为指引,以确保不会偏离理解重要信息的目标
1 | 1、论文的作者想要完成什么,或者已经完成了什么? |
最后吴恩达强调:”Learn steadily rather than short burst for longevity”
参考:
Stanford CS230: Deep Learning | Autumn 2018 | Lecture 8 - Career Advice / Reading Research Papers
如何有效阅读论文-吴恩达