https://github.com/talkgo/papers
论文阅读,欢迎大家投稿自己阅读过的论文。
https://github.com/talkgo/papers
night-reading papers reading
Last synced: 4 months ago
JSON representation
论文阅读,欢迎大家投稿自己阅读过的论文。
- Host: GitHub
- URL: https://github.com/talkgo/papers
- Owner: talkgo
- License: bsd-3-clause
- Created: 2018-05-19T09:05:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T05:25:31.000Z (over 6 years ago)
- Last Synced: 2025-06-21T00:49:06.847Z (4 months ago)
- Topics: night-reading, papers, reading
- Homepage: https://talkgo.org/c/paper-reading
- Size: 32.2 KB
- Stars: 99
- Watchers: 17
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 论文阅读
希望通过阅读学术文献的方式,来帮助我们去学习和理解计算机系统以及 Go 语言。
论文涉及的领域:Go 语言,分布式,数据库,虚拟化,容器,机器学习,系统,安全,大数据,网络,区块链等等。
## 活动指南
0. 回顾上期的内容(5-10分钟)
1. 检索某主题,挑选一些分析文章,然后评选2篇文章来阅读(20分钟)
2. 开始第一次阅读论文(5-10分钟);
3. 开始第二次阅读论文;
4. 第二次阅读完成之后,确定是否第三次阅读论文;
5. 每一次会议都进行讨论和总结输出;## 参与方式
大家可以在 issue 上根据模板要求填写论文阅读所需的基本信息,如果想要进一步分享讨论,可以补充额外的信息。
论文基本信息:
- 论文题目(必须)
- 论文链接(必须)
- 论文设计领域(必须)
- 先修知识
- 论文摘要(必须)
- 论文相关开源实现
- 扩展链接进一步讨论信息:
- 预计讨论时间
- 串讲人自我介绍## 阅读形式
大家将自己感兴趣的论文参照“参与方式”进行创建,社区小伙伴将根据自己的兴趣为这个 paper 点赞(表示自己感兴趣并报名参与讨论),参与的人必须基于 Issue 发表自己的读后感/总结才能在指定的日期参与 zoom 线上讨论。
## 分享方式
在分享之前确定这个 paper 的领读人,由他来进行一次串讲,其他人再进行有序的补充,最后大家再基于此 paper 进行更多的发散性讨论。
>结束之后必须将分享过程中的内容进行总结归纳,并输出到项目中。
## 标签
- [TODO-未读](https://github.com/developer-learning/paper-reading/labels/TODO-%E6%9C%AA%E8%AF%BB)
- [READING-阅读中](https://github.com/developer-learning/paper-reading/labels/READING-%E9%98%85%E8%AF%BB%E4%B8%AD)
- [DISCUSS-讨论中](https://github.com/developer-learning/paper-reading/labels/DISCUSS-%E8%AE%A8%E8%AE%BA%E4%B8%AD)
- [AREA-分布式](https://github.com/developer-learning/paper-reading/labels/AREA-%E5%88%86%E5%B8%83%E5%BC%8F)
- [AREA-区块链](https://github.com/developer-learning/paper-reading/labels/AREA-%E5%8C%BA%E5%9D%97%E9%93%BE)
- [DONE-完成总结](https://github.com/developer-learning/paper-reading/labels/DONE-%E5%AE%8C%E6%88%90%E6%80%BB%E7%BB%93)## paper 来源渠道
- [awesome-papers](https://github.com/yangwenmai/awesome-papers)
- [📄 🇨🇳 📃 论文阅读笔记(分布式,虚拟化,容器,机器学习) https://github.com/dyweb/papers-noteb…](https://github.com/dyweb/papers-notebook)
- [Open access to 1,556,986 e-prints in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. ](https://arxiv.org/)
- [the morning paper - a random walk through Computer Science research, by Adrian Colyer](https://blog.acolyer.org/)
- [All Things Distributed - Werner Vogels' weblog on building scalable and robust distributed systems.](https://www.allthingsdistributed.com/)
- [[Github 项目推荐] 一个更好阅读和查找论文的网站](https://juejin.im/post/5c3b1c3b518825254c319e76)----
## 如何阅读论文
- [如何阅读论文](./doc/how-to-read-paper.md)
----
## 往期回顾
1. [超级账本](./doc/hyperledger/README.md)