天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 軟件論文 >

模糊關(guān)聯(lián)規(guī)則在推薦系統(tǒng)的應(yīng)用研究

發(fā)布時(shí)間:2019-01-25 20:25
【摘要】:伴隨著信息產(chǎn)業(yè)化的發(fā)展,人們接受的信息越來越多了,這些信息已經(jīng)超過了個(gè)人和系統(tǒng)所能接受和理解的范圍,以致于影響到了我們的生活、學(xué)習(xí)、工作以及人際關(guān)系等。這就是信息過載,以及信息過載為我們帶來的困擾。需求驅(qū)動著技術(shù)的發(fā)展,推薦系統(tǒng)就是這樣產(chǎn)生了,它是為用戶主動定位和推送其感興趣的內(nèi)容。個(gè)性化推薦系統(tǒng)廣泛的應(yīng)用到我們的生活、學(xué)習(xí)以及工業(yè)生產(chǎn)中,不但影響著我們的生活、學(xué)習(xí)和工作的方式,而且個(gè)性化系統(tǒng)廣泛的應(yīng)用促進(jìn)了經(jīng)濟(jì)的發(fā)展,所以研究個(gè)性化推薦系統(tǒng)有實(shí)用意義。關(guān)聯(lián)規(guī)則是先從歷史數(shù)據(jù)中挖掘出來所有的頻繁項(xiàng)集,其次再從頻繁項(xiàng)集找出來所有的強(qiáng)關(guān)聯(lián)規(guī)則。如今,關(guān)聯(lián)規(guī)則已經(jīng)成為了一種常用的推薦系統(tǒng)的方法。但是基于布爾型的關(guān)聯(lián)規(guī)則只能處理布爾型的數(shù)據(jù),不能處理數(shù)量型的數(shù)據(jù),那么算法就有了一定的局限性,所以我們引入了模糊的概念。將模糊概念引入關(guān)聯(lián)規(guī)則算法,應(yīng)用到推薦系統(tǒng)中,提高推薦結(jié)果的合理性。同時(shí)關(guān)聯(lián)規(guī)則有一個(gè)弊端,采用過大的頻繁候選項(xiàng)集,這影響算法的效率。所以,本文提出來了基于決策樹的模糊關(guān)聯(lián)規(guī)則,并它應(yīng)用到推薦系統(tǒng)中,這樣不但提升了算法的效率,而且使推薦系統(tǒng)具備個(gè)性化和人性化。本課題以推薦系統(tǒng)為應(yīng)用點(diǎn),以關(guān)聯(lián)規(guī)則為核心,以模糊理論和決策樹為要點(diǎn),主要介紹了關(guān)聯(lián)規(guī)則算法、模糊關(guān)關(guān)聯(lián)規(guī)則算法以及決策樹算法的理論知識以及它們在推薦系統(tǒng)中的應(yīng)用。研究成果有如下幾個(gè)方面:1)研究關(guān)聯(lián)規(guī)則與模糊關(guān)聯(lián)規(guī)則的基本原理,介紹了apriori算法挖掘頻繁集的過程,以及介紹了由頻繁挖掘強(qiáng)關(guān)聯(lián)的規(guī)則的過程。2)研究決策樹算法的基本原理,并介紹了使用ID3算法和C4.5算法構(gòu)建決策樹的過程,并介紹了決策樹的截枝和決策操作。3)研究基于決策樹的模糊關(guān)聯(lián)規(guī)則的算法,并著重介紹了決策樹如何優(yōu)化apriori算法的性能。4)將模糊關(guān)聯(lián)規(guī)則和基于決策樹的模糊關(guān)聯(lián)規(guī)則應(yīng)用到推薦系統(tǒng)中,并編程實(shí)現(xiàn),在實(shí)際的應(yīng)用中給出來兩種模型的差異。
[Abstract]:With the development of information industrialization, more and more information has been accepted by people, which has exceeded the range of personal and system acceptance and understanding, which has affected our life, study, work and interpersonal relationships. This is information overload, and information overload for us to bring trouble. Requirements drive the development of technology, recommendation system is produced, it is active for users to locate and push the content of their interest. Personalized recommendation system is widely used in our life, learning and industrial production. It not only affects the way we live, study and work, but also promotes the development of economy. Therefore, the study of personalized recommendation system has practical significance. Association rules first mine all frequent itemsets from historical data, and then find all strong association rules from frequent itemsets. Nowadays, association rules have become a common method of recommendation system. But the association rules based on Boolean type can only deal with Boolean data, but not quantitative data, so the algorithm has some limitations, so we introduce the concept of fuzzy. The fuzzy concept is introduced into the association rule algorithm and applied to the recommendation system to improve the rationality of the recommendation results. At the same time, there is a disadvantage of association rules, which affects the efficiency of the algorithm by using too large set of frequent candidate items. Therefore, a fuzzy association rule based on decision tree is proposed in this paper, and it is applied to the recommendation system, which not only improves the efficiency of the algorithm, but also makes the recommendation system personalized and humanized. Based on recommendation system, association rules, fuzzy theory and decision tree, this paper mainly introduces the algorithm of association rules. The theoretical knowledge of fuzzy association rules algorithm and decision tree algorithm and their application in recommendation system. The research results are as follows: 1) the basic principles of association rules and fuzzy association rules are studied, and the process of mining frequent sets by apriori algorithm is introduced. This paper also introduces the process of mining strong association rules frequently. 2) the basic principle of decision tree algorithm is studied, and the process of constructing decision tree using ID3 algorithm and C4.5 algorithm is introduced. It also introduces the pruning and decision operation of decision tree. 3) the algorithm of fuzzy association rules based on decision tree is studied. How to optimize the performance of apriori algorithm based on decision tree is introduced. 4) the fuzzy association rules and fuzzy association rules based on decision tree are applied to the recommendation system and implemented by programming. The differences between the two models are given in the practical application.
【學(xué)位授予單位】:中國地質(zhì)大學(xué)(北京)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2016
【分類號】:TP311.13;TP391.3

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 羅來鵬;模糊關(guān)聯(lián)規(guī)則支持度選擇的一種改進(jìn)[J];計(jì)算機(jī)與現(xiàn)代化;2005年04期

