This website requires javascript to be enabled. It appears that your browser is configured to disable javascript. For instructions on enabling javascript in your browser, see https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=12654. If javascript is enabled in your browser and you are still getting this message, please contact your network administrator.
Learn why Sentiment Analysis is useful and how to approach the problem using both Rule-Based and Machine Learning-Based approaches. The details are really important - training data and feature extraction are critical. Sentiment Lexicons provide us with lists of words in different sentiment categories that we can use for building our feature set. All this is in the run up to a serious project to perform Twitter Sentiment Analysis. We’ll spend some time on Regular Expressions which are pretty handy to know as we’ll see in our code-along.
What Will I Learn?
Requirements: No prerequisites required, however knowledge of some undergraduate level mathematics would help, but is not mandatory. Working knowledge of Python would be helpful if you want to perform the coding exercise and understand the provided source code.
Who is the target audience?