CN111259266A - Internet content recommendation method and system - Google Patents

Internet content recommendation method and system Download PDF

Info

Publication number
CN111259266A
CN111259266A CN202010089194.2A CN202010089194A CN111259266A CN 111259266 A CN111259266 A CN 111259266A CN 202010089194 A CN202010089194 A CN 202010089194A CN 111259266 A CN111259266 A CN 111259266A
Authority
CN
China
Prior art keywords
leader
item type
candidate
user
weight
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
CN202010089194.2A
Other languages
Chinese (zh)
Other versions
CN111259266B (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.)
Changchun University of Science and Technology
Original Assignee
Changchun 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 Changchun University of Science and Technology filed Critical Changchun University of Science and Technology
Priority to CN202010089194.2A priority Critical patent/CN111259266B/en
Publication of CN111259266A publication Critical patent/CN111259266A/en
Application granted granted Critical
Publication of CN111259266B publication Critical patent/CN111259266B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/9536Search customisation based on social or collaborative filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/105Human resources
    • G06Q10/1053Employment or hiring

Abstract

The invention relates to an internet content recommendation method and system, wherein the method comprises the following steps: selecting k from n known users as candidate guides, and initializing the weight of each candidate guide related to the type of the item; training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as a leader; and when a new user performs interviewing, recommending the content of the new user through the leader corresponding to the item type selected by the new user. According to the scheme, the problem of cold start of the recommendation system is solved on the basis that metadata of a new user is not needed.

Description

