1 of 4

Advanced NLP

Machine Learning & AI with Python

2 of 4

What Are We Doing?

  • Identifying Sentiment in Text using �the VADER analysis tool
  • Classifying Text using the �Naive Bayes Algorithm

2

Machine Learning & AI with Python

3 of 4

Sentiment Analysis

  • How sentiment analysis works with VADER (Valence Aware Dictionary and sEntiment Reasoner)
  • Setting up the sentiment analysis project
  • Performing analysis with VADER using code

3

Machine Learning & AI with Python

4 of 4

Text Classification

  • How to use the Naive Bayes Algorithm
  • Setting up the project
  • Performing data analysis
  • Interpreting text using vectorization
  • Training, predicting, and testing the dataset

4

Machine Learning & AI with Python