https://github.com/applenob/paper_note
我的论文阅读笔记
https://github.com/applenob/paper_note
paper
Last synced: 3 months ago
JSON representation
我的论文阅读笔记
- Host: GitHub
- URL: https://github.com/applenob/paper_note
- Owner: applenob
- Created: 2017-03-26T01:03:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T02:39:30.000Z (over 8 years ago)
- Last Synced: 2025-05-16T11:37:59.311Z (about 1 year ago)
- Topics: paper
- Homepage:
- Size: 30.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paper reading
paper的笔记,像之前那样一篇保存成一个markdown文件的形式不太好:主要是因为很少再去单独地读笔记,而是会重复地读paper。
因此重新整理,将paper按类别存放置文件夹,笔记直接记在paper上,使用`Foxit-Reader`这种跨平台pdf阅读器,直接在pdf上写字。
## 目录介绍
- [NLP](https://github.com/applenob/paper_note/tree/master/NLP/):
- [Slot filling](https://github.com/applenob/paper_note/tree/master/NLP/RNN):槽位填充。
- [Text Normalization](https://github.com/applenob/paper_note/tree/master/NLP/Text_Normalization):文本转换,从written形式转换成spoken形式。
- [Word2Vec](https://github.com/applenob/paper_note/tree/master/NLP/Word2Vec):词向量。
- [Topic Model](https://github.com/applenob/paper_note/tree/master/NLP/Topic_Model):主题模型。
- [NER](https://github.com/applenob/paper_note/tree/master/NLP/NER):命名实体识别。
- [Dependency Parser](https://github.com/applenob/paper_note/tree/master/NLP/Dependency_Parser):依存分析。
- [RL+NLP](https://github.com/applenob/paper_note/tree/master/NLP/RL%2BNLP):强化学习和NLP相结合的方向。
- [Reinforcement Learning](https://github.com/applenob/paper_note/tree/master/RL):强化学习。