It uses 2-layered fully connected/Dense Neural network model to predict whether the hotel reviews at TripAdvisor site are positive sentiment or negative sentiment.
It is a python implementation utilizing Keras library for DNN.
This problem statement came from a HackerEarth challenge: "Predict the Happiness" The accuracy score achieved was 88% when prediction file (sample_submisson.csv) is uploaded to their portal.