当前位置:主页 > 科技论文 > 软件论文 >

基于个性化推荐的旅游电商平台设计与实现

发布时间:2018-07-10 14:11

  本文选题:旅游电商平台 + 个性化推荐 ; 参考:《东华大学》2017年硕士论文


【摘要】:随着互联网技术的发展,人们对于旅游产品的预定方式也发生了显著的变化,更多游客倾向于在线预订旅游产品,传统旅游企业向旅游电商平台转型已经成为一种趋势。本论文的主要工作是为某传统旅游企业设计并开发了一个基于个性化推荐的旅游电商平台。该企业是一家传统旅游企业,由于没有基于互联网的电商平台,产品销售的模式主要依靠线下门市部柜台预定以及电话预定等,存在生产效率低下、订单无法统一管理及用户下单和支付不方便等缺点。随着该旅游企业在业务规模上的发展,迫切需要设计并开发一个旅游电商平台来提高公司运营效率和经营效益。同时,为了提升企业的竞争力,该企业也希望能够为客户提供一些特色服务,如旅游产品个性化推荐和团体行程个性化定制等。本文通过对该旅游企业的基本情况分析,基于MVC架构设计并开发了旅游电商平台,整合了企业资源,实现了旅游产品在线发布和销售,扩大了旅游信息的传播和推广。同时为了满足企业精准化、特色化营销的需求,在该平台的基础上,一方面利用获取的客户的历史行为数据等信息,采用推荐算法实现了旅游产品的个性化推荐;另一方面采用随机优化技术解决了大型会议组织过程中存在的行程规划问题,实现团体行程的个性化定制及优化。本文的工作内容主要有以下四点:(1)使用MVC架构设计实现了旅游电商平台。采用分层设计的思想,降低了每一层代码之间的耦合度,便于对业务代码进行修改和维护,使得功能模块的复用更加容易。(2)通过对常用的个性化推荐技术在旅游产品推荐中存在的问题进行分析,对协同过滤算法做出改进,提出了一种面向旅游产品的个性化推荐算法,并将该算法应用于旅游电商平台的产品推荐模块,最后对该算法的推荐效果进行了测试与分析,验证了该算法在旅游产品推荐中的有效性。(3)通过对全国性大型会议的会务行程安排中存在的问题进行分析,研究并实现了面向个性化定制的团体行程优化方法,该方法通过建立成本函数,基于遗传算法为会议举办方定制最优化的行程方案,使得举办方可以花费更少的预算。(4)使用云平台的部署方案,使用Redis优化数据库存储,使用负载均衡技术避免单点故障,保证旅游电商平台系统的拓展性、稳定性和可用性。
[Abstract]:With the development of Internet technology, the way of booking tourism products has changed significantly, more tourists tend to book tourism products online, and it has become a trend for traditional tourism enterprises to transform to tourism e-commerce platform. The main work of this paper is to design and develop a tourism ecommerce platform based on personalized recommendation for a traditional tourism enterprise. The enterprise is a traditional tourism enterprise. Because there is no e-commerce platform based on the Internet, the mode of product sales mainly depends on the offline counter booking and telephone reservation, etc., so the production efficiency is low. Order can not be unified management and user order and payment inconvenient and other shortcomings. With the development of the tourism enterprise in the business scale, it is urgent to design and develop a tourism e-commerce platform to improve the operational efficiency and efficiency of the company. At the same time, in order to enhance the competitiveness of the enterprise, the enterprise also hopes to provide customers with some special services, such as personalized recommendation of tourism products and personalized customization of group itinerary. Based on the analysis of the basic situation of the tourism enterprise, this paper designs and develops a tourism e-commerce platform based on MVC architecture, integrates the enterprise resources, realizes the online publication and sale of tourism products, and expands the dissemination and promotion of tourism information. At the same time, in order to meet the needs of enterprise precision and characteristic marketing, on the basis of the platform, on the one hand, using the historical behavior data of customers, the recommendation algorithm is used to realize the personalized recommendation of tourism products. On the other hand, the random optimization technology is used to solve the problem of travel planning in the process of large-scale conference organization, and to realize the personalized customization and optimization of group itinerary. The main contents of this paper are as follows: (1) using MVC architecture to design and implement the tourism e-commerce platform. By adopting the idea of hierarchical design, the coupling degree between each layer of code is reduced, and the business code can be modified and maintained easily. Make the reuse of function modules easier. (2) by analyzing the problems of the commonly used personalized recommendation technology in tourism product recommendation, the collaborative filtering algorithm is improved, and a personalized recommendation algorithm for tourism products is proposed. The algorithm is applied to the product recommendation module of the tourism e-commerce platform. Finally, the recommendation effect of the algorithm is tested and analyzed. The validity of the algorithm in tourism product recommendation is verified. (3) by analyzing the problems existing in the meeting scheduling of a large national conference, a group travel optimization method for personalized customization is studied and realized. By establishing a cost function and customizing the optimal itinerary scheme for the conference organizer based on genetic algorithm, the method allows the organizer to spend less budget. (4) using the deployment scheme of the cloud platform, using Redis to optimize the database storage, Load balancing technique is used to avoid single-point failure and to ensure the expansibility, stability and availability of the tourism ecommerce platform system.
【学位授予单位】:东华大学
【学位级别】:硕士
【学位授予年份】:2017
【分类号】:TP391.3

【参考文献】

相关期刊论文 前10条

1 冷亚军;陆青;梁昌勇;;协同过滤推荐技术综述[J];模式识别与人工智能;2014年08期

2 朱亚兴;余爱民;王夷;;基于Redis+MySQL+MongoDB存储架构应用[J];微型机与应用;2014年13期

3 吕洋洋;白凯;;旅游交易网站消费者评价维度研究——以携程网为例[J];旅游科学;2014年02期

4 曹丹丹;乐嘉锦;夏小玲;;Redis数据库在视频推荐服务系统中的应用[J];计算机与现代化;2013年10期

5 曾超宇;李金香;;Redis在高速缓存系统中的应用[J];微型机与应用;2013年12期

6 廖福保;;扩展Spring MVC模块的Web应用[J];实验室研究与探索;2012年10期

7 刘嘉;惠成峰;都兴中;陈振宇;;基于SaaS模式的电子商务推荐平台[J];计算机应用;2012年09期

8 王国霞;刘贺平;;个性化推荐系统综述[J];计算机工程与应用;2012年07期

9 于平;逯燕玲;;我国旅游电子商务模式创新研究与平台设计[J];计算机与现代化;2011年07期

10 罗辛;欧阳元新;熊璋;袁满;;通过相似度支持度优化基于K近邻的协同过滤算法[J];计算机学报;2010年08期

相关硕士学位论文 前1条

1 熊宇;协同过滤的电子商务个性化服务推荐系统的研究[D];电子科技大学;2013年



本文编号:2113625

资料下载
论文发表

本文链接:https://www.wllwen.com/kejilunwen/ruanjiangongchenglunwen/2113625.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户5d0c7***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com