Code Monkey home page Code Monkey logo

nlp_specialization's Introduction

Natural Language Processing Specialization on Coursera (offered by deeplearning.ai)

Programming assignments and quizzes from all courses in the Coursera Natural Language Processing specialization offered by deeplearning.ai.

Instructor: Andrew Ng

Notes

For detailed interview-ready notes on all courses in the Coursera Natural Language Processing specialization, refer www.aman.ai.

Credits

The code base, quiz questions and diagrams are taken from the Natural Language Processing Specialization on Coursera, unless specified otherwise.

Course 1: Natural Language Processing with Classification and Vector Spaces

What we we learned ?
  • Perform sentiment analysis of tweets using logistic regression and then naïve Bayes,

  • Use vector space models to discover relationships between words and use PCA to reduce the dimensionality of the vector space and visualize those relationships, and

  • Write a simple English to French translation algorithm using pre-computed word embeddings and locality-sensitive hashing to relate words via approximate k-nearest neighbor search.

  • Use logistic regression, naïve Bayes, and word vectors to implement sentiment analysis, complete analogies & translate words.

Obtained Skills
  • Machine Translation
  • Word Embeddings
  • Locality-Sensitive Hashing
  • Sentiment Analysis
  • Vector Space Models

Course 2: Natural Language Processing with Probabilistic Models

What we we learned ?
  • a) Create a simple auto-correct algorithm using minimum edit distance and dynamic programming,
  • b) Apply the Viterbi Algorithm for part-of-speech (POS) tagging, which is vital for computational linguistics,
  • c) Write a better auto-complete algorithm using an N-gram language model, and
  • d) Write your own Word2Vec model that uses a neural network to compute word embeddings using a continuous bag-of-words model.
  • Use dynamic programming, hidden Markov models, and word embeddings to implement autocorrect, autocomplete & identify part-of-speech tags for words.
Obtained Skills
  • Word2vec
  • Parts-of-Speech Tagging
  • N-gram Language Models
  • Autocorrect

Course 3: Natural Language Processing with Sequence Models

What we we learned ?
  • Used recurrent neural networks, LSTMs, GRUs & Siamese networks in Trax for sentiment analysis, text generation & named entity recognition.
Obtained Skills
  • Word Embedding
  • Sentiment with Neural Nets
  • Siamese Networks
  • Natural Language Generation
  • Named-Entity Recognition

Course 4: Natural Language Processing with Attention Models

What we we learned ?
  • Use encoder-decoder, causal, & self-attention to machine translate complete sentences, summarize text, build chatbots & question-answering.
Obtained Skills
  • Reformer Models
  • Neural Machine Translation
  • Chatterbot
  • T5+BERT Models
  • Attention Models

Natural Language Processing -DeepLearning.AI

  • SUMMARY - WHAT YOU LEARNED?

Use logistic regression, naïve Bayes, and word vectors to implement sentiment analysis, complete analogies & translate words.

Use dynamic programming, hidden Markov models, and word embeddings to implement autocorrect, autocomplete & identify part-of-speech tags for words.

Use recurrent neural networks, LSTMs, GRUs & Siamese networks in Trax for sentiment analysis, text generation & named entity recognition.

Use encoder-decoder, causal, & self-attention to machine translate complete sentences, summarize text, build chatbots & question-answering.**

nlp_specialization's People

Contributors

ugrceyln avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.