CN104462385A - Personalized movie similarity calculation method based on user interest model - Google Patents

Personalized movie similarity calculation method based on user interest model Download PDF

Info

Publication number
CN104462385A
CN104462385A CN201410753644.8A CN201410753644A CN104462385A CN 104462385 A CN104462385 A CN 104462385A CN 201410753644 A CN201410753644 A CN 201410753644A CN 104462385 A CN104462385 A CN 104462385A
Authority
CN
China
Prior art keywords
film
user
dimension
similarity
represent
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.)
Granted
Application number
CN201410753644.8A
Other languages
Chinese (zh)
Other versions
CN104462385B (en
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.)
Shandong University of Science and Technology
Original Assignee
Shandong University of Science and Technology
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 Shandong University of Science and Technology filed Critical Shandong University of Science and Technology
Priority to CN201410753644.8A priority Critical patent/CN104462385B/en
Publication of CN104462385A publication Critical patent/CN104462385A/en
Application granted granted Critical
Publication of CN104462385B publication Critical patent/CN104462385B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a personalized movie similarity calculation method based on a user interest model. The method includes: according to users' historical behaviors, namely through a personalized movie recommendation system platform, mining users' various behaviors of searching a movie resource library and users' watching and collecting behaviors; fully mining and analyzing different preference degrees of different users, upon six basic attributes including performers, directors, types, regions, times and content introductions of movies, thus acquiring a first-layer six-dimensional spatial vector representation of a user model; according to the users' behaviors above, by means of keyword extraction or semantic analysis, analyzing the different users' weights of characteristic values in the six dimensions, thus acquiring a second-layer six-dimensional spatial vector representation of the user model; using a two-layer multi-dimensional spatial vector to represent the user interest model, generating different movie similarity lists for the different users on the basis of the user interest model and basic content characteristics of movies. Therefore, recommending is more effective.

Description

