当前位置:主页 > 经济论文 > 电子商务论文 >

应用Apriori关联规则算法的数据挖掘技术挖掘电子商务潜在客户

发布时间:2016-11-23 18:25

  本文关键词:应用Apriori关联规则算法的数据挖掘技术挖掘电子商务潜在客户,由笔耕文化传播整理发布。


内容摘要计算机技术与网络技术飞速发展,使电子商务显示出越来越强大的生命力, 因其高效与便捷的特点使人们从传统的购物方式逐渐转向网络购物方式,日益接受其网络交易的模式。随着越来越多的公司进入电子商务界,电子商务公司如何拓展客户,从众多的使用者中发掘出潜在客户,对电子商务公司的发展是相当重要的.基于上述情况,设计了将数据挖掘应用于电子商务的潜在用户分析,利用电子商务系统数据库中的存储的大量用户信息及交易数据,经过分类转换之后采用 Apriori 关联规则算法的数据挖掘技术进行挖掘 ,并得到电子商务用户之间的关联关系.通过分析这些数据找到电子商务用户中的哪些能成为真正使用者或者说是潜在客户,从而为电子商务公司的发展决策提供科学依据。数据挖掘的过程就是发现隐藏在各种尚没有处理的原始数据集合中的各种相关联系,并从这些联系中提取知识的过程。数据挖掘是多种计算机相关学科相结合的产物,其包含了数据库技术、计算机机器自主学习、数据统计分析、行为模式识别、人工神经网络等等学科。由于其具有很高的商业使用价值,同时适合应用的范围极为广泛,所以目前数据挖掘的相关研究已成为研究的重点之一。论文首先对电子商务的现状进行了分析,发现其存在的问题,即海量的数据信息无法得到有效利用。之后提出了采用数据挖掘对数据信息进行挖掘,从而找到电子商务中的潜在客户的这一个设想。接着对数据挖掘、关联规则等各种相关知识进行了阐述,,并对它们的发展情况,以及国内外数据挖掘的现状做了简单的综述。分析了电子商务平台中数据挖掘系统发展现状,以及应用数据挖掘会给电子商务带来何种优势。然后重点研究了关联规则经典频繁集算法(Apriori 算法)的原理,以及如何将挖掘算法应用于电子商务系统中,针对它的缺点,提出了一种改进算法。从而在挖掘事务数据库时,将要查询的数据表取出放入内存中,从而使以后每次扫描时不需要再访问数据库,而是直接访问内存,从而使速度增快;能减少对数据库的访问次数,同时建立辅助表,来帮助减少扫描频繁项集节点次数,从而提高整个挖掘的效率。最后介绍了将 Apriori 算法应用到电子商务,设计了潜在客户分析系统,通过对源数据库中客户各种相关基本信息的提取、整合,之后进行挖掘分析来得出结论,哪些客户能成为潜在的客户。关键词:数据挖掘,关联规则,Apriori 算法,潜在客户挖掘FIND THE POTENTIAL CUSTOMERS OF THEE-COMMERCE BY DATA MINING TECHNOLOGYAbstractE-commerce shows more and more st

