CN103824213A - Individualized recommendation method based on user preferences and commodity properties - Google Patents

Individualized recommendation method based on user preferences and commodity properties Download PDF

Info

Publication number
CN103824213A
CN103824213A CN201410092580.1A CN201410092580A CN103824213A CN 103824213 A CN103824213 A CN 103824213A CN 201410092580 A CN201410092580 A CN 201410092580A CN 103824213 A CN103824213 A CN 103824213A
Authority
CN
China
Prior art keywords
user
project
preference
recommendation
item
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410092580.1A
Other languages
Chinese (zh)
Inventor
宿红毅
王彩群
闫波
郑宏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Institute of Technology BIT
Original Assignee
Beijing Institute of Technology BIT
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 Beijing Institute of Technology BIT filed Critical Beijing Institute of Technology BIT
Priority to CN201410092580.1A priority Critical patent/CN103824213A/en
Publication of CN103824213A publication Critical patent/CN103824213A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention relates to an individualized recommendation method based on user preferences and commodity properties, belonging to the field of machine learning. The individualized recommendation method comprises the following steps of adding attribute information of a project and doing recommendation by commodity property information when preference information does not exist. Meanwhile, the recall ratio of a recommendation system is improved by the recommendation method. With the adoption of the individualized recommendation method based on the user preferences and the commodity properties, the problem of cold starting based on a new project is solved.

Description