Internet content recommendation method and system
Technical Field
The invention relates to the field of internet information, in particular to an internet content recommendation method and system.
Background
With the advent of the big data age, a great amount of various multimedia contents such as texts, pictures, audios and videos are accumulated on the internet. With the rapid popularization of social networks (e.g., Facebook, Twitter, newcastle of new waves, WeChat friend circle, etc.) and devices supporting wireless data access (smartphones and tablet computers), people can freely create, upload, and share various types of multimedia content anytime and anywhere.
This has led to the explosion of the volume of data coming back to the internet already carrying large amounts of data; on one hand, extremely rich internet content can meet the personalized requirements of each user; on the other hand, the massive internet data also makes it difficult for users to quickly and accurately find information of interest; as a distributor of internet content, it is difficult to make the content stand out from mass data and accurately distribute the content to a target user group; this problem, known as "information overload," has become particularly acute in the current internet era.
One very potential solution to the information overload problem is the recommendation system; the recommendation system is a tool for helping a user to quickly find useful information, is different from a search engine, does not need the user to provide clear requirements, and is a personalized information recommendation system for recommending information, products and the like which are interested by the user to the user according to the information requirements, interests and the like of the user; compared with a search engine, the recommendation system carries out personalized calculation by researching the interest preference of the user, and the system finds the interest points of the user, thereby guiding the user to find the own information requirement; a good recommendation system not only can provide personalized service for users, but also can establish close relationship with the users, so that the users can generate dependence on the recommendation; recommendation systems are now widely used in many fields, the most typical of which with good development and application prospects is the field of e-commerce; meanwhile, the research popularity of the academic community on the recommendation system is high all the time, and an independent subject is gradually formed.
However, recommendation systems face many challenges, such as new user cold start issues; the problem of cold start of a new user means that for a recommendation system, the system cannot recommend items meeting the interest preference of the new user because the system does not know the interest preference of the new user due to lack of historical interaction data of the user or even no historical interaction data of the user; if the new user does not get a good experience when entering the system for the first time, the new user may refuse to use again after the rejection mind is generated, and therefore, the problem of cold start of the new user is to be solved urgently.
At present, the research idea of many scholars at home and abroad aiming at the cold start problem is to embed a new user or a new project into the existing model by utilizing an additional information source in a way of calculating the similarity, so that a certain degree of effect is achieved; however, the additional sources of information are not readily available, especially for users, which involves user privacy, is not only difficult to obtain, but the metadata is protected by law.
Disclosure of Invention
The invention aims to provide an internet content recommendation method and system to solve the problems.
In order to achieve the purpose, the invention provides the following scheme:
an internet content recommendation method comprising:
selecting k from n known users as candidate guides, and initializing the weight of each candidate guide related to the type of the item; k and n are positive integers greater than 1, and k is less than or equal to n;
training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as a leader;
and when a new user performs interviewing, recommending the content of the new user through the leader corresponding to the item type selected by the new user.
Preferably, the selecting k from n known users as candidate guides and initializing the weight of each candidate guide related to the item type includes:
establishing a rating training model according to historical interaction data of n known users, wherein the rating training model is as follows:
rij′=u+mi+bj+qjpi T
in the formula: r isij' represents a predicted rating of the jth item of the ith known user, u represents an average of true ratings, and miRepresenting the offset of the ith known user, bjOffset, q, representing the jth item typejPotential factor, p, representing the jth item typeiPotential factor, p, representing the ith known useri TRepresents piTranspose of (q)jpi TDenotes qjAnd pi TThe inner product between;
updating parameters in the rating training model by adopting a stochastic gradient descent method, wherein the method comprises the following steps:
mi←mi+α[(rij-rij′)-β*mi];
bj←bj+α[(rij-rij′)-β*bj];
qj←qj+α[(rij-rij′)*pi T-β*qj];
pi←pi+α[(rij-rij′)*qj-β*pi];
wherein α and β are both hyperparameters and r isijRepresenting a true rating of a jth item of an ith known user;
obtaining a prediction rating of the item type related to each known user according to the rating training model after the parameters are updated, obtaining a root mean square error of the item type related to each known user according to the prediction rating and the real rating, and selecting k known users as candidate guides according to the number of the item types related to each known user and the root mean square error;
a weight of an item type to which each of the candidate leads relates is initialized.
Preferably, the training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader includes:
randomly grouping the known users except the candidate leader according to a set proportion to obtain two groups of user sets, and selecting one of the two groups of user sets with a high proportion coefficient as a training user set;
enabling training users in the training user set to randomly select a set number of the item types;
establishing a weight training model as follows:
Wyj←Wyj+(a-func(ejy,ejl′));
in the formula: wyjWeight representing the jth item type of the yth candidate leader, a represents the sum of the root mean square errors of the known users, ejyA true rating representing the jth item type of the jth candidate leader, ejl' represents the predicted rating, func (e) for the jth item type of the ith training userjy,ejl′)=∑(ejy-ejl′)/|Sy|,SySet of ratings, S, representing the y-th candidate leader related to the item typeyI represents SyThe number of elements of (a);
obtaining the updated weight of each candidate leader related to the item type according to the weight training model;
and selecting the candidate leader with the highest weight corresponding to each item type as a leader according to the updated weight.
Preferably, when the new user interviews, the content recommendation for the new user by the leader corresponding to the item type selected by the new user includes:
performing interview on the new user to select a project type;
the leader generates a content recommendation list according to the item type selected by the new user;
and judging the contents in the content recommendation list according to set conditions, recommending to the new user if the contents meet the requirements, and discarding if the contents do not meet the requirements.
Preferably, the setting conditions include:
the real grade of the leader on the item type corresponding to the content in the content recommendation list is higher than a set grade threshold;
and secondly, the rating times of the item types corresponding to the contents in the content recommendation list are larger than the set percentage of the number of the known users.
An internet content recommendation system comprising:
the candidate leader determining and processing module is used for selecting k candidate leaders from n known users and initializing the weight of each candidate leader related to the item type; k and n are positive integers greater than 1, and k is less than or equal to n;
the leader determining module is used for training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader;
and the content recommendation module is used for recommending the content of the new user through the leader corresponding to the item type selected by the new user when the new user interviews.
Preferably, the candidate leader determination and processing module includes:
a rating training model determining unit, configured to establish a rating training model according to historical interaction data of the n known users, as follows:
rij′=u+mi+bj+qjpi T
in the formula: r isij' represents a predicted rating of the jth item of the ith known user, u represents an average of true ratings, and miRepresenting the offset of the ith known user, bjOffset, q, representing the jth item typejPotential factor, p, representing the jth item typeiPotential factor, p, representing the ith known useri TRepresents piTranspose of (q)jpi TDenotes qjAnd pi TThe inner product between;
the parameter updating unit is used for updating the parameters in the rating training model by adopting a random gradient descent method, and the following formula is as follows:
mi←mi+α[(rij-rij′)-β*mi];
bj←bj+α[(rij-rij′)-β*bj];
qj←qj+α[(rij-rij′)*pi T-β*qj];
pi←pi+α[(rij-rij′)*qj-β*pi];
wherein α and β are both hyperparameters and r isijRepresenting a true rating of a jth item of an ith known user;
the candidate leader determining unit is used for obtaining a prediction rating of the item type related to each known user according to the rating training model after the parameters are updated, obtaining a root mean square error of the item type related to each known user according to the prediction rating and the real rating, and selecting k known users as candidate leaders according to the quantity of the item type related to each known user and the root mean square error;
and the candidate leader processing unit is used for initializing the weight of the item type related to each candidate leader.
Preferably, the leader determination module includes:
a training user set determining unit, configured to randomly group the known users except the candidate leader according to a set ratio to obtain two user sets, and select one of the two user sets with a high proportionality coefficient as a training user set;
the item type selection unit enables training users in the training user set to randomly select a set number of item types;
the weight training model determining unit is used for establishing a weight training model as follows:
Wyj←Wyj+(a-func(ejy,ejl′));
in the formula: wyjWeight representing the jth item type of the yth candidate leader, a represents the sum of the root mean square errors of the known users, ejyA true rating representing the jth item type of the jth candidate leader, ejl' represents the predicted rating, func (e) for the jth item type of the ith training userjy,ejl′)=∑(ejy-ejl′)/|Sy|,SySet of ratings, S, representing the y-th candidate leader related to the item typeyI represents SyThe number of elements of (a);
the weight updating unit is used for obtaining the updated weight of each candidate leader related to the item type according to the weight training model;
and the leader determining unit selects the candidate leader with the highest weight corresponding to each item type as a leader according to the updated weight.
Preferably, the content recommendation module includes:
the interview unit is used for interviewing the new user to select the item type;
a content recommendation list determining unit, wherein the leader generates a content recommendation list according to the item type selected by the new user;
and the judging unit is used for judging the contents in the content recommendation list according to set conditions, recommending the contents to the new user if the contents meet the requirements, and discarding the contents if the contents do not meet the requirements.
Preferably, the setting conditions include:
the real grade of the leader on the item type corresponding to the content in the content recommendation list is higher than a set grade threshold;
and secondly, the rating times of the item types corresponding to the contents in the content recommendation list are larger than the set percentage of the number of the known users.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the method comprises the following steps: selecting k from n known users as candidate guides, and initializing the weight of each candidate guide related to the type of the item; training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as a leader; and when a new user performs interviewing, recommending the content of the new user through the leader corresponding to the item type selected by the new user. According to the scheme, the problem of cold start of the recommendation system is solved on the basis that metadata of a new user is not needed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
Fig. 1 is a flowchart of an internet content recommendation method according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide an internet content recommendation method and system to solve the problem of cold start of an internet recommendation system.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
As shown in fig. 1, the internet content recommendation method of the present invention includes:
selecting k from n known users as candidate guides, and initializing the weight of each candidate guide related to the type of the item; k and n are positive integers greater than 1, and k is less than or equal to n.
Training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader.
And when a new user performs interviewing, recommending the content of the new user through the leader corresponding to the item type selected by the new user.
As an optional implementation manner, the selecting k candidate leaders from n known users and initializing the weight of each candidate leader related to the item type according to the present invention includes:
establishing a rating training model according to historical interaction data of n known users, wherein the rating training model is as follows:
rij′=u+mi+bj+qjpi T
in the formula: r isij' represents a predicted rating of the jth item of the ith known user, u represents an average of true ratings, and miRepresenting the offset of the ith known user, bjOffset, q, representing the jth item typejPotential factor, p, representing the jth item typeiPotential factor, p, representing the ith known useri TRepresents piTranspose of (q)jpi TDenotes qjAnd pi TThe inner product between.
Updating parameters in the rating training model by adopting a stochastic gradient descent method, wherein the method comprises the following steps:
mi←mi+α[(rij-rij′)-β*mi];
bj←bj+α[(rij-rij′)-β*bj];
qj←qj+α[(rij-rij′)*pi T-β*qj];
pi←pi+α[(rij-rij′)*qj-β*pi];
wherein α and β are both hyperparameters and r isijRepresenting the true rating of the jth item of the ith known user.
Obtaining a prediction rating of the item type related to each known user according to the rating training model after the parameters are updated, obtaining a root mean square error of the item type related to each known user according to the prediction rating and the real rating, and selecting k known users as candidate guides according to the number of the item types related to each known user and the root mean square error.
Performing descending order arrangement according to the quantity of the known user related item types to obtain a first ordering list; performing ascending arrangement according to the root mean square error to obtain a second ordering list; and selecting the intersection of the first 10% in the first sequence table and the first 10% in the second sequence table as the candidate leader.
The root mean square error is calculated as follows:
Figure BDA0002383143050000081
in the formula: gijRoot mean square error, S, representing the jth item type of the ith known useriSet of ratings, S, representing the ith known user related to item typeiI represents SiThe number of elements of (c).
A weight of an item type to which each of the candidate leads relates is initialized.
In this example, the weight average is initialized to 1.
As an optional implementation manner, the training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader includes:
and randomly grouping the known users except the candidate leader according to a set proportion to obtain two groups of user sets, and selecting one of the two groups of user sets with a high proportion coefficient as a training user set. In this embodiment, the set ratio is 3: 1.
And enabling the training users in the training user set to randomly select the set number of the item types. In this embodiment, the set number is an integer of 2 or more and 6 or less.
Establishing a weight training model as follows:
Wyj←Wyj+(a-func(ejy,ejl′));
in the formula: wyjWeight representing the jth item type of the yth candidate leader, a represents the sum of the root mean square errors of the known users, ejyA true rating representing the jth item type of the jth candidate leader, ejl' represents the predicted rating, func (e) for the jth item type of the ith training userjy,ejl′)=∑(ejy-ejl′)/|Sy|,SySet of ratings, S, representing the y-th candidate leader related to the item typeyI represents SyThe number of elements of (c).
And obtaining the updated weight of each candidate leader related to the item type according to the weight training model.
And selecting the candidate leader with the highest weight corresponding to each item type as a leader according to the updated weight.
As an optional implementation manner, when the new user performs interviewing, the content recommendation performed on the new user by the leader corresponding to the item type selected by the new user includes:
the new user is interviewed to select a type of item.
The leader generates a content recommendation list according to the item type selected by the new user.
And judging the contents in the content recommendation list according to set conditions, recommending to the new user if the contents meet the requirements, and discarding if the contents do not meet the requirements.
As an optional embodiment, the setting conditions of the present invention include:
one is that the real score of the leader on the item type corresponding to the content in the content recommendation list is higher than a set score threshold.
And secondly, the rating times of the item types corresponding to the contents in the content recommendation list are larger than the set percentage of the number of the known users. In this embodiment, the set percentage is 5%.
The invention also provides an internet content recommendation system, comprising:
the candidate leader determining and processing module is used for selecting k candidate leaders from n known users and initializing the weight of each candidate leader related to the item type; k and n are positive integers greater than 1, and k is less than or equal to n.
And the leader determining module is used for training the weight of each candidate leader related to the item type so as to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader.
And the content recommendation module is used for recommending the content of the new user through the leader corresponding to the item type selected by the new user when the new user interviews.
As an optional implementation manner, the candidate leader determining and processing module of the present invention includes:
a rating training model determining unit, configured to establish a rating training model according to historical interaction data of the n known users, as follows:
rij′=u+mi+bj+qjpi T
in the formula: r isij' represents a predicted rating of the jth item of the ith known user, u represents an average of true ratings, and miRepresenting the offset of the ith known user, bjOffset, q, representing the jth item typejPotential factor, p, representing the jth item typeiIndicating the ith knownLatent factor of the house, pi TRepresents piTranspose of (q)jpi TDenotes qjAnd pi TThe inner product between.
The parameter updating unit is used for updating the parameters in the rating training model by adopting a random gradient descent method, and the following formula is as follows:
mi←mi+α[(rij-rij′)-β*mi];
bj←bj+α[(rij-rij′)-β*bj];
qj←qj+α[(rij-rij′)*pi T-β*qj];
pi←pi+α[(rij-rij′)*qj-β*pi];
wherein α and β are both hyperparameters and r isijRepresenting the true rating of the jth item of the ith known user.
And the candidate leader determining unit is used for obtaining a prediction rating of the item type related to each known user according to the rating training model after the parameters are updated, obtaining a root mean square error of the item type related to each known user according to the prediction rating and the real rating, and selecting k known users as candidate leaders according to the quantity of the item types related to each known user and the root mean square error.
And the candidate leader processing unit is used for initializing the weight of the item type related to each candidate leader.
As an optional embodiment, the leader determining module of the present invention includes:
and the training user set determining unit is used for randomly grouping the known users except the candidate leader according to a set proportion to obtain two groups of user sets, and selecting one group with a high proportion coefficient from the two groups of user sets as a training user set.
And the item type selection unit enables the training users in the training user set to randomly select the set number of item types.
The weight training model determining unit is used for establishing a weight training model as follows:
Wyj←Wyj+(a-func(ejy,ejl′));
in the formula: wyjWeight representing the jth item type of the yth candidate leader, a represents the sum of the root mean square errors of the known users, ejyA true rating representing the jth item type of the jth candidate leader, ejl' represents the predicted rating, func (e) for the jth item type of the ith training userjy,ejl′)=∑(ejy-ejl′)/|Sy|,SySet of ratings, S, representing the y-th candidate leader related to the item typeyI represents SyThe number of elements of (c).
And the weight updating unit is used for obtaining the updated weight of each candidate leader related to the item type according to the weight training model.
And the leader determining unit selects the candidate leader with the highest weight corresponding to each item type as a leader according to the updated weight.
As an optional implementation manner, the content recommendation module of the present invention includes:
and the interview unit is used for interviewing the new user to select the item type.
And the guide generates a content recommendation list according to the item type selected by the new user.
And the judging unit is used for judging the contents in the content recommendation list according to set conditions, recommending the contents to the new user if the contents meet the requirements, and discarding the contents if the contents do not meet the requirements.
The method and the system provided by the invention have the advantages that the content recommendation is carried out on the new user by the leader, the cold start problem of the internet content recommendation system is solved, and the metadata of the user is not needed.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (10)

