Tag archives: movie-review

RSS feed of movie-review

Last update on .

Sentiment Analysis of French texts using deep learning techniques

In this blog, we will see how deep learning techniques (Recurrent Neural Network, RNN and/or Convolutional Neural Network, CNN) can be used to determine the sentiment polarity of a written text.  This is call "sentiment analysis" and it's very useful to enhanced the communication with your customers.  Such algorithms are typically used to analyze emails, website or even Facebook posts where your customers may talk about your products. Thanks to this, you can prioritize your answers and react faster to the unsatisfied customers... ...





Last update on .

Scrapping movie data from static web

Every data science journey starts by aggregating the data of interest.  In the industry sector, those are often coming directly from sensors, user surveys, software or application used by your customers.  Nonetheless, the information publicly available on the web still remain an important source of additional information like news, weather or even geographical addresses.  Today, we will focus on movie data... ...