No description
Find a file
2019-08-29 23:00:49 +08:00
A Convolutional Neural Network for Modelling Sentences.pdf init commit 2019-08-29 23:00:49 +08:00
A Neural Probabilistic Language Model.pdf init commit 2019-08-29 23:00:49 +08:00
A Review of the Recent History of Natural Language Processing.pdf init commit 2019-08-29 23:00:49 +08:00
A Survey of Cross-lingual Word Embedding Models.pdf init commit 2019-08-29 23:00:49 +08:00
A Unified Architecture for Natural Language Processing - Deep Neural Networks with Multitask Learning.pdf init commit 2019-08-29 23:00:49 +08:00
Attention Is All You Need.pdf init commit 2019-08-29 23:00:49 +08:00
Convolutional Neural Networks for Sentence Classification.pdf init commit 2019-08-29 23:00:49 +08:00
Distributed Representations of Words and Phrases and their Compositionality.pdf init commit 2019-08-29 23:00:49 +08:00
Effective Approaches to Attention-based Neural Machine Translation.pdf init commit 2019-08-29 23:00:49 +08:00
Efficient Estimation of Word Representations in Vector Space.pdf init commit 2019-08-29 23:00:49 +08:00
glove.pdf init commit 2019-08-29 23:00:49 +08:00
Neural Machine Translation by Jointly Learning to Align and Translate.pdf init commit 2019-08-29 23:00:49 +08:00
paragraph_vector.pdf init commit 2019-08-29 23:00:49 +08:00
README.md init commit 2019-08-29 23:00:49 +08:00
RecNN.pdf init commit 2019-08-29 23:00:49 +08:00
Semi-supervised Sequence Learning.pdf init commit 2019-08-29 23:00:49 +08:00
Sequence to Sequence Learning with Neural Networks.pdf init commit 2019-08-29 23:00:49 +08:00
Skip-Thought Vectors.pdf init commit 2019-08-29 23:00:49 +08:00
The Illustrated Transformer – Jay Alammar.pdf init commit 2019-08-29 23:00:49 +08:00
Understanding LSTM Networks -- colah's blog.pdf init commit 2019-08-29 23:00:49 +08:00

Neural Network

神经网络入门介绍 Neural Networks and Deep Learning by Nielsen

LSTM 介绍 Understanding LSTM Networks by Colah

Transformer:

  • Transformer 介绍 The Illustrated Transformer by Jay Alammar
  • Transformer 论文 Attention Is All You Need
  • Transformer Pytorch 实现

Dilated CNN

RecNN

Sequence to Sequence Learning with Neural Networks

Attention:

Natural Language Processing

基于 NLTK 库的自然语言处理实践教程 The NLTK Book

Natural Language Processing based Neural

基于神经网络的自然语言处理方法的历史演进 A Review of the Neural History of Natural Language Processing by Sebastian Ruder

基于神经网络的自然语言处理常用方法简介 A Primer on Neural Network Models for Natural Language Processing by Yoav Goldberg

基于深度学习的自然语言处理技术最佳实践 Deep Learning for NLP Best Practices

Language Model

单词级 n-gram 前向神经网络语言模型 A Neural Probabilistic Language Model (Bengio et al., 2001; 2003)

字符级 RNN 语言模型介绍 The Unreasonable Effectiveness of Recurrent Neural Networks

好玩的文本生成

Word Embedding

http://ruder.io/word-embeddings-2017/

word2vec paper:

word2vec tutorial:

Glove: Global Vectors for Word Representation

paragraph vector

A Convolutional Neural Network for Modelling Sentences

Convolutional Neural Networks for Sentence Classification

Skip-Thought Vectors

A Survey of Cross-lingual Word Embedding Models

Pretrained language models

https://thegradient.pub/nlp-imagenet/

Semi-supervised Sequence Learning

Multi-task learning

http://ruder.io/multi-task/

A Unified Architecture for Natural Language Processing: Deep Neural Networks with Multitask Learning(Collobert and Weston 2008)

auxiliary task

Books&Blog

深度学习 500 问

中文自然语言处理相关资料

中文自然语言处理 by 滴滴人工智能实验室

http://ruder.io/

http://www.hankcs.com/