The personalized similarity calculating method of a kind of film based on user interest model
Technical field
The present invention relates to the personalized similarity calculating method of a kind of film based on old user's interest model and the personalized similarity calculating method of a kind of film for new user.
Background technology
Along with the develop rapidly of internet, in the face of the magnanimity movie resource day by day upgraded, personalized recommendation application is also just random to produce.
The proposed algorithm of current Major Epidemic has: based on the recommendation of correlation rule, Knowledge based engineering recommendation, content-based recommendation, collaborative filtering recommending and combined recommendation etc.Above proposed algorithm all relates to a gordian technique, that is: calculate similarity between article, find the nearest-neighbors of article according to similarity.The content characteristic of method all only with film self of traditional calculating film similarity is relevant, does not consider the impact of interest preference on film of different user.Can not embody personalized feature according to existing computing method, it is satisfied that such Consumer's Experience is difficult to obtain user.
In real personalized recommendation system, user interest model is basis, personalized recommendation algorithm is core.Personalized film recommends the information source that take into full account three aspects: 1) user information database, the i.e. essential information of user, comprise age, sex, occupation etc.; 2) commodity information database, the i.e. attribute information of film, comprise performer, director, type, brief introduction, area, issuing time etc.; 3) user history information storehouse, the historical record namely in user's use procedure, comprises the preference degree different to each side such as performer, director, type, area, issuing time, brief introductions.Above information source is very crucial, only makes full use of this information bank and sets up user interest model, just can accomplish better recommendation.
Summary of the invention
For the above-mentioned technical matters existed in prior art, the present invention proposes the personalized similarity calculating method of a kind of film based on old user's interest model, by fully excavating and utilize the historical data of user, set up each user user interest model separately, then calculate film similarity based on user interest model, form personalized film similarity list.
To achieve these goals, the present invention adopts following technical scheme:
The personalized similarity calculating method of film based on old user's interest model, comprises step:
S1, evaluate the highest N portion film in viewing record based on the user behavior data in certain section of time T with in this period, set up user's dynamic behaviour information bank;
S2, data mining is carried out to above-mentioned user's dynamic behaviour information bank, obtain user to the preference of each dimension of film and user to the preference of eigenwert in dimension each in film, build user interest model; Wherein,
(1) user adopts space vector can be expressed as one hexa-atomic group to the preference of each dimension of film, that is:
V={V 1:w 1,V 2:w 2,V 3:w 3,V 4:w 4,V 5:w 5,,V 6:w 6} (1.1)
V irepresent the dimension of film, w irepresent that user is to the weight of each dimension of film, i ∈ [1,6], and
By the statistical study of the search behavior to user, condition query behavior, and the feature extraction to the N portion film of user's height scoring in the T section time, digging user, at performer, director, type, area, preference that time and brief introduction six dimensions are different, tries to achieve each dimension weight w i;
(2) user can be expressed as the preference of eigenwert in dimension each in film: V i={ T ij: W ij(1.2)
In formula, T ijbe the jth eigenwert in the i-th dimension, W ijbe the weight of eigenwert j in the i-th dimension, and
By the search behavior of user, the interested performer of digging user and director information, checked type, screening under time, from different places condition by user, digging user is to interested characteristic value information in these three dimensions; By analyzing N bar viewing record and the collection record of the scoring of user's height, extract each dimensional characteristics value information of film;
Comprehensive above analysis, calculates the weight of each eigenwert of each dimension, that is:
V ij=w i*W ij(1.3)
In formula, V ijrepresent the interest-degree of a jth eigenwert in the i-th dimension, and i ∈ [1,6], j ∈ [1, n);
S3, by the analysis of user interest model to film six dimensions, calculate the similarity of each dimension between film A and film B according to formula (1.4), generate personalized film similarity table;
sim ( M i A , M i B ) = Σ j ∈ ( M A ∩ M B ) ( V ij A + V ij B ) 2 - - - ( 1.4 )
In formula, i ∈ [Isosorbide-5-Nitrae], represent the performer of film, director, type, regional four dimensions respectively, j represents eigenwert in dimension, V ijrepresent the weight of film jth eigenwert in i-th dimension;
Film A and the calculating formula of similarity of film B on time dimension are:
sim ( M 5 A , M 5 B ) = min ( | Date - D A | , | Date - D B | ) max ( | Date - D A | , | Date - D B | ) - - - ( 1.5 )
In formula, Date represents the current time, D arepresent the issuing time of film A, D brepresent the issuing time of film B, minimum value is got in min () expression, and maximal value is got in max () expression;
Film M awith film M bcalculating formula of similarity in brief introduction dimension is sim (M 6 a, M 6 b), utilize Simhash algorithm to calculate;
S4, according to each dimension weight obtained in s2 and s3 and each dimension similarity thereof, formula (1.6) is utilized to calculate film similarity:
Sim = Σ i = 1 i = 6 w i · sim ( M i A , m i B ) - - - ( 1.6 )
In formula, w irepresent the weight of corresponding each dimension, sim (M i a, M i b) represent the similarity of corresponding each dimension, i ∈ [1,6].
In addition, the invention allows for the personalized similarity calculating method of a kind of film for new user, according to the log-on message of user, comprise age, sex codominance information, and with the interest preference of other masses of the age bracket same sex, based on film own content feature, the method for each dimension weighted sum is adopted to calculate film similarity.
To achieve these goals, the present invention adopts following technical scheme:
The personalized similarity calculating method of film for new user, comprises the steps:
S1, the actor information extracting every portion film, director information, type information and regional information, temporal information and brief introduction information, form six-vector space;
S2, based on user's dominant information, this user to be classified, to find bunch group the most similar to this user, use statistical method to analyze the average preference of this crowd in performer, director, type, area, issuing time and brief introduction six dimensions;
S3, based on film own content feature, the method for each dimension weighted sum is adopted to calculate film similarity, that is:
Sim=w 1x 1+w 2x 2+w 3x 3+w 4x 4+w 5x 5+w 6x 6(2.1)
In formula, w irepresent the weight of corresponding each dimension, i ∈ [1,6], this value is calculated by the method in step s2; x irepresent the similarity of performer, director, type, area, issuing time five dimensions respectively, i ∈ [1,5], utilize cosine similarity formula (2.2) to calculate:
x i = Σ i = 1 n ( A i × B i ) Σ i = 1 n ( A i ) 2 × Σ i = 1 n ( B i ) 2 = A T · B | | A | | × | | B | | - - - ( 2.2 )
Similarity value x in brief introduction dimension 6, then Simhash algorithm is utilized to calculate.
Tool of the present invention has the following advantages:
The present invention is based on the performer of film, director, type, area, time, these six base attributes of brief introduction, set up the user interest model of corresponding two-layer 6 DOF; When calculating film similarity, customer-centric, goes out from user interest angle, sets up user interest model, in conjunction with film own content feature, and then is formed and user's personalized film similarity recommendation list one to one; For new user, first adopt sorting technique, find this user most suitable bunch of group, the average interest preference of this customer group of Statistics Application methods analyst, as the initial preference of this user, obtain corresponding film similarity initial list; For old user, the click of abundant digging user, search, condition query, viewing, collection behavior, set up two-layer sextuple user interest model, by the different preference degree of user to each dimension and each eigenwert thereof, calculate the list of personalized film similarity; According to the dynamic interests change of user, timing more New cinema similarity list.The customer-centric that the inventive method is real, can improve the effect of recommendation, let user experiencing better personalized ventilation system.
Accompanying drawing explanation
Fig. 1 is the FB(flow block) based on the personalized similarity calculating method of the film of old user's interest model in the embodiment of the present invention 1;
Fig. 2 is the user interest model structural representation set up in the embodiment of the present invention 1;
Fig. 3 is the FB(flow block) based on the personalized similarity calculating method of the film of new user in the embodiment of the present invention 2.
Embodiment
Below in conjunction with accompanying drawing and embodiment, the present invention is described in further detail:
Embodiment 1
Shown in composition graphs 1, the personalized similarity calculating method of a kind of film based on old user's interest model, comprises step:
The collection of s1, user interest
Choose the user behavior data in certain section of time T and evaluate the highest N portion film in viewing record in this period, setting up user's dynamic behaviour information bank;
Herein, user behavior data is mainly the dynamic interest of user, comprises click, search, viewing and collection behavior etc.
The formalization representation of s2, user interest model
By the analysis to this special medium of film, the present invention adopts a two-layer sextuple space vector to represent user interest model, and two-layer sextuple space vector as shown in Figure 2.
This user's film interest model comprises two-layer, that is: user to the preference of each dimension of film and user to the preference of eigenwert in dimension each in film;
(1) user adopts space vector can be expressed as one hexa-atomic group to the preference of each dimension of film, that is:
V={V 1:w 1,V 2:w 2,V 3:w 3,V 4:w 4,V 5:w 5,,V 6:w 6} (1.1)
V irepresent the dimension of film, w irepresent that user is to the weight of each dimension of film, i ∈ [1,6], and
By the statistical study of the search behavior to user, condition query behavior, and the feature extraction to the N portion film of user's height scoring in the T section time, digging user, at performer, director, type, area, preference that time and brief introduction six dimensions are different, tries to achieve each dimension weight w i;
(2) user is to the preference of eigenwert in dimension each in film
In this layer, major embodiment user is interested in which eigenwert in this dimension.Such as: user misses potter Cheng Long in performer's dimension, so the weight of this eigenwert is higher.
V i={T ij:W ij} (1.2)
In formula, T ijbe the jth eigenwert in the i-th dimension, W ijbe the weight of eigenwert j in the i-th dimension, and
By the search behavior of user, the interested performer of digging user and director information, checked type, screening under time, from different places condition by user, digging user is to interested characteristic value information in these three dimensions; By analyzing N bar viewing record and the collection record of the scoring of user's height, extract each dimensional characteristics value information of film;
Comprehensive above analysis, calculates the weight of each eigenwert of each dimension.
User is to the interest of certain eigenwert, first to know which dimension is this eigenwert belong to, and know the interest weighted value of user to this dimension, then under this dimension, user to the computing formula of the interest weighted value of this eigenwert as shown in (1.1):
V ij=w i*W ij(1.3)
In formula, V ijrepresent the interest-degree of a jth eigenwert in the i-th dimension, and i ∈ [1,6], j ∈ [1, n);
S3, by the analysis of user interest model to film six dimensions, calculate film M according to formula (1.4) awith film M bbetween the similarity of each dimension, generate personalized film similarity table;
sim ( M i A , M i B ) = Σ j ∈ ( M A ∩ M B ) ( V ij A + V ij B ) 2 - - - ( 1.4 )
In formula, i represents the performer of film, director, type, regional four dimensions, and j represents eigenwert in dimension, V ijrepresent the weight of film jth eigenwert in i-th dimension;
Film M awith film M bcalculating formula of similarity on time dimension is:
sim ( M 5 A , M 5 B ) = min ( | Date - D A | , | Date - D B | ) max ( | Date - D A | , | Date - D B | ) - - - ( 1.5 )
In formula, Date represents the current time, D arepresent the issuing time of film A, D brepresent the issuing time of film B, minimum value is got in min () expression, and maximal value is got in max () expression;
Film M awith film M bcalculating formula of similarity in brief introduction dimension is sim (M 6 a, M 6 b), utilize Simhash algorithm to calculate;
S4, according to each dimension weight obtained in s2 and s3 and each dimension similarity thereof, formula (1.6) is utilized to calculate film similarity:
Sim = Σ i = 1 i = 6 w i · sim ( M i A , m i B ) - - - ( 1.6 )
In formula, w irepresent the weight of corresponding each dimension, sim (M i a, M i b) represent the similarity of corresponding each dimension, i ∈ [1,6]
The whether change of s5, quantitative check every day user dynamic behaviour information bank, if change, off-line is New cinema similarity table more.
The main thought of Simhash algorithm is dimensionality reduction, the maps feature vectors of higher-dimension is become the fingerprint (fingerprint) of a f-bit, determine whether article repeats or highly approximate by the Hamming Distance of the f-bit fingerprint comparing two sections of documents.Simhash algorithm is very exquisite, but very easy understand and realization, concrete Simhash process is as follows:
1) first based on traditional IR method, the vector that eigenwert article being converted to one group of weighting is formed.
2) the vectorial V of an initialization f dimension, wherein each element initial value is 0.
3) for each feature that the proper vector of article is concentrated, following calculating is done:
Traditional hash algorithm is utilized to be mapped to the signature of a f-bit.For the signature of this f-bit, if i-th of signature is 1, then the weights of this feature are added to the i-th dimension in vectorial V, otherwise the weights of this feature are deducted to the i-th dimension of vector.
4) to after the above-mentioned computing of whole proper vector set iteration, determine the value of the f-bit fingerprint generated according to the symbol of one-dimensional vector every in V, if i-th dimension of V is positive number, then the i-th dimension generating f-bit fingerprint is 1, otherwise is 0.
To sum up, this embodiment 1 has following features:
1, according to the historical behavior of user, namely by personalized film commending system platform, digging user is to the various search behavior in movie resource storehouse and viewing and collection behavior; Abundant excavation and analyze the different preference degree of different user in the performer of film, director, type, area, time, these six base attributes of brief introduction, namely obtains the ground floor sextuple space vector representation of user model; 2, according to the above-mentioned behavior of user, by keyword extraction or semantic analysis, analyze the weight of different user in above-mentioned six dimensions shared by each eigenwert, namely obtain the second layer sextuple space vector representation of user model; 3, with the interest model of a two-layer hyperspace vector representation user, based on the interest model of user and the substance feature of film, for different user, different film similarity lists is generated.
Embodiment 2
The present embodiment 2, for new user, because user is also without historical behavior, now according to the log-on message of user, comprises age, sex codominance information, and with the interest preference of other masses of the age bracket same sex.Based on film own content feature, adopt the method for each dimension weighted sum to calculate film similarity, idiographic flow signal as shown in Figure 3.
The personalized similarity calculating method of film for new user, comprises the steps:
S1, the actor information extracting every portion film, director information, type information and regional information, temporal information and brief introduction information, form six-vector space, the Similarity value x of each dimension of calculated off-line i;
S2, based on user's dominant information, this user to be classified, to find bunch group the most similar to this user, use statistical method to analyze the average preference of this crowd in performer, director, type, area, issuing time and brief introduction six dimensions;
S3, based on film own content feature, the method for each dimension weighted sum is adopted to calculate film similarity, that is:
Sim=w 1x 1+w 2x 2+w 3x 3+w 4x 4+w 5x 5+w 6x 6(2.1)
In formula, w irepresent the weight of corresponding each dimension, i ∈ [1,6], this value is calculated by the method in step s2;
In formula, x irepresent the similarity of performer, director, type, area, issuing time five dimensions respectively, i ∈ [1,5], utilize cosine similarity formula (2.2) to calculate:
x i = Σ i = 1 n ( A i × B i ) Σ i = 1 n ( A i ) 2 × Σ i = 1 n ( B i ) 2 = A T · B | | A | | × | | B | | - - - ( 2.2 )
Similarity value x in brief introduction dimension 6, then Simhash algorithm is utilized to calculate.The Simhash algorithm that the present embodiment 2 is addressed can refer to the Simhash algorithm in embodiment 1.
Certainly; more than illustrate and be only preferred embodiment of the present invention; the present invention is not limited to enumerate above-described embodiment; should be noted that; any those of ordinary skill in the art are under the instruction of this instructions; made all equivalently to substitute, obvious form of distortion, within the essential scope all dropping on this instructions, protection of the present invention ought to be subject to.

