• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 264
  • 88
  • 25
  • 18
  • 11
  • 10
  • 9
  • 8
  • 7
  • 6
  • 4
  • 4
  • 2
  • 2
  • 2
  • Tagged with
  • 500
  • 347
  • 157
  • 140
  • 122
  • 115
  • 109
  • 91
  • 90
  • 83
  • 80
  • 71
  • 65
  • 61
  • 58
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
21

Indoor Location-based Recommender System

Lin, Zhongduo 04 December 2013 (has links)
WiFi-based indoor localization is emerging as a new positioning technology. In this work, we present our efforts to find the best recommender system based on the indoor location tracks collected from the Bow Valley shopping mall for one week. The time a user spends in a shop is considered as an implicit preference and different mapping algorithms are proposed to map the time to a more realistic rating value. A new distribution error metric is proposed to examine the mapping algorithms. Eleven different recommender systems are built and evaluated in terms of accuracy and execution time. The Slope-One recommender system with a logarithmic mapping algorithm is finally selected with a score of 1.292, distribution error of 0.178 and execution time of 0.39 seconds for ten runs.
22

Quantifying the multi-user account problem for collaborative filtering based recommender systems

Edwards, James Adrian 15 September 2010 (has links)
Identification based recommender systems make no distinction between users and accounts; all the data collected during account sessions are attributed to a single user. In reality this is not necessarily true for all accounts; several different users who have distinct, and possibly very different, preferences may access the same account. Such accounts are identified as multi-user accounts. Strangely, no serious study considering the existence of multi-user accounts in recommender systems has been undertaken. This report quantifies the affect multi-user accounts have on the predictive capabilities of recommender system, focusing on two popular collaborative filtering algorithms, the kNN user-based and item-based models. The results indicate that while the item-based model is largely resistant to multi-user account corruption the quality of predictions generated by the user-based model is significantly degraded. / text
23

Predicting and using social tags to improve the accuracy and transparency of recommender systems

Givon, Sharon January 2011 (has links)
This thesis describes work on using content to improve recommendation systems. Personalised recommendations help potential buyers filter information and identify products that they might be interested in. Current recommender systems are based mainly on collaborative filtering (CF) methods, which suffer from two main problems: (1) the ramp-up problem, where items that do not have a sufficient amount of meta-data associated with them cannot be recommended; and (2) lack of transparency due to the fact that recommendations produced by the system are not clearly explained. In this thesis we tackle both of these problems. We outline a framework for generating more accurate recommendations that are based solely on available textual content or in combination with rating information. In particular, we show how content in the form of social tags can help improve recommendations in the book and movie domains. We address the ramp-up problem and show how in cases where they do not exist, social tags can be automatically predicted from available textual content, such as the full texts of books. We evaluate our methods using two sets of data that differ in product type and size. Finally we show how once products are selected to be recommended, social tags can be used to explain the recommendations. We conduct a web-based study to evaluate different styles of explanations and demonstrate how tag-based explanations outperform a common CF-based explanation and how a textual review-like explanation yields the best results in helping users predict how much they will like the recommended items.
24

Essays on Consumer Switching and Search Behavior

Han, Qiwei 01 May 2017 (has links)
As recommender systems have increasingly become prevalent to guide consumers to find their desired products in many industries, understanding the impact of recommender systems on consumer choices is critical to the business performance and raises important policy implications. In this thesis, we examine the role of different recommendation schemes, spanning from interpersonal recommendations in social environment given by peers to product display recommendations in physical shopping environment given by sellers on consumers’ switching and search behavior in two distinct case studies. In the first study, we look at the effect of peer recommendations on subscriber churn in a large mobile network. We find that consumers’ propensity to churn increases with the number of friends that churn and in particular with the number of strong friends that churn. In the second study, we implement an in-vivo randomized field experiment to measure the effect of product display recommendations as book placement on shopper behavior in a physical bookstore. We leverage video tracking technologies to monitor how shoppers respond to random book placement, which induces random search costs. We find that books recommended at the edge of the table are more likely to be picked and taken than those placed at the center of the table. More interestingly, we also find that conditional on being picked, shoppers are equally likely to take books placed at the edge and at the center of the table, suggesting that display recommendations positively affect consumer choice mainly through its effect on the search process and not through its effect on the consideration process. Therefore, we empirically show that provision of recommendations, although in different schemes, may generally help to reduce consumers’ search costs in product or service discovery process, relative to what they would do without such an intervention. Moreover, we perform a comparative analysis between offline and online applications of recommender systems to systematically investigate the current practices, future prospects and policy perspectives when applying recommender systems in physical retailing. All these issues highlight opportunities for physical retailers to design, implement and evaluate their recommender systems that offer convenience benefits and appropriate protection to consumers.
25

