CN113409122A - Cold start method of commodity recommendation system - Google Patents

Cold start method of commodity recommendation system Download PDF

Info

Publication number
CN113409122A
CN113409122A CN202110734312.5A CN202110734312A CN113409122A CN 113409122 A CN113409122 A CN 113409122A CN 202110734312 A CN202110734312 A CN 202110734312A CN 113409122 A CN113409122 A CN 113409122A
Authority
CN
China
Prior art keywords
commodity
new
commodities
steps
goods
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
CN202110734312.5A
Other languages
Chinese (zh)
Other versions
CN113409122B (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.)
Huitongda Network Co ltd
Original Assignee
Huitongda Network Co ltd
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 Huitongda Network Co ltd filed Critical Huitongda Network Co ltd
Priority to CN202110734312.5A priority Critical patent/CN113409122B/en
Publication of CN113409122A publication Critical patent/CN113409122A/en
Application granted granted Critical
Publication of CN113409122B publication Critical patent/CN113409122B/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/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a cold start method of a commodity recommendation system, which does not need historical transaction data of consumers. The core idea is to recommend seed consumers for new goods based on market association, match the characteristics of the new goods with the characteristics of existing goods, and determine whether these characteristics are available in the existing goods characteristics set, in this way, the goods will be recommended faster to the consumers, thereby minimizing cold start problems.

Description

