Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

data-datum/nlp_resources

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Natural Language Processing - Resources

Basic Definitions

  • Named Entity Recognition
  • Part of Speech
  • Syntactic Parser
    • Constituency Parser
    • Dependency Parser
  • Semantic Parser
    • Semantic Role Labeling
  • Lemmatization and Stemming
  • Coreference Resolution
  • Stop words
  • Tokenization

Data Cleaning and Preprocessing

Topic Modelling

Vectorizers

Word2Vec

Bag-of-Words

  • An Introduction to Bag-of-Words in NLP http://bit.ly/2Sy36f6
  • Text Processing 1 — Old Fashioned Methods (Bag of Words and

xIDF) http://bit.ly/2SF0f4e

Twitter Sentiment Analysis Project

  • Another Twitter sentiment analysis with Python — Part 1 http://bit.ly/2zhVHI6
  • Another Twitter sentiment analysis with Python - Part 2 http://bit.ly/2zeaPGm
  • Another Twitter sentiment analysis with Python — Part 3 (Zipf’s Law, data visualisation) http://bit.ly/2zlu4O7
  • Another Twitter sentiment analysis with Python — Part 4 (Count vectorizer, confusion matrix) http://bit.ly/2zdoywY
  • Another Twitter sentiment analysis with Python — Part 5 (Tfidf vectorizer, model comparison, lexical approach) http://bit.ly/2zhglbc
  • Another Twitter sentiment analysis with Python — Part 6 (Doc2Vec) http://bit.ly/2zdoD3K
  • Another Twitter sentiment analysis with Python — Part 7 (Phrase modeling + Doc2Vec) http://bit.ly/2zhYcKu
  • Another Twitter sentiment analysis with Python — Part 8 (Dimensionality reduction: Chi2, PCA) http://bit.ly/2zhXOM2
  • Another Twitter sentiment analysis with Python — Part 9 (Neural Networks with Tfidf vectors using Keras) http://bit.ly/2zhYyRk
  • Another Twitter sentiment analysis with Python — Part 10 (Neural Network with Doc2Vec/Word2Vec/GloVe) http://bit.ly/2zhgueK
  • Another Twitter sentiment analysis with Python — Part 11 (CNN + Word2Vec) http://bit.ly/2zhZOnw
  • Yet Another Twitter Sentiment Analysis Part 1 — tackling class imbalance http://bit.ly/2zi8nP9

Deep Learning

Transfer Learning

Gaussian Mixture Models

University Courses

MOOCs

Foundations

Recurrent Neural Networks - Deep Learning Specialization

arXiv Publications

Morty Proxy This is a proxified and sanitized view of the page, visit original site.