A kind of personalized recommendation method based on user preference and item property
Technical field
The present invention relates to a kind of personalized recommendation method based on user preference and item property, belong to machine learning field.
Background technology
Along with further developing of intelligent computation and e-commerce technology, Collaborative Filtering Recommendation System research has become the hot subject in e-commerce field.Collaborative filtering is an important technology in ecommerce, about the research of collaborative filtering recommending technology, be mainly at present under the Internet model,, cluster analysis integrated from user gradation, project scoring, information filtering, language ambience information, Association Rule Analysis equal angles are inquired into.Basic thought can be summarized as in the situation that guaranteeing that score data is abundant, finds the nearest-neighbors user who has same or similar user behavior with targeted customer, selects the highest commodity of user behavior similarity to feed back to targeted customer as recommendation list collection.
A major issue of recommended engine is cold start-up.The reason that cold start-up produces is cannot make reliable recommendation owing to lacking initial ordering of optimization preference.We have three kinds at current known cold start-up problem: new communities, new projects and new user.The cold start-up of new user type is the already present middle sixty-four dollar question of commending system.New communities' problem refers to that the very difficult data (preference) of simultaneously obtaining mass efficient are made recommendation in the time of startup commending system.New projects' problem refers in the time having new project to join in commending system, because this project does not have ordering of optimization preference, therefore this project can not recommended to user.Conversely, not recommended article will be ignored by user, and therefore these article will can not given preference value by user always, like this, will be absorbed in a circulation, cause these uncared-for article always outside preference/recommendation process.New projects' problem can represent that the problem (as film) of new projects wants large many to the impact of some problems (ecommerce, microblogging, picture, video etc.) by other approach than those.One of method that solves new projects is in commending system, to exist some to make specially the user of sequence for new projects.New customer problem is a very large problem in commending system.Because new user in ordering of optimization preference without any information, therefore, in the collaborative filtering method based on memory, make any recommendation cannot to new user.When new user submits to after their ordering of optimization preference, they expect that commending system can make recommendation to them, but the data (ordering of optimization preference) that they submit to may be very little to such an extent as to cannot be made effectively reliably and recommending, therefore, new user may think that commending system does not reach their expectation, thereby abandons using commending system.Conventionally the approach that solves new customer problem is to add additional information to ordering of optimization preference, thus according to each user can with information make recommendation.
The present invention, in order to solve the cold start-up problem based on new projects, has proposed a kind of personalized recommendation method based on user preference and item attribute.
Summary of the invention
A kind of personalized recommendation method based on user preference and item attribute involved in the present invention, technical scheme is specially:
Step 1, definite similar matrix based on item attribute;
Defined item object proper vector: item i=(p 1, p 2..., p m); The attribute number that wherein m is project, p i(1≤i≤m) represented value of i proper vector of this project.Then each project can be converted to a vectorial item i=(w 1, w 2..., w m) represent, wherein vectorial dimension is m, i.e. the attributive character number of project.Then by the distance A between reckoner aspect object vector ijrepresent item iand item jbetween similarity, thereby form similar matrix
Figure BDA0000476414830000021
Under the computing method of distance between vector between project i and project j comprise: distance that Pearson came is relevant, Euclidean distance, cosine distance, Spearman distance and based on paddy relevant distance.
Step 2, definite co-occurrence matrix based on user preference;
The list of preferences of definition user to project: prefs=(user_id, item_id, pref), the wherein scoring of pref representative of consumer to project, the scoring composition scoring list prefs of all users to project.Appear at the number of times B in same user's list of preferences by calculating every a pair of project simultaneously ij(represent item iand item jappear at the number of times in identical user's list of preferences simultaneously) form co-occurrence matrix
Figure BDA0000476414830000031
Step 3, determine final similar matrix;
Final similar matrix is defined as
Figure BDA0000476414830000033
wherein
Figure BDA0000476414830000036
with β be self-defining weight.
Step 4, compute user preferences vector:
User's preference is regarded as to a vector, and in the data model of n project, user's preference is a n dimensional vector; User's preference value is corresponding to the element in vector, and the preference not providing is by 0 expression; There is a user preference vector P with respect to each user (u, j), 1<j<n, represents the preference of user u to project j, the preference vector of the final user u generating is
Figure BDA0000476414830000034
The recommendation that step 5, calculated candidate are recommended article;
The user preference vector that the similar matrix obtaining according to step 3 and step 4 obtain, calculated candidate is recommended the recommendation of article;
For user u, the recommendation scores of project i is:
P ( u , j ) = &Sigma; j < n sim ( j , i ) P ( u , j )
Wherein, sim (j, i)the similarity of expression project j and project i; P (u, j)represent the preference value of user u to project j;
For the recommendation of user u all items be
Figure BDA0000476414830000041
Step 6, to user u, calculate the recommendation scores of all items, and the project that is zero using preference value recommends article as candidate, and recommends the recommendation of article to sort according to order from big to small to candidate;
Step 7, on the basis of above-mentioned steps sequence, choose top n article and recommend user u, N thinks a certain positive integer of setting;
Through the operation of above-mentioned steps, complete the article of user u are recommended.
Beneficial effect
The present invention, by using the personalized recommendation method based on user preference and item property, solves the cold start-up problem based on new projects.By adding the attribute information of attribute, in the time not there is not preference information, make recommendation by information attribute value.Improve the recall ratio of commending system by this recommend method simultaneously.
Accompanying drawing explanation
Fig. 1 is the idiographic flow schematic diagram of personalized recommendation method involved in the present invention
Embodiment
Below by embodiment, the specific embodiment of the present invention is described in further details.
In certain website, there are 1000 of users, 5000 of films, every film has title, sells the time, 3 kinds of attributes of classification, now use the personalized distributed recommendation method based on improved similar matrix to recommend article to the 1st user in this website, as shown in Figure 1, operation steps is as follows for its idiographic flow:
According to step 1: determine project-based similar matrix;
The proper vector of definition film: item i=(p 1, p 2,, p 3), p i(1≤i≤3) have represented the value of i feature of this project.First every film is represented to item with 3 dimensional vectors i=(w 1, w 2,, w 3), wherein w i(1≤i≤3) represent the value of i feature of article.Then by the distance A between reckoner aspect object vector ijrepresent item iand item jbetween similarity, thereby form similar matrix
Figure BDA0000476414830000051
Under obtain similarity by distance between project u and project v computing method employing Euclidean distance calculate.
According to step 2: determine the co-occurrence matrix based on user preference;
The list of preferences of definition user to project: prefs=(user_id, item_id, pref), the wherein scoring of pref representative of consumer to project, the scoring composition scoring list prefs of all users to project.Appear at the number of times B in same user's list of preferences by calculating every a pair of project simultaneously ij(represent item iand item jappear at the number of times in identical user's list of preferences simultaneously) form co-occurrence matrix
According to step 3: determine final similar matrix;
Final similar matrix is defined as
Figure BDA0000476414830000053
Figure BDA0000476414830000054
wherein α and β are respectively 0.5.
According to step 4: compute user preferences vector;
Based on the distributed algorithm of matrix, user need to be regarded as to a vector to the preference of each project, in the data model of n project, user's preference is a n-dimensional vector.User's preference value is corresponding to the element in vector, and the preference not providing is by 0 expression.There is a user preference vector P with respect to each user like this (u, j), 1<j<n, represents the preference of user u to project j.The final user's 1 who generates preference vector is
Figure BDA0000476414830000061
Described preference value is the score information of user to article in website, and score value is from 1 to 5.
According to step 5: calculated candidate is recommended the recommendation of article;
Recommend the recommendation of article according to following formula calculated candidate according to the similar matrix arriving of above-mentioned steps and user preference vector;
For user u, the recommendation scores of project i is:
P ( u , j ) = &Sigma; j < n sim ( j , i ) P ( u , j )
Wherein, sim (j, i)the similarity of expression project j and project i; P (u, j)represent the preference value of user u to project j;
For the recommendation of user's 1 all items be
Figure BDA0000476414830000063
According to step 6: to user 1, calculate the recommendation scores of all items, and the project that is zero using preference value recommends article as candidate, and recommend the recommendation of article to sort according to order from big to small to candidate;
According to step 7: on the basis of above-mentioned steps sequence, choose front 50 article and recommend user 1.
Through the operation of above-mentioned steps, complete user 1 article are recommended.

