Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.13 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.13 KB

Hotel Reviews Sentiment Prediction

Notebooks of our research and modelling for Sentiment Prediction of Hotel Reviews. This pre-trained model can be downloaded through this link. This model was trained on Hotel Reviews data on Kaggle. This model is also utilized on Pre-Trained Embedding on Multilingual Embeddings by Google that can be found here.

Information Value
Model Structure Pre Trained Embedding - Dense - Dense(Sigmoid)
Model Input List of strings, uncased (lower string), alphabetic (word only)
Model Output Sigmoid values [0..1] where 0 is negative sentiment and 1 is positive sentiment

This model is being implemented on out system.

CC22-HO01 ML Teams.