个性化技术及其在数字图书馆中应用的研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
近年来,国内外多个大规模图书数字化计划进展顺利,在大规模数字图书馆环境下的个性化技术研究已成为一个重要的研究方向。作者参与了“高等学校中英文图书数字化国际合作计划(CADAL)”的建设,主要负责研发CADAL百万册图书服务平台,为服务平台实现了图书推荐与搜索应用。
     本文工作围绕个性化技术研究及其在百万册图书上的应用而展开。针对推荐系统,研究了针对单维度评分以及多维度评分的协同过滤技术:但是在百万册图书服务平台服务过程中,发现读者很少为图书打分,导致基于评分的推荐系统不能够正常工作;为此研发了基于图书点击日志挖掘的图书实时推荐系统,并在个人空间中提供了基于自定义多媒体规则的个性化推荐系统。针对图书搜索,注重设计用户友好的人机交互界面。研究成果如下:
     (1)提出了针对单维度评分推荐系统的吸收随机行走模型:将单维度评分数据转换成为二部图,引入和每个用户或物品节点相连接的空节点,在增强二部图上运用高斯随机场进行建模,将top-N推荐问题建模成基于图的半监督分类问题,在考虑每个节点的度的情况下推导出一种有效的吸收随机行走模型。在两种真实数据集上的实验结果证明了该吸收随机行走模型的有效性。
     (2)提出了针对多维度评分推荐系统的两种概率隐含语义分析模型:扩展了著名的单维度评分概率隐含语义分析模型(pLSA),在保留pLSA引入的隐含变量的情况下,采用了两种不同的多元概率分布来建模每个用户的多维度评分。在Yahoo! Movies真实评分数据上的实验结果表明了两种多维度评分概率隐含语义分析模型在预测和推荐任务中的表现显著好于单维度pLSA以及其它对比方法。
     (3)研发了基于可伸缩紧凑浏览模式树的图书实时推荐系统:提出了红黑头节点树索引的紧凑浏览模式树,该数据结构使用前缀共享树来增量式处理新日志,使用红黑头节点树来显著地提高系统可伸缩性;提出了可伸缩紧凑浏览模式树的构建算法,以及基于该浏览模式树的分治式实时推荐算法。在CADAL服务平台的图书点击日志上的实验结果表明了该方法的有效性和高可伸缩性。
     (4)研发了百万册服务平台中的图书搜索服务和个性化空间:实现了交互界面友好的多资源库图书统一并行检索系统;研发了支持查询扩展和探索式浏览的图书章节检索系统;为个性化空间开发了基于自定义多媒体规则的个性化推荐系统,读者可以设置图书、图像和书法字三种多媒体规则,系统按照内容相似度以及从日志或用户反馈中挖掘出来的群体阅读倾向,主动推送合适的数字内容。
Recently, several mass digitization projects of books around the world have made a great progress. Personalization techniques in the context of large-scale digital library have been an important direction to explore. The author has fully participated in the first phase construction of China-America Digital Academic Library (CADAL), as a senior technician in charge of the development of CADAL portal, especially the recommendation and search applications for million books in CADAL.
     This thesis focuses on the research of personalization techniques and their applications to million e-books in CADAL. With respect to single-criterion and multi-criteria recommender systems, we propose new collaborative filtering methods in a perspective of probabilistic graphical model. However, most of users of CADAL portal have been reluctant to provide explicit ratings for books of interest, so that ratings-based recommender systems didn't work well in CADAL portal. Hence, the click-through logs of books have been utilized to real-timely recommend relevant books by using sequential pattern mining. Moreover, visitors can customize multimedia rules when visiting their own personal space in CADAL portal, according to which the appropriate recommendations are timely delivered by the rule-based recommender system. With respect to book search applications, the user-friendly HCI interfaces are the major concerns. The main contributions of this thesis are:
     (1) We propose an effective absorbing random walk model for single-criterion recommender systems. The single-criterion ratings data set is first transformed into a bipartite graph, each node in which is connected to a dummy node. Under the constraint of this augmented bipartite graph, the top-N recommendation task is modeled into a graph-based semi-supervised learning problem by employing the Gaussian random field, from which we derive an effective absorbing random walk model, taking into account the degree of each node. Experimental results upon two real-world ratings data sets show the effectiveness of our proposed model.
     (2) We propose two multi-criteria probabilistic latent semantic analysis models for multi-criteria recommender systems. The notable probabilistic latent semantic analysis models (pLSA) are extended to deal with multi-criteria ratings. The same latent variable introduced in pLSA is kept in the multi-criteria pLSA, corresponding to user group. However, two different multi-variate probability distributions are utilized to model multi-criteria ratings of each user. Experimental results on Yahoo!Movies multi-criteria ratings data set show that two multi-criteria pLSA models significantly outperform corresponding single-criterion pLSA and other examined methods.
     (3) Chapter 5 introduces the real-time book recommendation service based on the compact navigation pattern tree indexed by the red-black header tree, in which the prefix tree structure is used to incrementally handle the growth of access logs. The use of the red-black header tree greatly improves the scalability of compact navigation pattern tree. We propose the corresponding construction algorithm and the divide-and-conquer real-time recommendation algorithm based on this scalable navigation pattern tree. Experimental results on the click-through logs in the CADAL portal show the effectiveness and high scalability of our proposed approach.
     (4) Chapter 6 introduces search services for million books and personal space in the CADAL portal. We developed a novel user-friendly HCI interface for the metadata-based book search service. Moreover, we developed a book chapter search application supporting query expansion and exploratory search. In the personal space, we developed the multimedia rule-based recommender system, in which users can customize three kinds of multimedia rules:book, image and calligraphy character. The rule-based recommender system actively pushes appropriate contents to users according to content similarities as well as collective wisdom mined from logs or user feedbacks.
