Machine learning and Lexicon approach to Sentiment analysis

Go to class
Write Review

Machine learning and Lexicon approach to Sentiment analysis provided by Udemy is a comprehensive online course, which lasts for 3-4 hours worth of material. Machine learning and Lexicon approach to Sentiment analysis is taught by Jaro Algo. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Machine learning and Lexicon based approach to Sentiment analysis using Twitter API

    What you'll learn:

    • How to create twitter developer account and connect to twitter API
    • Download Tweets, clean and store them in to Pandas DataFrame
    • Learn about Tokenization, Lemmatization, Stemming and much more
    • Perform Sentiment analysis with Vader and TextBlob lexicons
    • Learn about Machine learning approach to Sentiment Analysis
    • Build and test machine learning models

    Learn how to connect and download tweets through Twitter API. From there I will show you how to clean this data and prepare them for sentiment analysis. There are two most commonly used approaches to sentiment analysis so we will look at both of them. First one is Lexicon based approach where you can use prepared lexicons to analyse data and get sentiment of given text. Second one is Machine learning approach where we train our own model on labeled data and then we show it new data and hopefully our model will show us sentiment. At the end you will be able to build your own script to analyze sentiment of hundreds or even thousands of tweets about topic you choose.