This study evaluates the utility of a publication power approach ( PPA ) for assessing the quality of journals in the field of artificial intelligence. PPA is compared with the T homson‐ R euters Institute for S cientific Information ( TR ) 5‐year and 2‐year impact factors and with expert opinion. The ranking produced by the method under study is only partially correlated with citation‐based measures ( TR ), but exhibits close agreement with expert survey rankings. A simple average of TR and power rankings results in a new ranking that is highly correlated with the expert survey rankings. This evidence suggests that power ranking can contribute to evaluating artificial intelligence journals.
No abstract is provided for this article.
No abstract is provided for this article.
Predicting application usage is useful for offering personalized services, improving mobile energy consumption, and mobile system resource management optimization. Currently, however, there are many possible applications, and each user has his/her own preferences and usage patterns, which makes the application prediction task very challenging. In this study we use different representation methods to represent mobile users' contextual information in order to predict application usage. We focus on the context of spatial information (i.e., where the applications are used) and represent it with graph embeddings, which capture users' visited locations with respect to their movements. We use multimodal embeddings to represent the temporal context, users' identifiers, and previously used applications. Then, the contextual information's latent representation is used in a deep learning framework composed of a GRU, attention layer, and multilayer perceptron to provide application usage predictions. We evaluate our method on two real-world datasets collected from the devices of mobile users. Our results show that the proposed method outperforms various machine learning models and state-of-the-art solutions. We also found that the spatial information's latent representation derived from graph embeddings outperformed traditional and commonly used representation methods when predicting application usage. Our findings also reveal interesting usage patterns regarding the users' predictability, which can help us to better understand users' behaviors.
In this work we implement a training of a Language Model (LM), using Recurrent Neural Network (RNN) and GloVe word embeddings, introduced by Pennigton et al. in [1]. The implementation is following the general idea of training RNNs for LM tasks presented in [2], but is rather using Gated Recurrent Unit (GRU) [3] for a memory cell, and not the more commonly used LSTM [4].