Applying a Deep-Learning Approach to Predict the Quality of Web Services

Siao-Fang Lin,Chin-Yu Huang,Neil C. Fang
DOI: https://doi.org/10.1109/qrs54544.2021.00087
2021-01-01
Abstract:In the popularity of the Internet, users can find a variety of services on the Internet to meet their needs; but whether the stability of software service is a problem for users. Similarly, service providers seek to continuously update service to provide a better user experience. In this paper, we proposed four QoS prediction architectures that can consider more factors and variables than past methods. We compared the prediction performance of our proposed models with the regression model, the convolutional neural network (CNN), and the recurrent neural network (RNN). Four real datasets are used and experimental results show that considering multiple variables are better than single variable as inputs in our models. The Single method performed better than past methods using a single time series. Moreover, in four datasets multi-factor method predicted better than single factor method. Each model took different average training time in different datasets. Some methods took less time but does not have good performance. We used a CNN and RNN to converge more quickly than long short-term memory (LSTM) and gated recurrent unit (GRU), and to also achieve good prediction performance.
What problem does this paper attempt to address?