1. An internet content recommendation method, comprising:
selecting k from n known users as candidate guides, and initializing the weight of each candidate guide related to the type of the item; k and n are positive integers greater than 1, and k is less than or equal to n;
training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as a leader;
and when a new user performs interviewing, recommending the content of the new user through the leader corresponding to the item type selected by the new user.
2. The method as claimed in claim 1, wherein said selecting k candidate leaders from n known users, initializing weights of each candidate leader relating to item types comprises:
establishing a rating training model according to historical interaction data of n known users, wherein the rating training model is as follows:
rij′=u+mi+bj+qjpi T
in the formula: r isij' represents a predicted rating of the jth item of the ith known user, u represents an average of true ratings, and miRepresents the ithBias of known users, bjOffset, q, representing the jth item typejPotential factor, p, representing the jth item typeiPotential factor, p, representing the ith known useri TRepresents piTranspose of (q)jpi TDenotes qjAnd pi TThe inner product between;
updating parameters in the rating training model by adopting a stochastic gradient descent method, wherein the method comprises the following steps:
mi←mi+α[(rij-rij′)-β*mi];
bj←bj+α[(rij-rij′)-β*bj];
qj←qj+α[(rij-rij′)*pi T-β*qj];
pi←pi+α[(rij-rij′)*qj-β*pi];
wherein α and β are both hyperparameters and r isijRepresenting a true rating of a jth item of an ith known user;
obtaining a prediction rating of the item type related to each known user according to the rating training model after the parameters are updated, obtaining a root mean square error of the item type related to each known user according to the prediction rating and the real rating, and selecting k known users as candidate guides according to the number of the item types related to each known user and the root mean square error;
a weight of an item type to which each of the candidate leads relates is initialized.
3. The internet content recommendation method according to claim 2, wherein the training of the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader comprises:
randomly grouping the known users except the candidate leader according to a set proportion to obtain two groups of user sets, and selecting one of the two groups of user sets with a high proportion coefficient as a training user set;
enabling training users in the training user set to randomly select a set number of the item types;
establishing a weight training model as follows:
Wyj←Wyj+(a-func(ejy,ejl′));
in the formula: wyjWeight representing the jth item type of the yth candidate leader, a represents the sum of the root mean square errors of the known users, ejyA true rating representing the jth item type of the jth candidate leader, ejl' represents the predicted rating, func (e) for the jth item type of the ith training userjy,ejl′)=∑(ejy-ejl′)/|Sy|,SySet of ratings, S, representing the y-th candidate leader related to the item typeyI represents SyThe number of elements of (a);
obtaining the updated weight of each candidate leader related to the item type according to the weight training model;
and selecting the candidate leader with the highest weight corresponding to each item type as a leader according to the updated weight.
4. The internet content recommendation method according to claim 1, wherein when the new user interviews, content recommendation is performed on the new user through the leader corresponding to the item type selected by the new user, and the method comprises:
performing interview on the new user to select a project type;
the leader generates a content recommendation list according to the item type selected by the new user;
and judging the contents in the content recommendation list according to set conditions, recommending to the new user if the contents meet the requirements, and discarding if the contents do not meet the requirements.
5. The internet content recommendation method according to claim 4, wherein the setting condition comprises:
the real grade of the leader on the item type corresponding to the content in the content recommendation list is higher than a set grade threshold;
and secondly, the rating times of the item types corresponding to the contents in the content recommendation list are larger than the set percentage of the number of the known users.
6. An internet content recommendation system, comprising:
the candidate leader determining and processing module is used for selecting k candidate leaders from n known users and initializing the weight of each candidate leader related to the item type; k and n are positive integers greater than 1, and k is less than or equal to n;
the leader determining module is used for training the weight of each candidate leader related to the item type to update the weight of each candidate leader related to the item type, and selecting the candidate leader with the highest weight corresponding to each updated item type as the leader;
and the content recommendation module is used for recommending the content of the new user through the leader corresponding to the item type selected by the new user when the new user interviews.
7. The internet content recommendation system according to claim 6, wherein said candidate leader determination and processing module comprises:
a rating training model determining unit, configured to establish a rating training model according to historical interaction data of the n known users, as follows:
rij′=u+mi+bj+qjpi T
in the formula: r isij' represents the predicted rating of the jth item of the ith known user,u represents the mean value of the true rating, miRepresenting the offset of the ith known user, bjOffset, q, representing the jth item typejPotential factor, p, representing the jth item typeiPotential factor, p, representing the ith known useri TRepresents piTranspose of (q)jpi TDenotes qjAnd pi TThe inner product between;
the parameter updating unit is used for updating the parameters in the rating training model by adopting a random gradient descent method, and the following formula is as follows:
mi←mi+α[(rij-rij′)-β*mi];
bj←bj+α[(rij-rij′)-β*bj];
qj←qj+α[(rij-rij′)*pi T-β*qj];
pi←pi+α[(rij-rij′)*qj-β*pi];
wherein α and β are both hyperparameters and r isijRepresenting a true rating of a jth item of an ith known user;
the candidate leader determining unit is used for obtaining a prediction rating of the item type related to each known user according to the rating training model after the parameters are updated, obtaining a root mean square error of the item type related to each known user according to the prediction rating and the real rating, and selecting k known users as candidate leaders according to the quantity of the item type related to each known user and the root mean square error;
and the candidate leader processing unit is used for initializing the weight of the item type related to each candidate leader.
8. The internet content recommendation system of claim 7, wherein said leader determination module comprises:
a training user set determining unit, configured to randomly group the known users except the candidate leader according to a set ratio to obtain two user sets, and select one of the two user sets with a high proportionality coefficient as a training user set;
the item type selection unit enables training users in the training user set to randomly select a set number of item types;
the weight training model determining unit is used for establishing a weight training model as follows:
Wyj←Wyj+(a-func(ejy,ejl′));
in the formula: wyjWeight representing the jth item type of the yth candidate leader, a represents the sum of the root mean square errors of the known users, ejyA true rating representing the jth item type of the jth candidate leader, ejl' represents the predicted rating, func (e) for the jth item type of the ith training userjy,ejl′)=∑(ejy-ejl′)/|Sy|,SySet of ratings, S, representing the y-th candidate leader related to the item typeyI represents SyThe number of elements of (a);
the weight updating unit is used for obtaining the updated weight of each candidate leader related to the item type according to the weight training model;
and the leader determining unit selects the candidate leader with the highest weight corresponding to each item type as a leader according to the updated weight.
9. The internet content recommendation system according to claim 6, wherein said content recommendation module comprises:
the interview unit is used for interviewing the new user to select the item type;
a content recommendation list determining unit, wherein the leader generates a content recommendation list according to the item type selected by the new user;
and the judging unit is used for judging the contents in the content recommendation list according to set conditions, recommending the contents to the new user if the contents meet the requirements, and discarding the contents if the contents do not meet the requirements.
10. The internet content recommendation system according to claim 9, wherein said setting condition comprises:
the real grade of the leader on the item type corresponding to the content in the content recommendation list is higher than a set grade threshold;
and secondly, the rating times of the item types corresponding to the contents in the content recommendation list are larger than the set percentage of the number of the known users.
CN202010089194.2A 2020-02-12 2020-02-12 Internet content recommendation method and system Active CN111259266B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010089194.2A CN111259266B (en) 2020-02-12 2020-02-12 Internet content recommendation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010089194.2A CN111259266B (en) 2020-02-12 2020-02-12 Internet content recommendation method and system