Effective fusion-based approaches for recommender systems. / 推薦系統的有效融合方法 / CUHK electronic theses & dissertations collection / Tui jian xi tong de you xiao rong he fang fa

January 2011 (has links)
(1) Relational fusion of multiple features for the classical regression task (single measure and dimension). Originally, the task of recommender systems is formulated as a regression task. Many CF algorithms and fusion methods have been proposed. The limitation of previous fusion methods is that only local features are utilized and the global relational dependency is ignored, which would impair the performance of CF. We propose a relational fusion approach based on conditional random fields (CRF) to improve traditional fusion methods by incorporating global relational dependency. / (2) Fusion of regression-oriented and ranking-oriented algorithms for multi-measure adaption. Beyond the level of classical regression, ranking the items directly is another important task for recommender systems. A good algorithm should adapt to both regression-oriented and ranking-oriented measures. Traditionally, algorithms separately adapt to a single one, thus they cannot adapt to the other. We propose methods to combine them to improve the performances in both measures. / (3) Fusion of quality-based and relevance-based algorithms for multi-dimensional adaption. Recommender systems should consider the performances of multiple dimensions, such as quality and relevance. Traditional algorithms, however, only recommend either high-quality or high-relevance items. But they cannot adapt to the other dimension. We propose both fusion metrics and fusion approaches to effectively combine multiple dimensions for better performance in multi-dimensional recommendations. / (4) Investigation of impression efficiency optimization in recommendation. Besides performance, impression efficiency, which describes how much profit can be obtained per impression of recommendation, is also a very important issue. From recent study, over-quantity recommendation impression is intrusive to users. Thus the impression efficiency should be formulated and optimized. But this issue has rarely been investigated. We formulate the issue under the classical secretary problem framework and extend an online secretary algorithm to solve it. / Recommender systems are important nowadays. With the explosive growth of resources on the Web, users encounter information overload problem. The research issue of recommender systems is a kind of information filtering technique that suggests user-interested items (e.g., movies, books, products, etc.) to solve this problem. Collaborative filtering (CF) is the key approach. Over the decades, recommender systems have been demonstrated important in E-business. Thus designing accurate algorithms for recommender systems has attracted much attention. / This thesis is to investigate effective fusion-based approaches for recommender systems. Effective fusion of various features and algorithms becomes important along with the development of recommendation techniques. Because each feature/algorithm has its own advantages and disadvantages. A combination to get the best performance is desired in applications. The fusion-based approaches investigated are from the following four levels. / Xin, Xin. / Advisers: Wai Lam; Irwin Kuo Chin King; Michael Rung Tsong Lyu. / Source: Dissertation Abstracts International, Volume: 73-06, Section: B, page: . / Thesis (Ph.D.)--Chinese University of Hong Kong, 2011. / Includes bibliographical references (leaves 152-172). / Electronic reproduction. Hong Kong : Chinese University of Hong Kong, [2012] System requirements: Adobe Acrobat Reader. Available via World Wide Web. / Electronic reproduction. [Ann Arbor, MI] : ProQuest Information and Learning, [201-] System requirements: Adobe Acrobat Reader. Available via World Wide Web. / Abstract also in Chinese.
26

Faster Training of Neural Networks for Recommender Systems

Kogel, Wendy E. 01 May 2002 (has links)
In this project we investigate the use of artificial neural networks(ANNs) as the core prediction function of a recommender system. In the past, research concerned with recommender systems that use ANNs have mainly concentrated on using collaborative-based information. We look at the effects of adding content-based information and how altering the topology of the network itself affects the accuracy of the recommendations generated. In particular, we investigate a mixture of experts topology. We create two expert clusters in the hidden layer of the ANN, one for content-based data and another for collaborative-based data. This greatly reduces the number of connections between the input and hidden layers. Our experimental evaluation shows that this new architecture produces the same accuracy of recommendation as the fully connected configuration with a large decrease in the amount of time it takes to train the network. This decrease in time is a great advantage because of the need for recommender systems to provide real time results to the user.
27

Recommender systems based on online social networks : an Implicit Social Trust And Sentiment analysis approach

