Research Article

SDRM-LDP: A Recommendation Model Based on Local Differential Privacy

Algorithm 2

Short-term dynamic recommendation model.
Input:
Output: Recommendation Lists Rel.
1: Get &
2: Initialization
3: Get based on all dataset
4: fordo
5: 
6: 
7: Get
8: Predicting the next state item genre
9: end for
10: Get Recommendation list Rel
11: Initialization
12: fordo
13: fordo
14:  Find all the users that satisfy condition . Extra and get a new matrix.
15:  Sum each column separately. Get submatrix
16 end for
17: Sum SE’s each column separately.
18:  Get the relationship matrix between the history records of user and other items.
19: Find all items in . Sorting items. Get ’s recommendation list
20: end for
21: Get all users’ recommendation list Rel.