Personal Recommendation Algorithm Combining Trust and Similarity based on Neural Network

DOI : 10.17577/IJERTV7IS030115

Download Full-Text PDF Cite this Publication

Text Only Version

Personal Recommendation Algorithm Combining Trust and Similarity based on Neural Network

La-Sheng Yu 1, Lei Zhang 2

School of Information Science and Engineering, Central South University,

Changsha, Hunan Province, China

Abstract Recommendations based on friend trust relationship in social network have been extensively researched in recent years. However, the majority of the trust-based models merely take credibility or similarity into account, ignoring the influences of divergent factors on the recommendation results. This paper proposes a random walking recommendation algorithm based on conditional restricted Boltzmann machine in trust network, namely CRBM_PrTW. The algorithm fills the missing data in training data by utilizing the conditional restricted Boltzmann machine to improve the accuracy of similarity calculation, which effectively solves data sparsity problem. And on this basis, the comprehensive weight of the credibility, similarity and the trust factor utilized as trust level has been implemented to random walking algorithm. Therefore we present the random walking method based on credibility in trust network, which enhances the accuracy of recommendation system. The experimental result on the Epinions dataset demonstrates that our method can provide better recommendation result in terms of evaluation metrics when compared with the existing methods.

Keywords Conditional Restricted Boltzmann machine; Trust network; Random walking; Data sparsity

  1. INTRODUCTION

    With the rapid development of the Internet, the large amount of data generated by mobile terminals and Web services make it difficult for users to get the information they need. With innumerable online goods, users have to devote a lot of time to select what they favor. In order to meet the users, recommendation systems come into being, the major E-commerce sites employing the recommendation system to furnish users with products that may interest them, such as Taobao, Jingdong and Amazon, etc. They have offered personalized recommendation service.

    Collaborative filtering (CF) is the most extensively applied and successful recommendation algorithm [1,2,3]. Mainstream collaborative filtering algorithms are divided into two categories: user-based CF [4] and item-based CF [5]. The user-based collaborative filtering calculates the similarity between users based on the their scoring matrix and finds a collection of users sharing similar interests. Then it recommends to the target users the identified items that are preferred by other users but not found by target users in the collection. But if only few users rate on the item, the rating information is extremely sparse, then it is hard to find a similar user set. Item-based collaborative filtering predicts the rating of target items in conformity with the user's rating data on similar items. However, the recommendation coverage is low as the user's interests change constantly.

    The Restricted Boltzmann Machine (RBM) can be regarded as an undigraph model [6]. In recent years, the RBM as the basic component module has achieved great success in deep learning, meanwhile the RBM model has been demonstrated to help address the cold start problem in recommendation system. Salakhutdinov et al. [7] initially applied the RBM model to the recommendation system and proposed the Conditional Restricted Boltzmann Machine (CRBM) model. The CRBM model makes full use of the rated/unrated information to mitigate the negative impacts of the sparse data on recommendation results. Liu et al. [8] extended RBM model by incorporating content-based features such as user demographic information, items categorization and other features. The experimental results show that Content-boosted Restricted Boltzmann Machine (CB-RBM) performs better than a pure RBM model and other content-boosted collaborative filtering methods.

    In recent years, with the advancement of social network, the usage of user relationship in social network has become a research focus in recommendation field. People are more inclined to receive recommendations from their closest friends in social networks. Golbeck [9] proposed a TidalTrust model to use modified breadth first search strategy in the Trust network to infer the trust value between the source users and others, but it ignores the impacts of the part of raters far away from the source users on the recommendation results. Massa et al. [10,11] presented a ModelTrust model that is similar to TidalTrust. But ModelTrust considers all users in the pre-difined range and calculates the trust among users as the weight value. The biggest challenge for trust based recommendation is to select the distance to explore in the trust network. To solve this problem, Jamali and Ester [12] put forward a random walk algorithm in the trust network, namely the TrustWalker algorithm. However, the majority of the trust models only consider the single factor of trust or similarity but the effects of various factors on recommendation result.

    In order to tackle the problems mentioned above, this article, combining both CRBM and TrustWalker, presents a CRBM_PrTW algorithm that can adapt to the sparse data and random walk in the trust network. The CRBM_PrTW algorithm completes the training data through the CRBM model and calculates the user similarities and the comprehensive weights of the trust, similarity and credibility. By applying random walking in trust network, the evaluated target items and the items similar to the target items are considered, which enhance the accuracy and coverage of recommendation results.

  2. RELATED WORKS

    Data sparsity means the rating matrix gradually becomes sparse with the growth of users and items, resulting in inaccurate calculation of item similarity. In order to handle the problem, some improved methods adopted the way of

    similarity coefficient, Pearson correlation coefficient [12], cosine similarity and modified cosine similarity [5]. Pearson similarity between item i and item j :

    u,i u u, j u

    uUC

    (r r )r r

    i , j

    r

    u

    r

    u

    corr i, j i , j (1)

    pre-filling rating matrix. The singular value decomposition (SVD) model is proposed to reduce the dimension of the rating matrix and utilizes the dense rating matrix to recommend [13].

    uUC

    u,i

    r 2

    uU

    u,i

    r 2

    The paper [14] points out that the application of Principal

    Here, UCi, j

    represents a set of common users who have

    Component Analysis (PCA) can alleviate the data sparsity problem. A method based on K-means clustering is presented [15,16], which gathers users with similar interest into the same cluster and uses the average score of them to predict the missing score in the rating matrix, and to some extent solves the sparse data problem. The paper [17] applies the auto-encoders to study

    rated both item i and item j , ru is the average of ratings made by user u .

    Pearson similarity only considers the rating divergences among items but the influence of the number of the common users. For instance, if corr i, j corr i,l , but

    the low dimensional features to forecast the rating of the item. Koren et al. [18] proposed a matrix decomposition model,

    UCi, j

    UCi,l , then there are more common users between

    which decomposes a sparse matrix into two low order sub-matrices. Through continuous iterative training, the product of two matrices is getting closer to the real rating matrix.

    The TidalTrust uses the improved breadth first search method consdering the shortest path in the trust network to

    item i and item j than item i and item l , the correlation

    between item i and item j is stronger and

    simi, j simi,l. Therefore, we consider UCi, j in the

    similarity measure as follows:

    obtain the trust value between users by weighting the trust value [9]. However, the model neglects the influence of the users who are far away from the source users on the recommendation results. The ModelTrust algorithm [10,11] is similar to the

    simi, j

    1

    UCi , j

    1 e 2

    corr i, j

    (2)

    TidalTrust besides that a maximum path length is preset. At the basis of the data in real network, Ziegler et al. [19] analyze the similarity and the trust relationship among users and demonstrate that there is a positive correlation between them. Jamali and Ester [12] propose a random walk model in the trust network. In the course of walking, both the target users and the

    Cosine similarity does not take into account the user rating scale. For instance, in the rating range [1-5], user u rates 3 points to show like, and user v , over 4 points. The user's average score is subtracted in cosine similarity to tackle the

    problem. The similarity between user u and user v is:

    u

    u

    v

    v

    user's rating on the items that are similar to the target item are considered, which solves data sparsity and cold start problem.

    cI Ru,c Ru Rv,c Rv

    R

    R

    u ,v

    sim u, v

    (3)

    But it is of equal probability to select the next user in random walk. However, the reality is that if a user and the source user

    cI

    u,c

    R 2

    cI

    v,c

    R 2

    are of credibility and share greater similarity, it is more likely to be selected in the walking. The users with closer social

    Here,

    Ru ,c

    denotes user u s rating on item c ,

    Ru and

    relationships to others are much worth to be believed [20] and are much powerful in affecting others [21]. The paper [22] considers divergent factors of recommendation resources and proposes the electronic commerce recommendation system incorporated with trust and social relations.

    The traditional solutions mentioned above all have various shortcomings and can not effectively solve calculation accuracy of user similarity under extremely sparse user item rating.This paper utilizes the CRBM to extract the features and predicts the missing data in the rating matrix. And it builds a robust trust network to improve the recommendation accuracy by applying the modified random walking algorithm in the trust network.

  3. ALGORITHM DESCRIPTION

  1. Similarity calculation

    The correlation between users and items is the key of collaborative filtering algorithm, therefore the usage of an appropriate method to measure similarity is paramount to obtain accurate recommendations. Currently there are several commonly used similarity calculation formulas: Jaccard

    Rv is the average ratings on the item rated by user u and user

    v respectively.

  2. Conditional Restricted Boltzmann Machine

    The traditional collaborative filtering based on RBM failed to consider a significant factor: there are some items users have rated or watched while we dont have ratings. This implicit information also provides additional insight into a users preferences. For example, if a user has evaluated "Rocky 5", we can conjecture that the user likes the type of movies.

    The Conditional RBM model takes the information into consideration. Define r {0,1}M is a binary vector of Length M (the total number of movies) , indicating all the movies the user rated (the ratings are unknown). The idea is to define a joint distribution on r that exceeds the condition (V , h) . In

    the conditional RBM model, the vector r affects the state of

    the hidden units in Figure 1.

    Fig. 1. Conditional RBM. The binary vector r, indicating rated/unrated movies, affects binary states of the hidden units.

    The model can be considered as a undirected graph model, V is the visible layer representing the data; h is the hidden layer, the feature extractor; W is the connection weight matrix between the visible and the hidden layers, and D is the connection weight matrix between the r layer and the hidden layer; While C is the bias of the visible unit, b is the bias of the hidden unit.

    exp(ck F h wk )

    Fig. 2. Illustration of a social network including ratings expressed by users.

    The ratings are shown below the item icon beside the user.

    As shown in this figure, we have a social network of users. Each user has rated some items. The source user u wants a prediction on the target item i . Usually only a small number of users have rated the target item i , other users have ratings on other items which may include items already rated by user u or items similar to the target item i .

    2) A Single Random Walk

    In order to predicting user u0 s rating on item i , we will

    p(vk

    1 | h)

    i j 1 j ij

    (4)

    perform our random walk in trust network with u0

    as the

    i

    1. K

      l 1

      exp(cl

      j1

      Fh)

      source user. When walking to a certain user u , if u has rated target item i , then we stop the random walk and return to the

      m K M

      p(h

      1| V , r) (b vkW k r D )

      (5)

      item r

      as the result of random walk. If u does not have a

    2. j i ij

    i1 k 1

    i ij

    i1

    u ,i

    (5)

    Welling and Hinton proposed a RBM fast learning algorithm, namely the Contrastive Divergence (CD) algorithm [23], the algorithm is also implemented to update parameter in CRBM model. On the basis of other research achievements [2,25], we train CRBM with hidden units F=100 and features

    rating on the item i , then we have two options:

    With probability u ,i,k , we dont continue the random walk. We randomly select one of the item j that is similar to the item i rated by u and we return ru , j as the result of this random walk. The probability of selecting j from items rated

    u

    simi, j

    C=40 in the following experiments.

  3. Recommendation Method of Random Walking in Trust

    by user u is PY

    j

    lRI

    simi, l , Yu ,i indicates a

    u,i

    Network Based on Trust Factor

    1. Problem Definition

      In recommendation systems we have a set of users

      random variable for item j among items rated by u while looking for an item similar to target item i . simi, j denotes

      U u1,…uN and a set of items I i1,…iM . Each user u

      the similarity between item i and item j , and

      u ,i,k

      rates a set of items RIu {iu1,…iuk } . The rating of user u on item i is denoted by ru ,i . ru ,i can be any real number, but often ratings are integers in the range [1, 5]. If user u trusts the user v , then tu ,v denotes the value of the trust as a real number in [0, 1]. Zero means no trust, and one means full trust. In addition, we define TUu v U | tu ,v 1 as the user set

      represents the probability to stop walking. Details will be discussed later.

      With probability 1-u ,i,k , we continue our random walk

      from the current user u to another user v who is one of user u s directly trusted neighbors ( v TUu ). Therefore before

      selecting the next user, we need to calculate the trust weight

      TW u, v for all the users to be selected:

      directly trusted by user u . TNv denotes the total number of users of user v . The trust network can be defined as a graph G U,TU , and the directed edges in the graph is

      TW u, v tu, v 1 simu, v

      1

      1 eTN v

      (6)

      illustrated as TU u, v| u U , v TUu .

      Here, the trust value btween users is illustrated by

      tu, v.

      The Trust network is a two-valued network on Epinions dataset,

      one means trust and zero means distrust. simu, v is the

      similarity between user u and the user v . The formula introduces a trust factor TNv , representing the total number of users who trust v . In the trust network, mutual trust users do

      not always share high similarity of interest. As the number of users who trust user v grows, the recommendation from user v will be more credible. Therefore, we propose the improved

      probability formula through combining together the trust

      Here, r denotes the result of the ith random walk, and T

      i

      i

      indicates the number of random walks we perform to compute the prediction. r represents the average of the ratings returned by random walks. We define 2 as the variance of the i random walk and the rating finite range of the item is 1,5, it

      can be demonstrated that 2 tends to a constant value. So we

      tu, v, similarity simu, v, trust factor TNv

      and sigmoid

      can terminate random walk when

      i1 i

      .

      function. We define a random variable Su

      select from TUu .

      for a user v to

      1. Recommendation Results Generation

        At the termination of each random walk, we will choose a

        user v s rating

        rv , j

        on item j as the result of a single

        TW u, v

        random walk, of which item j may be the same as target item

        PSu v

        wTU u

        TW u, w

        (7)

        i or not. When the overall walk is done, we can get the forecast rate of the source user u0 on target item i :

        1. Termination of a Single Random Walk

          We have a stop-walk probability for staying at each K

          u ,i,k

          ru ,i Wk rk

          (10)

          user u , and k is walking depth. Furthermore, ratings on target item i from users far away from source user u0 are noisy, but ratings expressed by trusted users nearby in the network are

          Here,

          0

          k 1

          Wk is the weight of the

          k th

          random walk, rk

          more reliable. Another factor that influences

          u ,i,k

          is the

          denotes the return result of the k th

          random walk. Formula 11 is

          maximum similarity

          maxsimi, j

          between item i and

          the probability of walking from the initial node u0

          to the

          item j rated by user u . So the deeper we go into the network, the probability of continuing our random walk should decrease

          and so u ,i,k should increase. The formula is as follows:

          current node uv and returning to item j :

          K

          K v,i,K v,i

          Pr PY j 1us ,i,k PSus ue (11)

          1

          u,i,k maxsimi, j k

          (8)

          us ,ue TU ,k 1

          iRIu

          1 e 2

          Here, us and ue are directly trusted friends, and us u0

          initially. The weight of each random walk is:

          Each random walk has three alternatives to stop:

          1. Arriving at a node which has expressed a rating on the target item i .

            WK 1/ logPrK

            K

            /

            k 1

            logPrk

            (12)

          2. When moving to the node u without rating on the target

            item i , we stop the walk at probability u ,i,k and return the rating for a similar item .

          3. If there is not restriction for walk depth, the walk may

          continue forever. To avoid such a case in our implementation,this paper sets the maxi-depth as 6 steps based on the theory of "six degree segmentation" [23]. When the walk depth comes to 6 steps, the walking is terminated.

        2. Termination Condition of the Overall Walk

      0

      In order to get an accurate prediction rate ru ,i , we need to

      select an appropriate overall walk depth. The formula is utilized to calculate the variance of in the results of all the walks:

  4. Improved Random Walk Algorithm Based on Conditional Restricted Boltzmann Machine

