帳號:guest(18.223.203.153)          離開系統
字體大小: 字級放大   字級縮小   預設字形  

詳目顯示

以作者查詢圖書館館藏以作者查詢臺灣博碩士論文系統以作者查詢全國書目
作者(中文):傅駿浩
作者(外文):Fu, Chun-Hao
論文名稱(中文):社群中使用者對項目的鏈結預測
論文名稱(外文):Link Prediction for Social User-Item Networks
指導教授(中文):張正尚
指導教授(外文):Chang, Cheng-Shang
口試委員(中文):陳文村
李端興
張正尚
口試委員(外文):Chen, Wen-Tsuen
Lee, Duan-Shin
Chang, Cheng-Shang
學位類別:碩士
校院名稱:國立清華大學
系所名稱:通訊工程研究所
學號:100064522
出版年(民國):102
畢業學年度:101
語文別:英文
論文頁數:29
中文關鍵詞:網路科學二分圖推薦預測
外文關鍵詞:network sciencebipartite graphrecommendationlink prediction
相關次數:
  • 推薦推薦:0
  • 點閱點閱:455
  • 評分評分:*****
  • 下載下載:8
  • 收藏收藏:0
推薦系統是一個用來幫助使用者找到他們有興趣物品的熱門工具,可見於許多電子商務網站上,如:亞馬遜(線上購物網站)、Netflix(影片租借平台)。此系統根據使用者過去的購買紀錄,推測使用者可能的興趣,進而達成個人化推薦之目的。
本研究以DBLP資料庫(一個文獻搜索資料庫)為基礎進行鏈結預測之研究。目標是從發表者過去所參與的會議,來推測他未來可能會參與的會議。亦即,預測發表者在未來可能會何處發表論文。
協同過濾(collaborative filtering)是推薦系統中廣泛被應用的技術。但許多文獻皆指出此技術有網路稀疏(sparsity)的嚴重限制。舉例而言,在一個推薦系統網路中,每個人曾經購買的物品可能僅僅幾十個項目,相對於系統中數以萬計的項目數來說,可說是微乎其微,進而導致此技術可能無法產生有效的推薦。
因此,本研究以隨機漫步(random walk)的方法來解決此問題:透過馬可夫鏈(Markov chain)中的轉移機率,來計算發表者將在某個會議上發表論文的機率。此作法所傳達的概念和協同過濾是類似的,同時亦解決了網路稀疏的問題。此外,本研究除了在二分圖(bipartite graph)上隨機漫步之外,還加入了作者間的友誼關係,此訊息可使預測更加精準。
研究發現,調整隨機漫步者的前進機率後,適當的參數加上朋友關係可以使得預測更加準確。同時,時間因素也對於推薦系統有重要的影響。此外,當推薦系統推薦較多的清單量給使用者時,選擇較小的前進機率更能增加推薦的準確度。
Recommendation is the most popular tool to help users find the new items they are interested in. We study the link prediction problem on the author-conference network of DBLP data set, and we would like to predict what conferences the author will publish in. Collaborative filtering is the most common method to suggest items for users. However, the limitation of this approach is the sparsity problem. As a result, we perform the random walk on the graph to calculate the transition probability for predicting. We consider not only the bipartite graph but also the relationship of these authors, so we perform the random walk on this union of two graphs. Experimental results show it can predict more precisely when choosing the appropriate parameters in our algorithm, and it is useful with the information of the friendship.
1 Introduction
2 Problem Definition
2.1 Toy Example
3 Random Walk Model
3.1 Algorithm
3.2 Numerical Analysis
4 Experiments
4.1 Data Set
4.2 Experimental Design
4.3 Evaluation Metrics
4.4 Results
4.4.1 Predicting by different training sets
4.4.2 Numerical analysis
4.4.3 Predicting by several years with weights
4.4.4 Evaluation for precision and recall
5 Conclusion
[1] T. Bogers, “Movie recommendation using random walks over the contextual graph,” in Proc. of the 2nd Intl. Workshop on Context-Aware Recommender Systems, 2010.
[2] J. Davidson, B. Liebald, J. Liu, P. Nandy, T. Van Vleet, U. Gargi, S. Gupta, Y. He, M. Lambert, B. Livingston et al., “The youtube video recommendation system,” in Proceedings of the fourth ACM conference on Recommender systems. ACM, 2010, pp. 293–296.
[3] M. Li, B. M. Dias, I. Jarman, W. El-Deredy, and P. J. Lisboa, “Grocery shopping recommendations based on basket-sensitive random walk,” in Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2009, pp. 1215–1224.
[4] G. Linden, B. Smith, and J. York, “Amazon. com recommendations: Item-to-item collaborative filtering,” Internet Computing, IEEE, vol. 7, no. 1, pp. 76–80, 2003.
[5] Y. Koren, “The bellkor solution to the netflix grand prize,” Netflix prize documentation, 2009.
[6] J. S. Breese, D. Heckerman, and C. Kadie, “Empirical analysis of predictive algorithms for collaborative filtering,” in Proceedings of the Fourteenth conference on Uncertainty in artificial intelligence. Morgan Kaufmann Publishers Inc., 1998, pp. 43–52.
[7] D. Goldberg, D. Nichols, B. M. Oki, and D. Terry, “Using collaborative filtering to weave an information tapestry,” Communications of the ACM, vol. 35, no. 12, pp. 61–70, 1992.
[8] D. M. Dunlavy, T. G. Kolda, and E. Acar, “Temporal link prediction using matrix and tensor factorizations,” ACM Transactions on Knowledge Discovery from Data (TKDD), vol. 5, no. 2, p. 10, 2011.
[9] H. Ma, H. Yang, M. R. Lyu, and I. King, “Sorec: social recommendation using probabilistic matrix factorization,” in Proceedings of the 17th ACM conference on Information and knowledge management. ACM, 2008, pp. 931–940.
[10] M. Jamali and M. Ester, “Trustwalker: a random walk model for combining trust-based and item-based recommendation,” in Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2009, pp. 397–406.
[11] K. Goldberg, T. Roeder, D. Gupta, and C. Perkins, “Eigentaste: A constant time collaborative filtering algorithm,” Information Retrieval, vol. 4, no. 2, pp. 133–151, 2001.
[12] S. Brin and L. Page, “The anatomy of a large-scale hypertextual web search engine,” Computer networks and ISDN systems, vol. 30, no. 1, pp. 107–117, 1998.
[13] S. Baluja, R. Seth, D. Sivakumar, Y. Jing, J. Yagnik, S. Kumar, D. Ravichandran, and M. Aly, “Video suggestion and discovery for youtube: taking random walks through the view graph,” in Proceedings of the 17th international conference on World Wide Web. ACM, 2008, pp. 895–904.
[14] S. Shang, S. R. Kulkarni, P. W. Cuff, and P. Hui, “A random walk based model incorporating social information for recommendations,” CoRR, vol. abs/1208.0787, 2012.
[15] W. Liu and L. L¨u, “Link prediction based on local random walk,” EPL (Europhysics Letters), vol. 89, no. 5, p. 58007, 2010.
[16] Z. Huang, D. Zeng, and H. Chen, “A link analysis approach to recommendation under sparse data,” in Proc. 2004 Americas Conf. Information Systems, 2004.
[17] H. Yildirim and M. S. Krishnamoorthy, “A random walk method for alleviating the sparsity problem in collaborative filtering,” in Proceedings of the 2008 ACM conference on Recommender systems. ACM, 2008, pp. 131–138.
[18] M. Ley, “Dblp: some lessons learned,” Proceedings of the VLDB Endowment, vol. 2, no. 2, pp. 1493–1500, 2009.
[19] G. Csardi and T. Nepusz, “The igraph software package for complex network research,” InterJournal, vol. Complex Systems, p. 1695, 2006. [Online]. Available: http://igraph.sf.net
[20] D. Liben-Nowell and J. Kleinberg, “The link-prediction problem for social networks,” Journal of the American society for information science and technology, vol. 58, no. 7, pp. 1019–1031, 2007.
 
 
 
 
第一頁 上一頁 下一頁 最後一頁 top
* *