2 張保穩(wěn),何華燦;有效支持度和模糊關(guān)聯(lián)規(guī)則挖掘[J];小型微型計(jì)算機(jī)系統(tǒng);2002年09期

3 徐鳳生,陸玉昌;模糊關(guān)聯(lián)規(guī)則的挖掘算法[J];德州學(xué)院學(xué)報(bào)(自然科學(xué)版);2002年02期

4 王新,王勇;基于模糊類層次的廣義模糊關(guān)聯(lián)規(guī)則挖掘[J];計(jì)算機(jī)工程與應(yīng)用;2002年17期

5 陸建江,錢祖平,張文獻(xiàn);挖掘集合值關(guān)系數(shù)據(jù)庫的模糊關(guān)聯(lián)規(guī)則[J];計(jì)算機(jī)工程;2002年08期

6 陸建江,張文獻(xiàn);區(qū)間值關(guān)系數(shù)據(jù)庫上模糊關(guān)聯(lián)規(guī)則的預(yù)測方法[J];計(jì)算機(jī)工程與應(yīng)用;2003年12期

7 馬常杰,陳守余;數(shù)據(jù)庫中模糊關(guān)聯(lián)規(guī)則挖掘研究進(jìn)展[J];計(jì)算機(jī)工程與應(yīng)用;2003年31期

8 張素文,孟建良,龐春江;模糊關(guān)聯(lián)規(guī)則的加權(quán)挖掘算法[J];微機(jī)發(fā)展;2003年04期

9 崔新春,韓莉莉;多層次模糊關(guān)聯(lián)規(guī)則挖掘算法[J];計(jì)算機(jī)工程與應(yīng)用;2004年10期

10 王炳雪;時(shí)間序列模糊關(guān)聯(lián)規(guī)則的挖掘[J];計(jì)算機(jī)工程與應(yīng)用;2004年12期

相關(guān)會議論文 前4條

1 杜瀊;陸建江;宋自林;;大型數(shù)據(jù)庫中模糊關(guān)聯(lián)規(guī)則的挖掘[A];第十六屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集[C];1999年

2 韋素云;吉根林;楊明;;基于聚類的模糊關(guān)聯(lián)規(guī)則挖掘[A];第二十二屆中國數(shù)據(jù)庫學(xué)術(shù)會議論文集(研究報(bào)告篇)[C];2005年

3 呂曉華;薛永生;林子雨;張健達(dá);;分布式挖掘多層模糊關(guān)聯(lián)規(guī)則的算法優(yōu)化研究[A];第二十一屆中國數(shù)據(jù)庫學(xué)術(shù)會議論文集(技術(shù)報(bào)告篇)[C];2004年

4 陳國青;衛(wèi)強(qiáng);;模糊關(guān)聯(lián)規(guī)則及其發(fā)現(xiàn)方法[A];中國系統(tǒng)工程學(xué)會模糊數(shù)學(xué)與模糊系統(tǒng)委員會第十一屆年會論文選集[C];2002年

相關(guān)博士學(xué)位論文 前1條

1 吳簡;面向業(yè)務(wù)的基于模糊關(guān)聯(lián)規(guī)則挖掘的網(wǎng)絡(luò)故障診斷[D];電子科技大學(xué);2012年

相關(guān)碩士學(xué)位論文 前10條

1 冉娜;模糊關(guān)聯(lián)規(guī)則挖掘技術(shù)研究及其在推薦系統(tǒng)中的應(yīng)用[D];西南交通大學(xué);2015年

2 王振亞;模糊關(guān)聯(lián)規(guī)則在推薦系統(tǒng)的應(yīng)用研究[D];中國地質(zhì)大學(xué)(北京);2016年

3 周越;多域分布式網(wǎng)絡(luò)中告警模糊關(guān)聯(lián)規(guī)則挖掘的研究[D];電子科技大學(xué);2016年

4 唐洪霞;模糊關(guān)聯(lián)規(guī)則挖掘及其應(yīng)用研究[D];西華大學(xué);2010年

5 焦冬艷;面向醫(yī)療數(shù)據(jù)的模糊關(guān)聯(lián)規(guī)則挖掘[D];汕頭大學(xué);2010年

6 高雅;關(guān)于模糊蘊(yùn)涵算子在模糊關(guān)聯(lián)規(guī)則挖掘中的應(yīng)用及其影響的研究[D];西南交通大學(xué);2004年

7 王暢;模糊關(guān)聯(lián)規(guī)則挖掘及其應(yīng)用[D];南京航空航天大學(xué);2012年

8 王文熙;模糊關(guān)聯(lián)規(guī)則挖掘算法的研究與應(yīng)用[D];國防科學(xué)技術(shù)大學(xué);2010年

9 黨勤華;模糊關(guān)聯(lián)規(guī)則挖掘模型的研究與應(yīng)用[D];鄭州大學(xué);2011年

10 劉盼;基于多層模糊關(guān)聯(lián)規(guī)則挖掘的網(wǎng)絡(luò)告警相關(guān)性分析[D];電子科技大學(xué);2013年

,

本文編號:2415160

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2415160.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶e4d56***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com