In this chapter, we are going to address one of the hot and trendy applications in natural language processing, which is called sentiment analysis. Most people nowadays express their opinions about something through social media platforms, and making use of this vast amount of text to keep track of customer satisfaction about something is very crucial for companies or even governments.
In this chapter, we are going to use recurrent-type neural networks to build a sentiment analysis solution. The following topics will be addressed in this chapter:
- General sentiment analysis architecture
- Sentiment analysis—model implementation