Trust based recommendation algorithm has been extensively studied in recent years in terms of data sparse and cold start. However, There are still some problems.

Similarity calculation is commonly implemented in a variety of recommendation algorithms, But the results lack accuracy when the data is sparse.

2) Mutually trusted friends may hold diverse interests. Trust users are not always similar, and vice versa. Traditional trust-based recommendation algorithms usually consider only trust or similarity. For example, in the TrustWalker model, the target user u 's prediction score for the target item i is calculated using only trust as a weighting coefficient, ignoring

2

T

i

i1

r r 2 T

(9)

the effects of the user's preference similarity on recommendations.

In order to address the above shortcomings, this paper proposes a Random Walk Recommendation Algorithm Based on Conditional Restricted Boltzmann Machine in the trust network (CBRM_PrTW). The algorithm applies the CRBM to

predict the the missing value in the user item rating matrix and the trust matrix, which improves the accuracy of the user similarity calculation and constructs a more comprehensive social network. In the process of random walk, we take into account the trust, user similarity and confidence factor to calculate trust weigh. And the recommendation is obtained with the upgraded random walk algorithm.

Step6: if ( u has rated i )

Stop random walk return ru ,i

Else:

If (random(0,1)< u ,i,k || K=6): stay at user u

simi, j

u,i