Alahmadi, Dimah January 2017 (has links)
Recommender systems (RSs) provide personalised suggestions of information or products relevant to user's needs. RSs are considered as powerful tools that help users to find interesting items matching their own taste. Although RSs have made substantial progress in theory and algorithm development and have achieved many commercial successes, how to utilise the widely available information on Online Social Networks (OSNs) has largely been overlooked. Noticing this gap in existing research on RSs and taking into account a user's selection being greatly influenced by his/her trusted friends and their opinions, this thesis proposes a novel personalised Recommender System framework, so-called Implicit Social Trust and Sentiment (ISTS) based RSs. The main motivation was to overcome the overlooked use of OSNs in Recommender Systems and to utilise the widely available information from such networks. This work also designs solutions to a number of challenges inherent to the RSs domain, such as accuracy, cold-start, diversity and coverage. ISTS improves the existing recommendation approaches by exploring a new source of data from friends' short posts in microbloggings. In the case of new users who have no previous preferences, ISTS maps the suggested recommendations into numerical rating scales by applying the three main components. The first component is measuring the implicit trust between friends based on their intercommunication activities and behaviour. Owing to the need to adapt friends' opinions, the implicit social trust model is designed to include the trusted friends and give them the highest weight of contribution in recommendation encounter. The second component is inferring the sentiment rating to reflect the knowledge behind friends' short posts, so-called micro-reviews. The sentiment behind micro-reviews is extracted using Sentiment Analysis (SA) techniques. To achieve the best sentiment representation, our approach considers the special natural environment in OSNs brief posts. Two Sentiment Analysis methodologies are used: a bag of words method and a probabilistic method. The third ISTS component is identifying the impact degree of friends' sentiments and their level of trust by using machine learning algorithms. Two types of machine learning algorithms are used: classification models and regressions models. The classification models include Naive Bayes, Logistic Regression and Decision Trees. Among the three classification models, Decision Trees show the best Mean absolute error (MAE) at 0.836. Support Vector Regression performed the best among all models at 0.45 of MAE. This thesis also proposes an approach with further improvement over ISTS, namely Hybrid Implicit Social Trust and Sentiment (H-ISTS). The enhanced approach applies improvements by optimising trust parameters to identify the impact of the features (re-tweets and followings/followers list) on recommendation results. Unlike the ISTS which allocates equal weight to trust features, H-ISTS provides different weights to determine the different effects of the two trust features. As a result, we found that H-ISTS improved the MAE to be 0.42 which is based on Support Vector Regression. Further, it increases the number of trust features from two to five features in order to include the influence of these features in rating predictions. The integration of the new approach H-ISTS with a Collaborative Filtering recommender system, in particular memory-based, is investigated next. Therefore, existing users with a history of ratings can receive recommendations by fusing their own tastes and their friends' preferences using the two type of memory-based methods: user-based and item-based. H-ISTSitem is the integration of H-ISTS and item-based which provides the lowest error at 0.7091. The experiments show that diversity is better achieved using the H-ISTSuser which is the integration of H-ISTS and user-based technique. To evaluate the performance of these approaches, two real social datasets are collected from Twitter. To verify the proposed framework, the experiments are conducted and the results are compared against the most relevant baselines which confirmed that RSs have been successfully improved using OSNs. These enhancements demonstrate the effectiveness and promises of the proposed approach in RSs.
28

Assisting bug report triage through recommendation

Anvik, John 05 1900 (has links)
A key collaborative hub for many software development projects is the issue tracking system, or bug repository. The use of a bug repository can improve the software development process in a number of ways including allowing developers who are geographically distributed to communicate about project development. However, reports added to the repository need to be triaged by a human, called the triager, to determine if reports are meaningful. If a report is meaningful, the triager decides how to organize the report for integration into the project's development process. We call triager decisions with the goal of determining if a report is meaningful, repository-oriented decisions, and triager decisions that organize reports for the development process, development-oriented decisions. Triagers can become overwhelmed by the number of reports added to the repository. Time spent triaging also typically diverts valuable resources away from the improvement of the product to the managing of the development process. To assist triagers, this dissertation presents a machine learning approach to create recommenders that assist with a variety of development-oriented decisions. In this way, we strive to reduce human involvement in triage by moving the triager's role from having to gather information to make a decision to that of confirming a suggestion. This dissertation introduces a triage-assisting recommender creation process that can create a variety of different development-oriented decision recommenders for a range of projects. The recommenders created with this approach are accurate: recommenders for which developer to assign a report have a precision of 70% to 98% over five open source projects, recommenders for which product component the report is for have a recall of 72% to 92%, and recommenders for who to add to the cc: list of a report that have a recall of 46% to 72%. We have evaluated recommenders created with our triage-assisting recommender creation process using both an analytic evaluation and a field study. In addition, we present in this dissertation an approach to assist project members to specify the project-specific values for the triage-assisting recommender creation process, and show that such recommenders can be created with a subset of the repository data.
29

