Mobile Application Recommendations Based on Complex Information.

Shuotao Yang,Hong Yu,Weiwei Deng,Xiaochen Lai
DOI: https://doi.org/10.1007/978-3-319-19066-2_40
2015-01-01
Abstract:Due to the huge and still rapidly growing number of mobile applications, it becomes necessary to provide users an application recommending service. In this work we present a recommendation system that recommends new applications for users according to their outdated applications. The recommender assumes that each owned application has complex information containing both descriptions and API information. The proposed approach mines application descriptions from publicly available online specifications and identifies APIs from the downloaded APKAndroid PacKage files. Text mining and incremental diffusive clusteringIDC algorithm are utilized to generate common features. And APIs are extracted by disassembly technology. Then the complex information of applications can be represented by the features and APIs. In the processing of recommending, the k-Nearest-Neighbor algorithm based on the self-adaptive similaritySS-KNN is adopted to generate candidate sets of applications, and then the coverage-weighted similarity is utilized to select the final recommendations from the candidates. Extensive experiments are conducted on different application categories and the experimental results illustrate the effectiveness and efficiency of the approach.
What problem does this paper attempt to address?