with probability PY

j

lRIu

simi, l ,

select item j

else:

Return ru , j

//v is one of us direct trusted friends According to formula (7), walk to user v, K++ uv //Assign v to u

goto Step5

end for

Algorithm 2. The description of the CreateDirectTrustNet algorithm.

Input: CRBM model, training dataset, rated/unrated data Output: TrustNet

Step1for all Friendship ( u1 , u2 ) in social network do: calculate the similarity between user u1 and user u2 :

Fig. 3. CRBM_PrTW algorithm flow chart.

simi, j

1

UCi , j

1 e 2

corr i, j

Algorithm 1. The description of the CRBM_PrTW algorithm.

Input: training dataset, rated/unrated data Output: prediction rate

// TrustNet represent Trust Network

calculate trust weight:

TW u, v tu, v 1 simu, v

add the trust weight to the trust network end for

1

1 eTN v

Step1: Training a CRBM model Step2: For each u U do:

Rating data and trust data in Algorithm 1 are used as the input of CRBM model to predict the missing value, and it solves the

//Use rating vector CRBM model;

CRBM RIu

RIu as an input to the constructed

sparsity of training set. We calculate the trust weight by taking a

comprehensive of trust, similarity and credibility to build a more sound trust network. That is to say, mutually-trusted users do not always hold similar interests and

