- NLP Basic Workflow
- Welcome to Week 1 of the Select Topics in Python: Natural Language Processing course. These assignments cover the basics of NLP and the NLTK library, pre-processing, processing, and analyzing text. The module ends with graded coding exercises.
- Methods for Analyzing Natural Language
- Welcome to Week 2 of the Select Topics in Python: Natural Language Processing course. These assignments cover how to convert natural language into numerical representations that enable you to compute the similarity between provided text, and how to use a pre-trained language model. The module ends with graded coding exercises.
- Creating an NLP-Powered Chatbot
- Welcome to Week 3 of the Select Topics in Python: Natural Language Processing course. These assignments cover the basics about how chatbots work and will create a series of chatbots - ranging from a simple, hard-coded chatbot in Python to a more sophisticated open domain chatbot that uses a pre-trained language model. The module ends with graded coding exercises.