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

當前位置:主頁 > 科技論文 > 軟件論文 >

基于矩陣分解的個性化推薦系統(tǒng)

發(fā)布時間:2018-05-17 02:13

  本文選題:矩陣分解 + 局部信息。 參考:《華東師范大學》2017年博士論文


【摘要】:隨著信息技術(shù)和互聯(lián)網(wǎng)的發(fā)展,網(wǎng)民用戶和網(wǎng)絡(luò)產(chǎn)品數(shù)量成爆炸式增長,用戶從信息匱乏時代進入信息過載時代。個性化推薦系統(tǒng)對用戶行為和企業(yè)商品特性數(shù)據(jù)建模,為用戶提供滿足他們興趣和需求的信息,同時為企業(yè)推廣提供目標客戶,F(xiàn)代互聯(lián)網(wǎng)服務(wù)提供商,例如淘寶等在線購物網(wǎng)站、愛奇藝等在線視頻網(wǎng)站、大眾點評等生活信息服務(wù)網(wǎng)站,提供大量商品給用戶消費,讓用戶給商品評分以及使用標簽描述商品。針對以上用戶行為數(shù)據(jù),本文以矩陣分解相關(guān)理論為基礎(chǔ),建立模型以解決推薦系統(tǒng)中的三個典型任務(wù):(1)在隱式反饋數(shù)據(jù)上構(gòu)建商品推薦模型,推薦用戶感興趣的商品;(2)利用顯式評分數(shù)據(jù)建立評分預(yù)測模型,預(yù)測用戶對商品的喜好值;(3)利用顯式標簽數(shù)據(jù)建立標簽推薦模型,方便用戶輸入來描述商品屬性,幫助推薦系統(tǒng)良性循環(huán)。本文的研究問題和技術(shù)貢獻總結(jié)如下:1.基于加權(quán)局部矩陣分解的商品推薦:現(xiàn)有的針對隱式反饋數(shù)據(jù)的矩陣分解模型往往只從數(shù)據(jù)的全局信息出發(fā),忽略了數(shù)據(jù)之中的局部信息。為了利用隱式反饋數(shù)據(jù)的局部信息,本文提出了一種加權(quán)局部矩陣分解模型進行商品推薦,并為該模型設(shè)計了高效的子矩陣選擇算法和改進的交替最小二乘參數(shù)優(yōu)化算法,對用戶和商品的局部特性建模,同時緩解了數(shù)據(jù)稀疏性問題。真實數(shù)據(jù)上的實驗結(jié)果表明該模型有較優(yōu)的推薦效果,并驗證了考慮隱式反饋數(shù)據(jù)的局部信息有助于商品推薦。2.基于多主題矩陣分解的評分預(yù)測:為克服現(xiàn)有工作中針對顯式評分數(shù)據(jù)局部信息建模的不可解釋性和目標函數(shù)的不一致性,本文提出了多主題矩陣分解模型。它結(jié)合主題模型和概率矩陣分解模型,利用主題模型建模數(shù)據(jù)局部信息和矩陣分解來刻畫用戶和商品的局部內(nèi)在特征。本文使用貝葉斯方法建模主題矩陣分解模型,使得模型只需少量的經(jīng)驗設(shè)置參數(shù)以得到更高的推薦準確率。實驗結(jié)果說明該模型在評分預(yù)測中優(yōu)于其他局部矩陣分解模型,并對局部建模信息具有一定的可解釋性。3.時間感知的標簽推薦:為了利用標簽數(shù)據(jù)中用戶標注標簽的時間信息,本文提出了時間感知的張量分解模型。該模型利用Hawkes時間點過程對用戶使用標簽的時間信息建模,并利用指數(shù)函數(shù)將Hawkes過程中的疊加形式轉(zhuǎn)化為遞歸形式,使得計算用戶當前時間對標簽的喜好值只跟上次使用標簽的時間有關(guān),減少了大量的計算時間,并將其以權(quán)重的方式加入到逐對排序張量分解模型。實驗結(jié)果表明該模型能夠有效地利用時間信息,提高標簽準確度,同時在冷啟動問題上也有較好的表現(xiàn),并且具有可接受的推薦新穎性。
[Abstract]:With the development of information technology and Internet, the number of Internet users and network products has increased explosively, and users have entered the era of information overload from the era of information scarcity. The personalized recommendation system models user behavior and enterprise commodity characteristics data, provides users with information to meet their interests and needs, and provides target customers for enterprise promotion. Modern Internet service providers, such as online shopping sites such as Taobao, online video sites such as iqiyi, and life information services such as Dianping, provide large quantities of goods for consumers to consume. Ask the user to rate the product and use labels to describe the product. Aiming at the above user behavior data, based on the matrix decomposition theory, this paper establishes a model to solve the problem of three typical tasks in the recommendation system: 1) construct the commodity recommendation model on the implicit feedback data. Using explicit scoring data to set up a rating prediction model, and predict the user's preference for the product / value / 3) using explicit label data to establish a label recommendation model to facilitate the user's input to describe the attributes of the product. Help recommendation system virtuous cycle. The research problems and technical contributions of this paper are summarized as follows: 1. Commodity recommendation based on weighted Local Matrix decomposition: the existing matrix decomposition model for implicit feedback data is usually based on the global information of the data and neglects the local information in the data. In order to make use of the local information of implicit feedback data, a weighted local matrix factorization model is proposed for commodity recommendation, and an efficient submatrix selection algorithm and an improved alternating least square parameter optimization algorithm are designed for the model. The local characteristics of users and commodities are modeled and the problem of data sparsity is alleviated. The experimental results on real data show that the model has a better recommendation effect, and it also verifies that the local information considering implicit feedback data is helpful to commodity recommendation. Score prediction based on multi-topic matrix factorization: in order to overcome the inexplicable modeling of local information of explicit scoring data and the inconsistency of objective function, a multi-topic matrix factorization model is proposed in this paper. It combines the topic model with the probability matrix decomposition model and uses the topic model to model the local information and matrix decomposition of the data to describe the local intrinsic characteristics of users and commodities. In this paper, Bayesian method is used to model the topic matrix decomposition model, so that the model needs only a small amount of experience to set the parameters to get a higher recommendation accuracy. The experimental results show that the model is superior to other local matrix decomposition models in score prediction, and has a certain interpretability for local modeling information. Time aware label recommendation: in order to use the time information of the label, this paper proposes a Zhang Liang decomposition model of time perception. The model uses the Hawkes time point process to model the time information of the user using the label, and uses the exponential function to transform the superposition form of the Hawkes process into the recursive form. It makes the preference value of the user's current time to the label only related to the last time of using the label, which reduces a lot of computing time, and adds it to the sorting Zhang Liang decomposition model by weight. The experimental results show that the model can effectively utilize the time information and improve the label accuracy, at the same time, it has a good performance on cold start problem, and it has the acceptable novelty of recommendation.
【學位授予單位】:華東師范大學
【學位級別】:博士
【學位授予年份】:2017
【分類號】:TP391.3