引文
[1]B. M. Sarwar, G. Karypis, J. A. Konstan, J. Riedl. Analysis of recommendation algorithms for e-commerce. Proceedings of the 2nd ACM Conference on Electronic Commerce, Minneapolis, MN, USA, ACM,2000,158-167.
    [2]B. N. Miller, I. Albert, S. K. Lam, J. A. Konstan, J. Riedl. MovieLens unplugged: experiences with an occasionally connected recommender system. Proceedings of the 8th International Conference on Intelligent User Interfaces,2003, 263-266.
    [3]J. Bennett, S. Lanning, The Netflix Prize. Proceedings of KDD Cup and Workshop 2007, San Jose, California, USA,2007,3-6.
    [4]G. Lekakos, P. Caravelas. A hybrid approach for movie recommendation. Multimedia Tools Appl.,2008,36 (1-2):55-70.
    [5]G. Linden, B. Smith, J. York. Amazon.com Recommendations:Item-to-Item Collaborative Filtering. IEEE Internet Computing,2003,7 (1):76-80.
    [6]D. Zhou, S. Zhu, K. Yu, X. Song, B. L. Tseng, H. Zha, C. L. Giles. Learning multiple graphs for document recommendations. Proceeding of the 17th International Conference on World Wide Web,2008,141-150.
    [7]A. W. Neumann, M. Philipp, F. Riedel. RecoDiver:Browsing behavior-based recommendations on dynamic graphs. AI Commun.,2008,21 (2-3):177-183.
    [8]K. Y. Goldberg, T. Roeder, D. Gupta, C. Perkins. Eigentaste:A Constant Time Collaborative Filtering Algorithm. Inf. Retr.,2001,4 (2):133-151.
    [9]T. Nathanson, E. Bitton, K. Y. Goldberg. Eigentaste 5.0:constant-time adaptability in a recommender system using item clustering. Proceedings of the 2007 ACM Conference on Recommender Systems,2007,149-152.
    [10]Y. Takama, S. Hattori. Mining Association Rules from TV Watching Log for TV Program Recommendation. Journal of Advanced Computational Intelligence and Intelligent Informatics,2008,12 (1):26-31.
    [11]Y. Blanco-Fernandez, J. J. Pazos-Arias, A. Gil-Solla, M. Ramos-Cabrer, M. Lopez-Nores, J. Garcia-Duque, A. Fernandez-Vilas, R. P. Diaz-Redondo, J. Bermejo-Munoz. A flexible semantic inference methodology to reason about user preferences in knowledge-based recommender systems. Knowl.-Based Syst.,2008,21 (4):305-320.
    [12]T. Tsunoda, M. Hoshino. Automatic metadata expansion and indirect collaborative filtering for TV program recommendation system. Multimedia Tools Appl.,2008,36 (1-2):37-54.
    [13]J. Wang, J. A. Pouwelse, J. Fokker, A. P. Vries, M. J. Reinders. Personalization on a peer-to-peer television system. Multimedia Tools Appl.,2008,36 (1-2): 89-113.
    [14]Y. Blanco-Fernandez, J. J. Pazos-Arias, A. Gil-Solla, M. Ramos-Cabrer, M. Lopez-Nores. Providing entertainment by content-based filtering and semantic reasoning in intelligent recommender systems. IEEE Transactions on Consumer Electronics,2008,54 (2):727-735.
    [15]S. Baluja, R. Seth, D. Sivakumar, Y. Jing, J. Yagnik, S. Kumar, D. Ravichandran, M. Aly. Video suggestion and discovery for youtube:taking random walks through the view graph. Proceedings of the 17th International Conference on World Wide Web, Beijing, China,2008,895-904.
    [16]J. Bollen, M. L. Nelson, G. Geisler, R. Araujo. Usage derived recommendations for a video digital library. Journal of Network and Computer Applications, 2007,30 (3):1059-1083.
    [17]H. Luo, J. Fan, D. A. Keim, S. Satoh. Personalized News Video Recommendation. Proceedings of 15th International Multimedia Modeling Conference, Sophia-Antipolis, France, Springer,2009,459-471.
    [18]F. Dinuzzo, G. Pillonetto, G. D. Nicolao. Client-server multi-task learning from distributed datasets.2008, CoRR, abs/0812.4235.
    [19]K. Yoshii, M. Goto, K. Komatani, T. Ogata, H. G. Okuno. An efficient hybrid music recommender system using an incrementally trainable probabilistic generative model. IEEE Transactions on Audio Speech and Language Processing,2008,16 (2):435-447.
    [20]O. Celma, X. Serra. FOAFing the music:Bridging the semantic gap in music recommendation. J. Web Sem.,2008,6 (4):250-256.
    [21]P. Resnick, N. Iacovou, M. Suchak, P. Bergstrom, J. Riedl. GroupLens:An Open Architecture for Collaborative Filtering of Netnews. Proceedings of the Conference on Computer Supported Cooperative Work, Chapel Hill, NC, USA, 1994,175-186.
    [22]J. A. Konstan, B. N. Miller, D. Maltz, J. L. Herlocker, L. R. Gordon, J. Riedl. GroupLens:Applying Collaborative Filtering to Usenet News. Commun. ACM, 1997,40 (3):77-87.
    [23]B. M. Sarwar, J. A. Konstan, A. Borchers, J. L. Herlocker, B. N. Miller, J. Riedl. Using Filtering Agents to Improve Prediction Quality in the GroupLens Research Collaborative Filtering System. Proceedings of the ACM 1998 Conference on Computer Supported Cooperative Work, Seattle, WA, USA, 1998,345-354.
    [24]A. Das, M. Datar, A. Garg, S. Rajaram. Google news personalization:scalable online collaborative filtering. Proceedings of the 16th International Conference on World Wide Web, Banff, Alberta, Canada,2007,271-280.
    [25]R. Jaschke, L. B. Marinho, A. Hotho, L. Schmidt-Thieme, G. Stumme. Tag recommendations in social bookmarking systems. AI Commun.,2008,21 (4): 231-247.
    [26]Y. Song, Z. Zhuang, H. Li, Q. Zhao, J. Li, W.-C. Lee, C. L. Giles. Real-time automatic tag recommendation. Proceedings of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Singapore,2008,515-522.
    [27]P. Victor, C. Cornelis, M. D. Cock, A. Teredesai. Key figure impact in trust-enhanced recommender systems. AI Commun.,2008,21 (2-3):127-143.
    [28]W. Chen, J.-C. Chu, J. Luan, H. Bai, Y. Wang, E. Y. Chang. Collaborative filtering for orkut communities:discovery of user latent behavior. Proceedings of the 18th International Conference on World Wide Web, Madrid, Spain,2009, 681-690.
    [29]F. J. Prins, R. J. Nadolski, A. J. Berlanga, H. Drachsler, H. Hummel, R. Koper. Competence description for personal recommendations:The importance of identifying the complexity of learning and performance situations. Educational Technology & Society,2008,11 (3):141-152.
    [30]M. H. Hsu. A personalized English learning recommender system for ESL students. Expert Systems With Applications,2008,34 (1):683-688.
    [31]H. Drachsler, H. G. Hummel, R. Koper. Personal recommender systems for learners in lifelong learning networks:the requirements, techniques and model. International Journal of Learning Technology,2008,3 (4):404-423.
    [32]M.-H. Hsu. Proposing an ESL recommender teaching and learning system. Expert Syst. Appl.,2008,34 (3):2102-2110.
    [33]A. Rodriguez. Generation, testing and recommendation of teaching materials using classification learning. International Journal of Advanced Media and Communication,2008,2 (3):308-324.
    [34]D.-R. Liu, C.-K. Ke, J.-Y. Lee, C.-F. Lee. Knowledge maps for composite e-services:A mining-based system platform coupling with recommendations. Expert Syst. Appl.,2008,34 (1):700-716.
    [35]L. Drumond, R. Girardi. A multi-agent legal recommender system. Artif. Intell. Law,2008,16 (2):175-207.
    [36]R. Garfinkel, R. Gopal, B. Pathak, F. Yin. Shopbot 2.0:Integrating recommendations and promotions with comparison shopping. Decision Support Systems,2008,46(1):61-69.
    [37]Q. Shao, Y. Chen, S. Tao, X. Yan, N. Anerousi. EasyTicket:a ticket routing recommendation engine for enterprise problem resolution. Proceedings of the VLDB Endowment,2008,1 (2):1436-1439.
    [38]Y. Cao, H. Duan, C.-Y. Lin, Y. Yu, H.-W. Hon. Recommending questions using the mdl-based tree cut model. Proceedings of the 17th International Conference on World Wide Web, Beijing, China,2008,81-90.
    [39]M. Kagie, M. C. van Wezel, P. J. F. Groenen. A graphical shopping interface based on product attributes. Decision Support Systems,2008,46 (1):265-276.
    [40]J. Leino, K.-J. Raiha. User Experiences and Impressions of Recommenders in Complex Information Environments. IEEE Data Eng. Bull.,2008,31 (2): 32-39.
    [41]P. Winoto, T. Y. Tang. If You Like the Devil Wears Prada the Book, Will You also Enjoy the Devil Wears Prada the Movie? A Study of Cross-Domain Recommendations. New Generation Comput.,2008,26 (3):209-225.
    [42]N. N. Liu, Q. Yang. EigenRank:a ranking-oriented approach to collaborative filtering. Proceedings of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Singapore,2008, 83-90.
    [43]T.-Q. Lee, Y. Park, Y.-T. Park. A time-based approach to effective recommender systems using implicit feedback. Expert Syst. Appl.,2008,34 (4):3055-3062.
    [44]E. Rich. User modeling via stereotypes. Cognitive Science,1979,3 (4):329-354.
    [45]M. Y. H. Al-Shamri, K. K. Bharadwaj. Fuzzy-genetic approach to recommender systems based on a novel hybrid user model. Expert Systems With Applications,2008,35 (3):1386-1399.
    [46]F. Carmagnola, F. Cena, L. Console, O. Cortassa, C. Gena, A. Goy, I. Torre, A. Toso, F. Vernero. Tag-based user modeling for social multi-device adaptive guides. User Model. User-Adapt. Interact.,2008,18 (5):497-538.
    [47]P. Viappiani, P. Pu, B. Faltings. Preference-based search with adaptive recommendations. AI Commun.,2008,21 (2-3):155-175.
    [48]E. Reategui, E. Boff, J. A. Campbell. Personalization in an interactive learning environment through a virtual character. Computers & Education,2008,51 (2): 530-544.
    [49]S. Berkovsky, T. Kuflik, F. Ricci. Mediation of user models for enhanced personalization in recommender systems. User Model. User-Adapt. Interact., 2008,18 (3):245-286.
    [50]R. D. Burke. Hybrid Recommender Systems:Survey and Experiments. User Model. User-Adapt. Interact.,2002,12 (4):331-370.
    [51]S. Perugini, M. A. Goncalves, E. A. Fox. Recommender Systems Research:A Connection-Centric Survey. J. Intell. Inf. Syst.,2004,23 (2):107-143.
    [52]G. Adomavicius, A. Tuzhilin. Toward the Next Generation of Recommender Systems:A Survey of the State-of-the-Art and Possible Extensions. IEEE Trans. Knowl. Data Eng.,2005,17 (6):734-749.
    [53]D. H. Stern, R. Herbrich, T. Graepel. Matchbox:large scale online bayesian recommendations. Proceedings of the 18th International Conference on World Wide Web, Madrid, Spain,2009,111-120.
    [54]G. Somlo, A. E. Howe. Adaptive Lightweight Text Filtering. Proceedings of 4th International Conference on Intelligent Data Analysis, September 13-15,2001, Cascais, Portugal,2001,319-329.
    [55]Y. Zhang, J. P. Callan, T. P. Minka. Novelty and redundancy detection in adaptive filtering. Proceedings of the 25th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Tampere, Finland,2002,81-88.
    [56]Y. Zhang, J. P. Callan. Maximum Likelihood Estimation for Filtering Thresholds. Proceedings of the 24th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, New Orleans, Louisiana, USA,2001,294-302.
    [57]M. J. Pazzani, D. Billsus. Learning and Revising User Profiles:The Identification of Interesting Web Sites. Machine Learning,1997,27 (3):313-331.
    [58]M. Balabanovic, Y. Shoham. Content-Based, Collaborative Recommendation. Commun. ACM,1997,40 (3):66-72.
    [59]D. Billsus, M. J. Pazzani. User Modeling for Adaptive News Access. User Model. User-Adapt. Interact.,2000,10 (2-3):147-180.
    [60]J. S. Breese, D. Heckerman, C. M. Kadie. Empirical Analysis of Predictive Algorithms for Collaborative Filtering. Proceedings of the Fourteenth Conference on Uncertainty in Artificial Intelligence, Madison, Wisconsin, USA, Morgan Kaufmann,1998,43-52.
    [61]L. Candillier, F. Meyer, M. Boulle. Comparing State-of-the-Art Collaborative Filtering Systems. Proceedings of 5th International Conference on Machine Learning and Data Mining in Pattern Recognition, Leipzig, Germany,2007, 548-562.
    [62]A. Nakamura, N. Abe. Collaborative Filtering Using Weighted Majority Prediction Algorithms. Proceedings of the Fifteenth International Conference on Machine Learning, Madison, Wisconson, USA,1998,395-403.
    [63]B. M. Sarwar, G. Karypis, J. A. Konstan, J. Riedl. Item-based collaborative filtering recommendation algorithms. Proceedings of the Tenth International World Wide Web Conference, Hong Kong, China, ACM,2001,285-295.
    [64]M. Deshpande, G. Karypis. Item-based top-N recommendation algorithms. ACM Trans. Inf. Syst.,2004,22 (1):143-177.
    [65]M.-A. Sicilia, E. G. Barriocanal, S. Sanchez-Alonso. Empirical assessment of a collaborative filtering algorithm based on OWA operators. Int. J. Intell. Syst., 2008,23(12):1251-1263.
    [66]S. Cayzer, U. Aickelin. A Recommender System based on the Immune Network. 2008, CoRR,abs/0801.3547.
    [67]U. Aickelin, Q. Chen. On Affinity Measures for Artificial Immune System Movie Recommenders.2008, CoRR, abs/0801.4307.
    [68]Y.-L. Chen, L.-C. Cheng. A novel collaborative filtering approach for recommending ranked items. Expert Syst. Appl.,2008,34 (4):2396-2405.
    [69]D. Lemire, A. Maclachlan. Slope One Predictors for Online Rating-Based Collaborative Filtering. Proceedings of 2005 SIAM International Data Mining Conference, Newport Beach, California, USA.2005.
    [70]S. Russell, V. Y. Yoon. Applications of wavelet data reduction in a recommender system. Expert Syst. Appl.,2008,34 (4):2316-2325.
    [71]K. Yu, X. Xu, J. Tao, M. Ester, H.-P Kriegel. Instance Selection Techniques for Memory-based Collaborative Filtering. Proceedings of the Second SIAM International Conference on Data Mining, Arlington, VA, USA.2005.
    [72]Y. Koren. Factorization meets the neighborhood:a multifaceted collaborative filtering model. Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Las Vegas, Nevada, USA, ACM,2008,426-434.
    [73]J. Wang, A. P. Vries, M. J. Reinders. Unifying user-based and item-based collaborative filtering approaches by similarity fusion. Proceedings of the 29th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Seattle, Washington, USA, ACM,2006,501-508.
    [74]H. Luo, C. Niu, R. Shen, C. Ullrich. A collaborative filtering framework based on both local user similarity and global user similarity. Machine Learning,2008, 72 (3):231-245.
    [75]R. Jin, L. Si, C. Zhai. A study of mixture models for collaborative filtering. Inf. Retr.,2006,9 (3):357-382.
    [76]T. Hofmann, J. Puzicha. Latent Class Models for Collaborative Filtering. Proceedings of the Sixteenth International Joint Conference on Artificial Intelligence, Stockholm, Sweden,1999,688-693.
    [77]L. Si, R. Jin. Flexible Mixture Model for Collaborative Filtering. Proceedings of the Twentieth International Conference on Machine Learning, Washington, DC, USA, AAAI Press,2003,704-711.
    [78]R. Jin, L. Si, C. Zhai. Preference-based Graphic Models for Collaborative Filtering. Proceedings of the 19th Conference in Uncertainty in Artificial Intelligence, Acapulco, Mexico,2003,329-336.
    [79]R. Jin, L. Si, C. Zhai, J. P. Callan. Collaborative filtering with decoupled models for preferences and ratings. Proceedings of the ACM International Conference on Information and Knowledge Management, New Orleans, Louisiana, USA, 2003,309-316.
    [80]J. M. Kleinberg, M. Sandler. Using mixture models for collaborative filtering. J. Comput. Syst. Sci.,2008,74 (1):49-69.
    [81]B. M. Marlin, R. S. Zemel, S. Roweis, M. Slaney.. Collaborative Filtering and the Missing at Random Assumption. proceedings of the 23rd Conference on Uncertainty in Artificial Intelligence.2007.
    [82]J. D. Rennie, N. Srebro. Fast maximum margin matrix factorization for collaborative prediction. Proceedings of the Twenty-Second International Conference on Machine Learning, Bonn, Germany, ACM,2005,713-719.
    [83]S. Rendle, L. Schmidt-Thieme. Online-updating regularized kernel matrix factorization models for large-scale recommender systems. Proceedings of the 2008 ACM Conference on Recommender Systems, Lausanne, Switzerland, 2008,251-258.
    [84]M. Weimer, A. Karatzoglou, A. Smola. Improving maximum margin matrix factorization. Machine Learning,2008,72 (3):263-276.
    [85]G. Takacs, I. Pilaszy, B. Nemeth, D. Tikk. Matrix factorization and neighbor based algorithms for the netflix prize problem. Proceedings of the 2008 ACM Conference on Recommender Systems, Lausanne, Switzerland,2008,267-274.
    [86]P. Symeonidis, A. Nanopoulos, A. N. Papadopoulos, Y. Manolopoulos. Collaborative recommender systems:Combining effectiveness and efficiency. Expert Syst. Appl.,2008,34 (4):2995-3013.
    [87]R. Salakhutdinov, A. Mnih. Probabilistic Matrix Factorization. Advances in Neural Information Processing Systems 20, MIT Press,2008,1257-1264.
    [88]R. Salakhutdinov, A. Mnih. Bayesian probabilistic matrix factorization using Markov chain Monte Carlo. Proceedings of the Twenty-Fifth International Conference on Machine Learning, Helsinki, Finland,2008,880-887.
    [89]K. Yu, S. Zhu, J. Lafferty, Y. Gong. Fast Nonparametric Matrix Factorization for Large-scale Collaborative Filtering. Proceedings of the 32st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Boston, Massachusetts, USA,2009,211-218.
    [90]N. D. Lawrence, R. Urtasun. Non-linear matrix factorization with Gaussian processes. Proceedings of the 26th Annual International Conference on Machine Learning, Montreal, Quebec, Canada,2009,601-608.
    [91]N. Delannay, M. Verleysen. Collaborative filtering with interlaced generalized linear models. Neuro Computing,2008,71 (7-9):1300-1310.
    [92]M. Shashanka, B. Raj, P. Smaragdis. Probabilistic Latent Variable Models as Nonnegative Factorizations. Computational Intelligence and Neuroscience, 2008.
    [93]J. Pessiot, T. Truong, N. Usunier, M. Amini, P. Gallinari. Learning to Rank for Collaborative filtering. Proceedings of the Ninth International Conference on Enterprise Information Systems, Funchal, Madeira, Portugal,2007,145-151.
    [94]H. Cheng, P.-N. Tan, J. Sticklen, W. F. Punch. Recommendation via Query Centered Random Walk on K-Partite Graph. Proceedings of the 7th IEEE International Conference on Data Mining, Omaha, Nebraska, USA,2007, 457-462.
    [95]A. P. Singh, A. Gunawardana, C. Meek, A. C. Surendran. Recommendations using Absorbing Random Walks. North East Student Colloquium on Artificial Intelligence (NESCAI),2007.
    [96]Z. Huang, H. Chen, D. D. Zeng. Applying associative retrieval techniques to alleviate the sparsity problem in collaborative filtering. ACM Trans. Inf. Syst, 2004,22(1):116-142.
    [97]J. Wang, S. Robertson, A. P. Vries, M. J. Reinders. Probabilistic relevance ranking for collaborative filtering. Inf. Retr.,2008,11 (6):477-497.
    [98]J. Wang, A. P. Vries, M. J. Reinders. Unified relevance models for rating prediction in collaborative filtering. ACM Trans. Inf. Syst.,2008,26 (3):16.
    [99]V. C. Raykar, R. Duraiswami, B. Krishnapuram. A Fast Algorithm for Learning a Ranking Function from Large-Scale Data Sets. IEEE Trans. Pattern Anal. Mach. Intell.,2008,30 (7):1158-1170.
    [100]P. Symeonidis, A. Nanopoulos, A. N. Papadopoulos, Y. Manolopoulos. Nearest-biclusters collaborative filtering based on constant and coherent values. Inf. Retr.,2008,11(1):51-75.
    [101]K.-j. Kim, H. Ahn. A recommender system using GA K-means clustering in an online shopping market. Expert Syst. Appl.,2008,34 (2):1200-1209.
    [102]D. Chen, Y. L. Ying, S. J. Gong. A Collaborative Filtering Algorithm Based on Rough Set and Fuzzy Clustering. Proceedings of 2008 Fifth International Conference on Fuzzy Systems and Knowledge Discovery,2008,17-20.
    [103]K. Honda, A. Notsu, H. Ichihashi. Collaborative Filtering by User-Item Clustering Based on Structural Balancing Approach.2008,8(12):190-195.
    [104]G.-R. Xue, C. Lin, Q. Yang, W. Xi, H.-J. Zeng, Y. Yu, Z. Chen. Scalable collaborative filtering using cluster-based smoothing. Proceedings of the 28th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Salvador, Brazil, ACM,2005,114-121.
    [105]B. Li, Q. Yang, X. Xue. Transfer learning for collaborative filtering via a" rating-matrix generative model. Proceedings of the 26th Annual International Conference on Machine Learning, Montreal, Quebec, Canada,2009,617-624.
    [106]K. Yu, J. D. Lafferty, S. Zhu, Y. Gong. Large-scale collaborative prediction using a nonparametric random effects model. Proceedings of the 26th Annual International Conference on Machine Learning, Montreal, Quebec, Canada, 2009,1185-1192.
    [107]K. Weinberger, A. Dasgupta, J. Langford, A. J. Smola, J. Attenberg. Feature hashing for large scale multitask learning. Proceedings of the 26th Annual International Conference on Machine Learning, Montreal, Quebec, Canada, 2009,1113-1120.
    [108]R. Pan, Y. Zhou, B. Cao, N. N. Liu, R. Lukose, M. Scholz, Q. Yang. One-Class Collaborative Filtering. Proceedings of the 8th IEEE International Conference on Data Mining, Pisa, Italy,2008,502-511.
    [109]R. Pan, M. Scholz. Mind the gaps:weighting the unknown in large-scale one-class collaborative filtering. Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Paris, France, ACM,2009,667-676.
    [110]G. Shani, D. Heckerman, R. I. Brafman. An MDP-Based Recommender System. Journal of Machine Learning Research,2005,6:1265-1295.
    [111]G. T. Bogdanova, T. Georgieva. Using error-correcting dependencies for collaborative filtering. Data Knowl. Eng.,2008,66 (3):402-413.
    [112]J. Ren, T. Zhou, Y. C. Zhang. Information filtering via self-consistent refinement. Europhysics Letters,2008,82 (5).
    [113]W. S. Lee. Collaborative Learning and Recommender Systems. Proceedings of the Eighteenth International Conference on Machine Learning, Williamstown, MA, USA,2001,314-321.
    [114]Z. Huang, D. Zeng, H. Chen. A Comparative Study of Recommendation Algorithms in E-commerce Applications. IEEE Intelligent Systems,2007, 22(5):68-78.
    [115]H. J. Ahn. A new similarity measure for collaborative filtering to alleviate the new user cold-starting problem. Inf. Sci.,2008,178 (1):37-51.
    [116]A. M. Rashid, I. Albert, D. Cosley, S. K. Lam, S. M. McNee, J. A. Konstan, J. Riedl. Getting to know you:learning new user preferences in recommender systems. Proceedings of the 2002 International Conference on Intelligent User Interfaces, San Francisco, California, USA,2002,127-134.
    [117]K. Yu, A. Schwaighofer, V. Tresp, X. Xu, H.-P. Kriegel. Probabilistic Memory-Based Collaborative Filtering. IEEE Trans. Knowl. Data Eng.,2004, 16(1):56-69.
    [118]X. Su, T. M. Khoshgoftaar. Collaborative filtering for multi-class data using Bayesian networks. International Journal on Artificial Intelligence Tools,2008, 17(1):71-85.
    [119]M. J. Pazzani. A Framework for Collaborative, Content-Based and Demographic Filtering. Artif. Intell. Rev.,1999,13 (5-6):393-408.
    [120]S. E. Middleton, N. Shadbolt, D. D. Roure. Ontological user profiling in recommender systems. ACM Trans. Inf. Syst.,2004,22 (1):54-88.
    [121]S.-S. Weng, H.-L. Chang. Using ontology network analysis for research document recommendation. Expert Syst. Appl.,2008,34 (3):1857-1869.
    [122]Y. Blanco-Fernandez, J. J. Pazos-Arias, A. Gil-Solla, M. R. Cabrer, M. L. Nores, J. C. Duque, A. F. Vilas, R. P. Redondo, J. B. Munoz. An MHP framework to provide intelligent personalized recommendations about digital TV contents. Software-practice & Experience,2008,38 (9):925-960.
    [123]Y. Blanco-Fernandez, J. J. Pazos-Arias, A. Gil-Solla, M. Ramos-Cabrer, M. L. Nores, J. Garcia-Duque, A. F. Vilas, R. P. Diaz-Redondo. Exploiting synergies between semantic reasoning and personalization strategies in intelligent recommender systems:A case study. Journal of Systems and Software,2008, 81 (12):2371-2385.
    [124]Y. Wang, N. Stash, L. Aroyo, P. Gorgels, L. Rutledge, G. Schreiber. Recommendations based on semantically enriched museum collections. Journal of Web Semantics,2008,6 (4):283-290.
    [125]K. C. Lee, S. Kwon. Online shopping recommendation mechanism and its influence on consumer decisions and behaviors:A causal map approach. Expert Syst. Appl.,2008,35 (4):1567-1574.
    [126]M. Sanchez, M. N. Moreno, S. Segrera, V. Lopez. Framework for the development of a personalised recommender system with integrated web-mining functionalities. Journal of Computer Applications in Technology, 2008,33 (4):312-319.
    [127]P. Kazienko, M. Pilarczyk. Hyperlink Recommendation Based on Positive and Negative Association Rules. New Generation Comput.,2008,26 (3):227-244.
    [128]E. Lazcorreta, F. Botella, A. Fernandez-Caballero. Towards personalized recommendation by two-step modified Apriori data mining algorithm. Expert Syst. Appl.,2008,35 (3):1422-1429.
    [129]Y. Z. Wei, N. R. Jennings, L. Moreau, W. Hall. User evaluation of a market-based recommender system. Autonomous Agents and Multi-Agent Systems,2008,17 (2):251-269.
    [130]C.-N. Ziegler, G. Lausen, J. A. Konstan. On exploiting classification taxonomies in recommender systems. AI Commun.,2008,21 (2-3):97-125.
    [131]I. Cantador, A. Bellogin, P. Castells. A multilayer ontology-based hybrid recommendation model. AI Commun.,2008,21 (2-3):203-210.
    [132]Y.-Y. Shih, D.-R. Liu. Product recommendation approaches:Collaborative filtering via customer lifetime value and customer demands. Expert Systems With Applications,2008,35 (1-2):350-360.
    [133]K. Yu, A. Schwaighofer, V. Tresp, W.-Y. Ma, H. Zhang. Collaborative Ensemble Learning:Combining Collaborative and Content-Based Information Filtering via Hierarchical Bayes. Proceedings of the 19th Conference in Uncertainty in Artificial Intelligence, Acapulco, Mexico,2003,616-623.
    [134]K. Yu, V. Tresp, S. Yu. A nonparametric hierarchical bayesian framework for information filtering. Proceedings of the 27th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Sheffield, UK,2004,353-360.
    [135]J. Basilico, T. Hofmann. Unifying collaborative and content-based filtering. Proceedings of the Twenty-first International Conference on Machine Learning, Banff, Alberta, Canada,2004.
    [136]X. Jin, Y. Zhou, B. Mobasher. A maximum entropy web recommendation system:combining collaborative and content features. Proceedings of the Eleventh ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Chicago, Illinois, USA, ACM,2005,612-617.
    [137]Z. Xu, V. Tresp, K. Yu, H.-P. Kriegel. Infinite Hidden Relational Models. Proceedings of the 22nd Conference in Uncertainty in Artificial Intelligence, Cambridge, MA, USA,2006.
    [138]S. Boutemedjet, D. Ziou. A graphical model for context-aware visual content recommendation. IEEE Transactions on Multimedia,2008,10 (1):52-62.
    [139]F. Bach, J. Abernethy, J.-P. Vert, T. Evgeniou. A New Approach to Collaborative Filtering:Operator Estimation with Spectral Regularization. 2008, CoRR, abs/0802.1430.
    [140]M. G. Vozalis, K. G. Margaritis. Identifying the effects of SVD and demographic data use on generalized collaborative filtering. International Journal of Computer Mathematics,2008,85 (12):1741-1763.
    [141]M. Brut, F. Sedes, R. Grigoras, V. Charvillat. An ontology-based approach for providing multimedia personalised recommendations. International Journal of Web and Grid Services,2008,4 (3):314-329.
    [142]C. W. Leung, S. C. Chan, F.-L. Chung. An empirical study of a cross-level association rule mining approach to cold-start recommendations. Knowl.-Based Syst.,2008,21 (7):515-529.
    [143]W. Chu, S.-T. Park. Personalized recommendation on dynamic content using predictive bilinear models. Proceedings of the 18th International Conference on World Wide Web, Madrid, Spain, ACM,2009,691-700.
    [144]J. L. Herlocker, J. A. Konstan, A. Borchers, J. Riedl. An Algorithmic Framework for Performing Collaborative Filtering. Proceedings of the 22nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Berkeley, CA, USA,1999,230-237.
    [145]J. L. Herlocker, J. A. Konstan, L. G. Terveen, J. Riedl. Evaluating collaborative filtering recommender systems. ACM Trans. Inf. Syst.,2004,22 (1):5-53.
    [146]P. Pu, L. Chen, P. Kumar. Evaluating product search and recommender systems for E-commerce environments. Electronic Commerce Research,2008,8 (1-2): 1-27.
    [147]F. Hernandez-del-Olmo, E. Gaudioso. Evaluation of recommender systems:A new approach. Expert Systems With Applications,2008,35 (3):790-804.
    [148]S. Rosset, E. Neumann, U. Eick, N. Vatnik, Y. Idan. Customer lifetime value modeling and its use for customer retention planning. Proceedings of the Eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Edmonton, Alberta, Canada, ACM,2002,332-340.
    [149]T. Iwata, K. Saito, T. Yamada. Recommendation method for improving customer lifetime value. IEEE Transactions on Knowledge and Data Engineering,2008,20 (9):1254-1263.
    [150]W.-S. Yang, H.-C. Cheng, J.-B. Dia. A location-aware recommender system for mobile shopping environments. Expert Systems With Applications,2008,34 (1):437-445.
    [151]C. Ono, Y. Takishima, Y. Motomura, H. Asoh, Y. Shinagawa, M. Imai, Y. Anzai. Context-Aware Users' Preference Models by Integrating Real and Supposed Situation Data. Ieice Transactions on Information and Systems,2008, E91D (11):2552-2559.
    [152]D. Godoy, A. Amandi. Exploiting User Interests to Characterize Navigational Patterns in Web Browsing Assistance. New Generation Comput.,2008,26 (3): 259-275.
    [153]G.-E. Yap, A.-H. Tan, H.-H. Pang. Discovering and exploiting causal dependencies for robust mobile context-aware recommenders. IEEE Transactions on Knowledge and Data Engineering,2007,19 (7):977-992.
    [154]G. Adomavicius, R. Sankaranarayanan, S. Sen, A. Tuzhilin. Incorporating contextual information in recommender systems using a multidimensional approach. ACM Trans. Inf. Syst.,2005,23 (1):103-145.
    [155]F.-H. Wang. Content Recommendation Based on Education-Contextualized Browsing Events for Web-based Personalized Learning. Educational Technology & Society,2008,11 (4):94-112.
    [156]N. Manouselis, C. Costopoulou. Analysis and Classification of Multi-Criteria Recommender Systems. World Wide Web,2007,10 (4):415-441.
    [157]N. Manouselis, C. Costopoulou. Experimental Analysis of Design Choices in multiattribute Utility Collaborative Filtering. International Journal of Pattern Recognition and Artificial Intelligence,2007,21 (2):311-331.
    [158]G. Adomavicius, Y. Kwon. New Recommendation Techniques for Multicriteria Rating Systems. IEEE Intelligent Systems,2007,22 (3):48-55.
    [159]N. Manouselis, C. Costopoulou. Preliminary Study of the Expected Performance of MAUT Collaborative Filtering Algorithms. Proceedings of WSKS'08:First World Summit on the Knowledge Society, Athens, Greece, Springer,2008, 527-536.
    [160]N. Manouselis, C. Costopoulou. marService:multiattribute utility recommendation for e-markets. Journal of Computer Applications in Technology,2008,33 (2/3):176-189.
    [161]K. Lakiotaki, S. Tsafarakis, N. F. Matsatsinis. UTA-Rec:a recommender system based on multiple criteria analysis. Proceedings of the 2008 ACM Conference on Recommender Systems, Lausanne, Switzerland, ACM,2008,219-226.
    [162]A. I. Schein, A. Popescul, L. H. Ungar, D. M. Pennock. Methods and metrics for cold-start recommendations. Proceedings of the 25th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Tampere, Finland, ACM,2002,253-260.
    [163]E. Mangina, J. Kilbride. Evaluation of keyphrase extraction algorithm and tiling process for a document/resource recommender within e-learning environments. Computers & Education,2008,50 (3):807-820.
    [164]R. Jin, L. Si. A Bayesian Approach toward Active Learning for Collaborative Filtering. Proceedings of the 20th Conference in Uncertainty in Artificial Intelligence, Banff, Canada,2004,278-285.
    [165]A. Harpale, Y. Yang. Personalized active learning for collaborative filtering. Proceedings of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Singapore, ACM,2008, 91-98.
    [166]J. K. Kim, H. K. Kim, Y. H. Cho. A user-oriented contents recommendation system in peer-to-peer architecture. Expert Systems With Applications,2008, 34(1):300-312.
    [167]E. Diaz-Aviles, L. Schmidt-Thieme, C.-N. Ziegler. Emergence of Spontaneous Order Through Neighborhood Formation in Peer-to-Peer Recommender Systems.2008, CoRR, abs/0812.4460.
    [168]B. Nag. Vibes:A Platform-Centric Approach to Building Recommender Systems. IEEE Data Eng. Bull.,2008,31 (2):23-31.
    [169]A.-B. Gil, F. J. Garcia-Penalvo. Learner Course Recommendation in e-Learning Based on Swarm Intelligence. The Journal of Universal Computer Science, 2008,14 (16):2737-2755.
    [170]Y. Zhou, R. Schreiber, R. Pan. Large-Scale Parallel Collaborative Filtering for the Netflix Prize. Proceedings of 4th International Conference on Algorithmic Aspects in Information and Management, Shanghai, China, Springer,2008, 337-348.
    [171]J. J. Sandvig, B. Mobasher, R. D. Burke. A Survey of Collaborative Recommendation and the Robustness of Model-Based Algorithms. IEEE Data Eng. Bull,2008,31 (2):3-13.
    [172]B. Mehta, T. Hofmann. A Survey of Attack-Resistant Collaborative Filtering Algorithms. IEEE Data Eng. Bull.,2008,31 (2):14-22.
    [173]B. Mehta, T. Hofmann, W. Nejdl. Robust collaborative filtering. Proceedings of the 2007 ACM Conference on Recommender Systems, Minneapolis, MN, USA, ACM,2007,49-56.
    [174]B. Mehta, W. Nejdl. Attack resistant collaborative filtering. Proceedings of the 31 st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Singapore, ACM,2008,75-82.
    [175]B. Mehta, W. Nejdl. Unsupervised strategies for shilling detection and robust collaborative filtering. User Modeling and User-adapted Interaction,2009,19 (1-2):65-97.
    [176]K. Bryan, M. O'Mahony, P. Cunningham. Unsupervised retrieval of attack profiles in collaborative recommender systems. Proceedings of the 2008 ACM Conference on Recommender Systems, Lausanne, Switzerland,2008,155-162.
    [177]R. Andersen, C. Borgs, J. Chayes, U. Feige, A. Flaxman, A. Kalai, V. Mirrokni, M. Tennenholtz. Trust-based recommendation systems:an axiomatic approach. Proceedings of the 17th International Conference on World Wide Web, Beijing, China, ACM,2008,199-208.
    [178]C. Hess, C. Schlieder. Trust-based recommendations for documents. AI Commun.,2008,21 (2-3):145-153.
    [179]R. Schenkel, T. Crecelius, M. Kacimi, T. Neumann, J. X. Parreira, M. Spaniol, G. Weikum. Social Wisdom for Search and Recommendation. IEEE Data Eng. Bull.,2008,31 (2):40-49.
    [180]J.-C. Wang, C.-C. Chiu. Recommending trusted online auction sellers using social network analysis. Expert Syst. Appl.,2008,34 (3):1666-1679.
    [181]I. Konstas, V. Stathopoulos, J. Jose. On social networks and collaborative recommendation. Proceedings of the 32st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Boston, Massachusetts, USA, ACM,2009,195-202.
    [182]H. Ma, H. Yang, M. R. Lyu, I. King. SoRec:social recommendation using probabilistic matrix factorization. Proceedings of the 17th ACM Conference on Information and Knowledge Management, Napa Valley, California, USA,2008, 931-940.
    [183]H. Ma, I. King, M. R. Lyu. Learning to recommend with social trust ensemble. Proceedings of the 32st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Boston, Massachusetts, USA,2009,203-210.
    [184]N. Lathia, S. Hailes, L. Capra. Private distributed collaborative filtering using estimated concordance measures. Proceedings of the 2007 ACM Conference on Recommender Systems, Minneapolis, MN, USA,2007,1-8.
    [185]S. Berkovsky, Y. Eytani, T. Kuflik, F. Ricci. Enhancing privacy and preserving accuracy of a distributed collaborative filtering. Proceedings of the 2007 ACM Conference on Recommender Systems, MN, USA, ACM,2007,9-16.
    [186]E. Aimeur, G. Brassard, J. M. Fernandez, F. S. Onana. Alambic:a privacy-preserving recommender system for electronic commerce. Int. J. Inf. Sec.,2008,7 (5):307-334.
    [187]H. Polat, W. Du. Privacy-preserving top-N recommendation on distributed data. Journal of the American Society for Information Science and Technology, 2008,59(7):1093-1108.
    [188]E. v. Garde-Perik, P. Markopoulos, B. d. Ruyter, B. Eggen, W. Ijsselsteijn. Investigating privacy attitudes and behavior in relation to personalization. Social Science Computer Review,2008,26 (1):20-43.
    [189]F. McSherry, I. Mironov. Differentially private recommender systems:building privacy into the netflix prize contenders. Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Paris, France,2009,627-636.
    [190]P. Symeonidis, A. Nanopoulos, Y. Manolopoulos. Providing Justifications in Recommender Systems. IEEE Transactions on Systems, Man, and Cybernetics, Part A,2008,38 (6):1262-1272.
    [191]H. S. Cramer, V. Evers, S. Ramlal, M. v. Someren, L. Rutledge, N. Stash, L. Aroyo, B. J. Wielinga. The effects of transparency on trust in and acceptance of a content-based art recommender. User Model. User-Adapt. Interact.,2008,18 (5):455-496.
    [192]Y. Koren. Collaborative filtering with temporal dynamics. Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Paris, France,2009,447-456.
    [193]K. Onuma, H. Tong, C. Faloutsos. TANGENT:a novel,'Surprise me', recommendation algorithm. Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Paris, France,2009,657-666.
    [194]K. Sugiyama, K. Hatano, M. Yoshikawa. Adaptive web search based on user profile constructed without any effort from users. Proceedings of the 13th international conference on World Wide Web, New York, USA, ACM,2004, 675-684.
    [195]S.-T. Park, D. M. Pennock. Applying collaborative filtering techniques to movie search for better ranking and browsing. Proceedings of the 13th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Jose, California, USA,2007,550-559.
    [196]P. Dolog, B. Simon, W. Nejdl, T. Klobucar. Personalizing access to learning networks. ACM Trans. Internet Techn.,2008,8 (2).
    [197]J. Koren, Y. Zhang, X. Liu. Personalized interactive faceted search. Proceedings of the 17th International Conference on World Wide Web, Beijing, China, ACM,2008,477-486.
    [198]E. Clarkson, S. B. Navathe, J. D. Foley. Generalized formal models for faceted user interfaces. Proceedings of the 2009 Joint International Conference on Digital Libraries, Austin, TX, USA,2009,125-134.
    [199]B. Kules, R. Capra, M. Banta, T. Sierra. What do exploratory searchers look at in a faceted search interface? Proceedings of the 2009 Joint International Conference on Digital Libraries, Austin, TX, USA,2009,313-322.
    [200]R. Villa, I. Cantador, H. Joho, J. M. Jose. An Aspectual Interface for Supporting Complex Search Tasks. Proceedings of the 32st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Boston, Massachusetts, USA,2009,379-386.
    [201]J. Fan, D. A. Keim, Y. Gao, H. Luo, Z. Li. JustClick:Personalized Image Recommendation via Exploratory Search From Large-Scale Flickr Images. IEEE Transactions on Circuits and Systems for Video Technology,2009,19 (2):273-288.
    [202]H. Luo, J. Fan, D. A. Keim. Personalized news video recommendation. Proceedings of the 16th International Conference on Multimedia, Vancouver, British Columbia, Canada, ACM,2008,1001-1002.
    [203]O. d. Rooij, C. G. Snoek, M. Worring. Balancing thread based navigation for targeted video search. Proceedings of the 7th ACM International Conference on Image and Video Retrieval, Niagara Falls, Canada,2008,485-494.
    [204]J.-w. Ahn, P. Brusilovsky, D. He, J. Grady, Q. Li. Personalized web exploration with task models. Proceedings of the 17th International Conference on World Wide Web, Beijing, China, ACM,2008,1-10.
    [205]M. Halvey, D. Vallet, D. Hannah, J. M. Jose. ViGOR:a grouping oriented interface for search and retrieval in video libraries. Proceedings of the 2009 Joint International Conference on Digital Libraries, Austin, TX, USA,2009, 87-96.
    [206]M. Gori, A. Pucci. ItemRank:A Random-Walk Based Scoring Algorithm for Recommender Engines. Proceedings of the 20th International Joint Conference on Artificial Intelligence, Hyderabad, India,2007,2766-2771.
    [207]M. Brand. A Random Walks Perspective on Maximizing Satisfaction and Profit. Proceedings of the Fifth SIAM International Conference on Data Mining, Newport Beach, California, USA,2005.
    [208]F. Fouss, A. Pirotte, J.-M. Renders, M. Saerens. Random-Walk Computation of Similarities between Nodes of a Graph with Application to Collaborative Recommendation. IEEE Trans. Knowl. Data Eng.,2007,19 (3):355-369.
    [209]J. Kunegis, S. Schmidt. Collaborative Filtering Using Electrical Resistance Network Models. Proceedings of 7th Industrial Conference on Industrial Conference on Data Mining, Leipzig, Germany,2007,269-282.
    [210]H. Yildirim, M. S. Krishnamoorthy. A random walk method for alleviating the sparsity problem in collaborative filtering. Proceedings of the 2008 ACM Conference on Recommender Systems, Lausanne, Switzerland, ACM,2008, 131-138.
    [211]X. Zhu, Z. Ghahramani, J. D. Lafferty. Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions. Proceedings of the Twentieth International Conference on Machine Learning, Washington, DC, USA, AAAI Press,2003,912-919.
    [212]A. Fuxman, P. Tsaparas, K. Achan, R. Agrawal. Using the wisdom of the crowds for keyword generation. Proceedings of the 17th International Conference on World Wide Web, Beijing, China,2008,61-70.
    [213]T. George, S. Merugu. A Scalable Collaborative Filtering Framework Based on Co-Clustering. Proceedings of the 5th IEEE International Conference on Data Mining, Houston, Texas, USA, IEEE Computer Society,2005,625-628.
    [214]P. Doyle, L. Snell. Random Walks and Electrical Networks. Mathematical Association of America,1984.
    [215]http://www.cs.usyd.edu.au/-irena/movie_data.zip
    [216]T. Hofmann. Latent semantic models for collaborative filtering. ACM Trans. Inf. Syst.,2004,22(1):89-115.
    [217]N. Manouselis, C. Costopoulou. Designing a Web-based Testing Tool for Multi-Criteria Recommender Systems. Engineering Letters,2006,13 (3):22.
    [218]N. Sahoo, R. Krishnan, G. Duncan, J. P. Callan. Collaborative Filtering with Multi-component Rating for Recommender Systems. Proceedings of the Sixteenth Workshop on Information Technologies and Systems,2006.
    [219]R. Cooley, B. Mobasher, J. Srivastava. Web Mining:Information and Pattern Discovery on the World Wide Web. Proceedings of 9th International Conference on Tools with Artificial Intelligence, Newport Beach, CA, USA, 1997,558-567.
    [220]M. El-Sayed, C. Ruiz, E. A. Rundensteiner. FS-Miner:efficient and incremental mining of frequent sequence patterns in web logs. Sixth ACM CIKM International Workshop on Web Information and Data Management (WIDM 2004), Washington, DC, USA,2004,128-135.
    [221]J. Han, J. Pei, Y. Yin, R. Mao. Mining Frequent Patterns without Candidate Generation:A Frequent-Pattern Tree Approach. Data Min. Knowl. Discov., 2004,8 (1):53-87.
    [222]C. I. Ezeife, Y. Lu. Mining Web Log Sequential Patterns with Position Coded Pre-Order Linked WAP-Tree. Data Min. Knowl. Discov.,2005,10 (1):5-38.
    [223]Y.-M. Huang, Y.-H. Kuo, J.-N. Chen, Y.-L. Jeng. NP-miner:A real-time recommendation algorithm by using web usage mining. Knowl.-Based Syst., 2006,19 (4):272-286.
    [224]M. Weiss. Data structures and algorithm analysis in Java,2/E. Redwood City, CA, USA, Addison Wesley Publishing Co., Inc,2007.
    [225]王春贺.个性化推荐技术研究及其在数字图书馆中应用.硕士学位论文,浙江大学,2007.
    [226]袁川.基于用户点击行为的数字图书搜索系统研究与实现.硕士学位论文,浙江大学,2008.
    [227]J. Yang, Q. Li, Y. Zhuang. Towards Data-Adaptive and User-Adaptive Image Retrieval by Peer Indexing. International Journal of Computer Vision,2004,56 (1-2):47-63.
    [228]Y. Zhuang, X. Zhang, J. Wu, X. Lu. Retrieval of Chinese Calligraphic Character Image. Proceedings of 5th Pacific Rim Conference on Multimedia, Tokyo, Japan, Springer,2004,17-24.
    [229]X. Zhang, Y. Zhuang, J. Wu, F. Wu. Hierarchical Approximate Matching for Retrieval of Chinese Historical Calligraphy Character. J. Comput. Sci. Technol., 2007,22 (4):633-640.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700