Skip to content

vkosuri/NLPRef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Natural Language Processing references.

NLP Topics

  1. Natural Language processing
  2. Text classification
  3. Text similarities
  4. Research papers
  5. Frameworks

NLP Jargons

CoNLL Copora Chunking
Lemmatizing Stop words tf–idf
Tokenization

Popular Algorithms

Algorithm Category
Levenshtein distance Text similarities
Jaccard similarity Text similarities
Cosine similarity Text similarities
Global Vectors for Word Representation Text similarities
word2vec Text similarities
Support Vector Machines (SVM) Text classification
Naive Bayes Text classification
Neural Networks Text classification
Decision Trees, Lucid Page Text classification
Random Forests Text classification
Boosting and Bagging algorithms, Differnce Text classification
Supervised Latent Dirichlet Allocation (SLDA), Source Text classification

Popular Frameworks

Framework Organisation License Language
fastText Facebook BSD+Patents C++
Tensorflow Google Apache 2.0 C++, Python
PyTorch Facebook BSD+Patents Python
GenSim RaRe LGPL2.1 Python
SpaCy explosion MIT Python
NLTK NLTK Apache 2.0 Python
TextBlob MIT Python
RASA NLU Apache 2.0 Python

Popular NLP Models

Model Resources Repository
Seq2Seq https://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks.pdf https://github.com/google/seq2seq https://github.com/tensorflow/nmt
Seq2Seq Back propagation http://neuralnetworksanddeeplearning.com/chap2.html https://arxiv.org/abs/1409.3215 https://arxiv.org/pdf/1511.01432.pdf https://github.com/mnielsen/neural-networks-and-deep-learning
Memory end-end model https://arxiv.org/abs/1503.08895 https://github.com/facebookresearch/ParlAI https://github.com/facebook/MemNN
Deep Reinforcement Learning for Dialogue Generation https://arxiv.org/pdf/1606.01541.pdf https://github.com/liuyuemaicha/Deep-Reinforcement-Learning-for-Dialogue-Generation-in-tensorflow

Lectures

Links

Contributions are welcome.

About

Natural Language Processing reference guide

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published