Cold start method of commodity recommendation system
Technical Field
The invention relates to a cold start method of a commodity recommendation system.
Background
In the e-commerce field, the quantity of network commodities is large, people often do not know how to select the commodities facing mass quantities, merchants also suffer from the fact that no method can be used for recommending the most novel commodities meeting the requirements of consumers to the consumers, and a commodity recommendation system is generated under the background. The large e-commerce platforms develop a recommendation system according to historical behavior records of consumers, such as searching, collecting and purchasing, browsing detailed pages, sharing friends and the like, and recommend similar products bought before or products with potential interest to the consumers, so that the requirements of the consumers are met, and the purchase desire is improved. The recommendation system is a main function of assisting consumers to find products meeting requirements from a large amount of information and helping sellers to improve the attention of commodities.
Since the operation behavior of a newly added product in the e-commerce platform is not yet generated, related data which can be analyzed is few, the characteristic value of the product cannot be accurately extracted, the preference degree of a consumer to the product is predicted, which is a typical cold start problem, and the recommendation of a new product is an important but challenging technology. To address this problem, existing merchandise recommendation systems often use collaborative filtering, content-based filtering, and combinations of these techniques. But both of these methods rely on product similarity and previous transaction data by the consumer. The consumer's shopping tastes and needs change over time, and the system is not aware of the consumer's own or purchasing products for others. It cannot fully rely on the consumer's prior transaction data. The content information suggests only similar goods, not exact goods.
Disclosure of Invention
The invention provides a cold start method of a commodity recommendation system, which does not need historical transaction data of consumers. The core idea is to recommend seed consumers for new goods based on market association, match the characteristics of the new goods with the characteristics of existing goods, and determine whether these characteristics are available in the existing goods characteristics set, in this way, the goods will be recommended faster to the consumers, thereby minimizing cold start problems.
The invention comprises the following steps:
step 1, updating a commodity feature set;
and 2, judging the relationship between the new commodity features and the existing commodity feature set.
The step 1 comprises the following steps: preparing a feature set V for an existing commoditydi(ii) a For a new commodity entering the market, setting a feature vector V of the new commoditydThere are two cases as follows:
in the first case, if VdiLength equal to VdLength, then VdiKeeping the same;
second case, if VdiLength less than VdLength, then order Vdi=Vd
In the first case, VdLength equal to VdiIndicates the new commodity feature vector VdAll the characteristics in (1) are the characteristic set V of the existing commoditydiThe characteristics already in (1); update VdiThe method comprises the following steps: at VdiIn, and VdThe consistent characteristic value is 1, otherwise the value is 0;
in the second case, VdLength greater than VdiIndicates VdContaining new features, now for feature set VdiUpdating at feature set VdiIncrease of VdNew features are included and the value of the new features is 0.
The step 2 comprises the following steps:
step 2-1, acquiring a commodity set A, wherein the commodity set A comprises commodities of the same type as the new commodities and commodities of related types; circularly traversing each type of goods Td in the goods set A;
step 2-2, each commodity in the commodity class Td is circularly traversed, and V is subjected todiAnd VdPerforming bitwise AND operation and then performing AND operation on the matrix Rf,diPerforming a bit-wise OR operation to obtain new data, and adding Rf,diInitialized to all 0 matrix and new data is stored in matrix Rf,diPerforming the following steps;
step 2-3, to the matrix Rf,diThe characteristic vectors of the corresponding commodities are subjected to OR operation, and the calculated numerical value is stored in the vector RvPerforming the following steps; if R isvTerminating the loop for a unit vector;
in the commodity set A, traversing the commodities of the same type, and executing according to the steps 2-2 to 2-3; if R isvAnd (3) expanding the search range instead of the unit vector, continuously searching in the related commodities, and traversing the commodity types with high similarity to the new commodities by giving higher priority to the commodity types with high similarity to the new commodities according to the steps from step 2-2 to step 2-3 until the unit vector is obtained.
The invention provides a commodity similarity model based on characteristics. The model learns the similarity between the existing merchandise feature set and the new merchandise feature set. The new merchandise is associated with its category or related categories (i.e., has some common characteristics). For example, a certain mobile phone belongs to a mobile device, but it has some of the same functions as other devices (e.g., tablet, notebook, camera, etc.). These devices are referred to as correlation devices. The recommender system identifies new product features from the existing feature set that were not previously added.
Has the advantages that: the invention provides a cold start method of a commodity recommendation system, which does not need historical transaction data of consumers. The core idea is to recommend seed consumers for new goods based on market association, match the characteristics of the new goods with the characteristics of existing goods, and determine whether these characteristics are available in the existing goods characteristics set, in this way, the goods will be recommended faster to the consumers, thereby minimizing cold start problems.
Drawings
The foregoing and other advantages of the invention will become more apparent from the following detailed description of the invention when taken in conjunction with the accompanying drawings.
FIG. 1 is a diagram of a merchandise feature set update strategy.
Detailed Description
The invention is further explained below with reference to the drawings and the embodiments.
The invention provides a cold start method of a commodity recommendation system, which specifically comprises the following steps: first, data preparation is performed on the commodity recommendation system. Preparing a set of characteristics of an existing commodity, defined as Vdi. For a certain commodity, the value of the feature existing in the feature set is 1, and the value of the feature not existing in the feature set is 0. If there is a new good and a new feature appears, then for the new feature, at VdiThe end of the new feature value is 0 for the existing commodity.
Setting a new commodity into the market, the new commodity having new features, the features being the feature set VdiFeatures that are not present, or that are present in other devices (devices of the same or related type). For new articles, there are only two cases, as described below.
In the first case, if VdiLength equal to VdLength, then VdiKeeping the same;
second case, if VdiLength less than VdLength, then order:
Vdi=Vd (1)
in the first case, VdAnd VdiPhase of lengthAgain, this indicates the feature vector V of the new gooddAre in the existing feature set VdiThe features present in (a). At the same time for VdAt VdiThe value of the characteristic existing in the (1) is 1, otherwise, the value is 0. In the second case, VdLength greater than VdiThis indicates VdIncluding some new features. If new features are present, the existing feature set is updated, at VdiThe new features mentioned above are added at the end, the whole representation is seen in fig. 1.
The types of items are discussed above, with one item being the same type of item and the other item being a related type of item. The following method is proposed for this problem of cold start.
In the first step, the characteristics of new commodities are searched for in the same type of commodities. For example, set VdRelating to a feature vector of a mobile phone, firstly comparing V of the mobile phonedWith the existing handset feature set VdiThe relationship (2) of (c). To VdiAnd VdPerforming bitwise AND operation and then performing AND operation on the matrix Rf,diPerforming a bit-wise OR operation to store the data in the matrix Rf,diIn, Rf,diIt needs to be initialized to the all 0 matrix. For matrix Rf,diThe corresponding commodity vectors in (a) are subjected to OR operation (d)1 or d2 or d3 or d4Etc.). If the unit vector R is obtainedv(the unit vector is a special vector, e.g. [ 1000 … 0 ]]. As defined in matrix theory), the pair R is terminatedf,diPerforming OR operation between the feature vectors of the corresponding commodities;
since this is now at VdiHas been found at VdAll the features (R) present inf,diIs a matrix for bit storage).
If the unit vector is not obtained, the search range needs to be expanded, and the search is continued in the feature set of the related commodity. Second step, for and VdThe commodity type with high similarity is given higher priority. For example, set VdFor a mobile phone, it is necessary to find the similarity of the related devices (tablet, iPod, notebook, camera, etc.). Repeat likeThe first step process, until the unit vector is obtained. In the worst case, the unit vector may not be found. However, for new goods entering the market, recommendation systems have minimized the cold start problem.
The algorithm flow is as follows:
step 1, circularly traversing each type of goods Td in a goods set A;
step 2, circularly traversing each commodity in the commodity class Td, VdiAnd VdPerforming bitwise AND operation and then AND Rf,diPerforming bit-wise OR operation, and updating R with the calculated valuef,diA matrix;
step 3, to the matrix Rf,diIs OR-ed between the corresponding vectors in (d)1 or d2 or d3 or d4Etc.), the calculated values are stored in a vector RvPerforming the following steps; if R isvIs a unit vector, the loop is skipped.
Variable definition:
a: a collection of all items (same type of items and related types of items (e.g., cell phone, tablet, camera, laptop, iPod, etc.);
Td: a type of the commodity;
di: specific goods, di∈Td
Vdi: a set of feature vectors for existing goods;
Vd: a feature vector of a new commodity;
Rf,di: storing a data matrix, and initializing the data matrix into a zero matrix;
Rv: and judging the vector.
Finding the unit vector means that all the features of the new commodity are found in the existing commodity feature set. For example, the new product is an applet 12pro mobile phone, and the features (such as endurance, screen resolution, and brand) of the new product are the same as those of the applet 11 and mate 40 in the existing feature set, so that the applet 12pro mobile phone can be recommended to the user who likes the applet 11 and mate 40, and cold-start product recommendation can be completed.
The present invention provides a cold start method of a merchandise recommendation system, and a method and a way for implementing the same are numerous, and the above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, a plurality of modifications and embellishments can be made without departing from the principle of the present invention, and these modifications and embellishments should also be regarded as the protection scope of the present invention. All the components not specified in the present embodiment can be realized by the prior art.

Claims (3)

1. A cold start method of a commodity recommendation system is characterized by comprising the following steps:
step 1, updating a commodity feature set;
and 2, judging the relationship between the new commodity features and the existing commodity feature set.
2. The method of claim 1, wherein step 1 comprises: preparing a feature set V for an existing commoditydi(ii) a For a new commodity entering the market, setting a feature vector V of the new commoditydThere are two cases as follows:
in the first case, if VdiLength equal to VdLength, then VdiKeeping the same;
second case, if VdiLength less than VdLength, then order Vdi=Vd
In the first case, VdLength equal to VdiIndicates the new commodity feature vector VdAll the characteristics in (1) are the characteristic set V of the existing commoditydiThe characteristics already in (1); update VdiThe method comprises the following steps: at VdiIn, and VdThe consistent characteristic value is 1, otherwise the value is 0;
in the second case, VdLength greater than VdiIndicates VdContaining new features, now for feature set VdiUpdating at feature set VdiIncrease of VdNew features are included and the value of the new features is 0.
3. The method of claim 2, wherein step 2 comprises:
step 2-1, acquiring a commodity set A, wherein the commodity set A comprises commodities of the same type as the new commodities and commodities of related types; circularly traversing each type of goods Td in the goods set A;
step 2-2, each commodity in the commodity class Td is circularly traversed, and V is subjected todiAnd VdPerforming bitwise AND operation and then performing AND operation on the matrix Rf,diPerforming a bit-wise OR operation to obtain new data, and adding Rf,diInitialized to all 0 matrix and new data is stored in matrix Rf,diPerforming the following steps;
step 2-3, to the matrix Rf,diThe characteristic vectors of the corresponding commodities are subjected to OR operation, and the calculated numerical value is stored in the vector RvPerforming the following steps; if R isvTerminating the loop for a unit vector;
in the commodity set A, traversing the commodities of the same type, and executing according to the steps 2-2 to 2-3; if R isvAnd (3) expanding the search range instead of the unit vector, continuously searching in the related commodities, and traversing the commodity types with high similarity to the new commodities by giving higher priority to the commodity types with high similarity to the new commodities according to the steps from step 2-2 to step 2-3 until the unit vector is obtained.
CN202110734312.5A 2021-06-30 2021-06-30 Cold start method of commodity recommendation system Active CN113409122B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110734312.5A CN113409122B (en) 2021-06-30 2021-06-30 Cold start method of commodity recommendation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110734312.5A CN113409122B (en) 2021-06-30 2021-06-30 Cold start method of commodity recommendation system

Publications (2)

Publication Number Publication Date
CN113409122A true CN113409122A (en) 2021-09-17
CN113409122B CN113409122B (en) 2024-02-13

Family

ID=77680450

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110734312.5A Active CN113409122B (en) 2021-06-30 2021-06-30 Cold start method of commodity recommendation system

Country Status (1)

Country Link
CN (1) CN113409122B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107256508A (en) * 2017-05-27 2017-10-17 上海交通大学 Commercial product recommending system and its method based on Novel Temporal Scenario
CN111159571A (en) * 2019-12-18 2020-05-15 华中科技大学鄂州工业技术研究院 Recommendation method and device based on tensor decomposition
CN112667899A (en) * 2020-12-30 2021-04-16 杭州智聪网络科技有限公司 Cold start recommendation method and device based on user interest migration and storage equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107256508A (en) * 2017-05-27 2017-10-17 上海交通大学 Commercial product recommending system and its method based on Novel Temporal Scenario
CN111159571A (en) * 2019-12-18 2020-05-15 华中科技大学鄂州工业技术研究院 Recommendation method and device based on tensor decomposition
CN112667899A (en) * 2020-12-30 2021-04-16 杭州智聪网络科技有限公司 Cold start recommendation method and device based on user interest migration and storage equipment

Also Published As

Publication number Publication date
CN113409122B (en) 2024-02-13

Similar Documents

Publication Publication Date Title
US10789637B1 (en) User interface for efficient navigation of item recommendations
US10846775B1 (en) Identifying item recommendations through recognized navigational patterns
CN108629665B (en) Personalized commodity recommendation method and system
US7827186B2 (en) Duplicate item detection system and method
US9311046B1 (en) System for detecting associations between items
US20100082410A1 (en) Method and apparatus for a data processing system
US20050144086A1 (en) Product recommendation in a network-based commerce system
WO2018014109A1 (en) System and method for analyzing and searching for features associated with objects
KR20060095553A (en) Method and apparatus for search scoring
WO2018107102A1 (en) Network interaction system
CN109300003A (en) Enterprise's recommended method, device, computer equipment and storage medium
CN110046301B (en) Object recommendation method and device
CN108109058B (en) Single-classification collaborative filtering method integrating personality traits and article labels
US20170206582A1 (en) Generating a user interface for recommending products
US20170206581A1 (en) Product vector for product recommendation
CN111310046A (en) Object recommendation method and device
CN104346428A (en) Information processing apparatus, information processing method, and program
WO2017148272A1 (en) Method and apparatus for identifying target user
CN110889748B (en) Store platform product recommendation method, store platform product recommendation device, computer equipment and storage medium
CN113409122A (en) Cold start method of commodity recommendation system
TWI468956B (en) Method and system for personalizedly sorting searched information
CN113744021A (en) Recommendation method, recommendation device, computer storage medium and recommendation system
Kang et al. Advertisement Recommendation System Based on User Preference in Online Broadcasting
US10832304B2 (en) Resorting product suggestions for a user interface
CN116228354A (en) Purchasing demand mining method, device, equipment and medium based on user behaviors

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