Skip to content

Python implementation of sequential attack detector for recommender systems

Notifications You must be signed in to change notification settings

maktukmak/sequential-attack-detector

Repository files navigation

Sequential Attack Detector

This code is Python implementation of the paper "Sequential Attack Detection in Recommender Systems".

Model

The framework consists of a latent variable model, which is trained given the rating data and user/item attributes, and a CUSUM-like sequential detector to test newly registered users to detect shilling attacks by exploiting the uni-variate statistics from the latent space.

Dataset

Movielens 1M dataset is provided for a demonstration.

About

Python implementation of sequential attack detector for recommender systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages