CN108460619B - Method for providing collaborative recommendation model fusing explicit and implicit feedback - Google Patents

Method for providing collaborative recommendation model fusing explicit and implicit feedback Download PDF

Info

Publication number
CN108460619B
CN108460619B CN201810038717.3A CN201810038717A CN108460619B CN 108460619 B CN108460619 B CN 108460619B CN 201810038717 A CN201810038717 A CN 201810038717A CN 108460619 B CN108460619 B CN 108460619B
Authority
CN
China
Prior art keywords
user
item
model
recommendation
score
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.)
Active
Application number
CN201810038717.3A
Other languages
Chinese (zh)
Other versions
CN108460619A (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.)
Wenzhou Kaichen Technology Co ltd
Original Assignee
Hangzhou Dianzi University
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 Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN201810038717.3A priority Critical patent/CN108460619B/en
Publication of CN108460619A publication Critical patent/CN108460619A/en
Application granted granted Critical
Publication of CN108460619B publication Critical patent/CN108460619B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0251Targeted advertisements
    • G06Q30/0255Targeted advertisements based on user history
    • 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
    • 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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0251Targeted advertisements
    • G06Q30/0269Targeted advertisements based on user profile or attribute
    • G06Q30/0271Personalized advertisement

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a collaborative recommendation model integrating explicit-implicit feedback, which is used for completing the recommendation tasks of a user in two steps from the perspective of simulating the real shopping process of the user, firstly, analyzing implicit feedback data of the user through a ranking-oriented recommendation model to model, then, selecting the most likely browsed articles of the user from an article set to be ranked, then, learning a user characteristic matrix and an article characteristic matrix through explicit feedback data of the user by adopting a ranking-oriented recommendation model for predicting the ranking, then, rearranging the sequence of the previously selected article sets based on the ranking, and returning the ranked articles to a target user as a final recommendation list, thereby greatly improving the recommendation accuracy and having wide commercial application value.

Description

Method for providing collaborative recommendation model fusing explicit and implicit feedback
Technical Field
The invention belongs to the technical field of computer software, and particularly relates to a collaborative recommendation model integrating explicit-implicit feedback.
Background
In most current online shopping platforms, the historical behavior data (such as rating, praise, browsing history) of the user implicitly contains the preference information of the user, and many recommendation systems use the preference information as one of important sources of input data. According to the feedback mechanism of the user, the online behavior data of the user can be divided into explicit feedback data and implicit feedback data, and the two data are concurrent with the current e-commerce field, and the explicit feedback data or the implicit feedback data rarely independently exist. However, most of the prior personalized recommendation technologies focus on the single explicit feedback or implicit feedback, which is difficult to meet the urgent needs of the current e-commerce for recommendation technologies, and how to fuse the explicit and implicit feedback for recommendation tasks is one of the difficulties of research. In addition, the sequence in the finally generated recommended item set influences the purchasing intention of people, and it is generally considered that the former item is the most desirable item to purchase by the user, so the sequence between different items in the recommendation result should be considered by the recommendation task.
In the present invention, we consider the purchase flow of the user in the real scene as follows: the user browses the commodities for a long time and selects the commodities which the user wants to buy. The user leaves much implicit feedback data (such as clicks, browsing, purchasing records and the like) in the browsing process, and the evaluation information after purchasing is explicit feedback data (such as scores, ratings and the like) of the user, so the final recommendation result should not depend on the explicit feedback data or the implicit feedback data alone, and the recommendation task can be divided into two steps: the method comprises the steps of firstly generating an item set which is most likely to be browsed by a user, and then reordering the obtained item set to generate an item set which is most likely to be purchased by the user.
Disclosure of Invention
The invention aims to provide a collaborative recommendation model fusing explicit-implicit feedback. The model has good recommendation effect and can realize personalized recommendation.
The technical scheme adopted by the invention for solving the technical problem comprises the following steps:
step 1, training a required ranking-oriented recommendation model by using implicit feedback data, and selecting an article set I which is most likely to be browsed by a user;
step 2, adding explicit feedback data and implicit feedback data into the scoring-oriented model to train the model, and learning a user characteristic matrix and an article characteristic matrix for predicting scoring; reordering the item set I obtained in the step 1 to obtain an item set II which is most probably purchased by the user, and returning the item set II to the target user as a final recommendation result;
through the steps, the implicit feedback data and the explicit feedback data of the user are used for personalized recommendation, and the purpose of improving the personalized recommendation effect is achieved.
The step 1 is specifically realized as follows:
the recommendation algorithm used by the ranking-oriented recommendation model in step 1 may adopt a more excellent algorithm bpr (bayesian qualified ranking) applied to implicit feedback data in the current ranking learning algorithm, and the algorithm is implemented as follows:
firstly, carrying out data pair preprocessing on historical scoring data of a user: the BPR algorithm processes the user's score data for an item (the item with which the user has interacted is denoted as "1", and the item without interaction is denoted as "0") into a set of pair < i, j >, where i is the item with a score of 1 and j is the item with a score of 0. Expressed in a triplet < u, i, j >: user "u" likes item "i" more than item "j".
Preconditions of the recommendation model:
① the preference behavior between users is independent.
② the order bias relationship of the same user to different items is independent.
Thus, a target is defined that needs maximization:
Πp(Θ|i>uj)∝Πp(i>uj|Θ)p(Θ) (1)
wherein Θ is the recommended model parameter that is sought, including: a user's feature matrix U and an item's feature matrix V. p (Θ | i >)uj) Representing the posterior probability, p (i >)uj | Θ) represents the likelihood part, p (Θ) represents the prior probability, i >uj indicates that user "u" likes item "i" more than item "j".
Wherein with respect to the likelihood part: p (i >)uj|Θ)=δ(xu,i-xu,j),
Figure GDA0002320060200000021
xu,i=pu·piLet the prior probability obey the following distribution: theta to N (0, lambda)ΘI) Then the density function of the prior probability is:
Figure GDA0002320060200000022
based on the above assumptions, the optimization objective is further expanded to obtain:
Figure GDA0002320060200000031
wherein xu,i<pu,qi>The preference degree of the user u for the item i is expressed in the form of an inner product of two vectors, and theta is a parameter of the recommendation model. In order to maximize the function value of the above expression (3)And solved by a stochastic gradient descent algorithm (SGD). The invention can obtain the item set I which is most likely to be browsed by the user by the method.
The step 2 is realized as follows:
for the recommendation model facing the score in step 2, the SVD + + model may be used to complete the screening of the item set ii most likely to be purchased by the user. The SVD + + model is improved by integrating implicit feedback data on the basis of a Singular Value Decomposition (SVD) model. The core of SVD is a matrix decomposition technology, and the basic idea is to extract some features according to a user's historical behavior data set (such as user's score data) as the basis of a recommendation task. For movie recommendations, these features can be understood as the degree of fun, the degree of horror, the degree of adventure, etc. of the movie.
In the SVD model, each user has an item that is not scored for which the user may actually have a potential interest, but the SVD incorrectly believes that the user is not interested in the item. The SVD + + model incorporates the fact that the user is potentially interested.
Figure GDA0002320060200000032
Where N (u) represents the user u scoring item set, and W is called the potential item feature matrix. The objective function is defined as follows:
Figure GDA0002320060200000033
wherein the content of the first and second substances,
Figure GDA0002320060200000034
vector biRepresenting the deviation of the score of movie i from the mean score, vector buRepresenting the deviation of the score made by user u from the average score, the average score is scored as μ.
The invention has the following beneficial effects:
the invention discloses a collaborative recommendation model integrating explicit-implicit feedback. In the traditional recommendation technology, the rating-oriented recommendation model only utilizes the explicit feedback data of the users, so that the capability of capturing the like similarity between the users is lost, and the ranking-oriented recommendation model only considers whether the preferences of the users to the product pairs are consistent and ignores the important information of the preference degree between the users. The invention analyzes and researches two traditional recommendation models and finds respective defects. Therefore, from the perspective of simulating the real shopping process of the user, the invention combines the advantages of the two recommendation models together by two steps to complete the recommendation task, firstly, the recommendation model facing the sequencing analyzes the implicit feedback data of the user to model, then, the most likely browsed items of the user are selected from the item set to be sequenced, then, the recommendation model facing the grading learns the user characteristic matrix and the item characteristic matrix for predicting the grading through the explicit feedback data of the user, and then, the selected item set is rearranged in the sequence based on the grading and is returned to the target user as the final recommendation list.
Drawings
FIG. 1 is a flow chart of the present invention.
Detailed Description
The invention is further illustrated by the following figures and examples.
A collaborative recommendation model fusing explicit and implicit feedback is shown in the overall framework of fig. 1. The method comprises the following steps:
step 1, training a required ranking-oriented recommendation model (such as BPR) by using implicit feedback data, and selecting an item set I which is most likely to be browsed by a user.
And 2, adding explicit feedback data and implicit feedback data into a rating-oriented model (such as SVD + +) to train the model, reordering the item set I obtained in the step 1 to obtain an item set II which is most likely to be purchased by a user, and taking the item set II as a final recommendation result.
Through the steps, the implicit feedback data and the explicit feedback data of the user are used for personalized recommendation, and the purpose of improving the personalized recommendation effect is achieved.
The step 1 is specifically realized as follows:
the recommendation algorithm used by the ranking-oriented recommendation model in step 1 may adopt a more excellent algorithm bpr (bayesian qualified ranking) applied to implicit feedback data in the current ranking learning algorithm, and the algorithm is implemented as follows:
firstly, carrying out data pair preprocessing on historical scoring data of a user: the BPR algorithm processes the user's score data for an item (the item with which the user has interacted is denoted as "1", and the item without interaction is denoted as "0") into a set of pair < i, j >, where i is the item with a score of 1 and j is the item with a score of 0. Expressed in a triplet < u, i, j >: user "u" likes item "i" more than item "j".
Preconditions of the recommendation model:
① the preference behavior between users is independent.
② the order bias relationship of the same user to different items is independent.
Thus, a target is defined that needs maximization:
Πp(Θ|i>uj)∝Πp(i>uj|Θ)p(Θ) (1)
wherein Θ is the recommended model parameter that is sought, including: a user's feature matrix U and an item's feature matrix V. p (Θ | i >)uj) Representing the posterior probability, p (i >)uj | Θ) represents the likelihood part, p (Θ) represents the prior probability, i >uj indicates that user "u" likes item "i" more than item "j".
Wherein with respect to the likelihood part: p (i >)uj|Θ)=δ(xu,i-xu,j),
Figure GDA0002320060200000051
xu,i=pu·piLet the prior probability obey the following distribution: theta to N (0, lambda)ΘI) Then the density function of the prior probability is:
Figure GDA0002320060200000052
based on the above assumptions, the optimization objective is further expanded to obtain:
Figure GDA0002320060200000053
Figure GDA0002320060200000061
wherein xu,i<pu,qi>The preference degree of the user u for the item i is expressed in the form of an inner product of two vectors, and theta is a parameter of the recommendation model. In order to maximize the function value of the above expression (3), it is solved by a random gradient descent algorithm (SGD). The invention can obtain the item set I which is most likely to be browsed by the user by the method.
The step 2 is realized as follows:
for the recommendation model facing the score in step 2, the SVD + + model may be used to complete the screening of the item set ii most likely to be purchased by the user. The SVD + + model is improved by integrating implicit feedback data on the basis of a Singular Value Decomposition (SVD) model. The core of SVD is a matrix decomposition technology, and the basic idea is to extract some features according to a user's historical behavior data set (such as user's score data) as the basis of a recommendation task. For movie recommendations, these features can be understood as the degree of fun, the degree of horror, the degree of adventure, etc. of the movie.
In the SVD model, each user has an item that is not scored for which the user may actually have a potential interest, but the SVD incorrectly believes that the user is not interested in the item. The SVD + + model incorporates the fact that the user is potentially interested.
Figure GDA0002320060200000062
Where N (u) represents the user u scoring item set, and W is called the potential item feature matrix. The objective function is defined as follows:
Figure GDA0002320060200000063
wherein the content of the first and second substances,
Figure GDA0002320060200000064
vector biRepresenting the deviation of the score of movie i from the mean score, vector buRepresenting the deviation of the score made by user u from the average score, the average score is scored as μ.

Claims (1)

1. A method for providing a collaborative recommendation model integrating explicit-implicit feedback is characterized in that from the perspective of simulating the real shopping process of a user, the method comprises the following specific steps:
step 1, training a required ranking-oriented recommendation model by using implicit feedback data, and selecting an article set I which is most likely to be browsed by a user;
step 2, adding explicit feedback data and implicit feedback data into the scoring-oriented model to train the model, and learning a user characteristic matrix and an article characteristic matrix for predicting scoring; reordering the item set I obtained in the step 1 to obtain an item set II which is most probably purchased by the user, and returning the item set II to the target user as a final recommendation result;
the recommendation algorithm used by the ranking-oriented recommendation model in the step 1 adopts a BPR algorithm applied to implicit feedback data in the current ranking learning algorithm, and is specifically realized as follows:
firstly, carrying out data pair preprocessing on historical scoring data of a user: the BPR algorithm processes the scoring data of the user to the articles into a set < i, j > of pair, wherein i is the article with the score of 1, and j is the article with the score of 0; expressed in a triplet < u, i, j >: user "u" likes item "i" more than item "j"; the item with interaction by the user is marked as '1', and the item without interaction is marked as '0';
the preconditions of the ranking-oriented recommendation model are:
① the preference behavior among users is independent;
② the partial order relations of different articles of the same user are independent;
thus, a target is defined that needs maximization:
∏p(Θ|i>uj)∝∏p(i>uj|Θ)p(Θ) (1)
wherein Θ is the recommended model parameter that is sought, including: a characteristic matrix U of the user and a characteristic matrix V of the article; p (Θ | i >)uj) Representing the posterior probability, p (i >)uj | Θ) represents the likelihood part, p (Θ) represents the prior probability, i >uj indicates that user "u" likes item "i" more than item "j";
wherein with respect to the likelihood part: p (i >)uj|Θ)=δ(xu,i-xu,j),
Figure FDA0002320060190000011
xu,i=pu·piLet the prior probability obey the following distribution: theta to N (0, lambda)ΘI) Then the density function of the prior probability is:
Figure FDA0002320060190000021
based on the above assumptions, the optimization objective is further expanded to obtain:
Πp(i>uj|Θ)p(Θ)∝ln(p(i>uj|Θ)p(Θ))=∑(ln δ(xu,i-xu,j)+ln p(Θ))
=∑(lnδ(xu,i-xu,j)-λΘ||Θ||2)
=∑(lnδ(xu,i-xu,j)-λΘ||pu||2Θ||qi||2Θ||qj||2)
=∑(lnδ(pu·qi-pu·qj)-λe||pu||2Θ||qi||2Θ||qj||2) (3)
wherein xu,i<pu,qi>Representing the preference degree of the user u to the item i in the form of the inner product of two vectors, wherein theta is a recommendation model parameter; in order to maximize the function value of the expression (3), solving by a random gradient descent algorithm to obtain an item set I which is most likely to be browsed by a user;
in the step 2, aiming at the scoring recommendation model, screening the item set II most probably purchased by the user by using an SVD + + model, wherein the fact that the user has potential interest is blended into the SVD + + model;
Figure FDA0002320060190000022
wherein N (u) represents a user u scoring item set, and W is called a potential item feature matrix; the objective function is defined as follows:
Figure FDA0002320060190000023
wherein the content of the first and second substances,
Figure FDA0002320060190000024
vector biRepresenting the deviation of the score of the item i to be recommended from the mean score, vector buRepresenting the deviation of the score made by user u from the average score, the average score is scored as μ.
CN201810038717.3A 2018-01-16 2018-01-16 Method for providing collaborative recommendation model fusing explicit and implicit feedback Active CN108460619B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810038717.3A CN108460619B (en) 2018-01-16 2018-01-16 Method for providing collaborative recommendation model fusing explicit and implicit feedback

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810038717.3A CN108460619B (en) 2018-01-16 2018-01-16 Method for providing collaborative recommendation model fusing explicit and implicit feedback