【相似文獻】

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

1 史加榮;鄭秀云;周水生;;矩陣補全算法研究進展[J];計算機科學;2014年04期

2 李聰;駱志剛;;用于魯棒協(xié)同推薦的元信息增強變分貝葉斯矩陣分解模型[J];自動化學報;2011年09期

3 袁運祥;基于矩陣分解的子結(jié)構(gòu)法求解介紹[J];計算機應(yīng)用通訊;1981年00期

4 張海建;;分布式矩陣分解算法在推薦系統(tǒng)中的研究與應(yīng)用[J];科技通報;2013年12期

5 何朕,趙文斌,于達仁;攝動矩陣的分解[J];電機與控制學報;2004年03期

6 李華云;;F范數(shù)及矩陣分解實例研究[J];現(xiàn)代情報;2008年10期

7 鄒理和;;系數(shù)矩陣分解二維譜估值[J];信號處理;1985年03期

8 陳伯倫;陳];鄒盛榮;徐秀蓮;;基于矩陣分解的二分網(wǎng)絡(luò)社區(qū)挖掘算法[J];計算機科學;2014年02期

9 王鋒;趙志文;牟盛;;整數(shù)提升小波多相矩陣分解系數(shù)的快速提取算法[J];中國圖象圖形學報;2012年03期

10 段華杰;;考慮時間效應(yīng)的矩陣分解技術(shù)在推薦系統(tǒng)中的應(yīng)用[J];微型電腦應(yīng)用;2013年03期

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

1 王春江;錢若軍;王人鵬;楊聯(lián)萍;;矩陣分解在張力集成體系模態(tài)分析中的應(yīng)用[A];第九屆全國結(jié)構(gòu)工程學術(shù)會議論文集第Ⅰ卷[C];2000年

2 王春江;王人鵬;錢若軍;王穎;;矩陣分解技術(shù)在體系性態(tài)綜合分析中的初步應(yīng)用[A];“力學2000”學術(shù)大會論文集[C];2000年

相關(guān)博士學位論文 前8條

1 王中卿;基于文本信息的社會關(guān)系分析與研究[D];蘇州大學;2016年

2 王嘯;基于生成模型和矩陣分解的社區(qū)發(fā)現(xiàn)算法研究[D];天津大學;2015年

3 王科強;基于矩陣分解的個性化推薦系統(tǒng)[D];華東師范大學;2017年

4 李英明;矩陣分解在數(shù)據(jù)挖掘中的應(yīng)用[D];浙江大學;2014年

5 趙科科;低秩矩陣分解的正則化方法與應(yīng)用[D];浙江大學;2012年

6 郭亦鴻;利用穆勒矩陣分解定量測量各向異性介質(zhì)微觀結(jié)構(gòu)[D];清華大學;2014年

7 胡惠軼;基于分解的系統(tǒng)辨識方法研究[D];江南大學;2014年

8 陳根浪;基于社交媒體的推薦技術(shù)若干問題研究[D];浙江大學;2012年

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

1 秦曉暉;個性化微博推薦方法研究[D];華南理工大學;2015年

2 劉鳳林;基于矩陣分解的協(xié)同過濾推薦算法研究[D];南京理工大學;2015年

3 李源鑫;基于提升的信任融合矩陣分解推薦算法[D];福建師范大學;2015年

4 陳洪濤;基于矩陣分解的常規(guī)與長尾捆綁推薦的博弈研究[D];福建師范大學;2015年

5 張濟龍;基于概率矩陣分解的推薦算法研究[D];燕山大學;2015年

6 鄧志豪;基于物品相似度和主題回歸的矩陣分解推薦算法[D];浙江大學;2015年

7 余露;利用矩陣分解算法建模數(shù)據(jù)稀疏環(huán)境下用戶協(xié)同行為[D];杭州師范大學;2015年

8 倪澤明;混合用戶行為建模的概率矩陣分解推薦算法[D];浙江大學;2015年

9 丁浩;基于協(xié)同矩陣分解的藥物靶標相互作用關(guān)系預(yù)測[D];復旦大學;2014年

10 吳世偉;社會網(wǎng)絡(luò)中的鏈接分析[D];復旦大學;2014年

,

本文編號:1899441

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

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


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

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