Claims (1)

1. the personalized recommendation method based on user preference and item property, is characterized in that:
Step 1, definite similar matrix based on item attribute; By the distance A between the vector of computational item ijrepresent the similarity between vector, build similar matrix:
Figure FDA0000476414820000011
Step 2, definite co-occurrence matrix based on user preference; The list of preferences of definition user to project: prefs=(user_id, item_id, pref), the wherein scoring of pref representative of consumer to project, the scoring composition scoring list prefs of all users to project; Appear at the number of times B in same user's list of preferences by calculating every a pair of project simultaneously ij(represent item iand item jappear at the number of times in identical user's list of preferences simultaneously) form co-occurrence matrix
Figure FDA0000476414820000012
Step 3, determine that final similar matrix is:
Figure FDA0000476414820000013
wherein
Figure FDA0000476414820000014
with β be self-defining weight;
Step 4, compute user preferences vector: have a user preference vector P with respect to each user (u, j), 1 < j < n, represents the preference of user u to project j,
The preference vector of the final user u generating is
Figure FDA0000476414820000015
Step 5: calculated candidate is recommended the recommendation of article; The user preference vector that the similar matrix obtaining according to step 3 and step 4 obtain, calculated candidate is recommended the recommendation of article;
For user u, the recommendation scores of project i is:
P ( u , j ) = &Sigma; j < n sim ( j , i ) P ( u , j )
Wherein, sim (j, i)the similarity of expression project j and project i; P (u, j)represent the preference value of user u to project j; Recommendation for user u all items is:
Step 6, to user u, calculate the recommendation scores of all items, and the project that is zero using preference value recommends article as candidate, and recommends the recommendation of article to sort according to order from big to small to candidate;
Step 7, on the basis of above-mentioned steps sequence, choose top n article and recommend user u, N thinks a certain positive integer of setting.
CN201410092580.1A 2014-03-13 2014-03-13 Individualized recommendation method based on user preferences and commodity properties Pending CN103824213A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410092580.1A CN103824213A (en) 2014-03-13 2014-03-13 Individualized recommendation method based on user preferences and commodity properties

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410092580.1A CN103824213A (en) 2014-03-13 2014-03-13 Individualized recommendation method based on user preferences and commodity properties

Publications (1)

Publication Number Publication Date
CN103824213A true CN103824213A (en) 2014-05-28

Family

ID=50759261

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410092580.1A Pending CN103824213A (en) 2014-03-13 2014-03-13 Individualized recommendation method based on user preferences and commodity properties

Country Status (1)

