深度学习在自然语言处理中的应用(一)

                        资料整理篇

Overview:
深度学习浪潮中的自然语言处理技术
框架:
Caffe
Tensorflow 官方版教程中文版
Theano
Torch
NLP相关:
深度学习将会变革NLP中的中文分词
Attention Model
gensim tutorials
DL书籍:
在线电子书Neural Networks and Deep Learning
公众号:
哈工大SCIR
学习:
https://github.com/zoneplus/DL4NLP
https://github.com/HIT-SCIR/scir-training-day
https://github.com/ty4z2008/Qix/blob/master/dl2.md
斯坦福cs224d:
http://cs224d.stanford.edu/syllabus.html
中文版博客专栏

经典教材 Speech and Language Processing
(第1,2版内容略陈旧,第三版很入时, 但有些重要章节没放在网上)
https://web.stanford.edu/~jurafsky/slp3/
课程 Stanford CS224d: Deep Learning for Natural Language Processing
http://cs224d.stanford.edu/syllabus.html

会议论文:
ACL 2015:
http://acl2015.org/accepted_papers.html
ACL 2016:
http://acl2016.org/index.php?article_id=13#long_papers
EMNLP 2015:
http://www.emnlp2015.org/accepted-papers.html
论文很多,结合引用数选看
词嵌入代表论文:
最经典:
A neural probabilistic language model, Bengio et al. JMLR 2003
word2vec:
Distributed representations of words and phrases and their compositionality. NIPS 2013
Efficient estimation of word representations in vector space. ICLR 2013
矩阵分解:
Neural word embeddings as implicit matrix factorization. NIPS 2014
Glove: Global vectors for word representation. EMNLP 2014
综合:
Linguistic regularities in sparse and explicit word representations. CoNLL-2014
Improving distributional similarity with lessons learned from word embeddings. TACL 2015

你可能感兴趣的:(深度学习)