Hands-On Natural Language Processing

Go to class
Write Review

Free Online Course: Hands-On Natural Language Processing provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Hands-On Natural Language Processing is taught by Wuraola Oyewusi.

Overview
  • Learn to use natural language processing to make sense of text data and derive useful insights.

Syllabus
  • Introduction

    • Gain insights from unstructured text data
    • What you should know
    • Exercise files
    1. Named Entity Recognition (NER)
    • What is named entity recognition (NER)?
    • NER with spaCy
    • Data preprocessing for custom NER
    • Custom model training with spaCy
    2. Topic Modeling
    • Introduction to topic modeling
    • Data preprocessing for topic modeling
    • Topic modeling with Gensim
    • Topic modeling visualization with pyLDAvis
    • Model evaluation for topic modeling
    3. Text Summarization
    • What is text summarization?
    • Text extraction for summarization
    • Text summarization with sumy
    4. Sentiment Analysis
    • What is sentiment analysis?
    • Sentiment analysis with VADER
    • Sentiment analysis with transformers
    Conclusion
    • Next steps