Select the items to be rated to predict the vacant values Fill the vacancy of RIu with the prediction value

End for

Step3: Call the CreateTrustNet function to build TrustNet

users sharing low similarity may be congenial to each other s tastes. Whats more, we tend to select users with higher credibility in random walking. After K random walks, we regard the weight value of results returned by each walk as the final prediction value.

Step4: foreach

0

walk in TrustNet

ru ,i

which need to be predicted random

  1. Experimental Results and Analysis

    Step5: if i1 i or K>6: //K denotes walking steps

    Stop random walk

    The source user u0 's prediction rating for the target item i :

      Experimental data

      This paper selects the Epinions dataset obtained from the Epinions website to test the validity of algorithm. There are in total 49,290 users, 139,738 items and 664,824 rating records in the data set. Whats more, the rating sparsity amounts to

      r

      u0 ,i

      K

      Wk rk

      k 1

      99.99% and the average rating records are 13.3 times per user. The total number of trust record contains 487,181, with 9.9 directly-trusted friends per user. Therefore, the Epinions dataset

      is extremely sparse and can be used to evaluate the recommendation results of the model under the condition of utmost data sparsity.

    1. Evaluation metrics

In this paper, Root Mean Square Error (RMSE) is one of the evaluation metrics and the formula is :

RMSE

