You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSKNN_STAN combines the ideas from STAN and VS-kNN in a single approach and adds a sequence-aware item scoring
procedure.
Its very likely that the VSKNN_STAN algorithm can leverage the VMISIndex to do its computation.
Add the VSKNN_STAN algorithm.
The VSKNN_STAN algorithm is introduced in the paper: Empirical Analysis of Session-Based Recommendation Algorithms
VSKNN_STAN combines the ideas from STAN and VS-kNN in a single approach and adds a sequence-aware item scoring
procedure.
Its very likely that the VSKNN_STAN algorithm can leverage the VMISIndex to do its computation.
A python implementation can be found here:
https://github.com/rn5l/session-rec/blob/master/algorithms/knn/vstan.py
The text was updated successfully, but these errors were encountered: