错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Emoji Sentiment Analysis of User Reviews on Online Applications Using Supervised Machine Learning

  • A. Swetha Cordelia,
  • Sujatha Arun Kokatnoor

摘要

Analyzing the sentiment behind emojis can provide valuable insights into the emotional context and user sentiment associated with textual content. To conduct a comparative analysis of diverse supervised machine learning models that can achieve the highest level of accuracy in Emoji Sentiment Analysis is the purpose of this research. Five machine learning models used in this research are K-Nearest Neighbors (KNN), Artificial Neural Network (ANN), Logistic Regression, Naive Bayes, and Random Forest. The experimental process resulted in ANN and KNN models giving an accuracy of 92%. The ANN model shows its proficiency in effectively managing large datasets. ANN also supports fault tolerance. The KNN model refrains from conducting calculations during the training phase and only constructs a model when a query is executed on the dataset. This characteristic makes KNN particularly well-suited for data mining. Both ANN and K-NN excelled in the experimental study due to these distinctive attributes.