Predicting the Next Process Event Using Convolutional Neural Networks

Abdulrhman Al-Jebrni,Hongming Cai,Lihong Jiang
DOI: https://doi.org/10.1109/pic.2018.8706282
2018-01-01
Abstract:Adding the feature of business process event prediction to information systems increases its productivity in the long run, enhances the quality of the taken decisions, and eliminates inconsistencies. Inspired by the previous works of employing deep learning approaches to predicting the next process event based on files of logged events, we propose the use of one-dimensional convolutional neural networks (1DCNN) to address the same problem. In the proposed approach we used a five-layer 1D CNN method to predict the next process event based on the previous instances. This paper compared the proposed approach with other approaches that used recurrent neural networks (RNN) with Long Short-Term Memory (LSTM) neural networks, and others on eight datasets. The proposed approach outperformed all the previous studies of the state-of-the-art in this domain on all the provided datasets.
What problem does this paper attempt to address?