rong vitality because of the Computer andthe internet technology has rapid development. People’s traditional shopping way haschanged. Shopping from internet has already became the way that the people willaccept. As More and more companies enter the e-commerce industry, the importantof the Electronic commerce’s development is that how to develop customer and howto discover potential customers from the users.On the above situation, we analysis potential user in e-commerce by Data mining.We use the large number of user information and transaction data which is stored inthe electronic commerce system database. Through the classification after theconversion using Apriori algorithm of association rules data mining technology wasobtained, and get the relation between the users of e-commerce. We analysis this datain order to find the users of e-commerce which can become a potential customers. Sothat it can provide scientific basis for the electronic commerce’s development anddecision-making.Data mining is that found the original data in the associations been hidden in orcorrelations between process and knowledge acquisition. Data mining is thetechnology of database, artificial intelligence, machine learning, statistical analysis,fuzzy logic, pattern recognition, artificial neural network, and multiple disciplinescombined product. Data mining has become one of research hot spots because of itswide application and high commercial value of current.Firstly, I expounded data mining, association rules and other related knowledge.In the current, association rules of data mining are the one of main mode thatresearches with. It focuses on the identification the data which in different areas ofcontact between. It finds the support and confidence thresholds of the multipledomain dependencies which are given in satisfy. I make comprehensive summary thebackground and development situation on data mining as well as the present situationof the domestic and foreign data mining system. I Analysis the data mining systemwhich faced and needed to solve the problems, and development trend of the future.The paper put the stress on the theory of Apriori and the its application toelectronic commerce system. According to its shortcomings, this paper also putforward some improved algorithm. It is faster and more efficient. It cuts downs thetimes we visit the data-base. Finally the paper introduces the application of thealgorithm to analyze the electronic commerce customers and find the potentialcustomers through analyzing the information of these customers.Finney I describes how to analysis customer with this algorithm and theelectronic commerce. I use the customer basic information extraction and analysis ofmining to find which customers can become potential customers.Key Words: Data mining, Association rules, potential customers, Apriori目录第一章 引言.........................................

.........................................................................11.1 动机...................................................................................................................11.2 研究目的...........................................................................................................11.3 国内外应用研究...............................................................................................21.4 数据挖掘研究过程..........................................................................................31.5 论文组织...........................................................................................................4本章小结.................................................................................................................4第二章 数据挖掘..........................................................................................................52.1 数据挖掘介绍...................................................................................................52.2 挖掘对象研究...................................................................................................62.3 可挖掘的知识模式...........................................................................................62.4 数据挖掘分析方法...........................................................................................72.4.1 分类 (Classification)..........................................................................................72.4.2 估值(Estimation) ................................................................................................82.4.3 预言(Prediction) .................................................................................................82.4.4 关联规则(Affinity grouping or association rules)..............................................82.4.5 聚集(Clustering) .................................................................................................92.4.6 数据挖掘方法总结..................................................................................................92.5 电子商务平台中的数据挖掘技术应用.........................................................102.5.1 找到潜在客户........................................................................................................102.5.2 实现客户驻留........................................................................................................112.5.3 改进站点的设计....................................................................................................112.5.4 进行市场预测........................................................................................................122.6 应用数据挖掘技术.........................................................................................12本章小结......................

.........................................................................................12第三章 关联规则挖掘以及算法................................................................................133.1 关联挖掘的规则定义.....................................................................................133.2 关联规则挖掘的过程.....................................................................................153.3 关联规则的各种种类.....................................................................................163.3.1 关联规则可以分为布尔型和数值型。 ................................................................163.3.2 单层关联规则和多层关联规则。........................................................................163.3.3 关联规则可以分为一维的和多维的....................................................................163.4 关联规则挖掘的相关算法.............................................................................173.4.1 Apriori 算法: .......................................................................................................173.4.2 基于划分的算法:...................................................................................................173.4.3 FP-树频集算法:.....................................................................................................173.4.4 APRIORI 关联规则算法: ...................................................................................173.4.5 Apriori 算法的缺点 ...............................................................................................183.4.6 Apriori 算法改进的基本思想 ...............................................................................193.5 数据挖掘准备步骤:.....................................................................................193.6 实例分析.........................................................................................................203.7 具体实验分析.................................................................................................243.8 Apriori 算法的应用 ........................................................................................26本章总结:...........................................................................................................26第四章.关联规则在电子商务平台中寻找潜在客户的应用..................................274.1 电子商务概述.................................................................................................274.2 电子商务未来的趋势:.................................................................................294.3 潜在客户的定义.............................................................................................304.4 寻找潜在客户的目的和意义.....................................


  本文关键词:应用Apriori关联规则算法的数据挖掘技术挖掘电子商务潜在客户,由笔耕文化传播整理发布。



本文编号:188806

资料下载
论文发表

本文链接:https://www.wllwen.com/jingjilunwen/dianzishangwulunwen/188806.html


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

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