17,169 research outputs found

    Vacation Package Recommender System

    Get PDF
    Vacations play a vital role in our lives. Taking a good vacation can help our physical health; helps maintaining good family relations, improves mental health and reduces the chance of burnouts. However, most vacation recommender systems available are complicated and confusing and usually rely on explicit user ratings to recommend .travel packages. However, user ratings for travel data are sparse, therein reducing their effectiveness in recommending travel packages. I propose to develop a system aimed at exploiting a travel data set and creating travel package recommendations based on the user’s interests and the spatial-temporal correlations that exist within sets of locations, seasons and attractions. Further, I will assess relationships between travel users so than common users can be arranged into travel groups or the people who wants to travel as a group with their family or friends can also be arranged into travel groups. This personalized vacation package recommendation based on the traditional models, which follow a recommendation strategy and has the ability to combine many possible constraints that exist in the real-world scenarios. This data mining approach uses collaborative filtering method and performs much better than the traditional systems. It can be used both by the travel agencies and the travel groups at low maintenance and cost. The Graphical user interface is designed for both novice and expert users. This project has been developed using NetBeans with java and MySQL. I choose NetBeans because it is free, open-source, cross-platform IDE with built-in-support for Java programming language. This package system can be considered as an experimental prototype, we can see that the proposed recommendation approach works very well for predicting the user travel preferences by exploiting the unique characteristics of vacation package data

    Hybrid group recommendations for a travel service

    Get PDF
    Recommendation techniques have proven their usefulness as a tool to cope with the information overload problem in many classical domains such as movies, books, and music. Additional challenges for recommender systems emerge in the domain of tourism such as acquiring metadata and feedback, the sparsity of the rating matrix, user constraints, and the fact that traveling is often a group activity. This paper proposes a recommender system that offers personalized recommendations for travel destinations to individuals and groups. These recommendations are based on the users' rating profile, personal interests, and specific demands for their next destination. The recommendation algorithm is a hybrid approach combining a content-based, collaborative filtering, and knowledge-based solution. For groups of users, such as families or friends, individual recommendations are aggregated into group recommendations, with an additional opportunity for users to give feedback on these group recommendations. A group of test users evaluated the recommender system using a prototype web application. The results prove the usefulness of individual and group recommendations and show that users prefer the hybrid algorithm over each individual technique. This paper demonstrates the added value of various recommendation algorithms in terms of different quality aspects, compared to an unpersonalized list of the most-popular destinations

    Top-k Route Search through Submodularity Modeling of Recurrent POI Features

    Full text link
    We consider a practical top-k route search problem: given a collection of points of interest (POIs) with rated features and traveling costs between POIs, a user wants to find k routes from a source to a destination and limited in a cost budget, that maximally match her needs on feature preferences. One challenge is dealing with the personalized diversity requirement where users have various trade-off between quantity (the number of POIs with a specified feature) and variety (the coverage of specified features). Another challenge is the large scale of the POI map and the great many alternative routes to search. We model the personalized diversity requirement by the whole class of submodular functions, and present an optimal solution to the top-k route search problem through indices for retrieving relevant POIs in both feature and route spaces and various strategies for pruning the search space using user preferences and constraints. We also present promising heuristic solutions and evaluate all the solutions on real life data.Comment: 11 pages, 7 figures, 2 table

    A Personalized System for Conversational Recommendations

    Full text link
    Searching for and making decisions about information is becoming increasingly difficult as the amount of information and number of choices increases. Recommendation systems help users find items of interest of a particular type, such as movies or restaurants, but are still somewhat awkward to use. Our solution is to take advantage of the complementary strengths of personalized recommendation systems and dialogue systems, creating personalized aides. We present a system -- the Adaptive Place Advisor -- that treats item selection as an interactive, conversational process, with the program inquiring about item attributes and the user responding. Individual, long-term user preferences are unobtrusively obtained in the course of normal recommendation dialogues and used to direct future conversations with the same user. We present a novel user model that influences both item search and the questions asked during a conversation. We demonstrate the effectiveness of our system in significantly reducing the time and number of interactions required to find a satisfactory item, as compared to a control group of users interacting with a non-adaptive version of the system

    Travel Package Recommendation

    Get PDF
    Location Based SocialNetworks (LBSN) benefit the users by allowing them to share their locations and life moments with their friends. The users can also review the locations they have visited. Classical recommender systems provide users a ranked list of single items. This is not suitable for applications like trip planning,where the recommendations should contain multiple items in an appropriate sequence. The problem of generating such recommendations is challenging due to various critical aspects, which includes user interest, budget constraints and high sparsity in the available data used to solve the problem. In this paper, we propose a graph based approach to recommend a set of personalized travel packages. Each recommended package comprises of a sequence of multiple Point of Interests (POIs). Given the current location and spatio-temporal constraints, our goal is to recommend a package which satisfies the constraints. This approach utilizes the data collected fromLBSNs to learn user preferences and also models the location popularity

    Learning Points and Routes to Recommend Trajectories

    Full text link
    The problem of recommending tours to travellers is an important and broadly studied area. Suggested solutions include various approaches of points-of-interest (POI) recommendation and route planning. We consider the task of recommending a sequence of POIs, that simultaneously uses information about POIs and routes. Our approach unifies the treatment of various sources of information by representing them as features in machine learning algorithms, enabling us to learn from past behaviour. Information about POIs are used to learn a POI ranking model that accounts for the start and end points of tours. Data about previous trajectories are used for learning transition patterns between POIs that enable us to recommend probable routes. In addition, a probabilistic model is proposed to combine the results of POI ranking and the POI to POI transitions. We propose a new F1_1 score on pairs of POIs that capture the order of visits. Empirical results show that our approach improves on recent methods, and demonstrate that combining points and routes enables better trajectory recommendations

    UniRecSys: A Unified Framework for Personalized, Group, Package, and Package-to-Group Recommendations

    Full text link
    Recommender systems aim to enhance the overall user experience by providing tailored recommendations for a variety of products and services. These systems help users make more informed decisions, leading to greater user satisfaction with the platform. However, the implementation of these systems largely depends on the context, which can vary from recommending an item or package to a user or a group. This requires careful exploration of several models during the deployment, as there is no comprehensive and unified approach that deals with recommendations at different levels. Furthermore, these individual models must be closely attuned to their generated recommendations depending on the context to prevent significant variation in their generated recommendations. In this paper, we propose a novel unified recommendation framework that addresses all four recommendation tasks, namely personalized, group, package, or package-to-group recommendation, filling the gap in the current research landscape. The proposed framework can be integrated with most of the traditional matrix factorization-based collaborative filtering models. The idea is to enhance the formulation of the existing approaches by incorporating components focusing on the exploitation of the group and package latent factors. These components also help in exploiting a rich latent representation of the user/item by enforcing them to align closely with their corresponding group/package representation. We consider two prominent CF techniques, Regularized Matrix Factorization and Maximum Margin Matrix factorization, as the baseline models and demonstrate their customization to various recommendation tasks. Experiment results on two publicly available datasets are reported, comparing them to other baseline approaches that consider individual rating feedback for group or package recommendations.Comment: 25 page
    corecore