The design and study of pedagogical paper recommendation

Tang, Ya 01 April 2008
For learners engaging in senior-level courses, tutors in many cases would like to pick some articles as supplementary reading materials for them each week. Unlike researchers Googling papers from the Internet, tutors, when making recommendations, should consider course syllabus and their assessment of learners along many dimensions. As such, simply Googling articles from the Internet is far from enough. That is, learner models of each individual, including their learning interest, knowledge, goals, etc. should be considered when making paper recommendations, since the recommendation should be carried out so as to ensure that the suitability of a paper for a learner is calculated as the summation of the fitness of the appropriateness of it to help the learner in general. This type of the recommendation is called a Pedagogical Paper Recommender.<p>In this thesis, we propose a set of recommendation methods for a Pedagogical Paper Recommender and study the various important issues surrounding it. Experimental studies confirm that making recommendations to learners in social learning environments is not the same as making recommendation to users in commercial environments such as Amazon.com. In such learning environments, learners are willing to accept items that are not interesting, yet meet their learning goals in some way or another; learners overall impression towards each paper is not solely dependent on the interestingness of the paper, but also other factors, such as the degree to which the paper can help to meet their cognitive goals.<p>It is also observed that most of the recommendation methods are scalable. Although the degree of this scalability is still unclear, we conjecture that those methods are consistent to up to 50 papers in terms of recommendation accuracy. <p>The experiments conducted so far and suggestions made on the adoption of recommendation methods are based on the data we have collected during one semester of a course. Therefore, the generality of results needs to undergo further validation before more certain conclusion can be drawn. These follow up studies should be performed (ideally) in more semesters on the same course or related courses with more newly added papers. Then, some open issues can be further investigated. <p>Despite these weaknesses, this study has been able to reach the research goals set out in the proposed pedagogical paper recommender which, although sounding intuitive, unfortunately has been largely ignored in the research community. <p>Finding a good paper is not trivial: it is not about the simple fact that the user will either accept the recommended items, or not; rather, it is a multiple step process that typically entails the users navigating the paper collections, understanding the recommended items, seeing what others like/dislike, and making decisions. Therefore, a future research goal to proceed from the study here is to design for different kinds of social navigation in order to study their respective impacts on user behavior, and how over time, user behavior feeds back to influence the system performance.
30

The design and study of pedagogical paper recommendation

Tang, Ya 01 April 2008 (has links)
For learners engaging in senior-level courses, tutors in many cases would like to pick some articles as supplementary reading materials for them each week. Unlike researchers Googling papers from the Internet, tutors, when making recommendations, should consider course syllabus and their assessment of learners along many dimensions. As such, simply Googling articles from the Internet is far from enough. That is, learner models of each individual, including their learning interest, knowledge, goals, etc. should be considered when making paper recommendations, since the recommendation should be carried out so as to ensure that the suitability of a paper for a learner is calculated as the summation of the fitness of the appropriateness of it to help the learner in general. This type of the recommendation is called a Pedagogical Paper Recommender.<p>In this thesis, we propose a set of recommendation methods for a Pedagogical Paper Recommender and study the various important issues surrounding it. Experimental studies confirm that making recommendations to learners in social learning environments is not the same as making recommendation to users in commercial environments such as Amazon.com. In such learning environments, learners are willing to accept items that are not interesting, yet meet their learning goals in some way or another; learners overall impression towards each paper is not solely dependent on the interestingness of the paper, but also other factors, such as the degree to which the paper can help to meet their cognitive goals.<p>It is also observed that most of the recommendation methods are scalable. Although the degree of this scalability is still unclear, we conjecture that those methods are consistent to up to 50 papers in terms of recommendation accuracy. <p>The experiments conducted so far and suggestions made on the adoption of recommendation methods are based on the data we have collected during one semester of a course. Therefore, the generality of results needs to undergo further validation before more certain conclusion can be drawn. These follow up studies should be performed (ideally) in more semesters on the same course or related courses with more newly added papers. Then, some open issues can be further investigated. <p>Despite these weaknesses, this study has been able to reach the research goals set out in the proposed pedagogical paper recommender which, although sounding intuitive, unfortunately has been largely ignored in the research community. <p>Finding a good paper is not trivial: it is not about the simple fact that the user will either accept the recommended items, or not; rather, it is a multiple step process that typically entails the users navigating the paper collections, understanding the recommended items, seeing what others like/dislike, and making decisions. Therefore, a future research goal to proceed from the study here is to design for different kinds of social navigation in order to study their respective impacts on user behavior, and how over time, user behavior feeds back to influence the system performance.

Page generated in 0.0476 seconds