Country Link
CN (1) CN103824213A (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104615741A (en) * 2015-02-12 2015-05-13 福建金科信息技术股份有限公司 Cloud computing based cold start item recommending method and device
WO2015188699A1 (en) * 2014-06-10 2015-12-17 华为技术有限公司 Item recommendation method and device
CN105260922A (en) * 2015-10-15 2016-01-20 广东欧珀移动通信有限公司 Commodity information matching method and commodity information matching device
CN105740401A (en) * 2016-01-28 2016-07-06 北京理工大学 Individual behavior and group interest-based interest place recommendation method and device
CN105809474A (en) * 2016-02-29 2016-07-27 深圳市未来媒体技术研究院 Hierarchical commodity information filtering and recommending method
CN106469382A (en) * 2015-08-14 2017-03-01 阿里巴巴集团控股有限公司 Idle merchandise items information processing method and device
CN106846029A (en) * 2016-07-08 2017-06-13 华南师范大学 Collaborative Filtering Recommendation Algorithm based on genetic algorithm and new similarity calculative strategy
CN107066476A (en) * 2016-12-13 2017-08-18 江苏途致信息科技有限公司 A kind of real-time recommendation method based on article similarity
CN107103036A (en) * 2017-03-22 2017-08-29 广州优视网络科技有限公司 Using acquisition methods, equipment and the programmable device for downloading probability
CN107123016A (en) * 2017-03-22 2017-09-01 重庆允升科技有限公司 A kind of industrial material Method of Commodity Recommendation
CN107180063A (en) * 2016-03-09 2017-09-19 山东商务职业学院 The ItemCF that a kind of hadoop is realized recommends method
CN108038730A (en) * 2017-12-22 2018-05-15 联想(北京)有限公司 Product similarity determination methods, device and server cluster
CN108509467A (en) * 2017-05-04 2018-09-07 宁波数联软件有限公司 A kind of sea-freight quotation commending system and method based on User action log
CN108664564A (en) * 2018-04-13 2018-10-16 东华大学 A kind of improvement collaborative filtering recommending method based on item contents feature
CN108804605A (en) * 2018-05-29 2018-11-13 重庆大学 A kind of recommendation method based on hierarchical structure
CN109902235A (en) * 2019-03-06 2019-06-18 太原理工大学 User preference based on bat optimization clusters Collaborative Filtering Recommendation Algorithm
CN110134783A (en) * 2018-02-09 2019-08-16 阿里巴巴集团控股有限公司 Method, apparatus, equipment and the medium of personalized recommendation
CN110532473A (en) * 2019-08-30 2019-12-03 车智互联(北京)科技有限公司 A kind of content recommendation method and calculate equipment
CN110555743A (en) * 2018-05-31 2019-12-10 阿里巴巴集团控股有限公司 commodity object recommendation method and device and electronic equipment
CN110956530A (en) * 2019-11-26 2020-04-03 上海风秩科技有限公司 Recommendation method and device, electronic equipment and computer-readable storage medium
JP2022507126A (en) * 2018-07-18 2022-01-18 ストレベルセ オサケ ユキチュア Operation of the object of goods performed by the electronic processing platform

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015188699A1 (en) * 2014-06-10 2015-12-17 华为技术有限公司 Item recommendation method and device
CN104615741A (en) * 2015-02-12 2015-05-13 福建金科信息技术股份有限公司 Cloud computing based cold start item recommending method and device
CN106469382A (en) * 2015-08-14 2017-03-01 阿里巴巴集团控股有限公司 Idle merchandise items information processing method and device
CN105260922A (en) * 2015-10-15 2016-01-20 广东欧珀移动通信有限公司 Commodity information matching method and commodity information matching device
CN105740401B (en) * 2016-01-28 2018-12-25 北京理工大学 A kind of interested site recommended method and device based on individual behavior and group interest
CN105740401A (en) * 2016-01-28 2016-07-06 北京理工大学 Individual behavior and group interest-based interest place recommendation method and device
CN105809474A (en) * 2016-02-29 2016-07-27 深圳市未来媒体技术研究院 Hierarchical commodity information filtering and recommending method
CN105809474B (en) * 2016-02-29 2020-11-17 深圳市未来媒体技术研究院 Hierarchical commodity information filtering recommendation method
CN107180063A (en) * 2016-03-09 2017-09-19 山东商务职业学院 The ItemCF that a kind of hadoop is realized recommends method
CN106846029A (en) * 2016-07-08 2017-06-13 华南师范大学 Collaborative Filtering Recommendation Algorithm based on genetic algorithm and new similarity calculative strategy
CN106846029B (en) * 2016-07-08 2020-12-29 华南师范大学 Collaborative filtering recommendation algorithm based on genetic algorithm and novel similarity calculation strategy
CN107066476A (en) * 2016-12-13 2017-08-18 江苏途致信息科技有限公司 A kind of real-time recommendation method based on article similarity
CN107103036B (en) * 2017-03-22 2020-05-08 广州优视网络科技有限公司 Method and equipment for acquiring application downloading probability and programmable equipment
CN107123016A (en) * 2017-03-22 2017-09-01 重庆允升科技有限公司 A kind of industrial material Method of Commodity Recommendation
CN107103036A (en) * 2017-03-22 2017-08-29 广州优视网络科技有限公司 Using acquisition methods, equipment and the programmable device for downloading probability
CN108509467A (en) * 2017-05-04 2018-09-07 宁波数联软件有限公司 A kind of sea-freight quotation commending system and method based on User action log
CN108038730A (en) * 2017-12-22 2018-05-15 联想(北京)有限公司 Product similarity determination methods, device and server cluster
CN110134783A (en) * 2018-02-09 2019-08-16 阿里巴巴集团控股有限公司 Method, apparatus, equipment and the medium of personalized recommendation
CN108664564B (en) * 2018-04-13 2021-12-21 东华大学 Improved collaborative filtering recommendation method based on article content characteristics
CN108664564A (en) * 2018-04-13 2018-10-16 东华大学 A kind of improvement collaborative filtering recommending method based on item contents feature
CN108804605A (en) * 2018-05-29 2018-11-13 重庆大学 A kind of recommendation method based on hierarchical structure
CN108804605B (en) * 2018-05-29 2021-10-22 重庆大学 Recommendation method based on hierarchical structure
CN110555743A (en) * 2018-05-31 2019-12-10 阿里巴巴集团控股有限公司 commodity object recommendation method and device and electronic equipment
JP2022507126A (en) * 2018-07-18 2022-01-18 ストレベルセ オサケ ユキチュア Operation of the object of goods performed by the electronic processing platform
JP7245904B2 (en) 2018-07-18 2023-03-24 ストレベルセ オサケ ユキチュア Calculation of goods objects on the electronic processing platform
CN109902235A (en) * 2019-03-06 2019-06-18 太原理工大学 User preference based on bat optimization clusters Collaborative Filtering Recommendation Algorithm
CN110532473A (en) * 2019-08-30 2019-12-03 车智互联(北京)科技有限公司 A kind of content recommendation method and calculate equipment
CN110956530A (en) * 2019-11-26 2020-04-03 上海风秩科技有限公司 Recommendation method and device, electronic equipment and computer-readable storage medium

Similar Documents

Publication Publication Date Title
CN103824213A (en) Individualized recommendation method based on user preferences and commodity properties
CN108959603B (en) Personalized recommendation system and method based on deep neural network
Shah et al. Recommender systems: An overview of different approaches to recommendations
Wang et al. Opportunity model for e-commerce recommendation: right product; right time
CN110458627B (en) Commodity sequence personalized recommendation method for dynamic preference of user
CN106600302A (en) Hadoop-based commodity recommendation system
CN102968506A (en) Personalized collaborative filtering recommendation method based on extension characteristic vectors
CN103559622A (en) Characteristic-based collaborative filtering recommendation method
CN103744966A (en) Item recommendation method and device
CN105426528A (en) Retrieving and ordering method and system for commodity data
CN104866530A (en) Recommendation system and method based on slider scores
Kommineni et al. Machine learning based efficient recommendation system for book selection using user based collaborative filtering algorithm
Tang et al. Cross-space affinity learning with its application to movie recommendation
Kavinkumar et al. A hybrid approach for recommendation system with added feedback component
Dai et al. BTR: a feature-based Bayesian task recommendation scheme for crowdsourcing system
Akhil et al. A survey of recommender system types and its classification.
Li et al. A Personalization Recommendation Algorithm for E-Commerce.
Chang et al. Novel Personalized Multimedia Recommendation Systems Using Tensor Singular-Value-Decomposition
Fareed et al. A collaborative filtering recommendation framework utilizing social networks
Chen et al. Exploiting visual contents in posters and still frames for movie recommendation
CN106919647A (en) A kind of network structure similitude based on cluster recommends method
Peng et al. Improved collaborative filtering algorithm in the research and application of personalized movie recommendations
Chen et al. Trust-based collaborative filtering algorithm in social network
Ji et al. Two-phase layered learning recommendation via category structure
Ye et al. A collaborative neural model for rating prediction by leveraging user reviews and product images

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20140528

RJ01 Rejection of invention patent application after publication