Learn to code from scratch with the latest and greatest tools and techniques.
Enroll NowFrom Photoshop to After Effects, learn professional creative tools from the experts.
Enroll NowSnag unlimited access to 1,000+ courses for life — now just $99 with this deal!
View DealDo you want to learn to do sentiment analysis? The answer should almost always be yes if you are working in any business domain. Every company on the face of the earth wants to know what its customers feel about its products and services — and sentiment analysis is the easiest way and most accurate way of finding out the answer to this question.
By learning to do sentiment analysis, you would be making yourself invaluable to any company, especially those which are interested in quality assurance of their products and those working with business intelligence (which is almost all sensible companies, large and small, nowadays).
And in this course, we make doing sentiment analysis really easy. In the very first video, we introduce a less than 60 line sentiment analysis engine that can perform industry grade sentiment analysis. We then spend the rest of the course explaining these very powerful 60 lines so that you have a thorough understanding of the code. After you are done with this course, you would immediately be able to plug this system into your existing pipelines to do sentiment analysis of any text you can throw at it.
That is one of the reasons you should be doing sentiment analysis using Python and not some other “data science language” such as R. If you work with R and do sentiment analysis, you would still have to put in a lot of effort to take this skill to the market. If you write your sentiment analysis engine in Python, incorporating your code into your final business product is dead easy.
The second important tip for sentiment analysis is the latest success stories do not try to do it by hand. Instead, you train a machine to do it for you. That is why we use deep sentiment analysis in this course: you will train a deep learning model to do sentiment analysis for you. That way, you put in very little effort and get industry standard sentiment analysis — and you can improve your engine later on by simply utilizing a better model as soon as it becomes available with little effort.
We will focus on the following:
About the instructor:
Target Audience:
Anyone who:
What you need to know:
I have a PhD in Computer Sciences and a PostDoc from the Max Planck Institute for Software Systems. I have been programming since early 2000 and have worked with many different languages, tools and platforms. I have an extensive research experience with many state-of-the-art models to my name. My research in Android security has led to some major shifts in the Android permission model.
I love teaching and the most important reason I upload online is to make sure people can find my content.
You can see all the different courses I've created (including frontend, backend, machine learning and artificial intelligence) on my site.