The order of interaction implies that sequential patterns play an important role where more recent items in a sequence have a larger impact on the next item.交互序列发挥重要作用,其中序列中较新的项目对下一个项目有更大影响。
The idea is to embed a sequence of recent items into an "image" in the time and latent spaces and learn sequential patterns as local features of the image using convolutional filters.将一系列最近的项目嵌入到时间和潜在空间中的"图像"中,并使用卷积滤波器学习序列模式作为图像的局部特征。
INTRODUCTION
major limitations
point-level:前面的三个蓝色块单独对黄色块产生影响。
union-level,no skip:前面的三个联合对接下来的黄色块产生影响。
union-level,skip once:前面的三个联合块可以对后面的黄色块产生影响。
contributions
(1) Caser uses horizontal and vertical convolutional filters to capture sequential patterns at point-level, union-level, and of skip behaviors. (2) Caser models both users' general preferences and sequential patterns, and generalizes several existing state-of-the- art methods in a single unified framework. (3) Caser outperforms state-of-the-art methods for top-N sequential recommendation on real life data sets.。