Publications (2)

Publication Number Publication Date
CN108460619A CN108460619A (en) 2018-08-28
CN108460619B true CN108460619B (en) 2020-04-21

Family

ID=63220184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810038717.3A Active CN108460619B (en) 2018-01-16 2018-01-16 Method for providing collaborative recommendation model fusing explicit and implicit feedback

Country Status (1)

Country Link
CN (1) CN108460619B (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109299370B (en) * 2018-10-09 2022-03-01 中国科学技术大学 Multi-pair level personalized recommendation method
CN109446430B (en) * 2018-11-29 2021-10-01 西安电子科技大学 Product recommendation method and device, computer equipment and readable storage medium
CN109885644B (en) * 2019-04-08 2021-04-06 浙江大学城市学院 Importance evaluation method for searching and sorting of Internet of things item information
CN110020207A (en) * 2019-04-16 2019-07-16 中森云链(成都)科技有限责任公司 A kind of interpretable Top-K recommended method of examination question of fusion aspect implicit feedback
CN110110139B (en) * 2019-04-19 2021-06-22 北京奇艺世纪科技有限公司 Method and device for explaining recommendation result and electronic equipment
CN110059251B (en) * 2019-04-22 2022-10-28 郑州大学 Collaborative filtering recommendation method based on multi-relation implicit feedback confidence
CN111104601B (en) * 2019-12-26 2022-09-13 河南理工大学 Antagonistic multi-feedback-level paired personalized ranking method
CN111160859A (en) * 2019-12-26 2020-05-15 淮阴工学院 Human resource post recommendation method based on SVD + + and collaborative filtering
CN111241415B (en) * 2019-12-28 2023-07-21 四川文理学院 Recommendation method integrating multi-factor social activities
CN113111251A (en) * 2020-01-10 2021-07-13 阿里巴巴集团控股有限公司 Project recommendation method, device and system
CN111310029B (en) * 2020-01-20 2022-11-01 哈尔滨理工大学 Mixed recommendation method based on user commodity portrait and potential factor feature extraction
US11636525B2 (en) * 2020-01-31 2023-04-25 Walmart Apollo, Llc Single-select predictive platform model
US11861676B2 (en) 2020-01-31 2024-01-02 Walmart Apollo, Llc Automatic item grouping and personalized department layout for reorder recommendations
CN113010802B (en) * 2021-03-25 2022-09-20 华南理工大学 Recommendation method facing implicit feedback based on multi-attribute interaction of user and article
CN113538093A (en) * 2021-07-16 2021-10-22 四川大学 High-quality power package recommendation method based on improved collaborative filtering algorithm

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150187024A1 (en) * 2013-12-27 2015-07-02 Telefonica Digital España, S.L.U. System and Method for Socially Aware Recommendations Based on Implicit User Feedback
CN104281956B (en) * 2014-10-27 2018-09-07 南京信息工程大学 The dynamic recommendation method for adapting to user interest variation based on temporal information
CN107423335B (en) * 2017-04-27 2020-06-05 电子科技大学 Negative sample selection method for single-class collaborative filtering problem

Also Published As

Publication number Publication date
CN108460619A (en) 2018-08-28

Similar Documents

Publication Publication Date Title
CN108460619B (en) Method for providing collaborative recommendation model fusing explicit and implicit feedback
CN106682114B (en) Personalized recommendation method integrating user trust relationship and comment information
CN111881363B (en) Recommendation method based on graph interaction network
WO2016140697A1 (en) Increasing interaction between clusters with low connectivity in a network
CN110879864A (en) Context recommendation method based on graph neural network and attention mechanism
CN105787100A (en) User session recommendation method based on deep neural network
CN107423335B (en) Negative sample selection method for single-class collaborative filtering problem
CN103353872A (en) Teaching resource personalization recommendation method based on neural network
CN111428127B (en) Personalized event recommendation method and system integrating theme matching and bidirectional preference
Wang et al. Attention-based CNN for personalized course recommendations for MOOC learners
CN115270001B (en) Privacy protection recommendation method and system based on cloud collaborative learning
CN112819575B (en) Session recommendation method considering repeated purchasing behavior
CN111681084A (en) E-commerce platform recommendation method based on social relationship influence factors
CN112085158A (en) Book recommendation method based on stack noise reduction self-encoder
CN113190751B (en) Recommendation method fusing keyword generation
CN111967946B (en) Commodity recommendation method and system based on user-oriented multi-relation information network
CN111815410B (en) Commodity recommendation method based on selective neighborhood information
CN110795640A (en) Adaptive group recommendation method for compensating group member difference
CN116304332A (en) Knowledge graph mixed recommendation method
CN114357283A (en) Recommendation method based on comment and self-attention mechanism
CN106528584B (en) A kind of group recommending method based on ensemble learning
CN114547480A (en) Deep learning recommendation method and system based on multi-platform fusion
Yang et al. A collaborative filtering recommendation based on user profile and user behavior in online social networks
CN108228833B (en) Method for solving community project recommendation task by utilizing user tendency learning
Guan-Shen et al. Rating prediction with topic gradient descent method for matrix factorization in recommendation

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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180828

Assignee: Wenzhou Kaichen Technology Co.,Ltd.

Assignor: HANGZHOU DIANZI University

Contract record no.: X2021330000778

Denomination of invention: A method of providing collaborative recommendation model integrating explicit and implicit feedback

Granted publication date: 20200421

License type: Common License

Record date: 20211130

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221206

Address after: 325036 Room 301, Floor 3, Building 10, Incubator of Wenzhou National University Science Park, No. 38, Dongfang South Road, Ouhai Economic Development Zone, Wenzhou City, Zhejiang Province

Patentee after: Wenzhou Kaichen Technology Co.,Ltd.

Address before: 310018 No. 2 street, Xiasha Higher Education Zone, Hangzhou, Zhejiang

Patentee before: HANGZHOU DIANZI University