| Literature DB >> 24757410 |
Qu Li1, Min Yao1, Jianhua Yang1, Ning Xu1.
Abstract
Online friend recommendation is a fast developing topic in web mining. In this paper, we used SVD matrix factorization to model user and item feature vector and used stochastic gradient descent to amend parameter and improve accuracy. To tackle cold start problem and data sparsity, we used KNN model to influence user feature vector. At the same time, we used graph theory to partition communities with fairly low time and space complexity. What is more, matrix factorization can combine online and offline recommendation. Experiments showed that the hybrid recommendation algorithm is able to recommend online friends with good accuracy.Entities:
Mesh:
Year: 2014 PMID: 24757410 PMCID: PMC3976802 DOI: 10.1155/2014/162148
Source DB: PubMed Journal: ScientificWorldJournal ISSN: 1537-744X
Figure 1User rating prediction.
Figure 2Node chromosome encoding.
Figure 3The effects of feature dimension on RMSE.
Figure 4RMSEs of different KNNs.
Figure 5Result of community partition.
Figure 6RMSE of proposed algorithm and basic SVD.
RMSE comparison of different models.
| Number | Algorithm | RMSE |
|---|---|---|
| 1 | SVD | 1 |
| 2 | SVD + Bui | 0.709202 |
| 3 | SVD + Bui + AVG | 0.703258 |
| 4 | SVD + Bui + AVG + KNN | 0.702454 |