Claims (2)

1., based on the personalized similarity calculating method of film of old user's interest model, it is characterized in that, comprise step:
S1, evaluate the highest N portion film in viewing record based on the user behavior data in certain section of time T with in this period, set up user's dynamic behaviour information bank;
S2, data mining is carried out to above-mentioned user's dynamic behaviour information bank, obtain user to the preference of each dimension of film and user to the preference of eigenwert in dimension each in film, build user interest model; Wherein,
(1) user adopts space vector can be expressed as one hexa-atomic group to the preference of each dimension of film, that is:
V={V 1:w 1,V 2:w 2,V 3:w 3,V 4:w 4,V 5:w 5,,V 6:w 6} (1.1)
V irepresent the dimension of film, w irepresent that user is to the weight of each dimension of film, i ∈ [1,6], and
By the statistical study of the search behavior to user, condition query behavior, and the feature extraction to the N portion film of user's height scoring in the T section time, digging user, at performer, director, type, area, preference that time and brief introduction six dimensions are different, tries to achieve each dimension weight w i;
(2) user can be expressed as the preference of eigenwert in dimension each in film: V i={ T ij: W ij(1.2)
In formula, T ijbe the jth eigenwert in the i-th dimension, W ijbe the weight of eigenwert j in the i-th dimension, and
By the search behavior of user, the interested performer of digging user and director information, checked type, screening under time, from different places condition by user, digging user is to interested characteristic value information in these three dimensions; By analyzing N bar viewing record and the collection record of the scoring of user's height, extract each dimensional characteristics value information of film;
Comprehensive above analysis, calculates the weight of each eigenwert of each dimension, that is:
V ij=w i*W ij(1.3)
In formula, V ijrepresent the interest-degree of a jth eigenwert in the i-th dimension, and i ∈ [1,6], j ∈ [1, n);
S3, by the analysis of user interest model to film six dimensions, calculate the similarity of each dimension between film A and film B according to formula (1.4), generate personalized film similarity table;
sim ( M i A , M i B ) = Σ j ∈ ( M A ∩ M B ) ( V ij A + V ij B ) 2 - - - ( 1.4 )
In formula, i ∈ [Isosorbide-5-Nitrae], represent the performer of film, director, type, regional four dimensions respectively, j represents eigenwert in dimension, V ijrepresent the weight of film jth eigenwert in i-th dimension;
Film A and the calculating formula of similarity of film B on time dimension are:
sim ( M 5 A , M 5 B ) = min ( | Date - D A | , | Date - D B | ) max ( | Date - D A | , | Date - D B | ) - - - ( 1.5 )
In formula, Date represents the current time, D arepresent the issuing time of film A, D brepresent the issuing time of film B, minimum value is got in min () expression, and maximal value is got in max () expression;
Film A and the calculating formula of similarity of film B in brief introduction dimension are sim (M 6 a, M 6 b), utilize Simhash algorithm to calculate;
S4, according to each dimension weight obtained in s2 and s3 and each dimension similarity thereof, formula (1.6) is utilized to calculate film similarity:
Sim = Σ i = 1 i = 6 w i · sim ( M i A , M i B ) - - - ( 1.6 )
In formula, w irepresent the weight of corresponding each dimension, sim (M i a, M i b) represent the similarity of corresponding each dimension, i ∈ [1,6].
2., for the new user's personalized similarity calculating method of film, it is characterized in that, comprise the steps:
S1, the actor information extracting every portion film, director information, type information and regional information, temporal information and brief introduction information, form six-vector space;
S2, based on user's dominant information, this user to be classified, to find bunch group the most similar to this user, use statistical method to analyze the average preference of this crowd in performer, director, type, area, issuing time and brief introduction six dimensions;
S3, based on film own content feature, the method for each dimension weighted sum is adopted to calculate film similarity, that is:
Sim=w 1x 1+w 2x 2+w 3x 3+w 4x 4+w 5x 5+w 6x 6(2.1)
In formula, w irepresent the weight of corresponding each dimension, i ∈ [1,6], this value is calculated by the method in step s2; x irepresent the similarity of performer, director, type, area, issuing time five dimensions respectively, i ∈ [1,5], utilize cosine similarity formula (2.2) to calculate:
x i = Σ i = 1 n ( A i × B i ) Σ i = 1 n ( A i ) 2 × Σ i = - 1 n ( B i ) 2 = A T · B | | A | | × | | B | | - - - ( 2.2 )
Similarity value x in brief introduction dimension 6, then Simhash algorithm is utilized to calculate.
CN201410753644.8A 2014-12-10 2014-12-10 A kind of film personalization similarity calculating method based on user interest model Active CN104462385B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410753644.8A CN104462385B (en) 2014-12-10 2014-12-10 A kind of film personalization similarity calculating method based on user interest model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410753644.8A CN104462385B (en) 2014-12-10 2014-12-10 A kind of film personalization similarity calculating method based on user interest model

Publications (2)

Publication Number Publication Date
CN104462385A true CN104462385A (en) 2015-03-25
CN104462385B CN104462385B (en) 2018-07-03

Family

ID=52908420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410753644.8A Active CN104462385B (en) 2014-12-10 2014-12-10 A kind of film personalization similarity calculating method based on user interest model

Country Status (1)

Country Link
CN (1) CN104462385B (en)

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105389329A (en) * 2015-09-21 2016-03-09 中国人民解放军国防科学技术大学 Open source software recommendation method based on group comments
CN105718565A (en) * 2016-01-20 2016-06-29 北京京东尚科信息技术有限公司 Data warehouse model construction method and construction apparatus
CN106021485A (en) * 2016-05-19 2016-10-12 中国传媒大学 Multi-element attribute movie data visualization system
CN106055657A (en) * 2016-06-03 2016-10-26 北京网智天元科技股份有限公司 Evaluation system for film viewing index of specific population
CN106372235A (en) * 2016-09-12 2017-02-01 中国联合网络通信集团有限公司 Movie recommendation method and system
CN106445942A (en) * 2015-08-05 2017-02-22 腾讯科技(北京)有限公司 User cross-screen identification method and apparatus
CN106708883A (en) * 2015-11-17 2017-05-24 阿里巴巴集团控股有限公司 Recommendation method and apparatus
CN106991173A (en) * 2017-04-05 2017-07-28 合肥工业大学 Collaborative filtering recommending method based on user preference
CN106997381A (en) * 2017-03-21 2017-08-01 海信集团有限公司 Recommend the method and device of video display to targeted customer
CN107122423A (en) * 2017-04-06 2017-09-01 深圳Tcl数字技术有限公司 Video display promotion method and device
CN107368540A (en) * 2017-06-26 2017-11-21 北京理工大学 The film that multi-model based on user's self-similarity is combined recommends method
CN108038730A (en) * 2017-12-22 2018-05-15 联想(北京)有限公司 Product similarity determination methods, device and server cluster
CN108230059A (en) * 2016-12-13 2018-06-29 中国联合网络通信集团有限公司 Film recommends method and device
CN108419100A (en) * 2018-01-29 2018-08-17 山东浪潮商用***有限公司 A kind of user's film plays the acquisition methods and system of behavior similarity
CN108460125A (en) * 2018-02-26 2018-08-28 影核(北京)网络科技有限公司 A method of carrying out displaying labeling classification for movie theatre user
CN108664558A (en) * 2018-04-04 2018-10-16 山东科技大学 A kind of Web TV personalized ventilation system method towards large-scale consumer
CN108804506A (en) * 2018-04-13 2018-11-13 北京猫眼文化传媒有限公司 A kind of the recommendation method, apparatus and electronic equipment of information
CN108846055A (en) * 2018-05-31 2018-11-20 北京五八信息技术有限公司 Search processing method, device, electronic equipment and readable storage medium storing program for executing
CN108932645A (en) * 2017-05-26 2018-12-04 车伯乐(北京)信息科技有限公司 A kind of user selects vehicle system
CN109118284A (en) * 2018-08-15 2019-01-01 深圳快购科技有限公司 The management method and system of movie ticket sale
CN109189899A (en) * 2018-08-01 2019-01-11 优视科技新加坡有限公司 Content interest acquisition and content-data recommended method, device, equipment/terminal/server and storage medium
CN109299375A (en) * 2018-10-24 2019-02-01 中国平安人寿保险股份有限公司 Information personalized push method, device, electronic equipment and storage medium
CN109933648A (en) * 2019-02-28 2019-06-25 北京学之途网络科技有限公司 A kind of differentiating method and discriminating device of real user comment
CN110083775A (en) * 2019-05-13 2019-08-02 北京顺丰同城科技有限公司 A kind of configuration method and configuration device for recommending resource
CN110210765A (en) * 2019-06-06 2019-09-06 中国传媒大学 A kind of the resources of movie & TV matching process and system
CN110569374A (en) * 2019-08-20 2019-12-13 成都信息工程大学 movie recommendation method based on improved collaborative filtering algorithm
CN110674344A (en) * 2019-08-28 2020-01-10 北京爱奇艺智慧娱乐科技有限公司 Method, device, equipment and storage medium for generating model and recommending film
CN110866181A (en) * 2019-10-12 2020-03-06 平安国际智慧城市科技股份有限公司 Resource recommendation method, device and storage medium
CN114547459A (en) * 2022-02-23 2022-05-27 深圳环金科技有限公司 Cross-border e-commerce data processing method and system
US11727312B2 (en) 2019-09-03 2023-08-15 International Business Machines Corporation Generating personalized recommendations to address a target problem

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110107219A1 (en) * 2009-11-05 2011-05-05 Samsung Electronics Co., Ltd. Service providing apparatus and method for recommending service thereof
CN102411596A (en) * 2010-09-21 2012-04-11 阿里巴巴集团控股有限公司 Information recommendation method and system
CN102722532A (en) * 2012-05-18 2012-10-10 山东大学 Music recommendation algorithm based on content and user history
CN103294795A (en) * 2013-05-24 2013-09-11 华东师范大学 Method for adjusting film recommending diversity by utilizing users' characters

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110107219A1 (en) * 2009-11-05 2011-05-05 Samsung Electronics Co., Ltd. Service providing apparatus and method for recommending service thereof
CN102411596A (en) * 2010-09-21 2012-04-11 阿里巴巴集团控股有限公司 Information recommendation method and system
CN102722532A (en) * 2012-05-18 2012-10-10 山东大学 Music recommendation algorithm based on content and user history
CN103294795A (en) * 2013-05-24 2013-09-11 华东师范大学 Method for adjusting film recommending diversity by utilizing users' characters

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
任保宁 等: "基于多维度权重动态更新的用户兴趣模型", 《计算机工程》 *
新浪博客: "simhash算法原理和代码实现", 《HTTP://BLOG.SINA.COM.CN/S/BLOG_81E6C30B0101CPVU.HTML》 *
马远坤 等: "一种基于数据迁移的冷启动解决算法", 《计算机工程》 *

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445942A (en) * 2015-08-05 2017-02-22 腾讯科技(北京)有限公司 User cross-screen identification method and apparatus
CN106445942B (en) * 2015-08-05 2020-07-03 腾讯科技(北京)有限公司 User cross-screen identification method and device
CN105389329B (en) * 2015-09-21 2019-02-12 中国人民解放军国防科学技术大学 A kind of open source software recommended method based on community review
CN105389329A (en) * 2015-09-21 2016-03-09 中国人民解放军国防科学技术大学 Open source software recommendation method based on group comments
CN106708883A (en) * 2015-11-17 2017-05-24 阿里巴巴集团控股有限公司 Recommendation method and apparatus
CN105718565A (en) * 2016-01-20 2016-06-29 北京京东尚科信息技术有限公司 Data warehouse model construction method and construction apparatus
CN105718565B (en) * 2016-01-20 2019-07-02 北京京东尚科信息技术有限公司 The construction method and construction device of data warehouse model
CN106021485A (en) * 2016-05-19 2016-10-12 中国传媒大学 Multi-element attribute movie data visualization system
CN106021485B (en) * 2016-05-19 2019-05-14 中国传媒大学 A kind of polynary attribute cinematic data visualization system
CN106055657B (en) * 2016-06-03 2019-10-01 网智天元科技集团股份有限公司 Viewing index assessment system for specific crowd
CN106055657A (en) * 2016-06-03 2016-10-26 北京网智天元科技股份有限公司 Evaluation system for film viewing index of specific population
CN106372235A (en) * 2016-09-12 2017-02-01 中国联合网络通信集团有限公司 Movie recommendation method and system
CN108230059A (en) * 2016-12-13 2018-06-29 中国联合网络通信集团有限公司 Film recommends method and device
CN108230059B (en) * 2016-12-13 2022-04-15 中国联合网络通信集团有限公司 Movie recommendation method and device
CN106997381A (en) * 2017-03-21 2017-08-01 海信集团有限公司 Recommend the method and device of video display to targeted customer
CN106991173A (en) * 2017-04-05 2017-07-28 合肥工业大学 Collaborative filtering recommending method based on user preference
CN107122423A (en) * 2017-04-06 2017-09-01 深圳Tcl数字技术有限公司 Video display promotion method and device
CN108932645A (en) * 2017-05-26 2018-12-04 车伯乐(北京)信息科技有限公司 A kind of user selects vehicle system
CN107368540A (en) * 2017-06-26 2017-11-21 北京理工大学 The film that multi-model based on user's self-similarity is combined recommends method
CN108038730A (en) * 2017-12-22 2018-05-15 联想(北京)有限公司 Product similarity determination methods, device and server cluster
CN108419100B (en) * 2018-01-29 2020-10-02 山东云缦智能科技有限公司 Method and system for acquiring similarity of movie playing behaviors of users
CN108419100A (en) * 2018-01-29 2018-08-17 山东浪潮商用***有限公司 A kind of user's film plays the acquisition methods and system of behavior similarity
CN108460125A (en) * 2018-02-26 2018-08-28 影核(北京)网络科技有限公司 A method of carrying out displaying labeling classification for movie theatre user
CN108664558A (en) * 2018-04-04 2018-10-16 山东科技大学 A kind of Web TV personalized ventilation system method towards large-scale consumer
CN108804506A (en) * 2018-04-13 2018-11-13 北京猫眼文化传媒有限公司 A kind of the recommendation method, apparatus and electronic equipment of information
CN108846055A (en) * 2018-05-31 2018-11-20 北京五八信息技术有限公司 Search processing method, device, electronic equipment and readable storage medium storing program for executing
CN109189899A (en) * 2018-08-01 2019-01-11 优视科技新加坡有限公司 Content interest acquisition and content-data recommended method, device, equipment/terminal/server and storage medium
CN109118284A (en) * 2018-08-15 2019-01-01 深圳快购科技有限公司 The management method and system of movie ticket sale
CN109299375A (en) * 2018-10-24 2019-02-01 中国平安人寿保险股份有限公司 Information personalized push method, device, electronic equipment and storage medium
CN109933648B (en) * 2019-02-28 2022-07-05 北京学之途网络科技有限公司 Real user comment distinguishing method and device
CN109933648A (en) * 2019-02-28 2019-06-25 北京学之途网络科技有限公司 A kind of differentiating method and discriminating device of real user comment
CN110083775A (en) * 2019-05-13 2019-08-02 北京顺丰同城科技有限公司 A kind of configuration method and configuration device for recommending resource
CN110210765B (en) * 2019-06-06 2021-06-11 中国传媒大学 Movie and television resource matching method and system
CN110210765A (en) * 2019-06-06 2019-09-06 中国传媒大学 A kind of the resources of movie & TV matching process and system
CN110569374B (en) * 2019-08-20 2022-03-18 成都信息工程大学 Movie recommendation method based on improved collaborative filtering algorithm
CN110569374A (en) * 2019-08-20 2019-12-13 成都信息工程大学 movie recommendation method based on improved collaborative filtering algorithm
CN110674344A (en) * 2019-08-28 2020-01-10 北京爱奇艺智慧娱乐科技有限公司 Method, device, equipment and storage medium for generating model and recommending film
US11727312B2 (en) 2019-09-03 2023-08-15 International Business Machines Corporation Generating personalized recommendations to address a target problem
CN110866181A (en) * 2019-10-12 2020-03-06 平安国际智慧城市科技股份有限公司 Resource recommendation method, device and storage medium
CN110866181B (en) * 2019-10-12 2022-04-22 平安国际智慧城市科技股份有限公司 Resource recommendation method, device and storage medium
CN114547459A (en) * 2022-02-23 2022-05-27 深圳环金科技有限公司 Cross-border e-commerce data processing method and system
CN114547459B (en) * 2022-02-23 2023-10-31 深圳环金科技有限公司 Cross-border electronic commerce data processing method and system

Also Published As

Publication number Publication date
CN104462385B (en) 2018-07-03

Similar Documents

Publication Publication Date Title
CN104462385A (en) Personalized movie similarity calculation method based on user interest model
US8412648B2 (en) Systems and methods of making content-based demographics predictions for website cross-reference to related applications
CN102902821B (en) The image high-level semantics mark of much-talked-about topic Network Based, search method and device
US20160117696A1 (en) Method and system for determining on-line influence in social media
CN104008203B (en) A kind of Users' Interests Mining method for incorporating body situation
US20080275901A1 (en) System and method for detecting a web page
CN101770520A (en) User interest modeling method based on user browsing behavior
CN111259263A (en) Article recommendation method and device, computer equipment and storage medium
CN105677780A (en) Scalable user intent mining method and system thereof
CN107391582B (en) The information recommendation method of user preference similarity is calculated based on context ontology tree
Niu et al. FUIR: Fusing user and item information to deal with data sparsity by using side information in recommendation systems
CN103023714A (en) Activeness and cluster structure analyzing system and method based on network topics
CN105531701A (en) Personalized trending image search suggestion
CN103455487A (en) Extracting method and device for search term
Shinde et al. Hybrid personalized recommender system using fast k-medoids clustering algorithm
Chu et al. Cultural difference and visual information on hotel rating prediction
CN102651031A (en) Method and equipment for providing searching result
US20140280237A1 (en) Method and system for identifying sets of social look-alike users
CN111858972A (en) Movie recommendation method based on family knowledge graph
CN104008204A (en) Dynamic multi-dimensional context awareness film recommending system and achieving method thereof
CN103870452A (en) Method and method for recommending data
Harakawa et al. Extracting hierarchical structure of web video groups based on sentiment-aware signed network analysis
Nasraoui et al. Performance of recommendation systems in dynamic streaming environments
CN103095849A (en) A method and a system of spervised web service finding based on attribution forecast and error correction of quality of service (QoS)
Cao et al. A Recommendation Approach Based on Product Attribute Reviews: Improved Collaborative Filtering Considering the Sentiment Polarity.

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant