-
Notifications
You must be signed in to change notification settings - Fork 9
Natural Language Processing: An Outline
Nativeatom edited this page Sep 25, 2018
·
2 revisions
This repository includes basic concepts of Natural Language Processing, textbooks and blogs of good reputation, popular papers and so on.
This is also the Natural Language Processing part of Machine Learning Resources created by a group of people including jindongwang.
Contributors are welcomed to work together and make it BETTER!
-
Linear Algebrap
-
Matrix Analysis
-
Convex Optimization
- Deep Learning - Ian Goodfellow, Yoshua Bengio, Aaron Courville
- CS231n Convolutional Neural Networks for Visual Recognition - Stanford
- Foundations of Statistical Natural Language Processing - Chris Manning
- Speech and Language Processing - Daniel Jurafsky and James H. Martin
- 统计学习方法 - 李航
- Advanced Natural Language Processing - MIT
- CS 224n Natural Language Processing with Deep Learning - Stanford
- Deep Learning for NLP at Oxford with Deepmind - Oxford
- Some Knowledge about Machine Learning
- Hidden Markov Model
- Recurrent Neuron Network
- Seq2Seq(Tensorflow Tutorial) - Machine Translation Tensorflow implement
- LSTM
- Convolutional Neuron Network
- Attention Model
- Overview(Chinese)
- Generative Adversial Network
Category of areas is based on tracks in ACL 2018
- Model
- Extractive
- Generative
- Dataset
- Model
- Word2Vec
- Pre-trained embedding
- Glove
- word2vec
- Tasks
- Topic Extraction
- Sentimental Extraction
- Aspect Extraction
- Task
- Spam Classification
- Model
- Dataset
- Task
- Model
- Dataset
- Task
- Code-Switching
- Model
- Dataset
- Machine Learning package
- sci-learn
- Tensorflow
- Caffe2
- Pytorch
- MXnet
- NLTK
- gensim
- jieba
- Stanford NLP