paper-with-me

Papers

Applying Naive Bayes Classification to Google Play Apps Categorization

2016-08-30 · Babatunde Olabenjo

There are over one million apps on Google Play Store and over half a million publishers. Having such a huge number of apps and developers can pose a challenge to app users and new publishers on the store. Discovering apps can be challenging if apps are not correctly published in the right category, and, in turn, reduce earnings for app developers. Additionally, with over 41 categories on Google Play Store, deciding on the right category to publish an app can be challenging for developers due to the number of categories they have to choose from. Machine Learning has been very useful, especially in classification problems such sentiment analysis, document classification and spam detection. These strategies can also be applied to app categorization on Google Play Store to suggest appropriate categories for app publishers using details from their application. In this project, we built two variations of the Naive Bayes classifier using open metadata from top developer apps on Google Play Store in other to classify new apps on the store. These classifiers are then evaluated using various evaluation methods and their results compared against each other. The results show that the Naive Bayes algorithm performs well for our classification problem and can potentially automate app categorization for Android app publishers on Google Play Store

📄 PDF Abstract BibTeX arXiv:1608.08574

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDocument ClassificationGeneral ClassificationSentiment AnalysisSpam detection

Similar Papers 제목 키워드 기반

Banking on Feedback: Text Analysis of Mobile Banking iOS and Google App Reviews

2025-03-14 · Yekta Amirkhalili, Ho Yi Wong

The rapid growth of mobile banking (m-banking), especially after the COVID-19 pandemic, has reshaped the financial sector. This study analyzes consumer reviews of m-banking apps from five major Canadian banks, collected …

Sentiment Analysis

Applying a Naive Bayes Similarity Measure to Word Sense Disambiguation

2014-06-01 · ACL 2014 6 · Tong Wang, Graeme Hirst
Information RetrievalWord Sense Disambiguation

Naive Bayes and Text Classification I - Introduction and Theory

2014-10-16 · Sebastian Raschka

Naive Bayes classifiers, a family of classifiers that are based on the popular Bayes' probability theorem, are known for creating simple yet well performing models, especially in the fields of document classification and…

ClassificationDisease PredictionDocument ClassificationGeneral Classification+2

Fast Privacy-Preserving Text Classification based on Secure Multiparty Computation

2021-01-18 · Amanda Resende, Davis Railsback, Rafael Dowsley, Anderson C. A. Nascimento 외

We propose a privacy-preserving Naive Bayes classifier and apply it to the problem of private text classification. In this setting, a party (Alice) holds a text message, while another party (Bob) holds a classifier. At t…

ClassificationGeneral ClassificationPrivacy PreservingSpam detection+2

Naive Bayes with Correlation Factor for Text Classification Problem

2019-05-08 · Jiangning Chen, Zhibo Dai, Juntao Duan, Heinrich Matzinger 외

Naive Bayes estimator is widely used in text classification problems. However, it doesn't perform well with small-size training dataset. We propose a new method based on Naive Bayes estimator to solve this problem. A cor…

ClassificationGeneral Classificationtext-classificationText Classification