An open API service indexing awesome lists of open source software.

https://github.com/applenob/paper_note

我的论文阅读笔记
https://github.com/applenob/paper_note

paper

Last synced: 3 months ago
JSON representation

我的论文阅读笔记

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):强化学习。