Predicting Smartphone App Usage With Recurrent Neural Networks

Shijian Xu,Wenzhong Li,Xiao Zhang,Songcheng Gao,Tong Zhan,Yongzhu Zhao,Wei-wei Zhu,Tianzi Sun
DOI: https://doi.org/10.1007/978-3-319-94268-1_44
2018-01-01
Abstract:Nowadays millions of apps are available and most of users install a lot of apps on their smartphones. It will cause some troubles in finding the specific apps promptly. By predicting the next app to be used in a short term and launching them as shortcuts can make the smartphone system more efficient and user-friendly. In this paper, we formulate the app usage prediction problem as a multi-label classification problem and propose a prediction model based on Long Short-term Memory (LSTM), which is an extension of the recurrent neural network (RNN). The proposed model explores the temporal-sequence dependency and contextual information as features for prediction. Extensive experiments based on real collected dataset show that the proposed model achieves better performance compared to the conventional approaches.
What problem does this paper attempt to address?