LGMay 12, 2021

Automatic Classification of Games using Support Vector Machine

arXiv:2105.05674v23 citations
Originality Synthesis-oriented
AI Analysis

This incremental work assists game developers in market analysis by providing a tool for genre classification.

The paper tackled the problem of automatically classifying games into custom genres using descriptions and titles, achieving a best model accuracy of 77% with a 95% confidence interval around 70%.

Game developers benefit from availability of custom game genres when doing game market analysis. This information can help them to spot opportunities in market and make them more successful in planning a new game. In this paper we find good classifier for predicting category of a game. Prediction is based on description and title of a game. We use 2443 iOS App Store games as data set to generate a document-term matrix. To reduce the curse of dimensionality we use Latent Semantic Indexing, which, reduces the term dimension to approximately 1/9. Support Vector Machine supervised learning model is fit to pre-processed data. Model parameters are optimized using grid search and 20-fold cross validation. Best model yields to 77% mean accuracy or roughly 70% accuracy with 95% confidence. Developed classifier has been used in-house to assist games market research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes