CN101853470A - Collaborative filtering method based on socialized label - Google Patents

Collaborative filtering method based on socialized label Download PDF

Info

Publication number
CN101853470A
CN101853470A CN201010185859A CN201010185859A CN101853470A CN 101853470 A CN101853470 A CN 101853470A CN 201010185859 A CN201010185859 A CN 201010185859A CN 201010185859 A CN201010185859 A CN 201010185859A CN 101853470 A CN101853470 A CN 101853470A
Authority
CN
China
Prior art keywords
label
user
article
item
alpha
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201010185859A
Other languages
Chinese (zh)
Inventor
邵健
张寅�
姚璐
蔡瑞瑜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang University ZJU
Original Assignee
Zhejiang University ZJU
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang University ZJU filed Critical Zhejiang University ZJU
Priority to CN201010185859A priority Critical patent/CN101853470A/en
Publication of CN101853470A publication Critical patent/CN101853470A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a collaborative filtering method based on socialized labels, which comprises the following steps that: (1) first, a tripartite graph is used to build models for three different node, i.e. a user, an article and the socialized label, and random walk algorithm is applied to each user to recommend top-N personalized articles; (2) in order to solve the problem of the sparsity of socialized labels (i.e. articles are always labeled by only a small number of labels) and noise brought by the subjective factors of the user, the invention provides a method for expanding the labeling of the articles with a lasso logistic regression model, i.e. labels related to the semantics are increased for each article, and the labels with noise are removed; and (3) the weight of the labels in the recommendation process is regulated. The collaborative filtering method based on socialized labels organically integrates the semantic information of the socialized labels to the description of the articles, uses the lasso logistic regression model to expand the labels, solves the sparsity and noise problems of the socialized labels so as to greatly improve the precision and the performance of a personalized recommendation system.

Description

A kind of collaborative filtering method based on socialized label
Technical field
The present invention relates to the personalized recommendation field, relate in particular to a kind of collaborative filtering method based on socialized label.
Background technology
Along with the fast development of network and multimedia technology, the amount of images on the internet is explosive increase.According to statistics, 2008, Google index Web webpage scale reached 1,000,000,000,000, and wherein view data is above tens.Present in the time of magnanimity information, make the user be difficult to therefrom find own interested part on the one hand, the information that also makes a large amount of rare people make inquiries on the other hand becomes " the dark information " in the network, can't be obtained by the general user.Personalized recommendation system utilizes the potential interested object of existing selection course or similarity relation excavation user, and then recommends by setting up the binary relation between user and the information products, and its essence is exactly information filtering.Personalized recommendation system not only has important use and is worth in social economy, and is a problem in science that is worth very much research.In fact, it is to solve information overload problem one of the most effective instrument at present.
Collaborative filtering recommending (collaborative filtering recommendation) technology is one of technology the most successful in the commending system, has been widely used in film and has recommended (Netflix), book recommendation fields such as (Amazon).Directly analyzing content with traditional content-based filtration recommends different, collaborative filtering analysis user interest, in customer group, find similar (interest) user to designated user, comprehensive these similar users are to the evaluation of a certain information, and the formation system is to the fancy grade prediction of this designated user to this information.Yet, though extensive studies and application are arranged, the collaborative filtering technology still is difficult to overcome the sparse property of data problem, promptly in existing commending system, the user often only estimated minimum a part of article, and making like this may be inaccurate based on the similarity between the resulting user of evaluation of user.The problem of sparse property is in particular in following two aspects:
1) cold start problem (cold start) promptly when new user or new article join commending system, owing to lack evaluation information, can not find similar user or similar article for it, thereby can't recommend.
2) similar transitivity problem (Neighbor transitivity), promptly user A has similar preference to B, and user B also has similar preference with C, and A also has similar preference to C so, even A did not estimate identical article with C.Therefore traditional collaborative filtering recommending algorithm can't be excavated potential similar users or similar article.
In order to solve above shortcoming, we propose 1) semantic information of using socialized label to provide excavates the similarity of article, thus alleviate because of lacking the bottleneck that user's score information can't accurate Calculation article similarity; 2) use random walk (Random walk) algorithm to solve similar transitivity problem based on graph model.
Further, because socialized label is produced by the user, these total number of labels amounts are very big, and mistake and noise wherein appear unavoidably, simultaneously, each user is accustomed to using a part of label seldom to mark article, makes the semanteme of article not expressed fully by label.In order to address this problem, we propose a kind of model based on lasso logistic regression and pass through related semantic similar label, make that the semanteme of article can be by more comprehensive and accurate expression.
Summary of the invention
The objective of the invention is to overcome the deficiency of existing recommended technology, a kind of collaborative filtering method based on socialized label is provided.
Collaborative filtering method based on socialized label comprises the steps:
1) at first use tripartite graph that user, article, these three kinds of different node of socialized label are carried out modeling, and application random walk algorithm is each user-customized recommended top-N article;
2) expansion of using lasso logistic regression model to remove article are carried out label, promptly to each article, increase and its semantic relevant label, and remove the label that those have noise, to solve noise and the sparse property problem that exists in the socialized label, promptly article have only seldom a part of label for labelling usually;
3) regulate the weight of label in recommendation process.
Described by tripartite graph to user, article and label modeling and use the random walk algorithm and be for each user recommends the step of article:
1) use the tripartite graph modeling, then this tripartite graph can be expressed as: G={U, and I, T, E}, wherein U, I, T represent user, article, label respectively, and E represents the relation between them, and then this tripartite graph can be expressed as by following adjacency matrix:
M = 0 UI 0 UI T 0 IT 0 IT T 0
Wherein UI represents the rating matrix of User to Item, UI IjBe user u iTo article i jScoring; IT is article and label matrix, IT JlExpression article i jBy label t lThe number of times of mark;
2) on this tripartite graph, use the random walk algorithm to recommend.
Transition matrix in the random walk algorithm is defined as follows:
S ij = M ij Σ i M ij = 0 P 1 0 P 2 0 Q 1 0 Q 2 0
During the random walk algorithm initialization, each node gives initial value R (0).According to transition matrix, iteration " is walked " to other node subsequently, and until convergence, simultaneously, in order to embody individuation principle, in iterative process, the random walk algorithm moves towards the node that those react user preferences with probability α, and the random walk algorithm patternization is defined as follows:
R ( 0 ) = 1 | M | R ( t + 1 ) = ( 1 - α ) SR ( t ) + αp
Wherein R (t) is the recommendation of random algorithm to each node, and p represents the user preference node, in tripartite graph, comprises user's node, article node, and label node, and it is defined as follows:
p=[p user?p item?p tag] T
Wherein, p UserBe user self, p ItemBe those article nodes of being marked by the user, p TagIt is the used label node of user.
In actual computation, above-mentioned equation can be recommended out following form:
R ( t + 1 ) user = ( 1 - α ) P 1 R ( t ) item + α p user R ( t + 1 ) tag = ( 1 - α ) Q 2 R ( t ) item + α p tag R ( t + 1 ) item = ( 1 - α ) ( P 2 R ( t ) user + Q 1 R ( t ) tag ) + α p item
R (t+1) wherein User, R (t+1) Tag, R (t+1) ItemRepresent respectively that to the user recommendation of label and article is to R (t+1) ItemOrdering is selected the top n article of its intermediate value maximum and is recommended the user.
The expansion that described logical lasso logistic regression model removes article are carried out label, thus the step that solves sparse property of label and noise problem is:
1) for each label b, the mark training sample, promptly to each article a, if it is by this label for labelling mistake, then it is positive sample, that is: y Ab=1, otherwise become negative sample, y Ab=-1;
2) following maximum likelihood function is found the solution in training in whole sample space, obtains regression coefficient
Figure GSA00000139409400033
:
Figure GSA00000139409400034
Maximum likelihood function wherein
Figure GSA00000139409400035
For:
L ( β b * , γ b ) = - Σ a = 1 m 1 + exp ( - y ab ( β b * T I T a * + γ b ) )
Regression coefficient β BlBe the degree of correlation semantically of label l and label b, β Bl>0 expression positive correlation, β Bl<0 expression negative correlation, and β Bl=0 expression is uncorrelated;
3) for article a, if marked, then be used for describing the semanteme of article with the maximally related K of a label b label by label b, thus the label of expansion article, and K the label least relevant with label b is used for removing the noise of describing in the article tag.
The weight step of described adjusting label in recommendation process is: in the random walk algorithm, to user's weight different with the increase of socialized label item of marking, be respectively δ and 2-δ, then this random walk algorithm is as follows:
R ( t + 1 ) user = ( 1 - α ) P 1 R ( t ) item + α p user R ( t + 1 ) tag = ( 1 - α ) Q 2 R ( t ) item + α p tag R ( t + 1 ) item = ( 1 - α ) ( δP 2 R ( t ) user + ( 2 - δ ) Q 1 R ( t ) tag ) + α p item
R (t+1) wherein User, R (t+1) Tag, R (t+1) ItemRepresent to the user recommendation of label and article, p respectively UserBe user self, p ItemBe those article nodes of being marked by the user, p TagIt is the used label node of user.
Collaborative filtering method based on socialized label proposed by the invention organically combines the semantic information that socialized label is described for article, and the expansion of using lasso logistic regression model to remove article are carried out label, solve the sparse property and the noise problem of socialized label, thereby significantly promote the degree of accuracy and the performance of personalized recommendation system.
Description of drawings
Fig. 1 is the present invention and the curve map of baseline collaborative filtering on " degree of accuracy ";
Fig. 2 is the present invention and the curve map of baseline collaborative filtering on " recall rate ";
Fig. 3 is the present invention and the histogram of baseline collaborative filtering on Macro DOA.
Embodiment
Collaborative filtering method based on socialized label comprises the steps:
1) at first use tripartite graph that user, article, these three kinds of different node of socialized label are carried out modeling, and application random walk algorithm is each user-customized recommended top-N article;
2) expansion of using lasso logistic regression model to remove article are carried out label, promptly to each article, increase and its semantic relevant label, and remove the label that those have noise, to solve noise and the sparse property problem that exists in the socialized label, promptly article have only seldom a part of label for labelling usually;
3) regulate the weight of label in recommendation process.
Described by tripartite graph to user, article and label modeling and use the random walk algorithm and be for each user recommends the step of article:
1) use the tripartite graph modeling, then this tripartite graph can be expressed as: G={U, and I, T, E}, wherein U, I, T represent user, article, label respectively, and E represents the relation between them, and then this tripartite graph can be expressed as by following adjacency matrix:
M = 0 UI 0 UI T 0 IT 0 IT T 0
Wherein UI represents the rating matrix of User to Item, UI IjBe user u iTo article i jScoring; IT is article and label matrix, IT JlExpression article i jBy label t lThe number of times of mark;
2) on this tripartite graph, use the random walk algorithm to recommend.
Transition matrix in the random walk algorithm is defined as follows:
S ij = M ij Σ i M ij = 0 P 1 0 P 2 0 Q 1 0 Q 2 0
During the random walk algorithm initialization, each node gives initial value R (0).According to transition matrix, iteration " is walked " to other node subsequently, and until convergence, simultaneously, in order to embody individuation principle, in iterative process, the random walk algorithm moves towards the node that those react user preferences with probability α, and the random walk algorithm patternization is defined as follows:
R ( 0 ) = 1 | M | R ( t + 1 ) = ( 1 - α ) SR ( t ) + αp
Wherein R (t) is the recommendation of random algorithm to each node, and p represents the user preference node, in tripartite graph, comprises user's node, article node, and label node, and it is defined as follows:
p=[p user?p item?p tag] T
Wherein, p UserBe user self, p ItemBe those article nodes of being marked by the user, p TagIt is the used label node of user.
In actual computation, above-mentioned equation can be recommended out following form:
R ( t + 1 ) user = ( 1 - α ) P 1 R ( t ) item + α p user R ( t + 1 ) tag = ( 1 - α ) Q 2 R ( t ) item + α p tag R ( t + 1 ) item = ( 1 - α ) ( P 2 R ( t ) user + Q 1 R ( t ) tag ) + α p item
R (t+1) wherein User, R (t+1) Tag, R (t+1) ItemRepresent respectively that to the user recommendation of label and article is to R (t+1) ItemOrdering is selected the top n article of its intermediate value maximum and is recommended the user.According to thumb rule, α value 0.15; The user on average needs iteration to reach convergence state 35 times.
The expansion that described logical lasso logistic regression model removes article are carried out label, thus the step that solves sparse property of label and noise problem is:
1) for each label b, the mark training sample, promptly to each article a, if it is by this label for labelling mistake, then it is positive sample, that is: y Ab=1, otherwise become negative sample, y Ab=-1;
2) following maximum likelihood function is found the solution in training in whole sample space, obtains regression coefficient
Figure GSA00000139409400054
:
Figure GSA00000139409400055
Maximum likelihood function wherein
Figure GSA00000139409400061
For:
L ( β b * , γ b ) = - Σ a = 1 m 1 + exp ( - y ab ( β b * T I T a * + γ b ) )
Regression coefficient β BlBe the degree of correlation semantically of label l and label b, β Bl>0 expression positive correlation, β Bl<0 expression negative correlation, and β Bl=0 expression is uncorrelated;
Formula Derivation as follows:
Each article a is expressed as the vector (z is a total number of labels) of a z dimension:
Figure GSA00000139409400064
IT wherein AlIt is label l is used for marking article a by the user total degree.Then article a can be represented as:
y ab = Θ ( β b * T IT a * ) = Θ ( Σ l = 1 z β bl IT al )
Wherein
Figure GSA00000139409400066
And
Figure GSA00000139409400067
Be regression coefficient.
We pay close attention to following probability model:
p ( y ab = + 1 | β b * , IT a * ) = 1 1 + exp ( - β b * T IT a * - γ b )
γ wherein bBe intercept.A kind of right
Figure GSA00000139409400069
Method of estimation can transform finding the solution to following maximum likelihood problem:
Figure GSA000001394094000610
Likelihood function wherein
Figure GSA000001394094000611
Be defined as follows:
L ( β b * , γ b ) = - Σ a = 1 m 1 + exp ( - y ab ( β b * T I T a * + γ b ) )
In solution procedure, in order to prevent " cross and adapt to " (over-fitting) problem, we introduce l 1The penalty term of-norm (such as: make
Figure GSA000001394094000613
Satisfy the Laplace prior distribution) thus the sparse expression characteristics that assurance is found the solution.Therefore the maximum likelihood problem is converted into finding the solution of following equation:
Figure GSA000001394094000614
3) for article a, if marked, then be used for describing the semanteme of article with the maximally related K of a label b label by label b, thus the label of expansion article, and K the label least relevant with label b is used for removing the noise of describing in the article tag.
Form 1 has provided and has used lasso logistic regression model that label is carried out a related object lesson: given label war, go out maximally related label by this model training, then be noted as the film of war, also may be by following label for labelling, as Vietnam (Vietnam War), the Jacket (about the film of Gulfwar), WW2 (World War II), no happy end (may be used for describing the final result of war) or the like.By this method, article are semantically being described more fully, thus can the better utilization socialized label.
Form 1 use that lasso logistic regression model training goes out with " war " maximally related label
??Tag?id ??β ??Tag
??2270 ??12.08 ??Vietnam
??3930 ??10.24 ??the?Jacket
??3411 ??9.96 ??SNL?alums
??375 ??9.81 ??no?happy?end
??2298 ??8.67 ??WW2
The weight step of described adjusting label in recommendation process is: in the random walk algorithm, to user's weight different with the increase of socialized label item of marking, be respectively δ and 2-δ, then this random walk algorithm is as follows:
R ( t + 1 ) user = ( 1 - α ) P 1 R ( t ) item + α p user R ( t + 1 ) tag = ( 1 - α ) Q 2 R ( t ) item + α p tag R ( t + 1 ) item = ( 1 - α ) ( δ P 2 R ( t ) user + ( 2 - δ ) Q 1 R ( t ) tag ) + α p item
R (t+1) wherein User, R (t+1) Tag, R (t+1) ItemRepresent to the user recommendation of label and article, p respectively UserBe user self, p ItemBe those article nodes of being marked by the user, p TagIt is the used label node of user.
Experimental result finds that the effect of δ=0.4 o'clock recommendation is best.
Embodiment
The experiment data set take from MovieLens ( Http:// www.grouplens.org/node/73) middle 10M data, we therefrom select 861 users, and 5003 article and 6147 labels are so that each user can mark simultaneously at least and mark 3 different article.For this part data set, we in 80%~20% ratio random division 5 times, generate 5 groups of different training sets and test set with it.Final experimental result is the mean value of 5 groups of experimental results.
For the validity of algorithm proposed by the invention is described, we also will use three kinds of traditional collaborative filterings to do the contrast experiment, be respectively: based on user's collaborative filtering (U-CF), based on the collaborative filtering (I-CF) of article and at a kind of random walk algorithm (ItemRank) that does not use social label.We experimentize on each step to method proposed by the invention, that is: 1) and TGRW performing step 1, only on tripartite graph, finish the random walk algorithm; TGRW (L) performing step 1 and step 2 promptly use lassologistic regression model that article are carried out finishing the random walk algorithm on after the label expansion three ones.TGRW (LW) is the final method of using of the present invention, promptly on the basis of TGRW (L), the weight of label and scoring is adjusted.
We adopt three kinds of experience evaluating methods of information retrieval field respectively: rate of precision, recall rate and MacroDOA. evaluate and test the performance of algorithm.
Fig. 1 is method and the curve map of baseline collaborative filtering on " degree of accuracy " proposed by the invention.Fig. 2 is method and the curve map of baseline collaborative filtering on " recall rate " proposed by the invention.Fig. 3 is method and the histogram of baseline collaborative filtering on Macro DOA proposed by the invention.
The experimental result demonstration, 1, the TGRW algorithm has the obvious lifting on the performance with respect to traditional collaborative filtering, proves the introducing of socialized label, can significantly promote the efficient of proposed algorithm.2, TGRW (L) is with respect to TGRW, and performance has significant lifting, thereby proof uses lasso logistic regression model to the article extension tag, thereby alleviate the sparse property problem of socialized label, but use the socialized label better application in the middle of recommendation process.3, adjust label and the weight of scoring in recommendation process, make TGRW (LW) algorithm (when recommending N=100) on the accurate rate 3.7% lifting be arranged again than TGRW (L) algorithm.

Claims (4)

1. the collaborative filtering method based on socialized label is characterized in that comprising the steps:
1) at first use tripartite graph that user, article, these three kinds of different node of socialized label are carried out modeling, and application random walk algorithm is each user-customized recommended top-N article;
2) expansion of using lasso logistic regression model to remove article are carried out label, promptly to each article, increase and its semantic relevant label, and remove the label that those have noise, to solve noise and the sparse property problem that exists in the socialized label, promptly article are usually only by seldom a part of label for labelling;
3) regulate the weight of label in recommendation process.
2. a kind of collaborative filtering method based on socialized label according to claim 1 is characterized in that, described by tripartite graph to user, article and label modeling and use the random walk algorithm and be for each user recommends the step of article:
1) use the tripartite graph modeling, then this tripartite graph can be expressed as: G={U, and I, T, E}, wherein U, I, T represent user, article, label respectively, and E represents the relation between them, and then this tripartite graph can be expressed as by following adjacency matrix:
M = 0 UI 0 UI T 0 IT 0 IT T 0
Wherein UI represents the rating matrix of User to Item, UI IjBe user u iTo article i jScoring; IT is article and label matrix, IT JlExpression article i jBy label t lThe number of times of mark;
2) on this tripartite graph, use the random walk algorithm to recommend.
Transition matrix in the random walk algorithm is defined as follows:
S ij = M ij Σ i M ij = 0 P 1 0 P 2 0 Q 1 0 Q 2 0
During the random walk algorithm initialization, each node gives initial value R (0).According to transition matrix, iteration " is walked " to other node subsequently, and until convergence, simultaneously, in order to embody individuation principle, in iterative process, the random walk algorithm moves towards the node that those react user preferences with probability α, and the random walk algorithm patternization is defined as follows:
R ( 0 ) = 1 | M | R ( t + 1 ) = ( 1 - α ) SR ( t ) + αp
Wherein R (t) is the recommendation of random algorithm to each node, and p represents the user preference node, in tripartite graph, comprises user's node, article node, and label node, and it is defined as follows:
p=[p user?p item?p tag] T
Wherein, p UserBe user self, p ItemBe those article nodes of being marked by the user, p TagIt is the used label node of user.
In actual computation, above-mentioned equation can be recommended out following form:
R ( t + 1 ) user = ( 1 - α ) P 1 R ( t ) item + αp user R ( t + 1 ) tag = ( 1 - α ) Q 2 R ( t ) item + α p tag R ( t + 1 ) item = ( 1 - α ) ( P 2 R ( t ) user + Q 1 R ( t ) tag ) + α p item
R (t+1) wherein User, R (t+1) Tag, R (t+1) ItemRepresent recommendation respectively, to R (t+1) to user, label and article ItemOrdering is selected the top n article of its intermediate value maximum and is recommended the user.
3. a kind of collaborative filtering method according to claim 1 based on socialized label, it is characterized in that, the expansion that described logical lasso logistic regression model removes article are carried out label, thus the step that solves sparse property of label and noise problem is:
1) for each label b, the mark training sample, promptly to each article a, if it is by this label for labelling mistake, then it is positive sample, that is: y Ab=1, otherwise become negative sample, y Ab=-1;
2) following maximum likelihood function is found the solution in training in whole sample space, obtains regression coefficient
Figure FSA00000139409300022
Maximum likelihood function wherein
Figure FSA00000139409300024
For:
L ( β b * , γ b ) = - Σ a = 1 m 1 + exp ( - y ab ( β b * T IT a * + γ b ) )
Regression coefficient β BlBe the degree of correlation semantically of label l and label b, β Bl>0 expression positive correlation, β Bl<0 expression negative correlation, and β Bl=0 expression is uncorrelated;
3) for article a, if marked, then be used for describing the semanteme of article with the maximally related K of a label b label by label b, thus the label of expansion article, and K the label least relevant with label b is used for removing the noise of describing in the article tag.
4. a kind of collaborative filtering method according to claim 1 based on socialized label, it is characterized in that, the weight step of described adjusting label in recommendation process is: in the random walk algorithm, to user's weight different of marking with the increase of socialized label item, be respectively δ and 2-δ, then this random walk algorithm is as follows:
R ( t + 1 ) user = ( 1 - α ) P 1 R ( t ) item + α p user R ( t + 1 ) tag = ( 1 - α ) Q 2 R ( t ) item + α p tag R ( t + 1 ) item = ( 1 - α ) ( δ P 2 R ( t ) user + ( 2 - δ ) Q 1 R ( t ) tag ) + αp item
R (t+1) wherein User, R (t+1) Tag, R (t+1) ItemRepresent to the user recommendation of label and article, p respectively UserBe user self, p ItemBe those article nodes of being marked by the user, p TagIt is the used label node of user.
CN201010185859A 2010-05-28 2010-05-28 Collaborative filtering method based on socialized label Pending CN101853470A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010185859A CN101853470A (en) 2010-05-28 2010-05-28 Collaborative filtering method based on socialized label

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010185859A CN101853470A (en) 2010-05-28 2010-05-28 Collaborative filtering method based on socialized label