u,iTest ru,i r

u,i

Test

(13)

Here, ru ,i

denotes the user u s real rating on item i , r

u ,i

is the prediction rating and Test means the number of items rated by target user u . The smaller the value of the RMSE , the higher the accuracy of the recommendation results.

In the case of extreme data sparsity, some models recommend only a small number of movies to users. Therefore, this chapter selects Coverage as the second metric for evaluation metrics. M represents all the movies in the test set,

and Ru denotes the movies recommended to users. The

Fig. 4. Relationship between Trust Weight Coefficient and RMSE.

As it is shown in the Figure 4, when the 0.6, the RMSE gradually decreases with the increase of ; when >0.6, the RMSE also increases with the growth of ; when equals 0.6, the RMSE is the minimum value. In the following experiment, we select parameter =0.6 as the contrast experiment.

4) Experimental results

coverage calculation formula is:

coverage

Ru M

(14)

Considering the rigor of the experiment, we randomly divide the data set into 75% training set and 25% test set, and select the user-based CF, Item-based CF, TrustWalker, ModelTrust and TidalTrust algorithm mentioned above as contrast experiments.

TABLE I. EXPERIMENTAL RESULTS OF DIFFERENT RECOMMENDATION

To combine RMSE and coverage into a single evaluation metric, we calculate F-Measure [12]. So we need to transformed RMSE into a precision metric in the range [0,1]. The precision and F-Measure are calculated as follows:

