HarshKothari21 / Natural-Language-Processing-Specialization

NLP Course By Deep learning.io powered by @coursera. Taught by: Younes Bensouda Mourri, Instructor of AI at Stanford University and Łukasz Kaiser, Staff Research Scientist at Google Brain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natural-Language-Processing-Specialization

NLP Course By DeepLearning.io powered by @coursera

NLP_with_classification_and_VectorSpaces

Analayzing tweets as positive or negative sentiment with the help of supervised machine learning model

Steps

  • Build Vocabulary
  • Preprocessing(STOP-Wrods, Handles and Stemming)
  • Set of Positive and Negative frequencies
  • Feature Extraction
  • Logisitic Rgreesion and Naive Bayes Classifier

Naive Machine Translation and LSH

Steps

  • Word Embeddings
  • transform matrices
  • compute the Loss function and gradient loss
  • Finding the optimal R with gradient descent algorithm
  • LSH and document search
    • Create Hash Table
    • Approximate KNN

About

NLP Course By Deep learning.io powered by @coursera. Taught by: Younes Bensouda Mourri, Instructor of AI at Stanford University and Łukasz Kaiser, Staff Research Scientist at Google Brain.


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%