Publications (2)

Publication Number Publication Date
CN111259266A true CN111259266A (en) 2020-06-09
CN111259266B CN111259266B (en) 2023-04-07

Family

ID=70945605

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010089194.2A Active CN111259266B (en) 2020-02-12 2020-02-12 Internet content recommendation method and system

Country Status (1)

Country Link
CN (1) CN111259266B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150149484A1 (en) * 2013-11-22 2015-05-28 Here Global B.V. Graph-based recommendations service systems and methods
CN105893569A (en) * 2016-03-31 2016-08-24 北京奇虎科技有限公司 News weight calculation method and apparatus
CN109635291A (en) * 2018-12-04 2019-04-16 重庆理工大学 A kind of recommended method of fusion score information and item contents based on coorinated training

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150149484A1 (en) * 2013-11-22 2015-05-28 Here Global B.V. Graph-based recommendations service systems and methods
CN105893569A (en) * 2016-03-31 2016-08-24 北京奇虎科技有限公司 News weight calculation method and apparatus
CN109635291A (en) * 2018-12-04 2019-04-16 重庆理工大学 A kind of recommended method of fusion score information and item contents based on coorinated training

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
3GPP: "\"Virtual Reality (VR) media services over 3GPP\"", 《3GPP TR 26.918 V15.0.0》 *
何慧敏: "人工智能时代新闻内容分发中的媒介伦理问题研究", 《新媒体研究》 *
徐超: "虚实融合场景中多光源的位置与强度估计研究", 《CNKI优秀硕士学位论文全文库》 *