RMSE

ALGORITHMS.

Pr ecision 1

4

(15)

F 2 precision converage precision converage

3) Coefficient selection of the trust weight

(16)

Method

RMSE

Converge(%)

F-Measure

User-based CF

1.252

63.24

0.283

Item-based CF

1.323

60.23

0.341

TrustWalker

1.124

86.12

0.742

ModelTrust

1.167

82.22

0.627

TidalTrust

1.135

79.61

0.643

CRBM_PrTW

0.921

90.15

0.852

As we can see from table 2, the CRBM_PrTW proposed in this paper is better than all other the algorithms in terms of evaluation metrics. The performance of traditional recommendation algorithm based on collaborative filtering is the worst. When the training set is extremely sparse, users

In this paper, the coefficient is of significance to calculate trust weight TW , the parameter affects the recommendation accuracy. So we need to analyze the relationship between parameter value and recommendation accuracy. In the CRBM_PrTW, the coefficient range is 0.1 to 1 in the experiment. The Figure 4 describes the variation of the RMSE when the coefficient takes different values.

merely rate on a small number of items and only a few items are scored by various users. It is difficult to calculate item similarity or user similarity, which reduces the recommendation quality. Trust network is utilized in the recommendation algorithm, as the items are recommended by its own trust users, the recommendation is significantly advanced in quality compared with the traditional collaborative filtering algorithm. The experiment demonstrates that the coverage and RMSE of TrustWalker are higher than that of ModelTrust and TidalTrust. That is due to the TrustWalker algorithm takes into account not only the trust user's rating of the target item, but also the rating of items similar to the target item. Our method utilizes CRBM to solve data sparse, which greatly improves the accuracy of similarity calculation. Meanwhile, trust value, user similarity and trust factor are considered to calculate trust weight that is applied in random walking algorithm, which enhances the recommended quality.

CONCLUSION

This paper proposed a random walk based on CRBM. The CRBM model effectively tackles data sparse and increases the accuracy of similarity calculation. In addition, this paper takes into consideration of credibility, user similarity and the trust factor. Therefore, the next selected users are trust users who share similar tastes in the random walk algorithm. Meanwhile, the trust factor makes the recommendation result more reliable. The experimental results show that the proposed CRBM_PrTW algorithm is better than other recommended methods.

There are several aspects that need to be considered in the future: firstly the trust in this article is binary trust, while in daily life, trust between people can be divided into different levels, such as trust, general trust, very trust and etc. We intend to calculate the type of real trust through trust propagation. Secondly, users share divergent interests in different types of movies, so we introduce the category factor in the method.

ACKNOWLEDGMENT

This research was supported by National Natural Science Foundation of China (Grant No. Z201610110620003). We are very grateful to Hengjuan Wang for her proof reading this paper.

