Video | Getting Started with Python Natural Language Processing

Author: Alice Zhao

Youtube address https://www.youtube.com/channel/UCyv-PL-QgkAXEfDRcKrYMeA

Github address https://www.youtube.com/channel/UCyv-PL-QgkAXEfDRcKrYMeA

Video | Getting Started with Python Natural Language Processing

Recently I found a video tutorial of "Python Natural Language Processing" on Youtube, which includes

  1. Introduction to NLP & Data Science
  2. Data cleaning & preprocessing
  3. Exploratory data analysis & word cloud diagram
  4. Use TextBlob to do English text sentiment analysis
  5. LDA topic model
    Video | Getting Started with Python Natural Language Processing

Due to Internet issues, the domestic viewing address and code acquisition method are provided at the end of the article

1. Introduction to NLP
Video | Getting Started with Python Natural Language Processing
2. Data cleaning
Video | Getting Started with Python Natural Language Processing
3. Exploratory data analysis EDA
Video | Getting Started with Python Natural Language Processing

4. English text sentiment analysis
textblob currently does not support Chinese ~ If there is annotated Chinese data, we can train the sentiment model of the Chinese data ourselves

Video | Getting Started with Python Natural Language Processing

5.LDA topic model
Video | Getting Started with Python Natural Language Processing

6. Video viewing method
Long press the picture to watch the video

Video | Getting Started with Python Natural Language Processing

Guess you like

Origin blog.51cto.com/15069487/2578448
Recommended