Notes, Assignments and Relevant stuff from NLP course by deeplearning.ai, hosted on Coursera.
- Natural Language Preprocessing
- Visualizing Word Frequencies
- Visualizing Tweets and Logistic Regression models
- Assignment 1
- Linear algebra in Python with Numpy
- Manipulating word embeddings
- Another explanation about PCA
- Assignment 3
Week 2: Part of Speech Tagging and Hidden Markov Models
- Parts-of-Speech Tagging - First Steps: Working with text files, Creating a Vocabulary and Handling Unknown Words
- Parts-of-Speech Tagging - Working with tags and Numpy
- Assignment 2
- Word Embeddings: Ungraded Practice Notebook
- Word Embeddings First Steps: Data Preparation
- Word Embeddings: Intro to CBOW model, activation functions and working with Numpy
- Word Embeddings: Training the CBOW model
- Word Embeddings: Hands On
- Assignment 4