REFERENCES

  1. Goldberg, David, et al. "Using collaborative filtering to weave an information tapestry." Communications of the ACM 35.12 (1992): 61-70.

  2. Kim, Kyoung-jae, and Hyunchul Ahn. "Recommender systems using cluster-indexing collaborative filtering and social data analytics." International Journal of Production Research (2017): 1-13.

  3. Cao, Cen, Q. Ni, and Y. Zhai. "An Improved Collaborative Filtering Recommendation Algorithm Based on Community Detection in Social Networks." Conference on Genetic and Evolutionary Computation ACM, 2015:1-8.

  4. Ma, M. M, and S. P. Wang. "Research of User-Based Collaborative Filtering Recommendation Algorithm Based on Hadoop." International Conference on Computer Information Systems and Industrial Applications 2015.

  5. [5] Li, Chenyang, and K. He. "CBMR: An optimized MapReduce for itembased collaborative filtering recommendation algorithm with empirical analysis." Concurrency & Computation Practice & Experience 29.10(2017):-.

  6. Fischer, Asja, and C. Igel. "An Introduction to Restricted Boltzmann Machines." 7441(2012):14-36.

  7. Salakhutdinov, Ruslan, A. Mnih, and G. Hinton. "Restricted Boltzmann machines for collaborative filtering." International Conference on Machine Learning ACM, 2007:791-798.

  8. Liu, Yongqi, et al. Content-Boosted Restricted Boltzmann Machine for Recommendation. Artificial Neural Networks and Machine Learning ICANN 2014. Springer International Publishing, 2014:773-780.

  9. Golbeck, Jennifer Ann. Computing and applying trust in web-based social networks. University of Maryland at College Park, 2005.

  10. Massa, Paolo, and P. Avesani. "Trust-aware recommender systems." ACM Conference on Recommender Systems ACM, 2007:17-24.

  11. Massa, Paolo, and P. Avesani. Trust-Aware Collaborative Filtering for Recommender Systems. On the Move to Meaningful Internet Systems 2004: CoopIS, DOA, and ODBASE. Springer Berlin Heidelberg, 2004:492-508.

  12. Jamali, Mohsen, and Martin Ester. "Trustwalker: a random walk model for combining trust-based and item-based recommendation." Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2009.

  13. Zhang, Sheng, et al. "Using singular value decomposition approximation for collaborative filtering." E-Commerce Technology, 2005. CEC 2005. Seventh IEEE International Conference on. IEEE, 2005.

  14. Goldberg, Ken, et al. "Eigentaste: A constant time collaborative filtering algorithm." Information Retrieval 4.2 (2001): 133-151.

  15. You, Haipeng, et al. "An Improved Collaborative Filtering Recommendation Algorithm Combining Item Clustering and Slope One Scheme." Proceedings of the International MultiConference of Engineers and Computer Scientists. Vol. 1. 2015.

  16. Beutel, Alex, Amr Ahmed, and Alexander J. Smola. "Accams: Additive co-clustering to approximate matrices succinctly." Proceedings of the 24th international conference on world wide web. International World Wide Web Conferences Steering Committee, 2015.

  17. Yi, Baolin, et al. "Expanded autoencoder recommendation framework and its application in movie recommendation." Software, Knowledge, Information Management & Applications (SKIMA), 2016 10th International Conference on. IEEE, 2016.

  18. Koren, Yehuda, Robert Bell, and Chris Volinsky. "Matrix factorization techniques for recommender systems." Computer 42.8 (2009).

  19. Ziegler, Cai-Nicolas, and Georg Lausen. "Analyzing correlation between trust and user similarity in online communities." ITrust. Vol. 2995. 2004.

  20. Chau, Michael, and Jennifer Xu. "Mining communities and their relationships in blogs: A study of online hate groups." International Journal of Human-Computer Studies 65.1 (2007): 57-70.

  21. Lee, Matthew KO, et al. "Consumer's decision to shop online: The moderating role of positive informational social influence." Information & Management 48.6 (2011): 185-191.

  22. Li, Yung-Ming, Chun-Te Wu, and Cheng-Yang Lai. "A social recommender mechanism for e-commerce: Combining similarity, trust, and relationship." Decision Support Systems 55.3 (2013): 740-752.

  23. Welling, Max, and Geoffrey E. Hinton. "A new learning algorithm for mean field Boltzmann machines." International Conference on Artificial Neural Networks. Springer, Berlin, Heidelberg, 2002.

  24. Travers, Jeffrey, and Stanley Milgram. "The small world problem." Phychology Today 1 (1967): 61-67.

  25. Georgiev, Kostadin, and Preslav Nakov. "A non-iid framework for collaborative filtering with restricted boltzmann machines." International Conference on Machine Learning. 2013.

Leave a Reply