Also Published As

Publication number Publication date
CN111259266B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
Sun et al. Social-aware video recommendation for online social groups
US11151209B1 (en) Recommending objects to a user of a social networking system based on the location of the user
CN109086439B (en) Information recommendation method and device
US10747771B2 (en) Method and apparatus for determining hot event
CN104199896B (en) The video similarity of feature based classification is determined and video recommendation method
WO2018090793A1 (en) Multimedia recommendation method and device
US10922330B2 (en) Information processing device, information processing method, program, information processing system, and content requesting terminal
Lai et al. Novel personal and group-based trust models in collaborative filtering for document recommendation
Liang et al. Time-aware topic recommendation based on micro-blogs
Zhao et al. Service quality evaluation by exploring social users’ contextual information
US20140089322A1 (en) System And Method for Ranking Creator Endorsements
Coelho et al. A personalized travel recommendation system using social media analysis
US20190278819A1 (en) Systems and methods of providing recommendations of content items
CN112989169B (en) Target object identification method, information recommendation method, device, equipment and medium
WO2015025248A2 (en) A system apparatus circuit method and associated computer executable code for hybrid content recommendation
KR101725510B1 (en) Method and apparatus for recommendation of social event based on users preference
Neve et al. Hybrid reciprocal recommender systems: Integrating item-to-user principles in reciprocal recommendation
JP5738785B2 (en) Recommendation program, apparatus and method for recommending critics that meet user preferences
Liu et al. Personalised context-aware re-ranking in recommender system
CN115687794A (en) Student model training method, device, equipment and medium for recommending articles
US20140289334A1 (en) System and method for recommending multimedia information
US8984091B1 (en) Providing content based on timestamp of last request for content
CN109241120A (en) A kind of user's recommended method and device
US8745074B1 (en) Method and system for evaluating content via a computer network
CN111259266B (en) Internet content recommendation method and system

Legal Events

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