Publications (1)

Publication Number Publication Date
CN101853470A true CN101853470A (en) 2010-10-06

Family

ID=42804939

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010185859A Pending CN101853470A (en) 2010-05-28 2010-05-28 Collaborative filtering method based on socialized label

Country Status (1)

Country Link
CN (1) CN101853470A (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521420A (en) * 2012-01-04 2012-06-27 西安电子科技大学 Socialized filtering method on basis of preference model
CN102541921A (en) * 2010-12-24 2012-07-04 华东师范大学 Control method and device for recommending resources through tag extension
CN102567392A (en) * 2010-12-24 2012-07-11 华东师范大学 Control method for interest subject excavation based on time window
CN102609854A (en) * 2011-01-25 2012-07-25 青岛理工大学 Client partitioning method and device based on unified similarity calculation
CN102750288A (en) * 2011-04-21 2012-10-24 中国移动通信集团广东有限公司 Internet content recommending method and device
CN103176982A (en) * 2011-12-20 2013-06-26 中国移动通信集团浙江有限公司 Recommending method and recommending system of electronic book
CN103886062A (en) * 2014-03-18 2014-06-25 浙江大学 Text phrase weight calculation method based on semantic network
CN104063589A (en) * 2014-06-16 2014-09-24 百度移信网络技术(北京)有限公司 Recommendation method and system
CN105045865A (en) * 2015-07-13 2015-11-11 电子科技大学 Kernel-based collaborative theme regression tag recommendation method
CN105740473A (en) * 2016-03-14 2016-07-06 腾讯科技(深圳)有限公司 User-generated content display method and device
CN106021376A (en) * 2016-05-11 2016-10-12 上海点荣金融信息服务有限责任公司 Method and device for processing user information
CN107220217A (en) * 2017-05-31 2017-09-29 北京京东尚科信息技术有限公司 Characteristic coefficient training method and device that logic-based is returned
CN107423320A (en) * 2017-03-30 2017-12-01 青岛大学 A kind of medical domain under big data framework is from media platform data push method
CN108427730A (en) * 2018-02-27 2018-08-21 江苏大学 It is a kind of that method is recommended based on the Social Label of random walk and condition random field
CN108647985A (en) * 2018-03-27 2018-10-12 阿里巴巴集团控股有限公司 A kind of item recommendation method and device
CN108805642A (en) * 2017-05-02 2018-11-13 合信息技术(北京)有限公司 Recommend method and device
CN110020228A (en) * 2019-04-08 2019-07-16 浙江大学城市学院 A kind of relevance evaluation method for Internet of Things Item Information searching order
CN111079004A (en) * 2019-12-06 2020-04-28 成都理工大学 Three-part graph random walk recommendation method based on word2vec label similarity
CN111104606A (en) * 2019-12-06 2020-05-05 成都理工大学 Weight-based conditional wandering chart recommendation method
CN112148964A (en) * 2019-06-29 2020-12-29 阿里巴巴集团控股有限公司 Information processing and recommending method, system and equipment
CN113268629A (en) * 2021-04-29 2021-08-17 西安交通大学 Heterogeneous picture singing list multi-label recommendation method fusing node preference

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102541921A (en) * 2010-12-24 2012-07-04 华东师范大学 Control method and device for recommending resources through tag extension
CN102567392A (en) * 2010-12-24 2012-07-11 华东师范大学 Control method for interest subject excavation based on time window
CN102609854A (en) * 2011-01-25 2012-07-25 青岛理工大学 Client partitioning method and device based on unified similarity calculation
CN102750288A (en) * 2011-04-21 2012-10-24 中国移动通信集团广东有限公司 Internet content recommending method and device
CN102750288B (en) * 2011-04-21 2015-11-11 中国移动通信集团广东有限公司 A kind of internet content recommend method and device
CN103176982B (en) * 2011-12-20 2016-04-27 中国移动通信集团浙江有限公司 The method and system that a kind of e-book is recommended
CN103176982A (en) * 2011-12-20 2013-06-26 中国移动通信集团浙江有限公司 Recommending method and recommending system of electronic book
CN102521420B (en) * 2012-01-04 2013-06-26 西安电子科技大学 Socialized filtering method on basis of preference model
CN102521420A (en) * 2012-01-04 2012-06-27 西安电子科技大学 Socialized filtering method on basis of preference model
CN103886062A (en) * 2014-03-18 2014-06-25 浙江大学 Text phrase weight calculation method based on semantic network
CN103886062B (en) * 2014-03-18 2017-09-19 浙江大学 A kind of text phrases weighing computation method based on semantic network
CN104063589A (en) * 2014-06-16 2014-09-24 百度移信网络技术(北京)有限公司 Recommendation method and system
CN104063589B (en) * 2014-06-16 2018-01-16 百度移信网络技术(北京)有限公司 A kind of recommendation method and system
CN105045865A (en) * 2015-07-13 2015-11-11 电子科技大学 Kernel-based collaborative theme regression tag recommendation method
CN105045865B (en) * 2015-07-13 2019-04-26 电子科技大学 A kind of collaboration theme recurrence label recommendation method based on core
CN105740473A (en) * 2016-03-14 2016-07-06 腾讯科技(深圳)有限公司 User-generated content display method and device
CN106021376A (en) * 2016-05-11 2016-10-12 上海点荣金融信息服务有限责任公司 Method and device for processing user information
CN106021376B (en) * 2016-05-11 2019-05-10 上海点融信息科技有限责任公司 Method and apparatus for handling user information
CN107423320A (en) * 2017-03-30 2017-12-01 青岛大学 A kind of medical domain under big data framework is from media platform data push method
CN107423320B (en) * 2017-03-30 2023-06-09 青岛大学 Medical field self-media platform data pushing method under big data architecture
CN108805642A (en) * 2017-05-02 2018-11-13 合信息技术(北京)有限公司 Recommend method and device
CN107220217A (en) * 2017-05-31 2017-09-29 北京京东尚科信息技术有限公司 Characteristic coefficient training method and device that logic-based is returned
CN108427730B (en) * 2018-02-27 2020-06-09 江苏大学 Social label recommendation method based on random walk and conditional random field
CN108427730A (en) * 2018-02-27 2018-08-21 江苏大学 It is a kind of that method is recommended based on the Social Label of random walk and condition random field
CN108647985A (en) * 2018-03-27 2018-10-12 阿里巴巴集团控股有限公司 A kind of item recommendation method and device
CN108647985B (en) * 2018-03-27 2020-06-09 阿里巴巴集团控股有限公司 Article recommendation method and device
CN110020228A (en) * 2019-04-08 2019-07-16 浙江大学城市学院 A kind of relevance evaluation method for Internet of Things Item Information searching order
CN112148964A (en) * 2019-06-29 2020-12-29 阿里巴巴集团控股有限公司 Information processing and recommending method, system and equipment
CN111104606A (en) * 2019-12-06 2020-05-05 成都理工大学 Weight-based conditional wandering chart recommendation method
CN111104606B (en) * 2019-12-06 2022-10-21 成都理工大学 Weight-based conditional wandering chart recommendation method
CN111079004B (en) * 2019-12-06 2023-03-31 成都理工大学 Three-part graph random walk recommendation method based on word2vec label similarity
CN111079004A (en) * 2019-12-06 2020-04-28 成都理工大学 Three-part graph random walk recommendation method based on word2vec label similarity
CN113268629A (en) * 2021-04-29 2021-08-17 西安交通大学 Heterogeneous picture singing list multi-label recommendation method fusing node preference
CN113268629B (en) * 2021-04-29 2023-01-03 西安交通大学 Heterogeneous picture singing list multi-label recommendation method fusing node preference

Similar Documents

Publication Publication Date Title
CN101853470A (en) Collaborative filtering method based on socialized label
CN105005589B (en) A kind of method and apparatus of text classification
CN103209342B (en) A kind of introduce video popularity and the collaborative filtered recommendation method of user's interests change
CN103268348B (en) A kind of user's query intention recognition methods
CN104834686A (en) Video recommendation method based on hybrid semantic matrix
CN110942337A (en) Accurate tourism marketing method based on internet big data
CN106599226A (en) Content recommendation method and content recommendation system
CN106649657A (en) Recommended system and method with facing social network for context awareness based on tensor decomposition
CN106095949A (en) A kind of digital library's resource individuation recommendation method recommended based on mixing and system
CN104346440A (en) Neural-network-based cross-media Hash indexing method
CN105893585B (en) A kind of bigraph (bipartite graph) model academic paper recommended method of combination tag data
CN103064903B (en) Picture retrieval method and device
CN110674407A (en) Hybrid recommendation method based on graph convolution neural network
CN105550211A (en) Social network and item content integrated collaborative recommendation system
CN104951518B (en) One kind recommends method based on the newer context of dynamic increment
WO2018112696A1 (en) Content pushing method and content pushing system
CN105260390A (en) Group-oriented project recommendation method based on joint probability matrix decomposition
CN107301247B (en) Method and device for establishing click rate estimation model, terminal and storage medium
CN105005918A (en) Online advertisement push method based on user behavior data and potential user influence analysis and push evaluation method thereof
CN103970866B (en) Microblog users interest based on microblogging text finds method and system
CN111177559B (en) Text travel service recommendation method and device, electronic equipment and storage medium
CN110458641A (en) A kind of electric business recommended method and system
CN106168953A (en) Blog article towards weak relation social networks recommends method
CN102542024B (en) Calibrating method of semantic tags of video resource
CN113409892B (en) MiRNA-disease association relation prediction method based on graph neural network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20101006