CN109472660B - Method and device for generating optimal collocation of articles and computer-readable storage medium - Google Patents

Method and device for generating optimal collocation of articles and computer-readable storage medium Download PDF

Info

Publication number
CN109472660B
CN109472660B CN201811054898.5A CN201811054898A CN109472660B CN 109472660 B CN109472660 B CN 109472660B CN 201811054898 A CN201811054898 A CN 201811054898A CN 109472660 B CN109472660 B CN 109472660B
Authority
CN
China
Prior art keywords
category
collocation
subset
article
frequency
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
CN201811054898.5A
Other languages
Chinese (zh)
Other versions
CN109472660A (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.)
Every flat every house designer (Beijing) Technology Co.,Ltd.
Original Assignee
Lie Ping Designer Beijing Technology 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 Lie Ping Designer Beijing Technology Co Ltd filed Critical Lie Ping Designer Beijing Technology Co Ltd
Priority to CN201811054898.5A priority Critical patent/CN109472660B/en
Publication of CN109472660A publication Critical patent/CN109472660A/en
Application granted granted Critical
Publication of CN109472660B publication Critical patent/CN109472660B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/216Parsing using statistical methods

Abstract

The invention discloses a method and a device for generating optimal collocation of articles and a storage medium. The method comprises the following steps: step S110, obtaining design attributes of a user, wherein the design attributes comprise a plurality of design schemes, each design scheme comprises a plurality of articles and adding time corresponding to each article; step S120, respectively sequencing a plurality of articles in each design scheme according to the adding time sequence based on the adding time corresponding to each article to form a plurality of article sequence sets; step S130, integrating the article sequence set corresponding to each design scheme to form an article flow set, and performing data analysis on the article flow set by adopting a preset natural language processing technology to obtain a category collocation candidate set matched with each article; and S140, sorting the category collocation candidate set of each article according to the relevance. The working efficiency of designers can be effectively improved.

Description

Method and device for generating optimal collocation of articles and computer-readable storage medium
Technical Field
The invention relates to the technical field of data analysis, in particular to a method for generating optimal collocation of articles, a device for generating optimal collocation of articles and a computer-readable storage medium.
Background
Traditionally, when home decoration is designed, intelligent recommendation is often made based on a collaborative filtering technology of a user or an article, namely according to similarity analysis of the user or the article. However, intelligent recommendation is performed through similarity analysis of users or articles, and analysis of context of use scenarios of the users is lacked, so that recommendation hit rate is low. In addition, there are also intelligent recommendations based on expert knowledge, for example, by forming an expert knowledge base based on the experience of an expert. However, the intelligent recommendation method has the defects that the updating speed of the expert knowledge base is slow, and real-time learning cannot be realized.
Disclosure of Invention
The present invention is directed to at least one of the technical problems in the prior art, and provides a method for generating an optimal matching of an article, an apparatus for generating an optimal matching of an article, and a computer-readable storage medium.
In order to achieve the above object, in a first aspect of the present invention, there is provided a method for generating an optimal matching of an article, including:
step S110, obtaining a plurality of design schemes, wherein each design scheme comprises a plurality of articles and adding time corresponding to each article;
step S120, respectively sequencing a plurality of articles in each design scheme according to the adding time sequence based on the adding time corresponding to each article to form a plurality of article sequence sets;
step S130, integrating the article sequence set corresponding to each design scheme to form an article flow set, and performing data analysis on the article flow set by adopting a preset natural language processing technology to obtain a category collocation candidate set matched with each article;
and S140, sorting the category collocation candidate set of each article according to the relevance.
Optionally, step S130 specifically includes:
performing part-of-speech tagging on the item flow set, and mapping each item to the category to which the item belongs to obtain a category flow set;
performing spectrum analysis on the category stream set to obtain a high-frequency category subset, a medium-frequency category subset and a low-frequency category subset;
and respectively generating a category collocation candidate set for the high-frequency category subset, the medium-frequency category subset and the low-frequency category subset based on a Tri-Gram model.
Optionally, step S140 specifically includes:
analyzing the correlation of the high-frequency subset and the category collocation candidate set corresponding to the high-frequency subset by adopting a T test algorithm to obtain a high-frequency category collocation correlation result;
analyzing the correlation of the intermediate frequency category subset and the category collocation candidate set corresponding to the intermediate frequency category subset by adopting a PMI algorithm and a T inspection algorithm to obtain an intermediate frequency category collocation correlation result;
analyzing the correlation between the low-frequency category subset and the category collocation candidate set corresponding to the low-frequency category subset by adopting a PMI algorithm to obtain a low-frequency category collocation correlation result;
and sequencing according to the high-frequency category collocation correlation result, the medium-frequency category collocation correlation result and the low-frequency category collocation correlation result.
Alternatively, in step S140, a descending order or an ascending order is adopted.
In a second aspect of the present invention, there is provided an apparatus for generating an optimal matching of an article, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a plurality of design schemes, and each design scheme comprises a plurality of articles and adding time corresponding to each article;
the first sequencing module is used for sequencing a plurality of articles in each design scheme according to the adding time sequence based on the adding time corresponding to each article to form a plurality of article sequence sets;
the data analysis module is used for integrating the article sequence set corresponding to each design scheme to form an article flow set, and performing data analysis on the article flow set by adopting a preset natural language processing technology to obtain a category matching candidate set matched with each article;
and the second sorting module is used for sorting the category collocation candidate set of each article according to the relevance.
Optionally, the data analysis module includes a part-of-speech tagging submodule, a spectrum analysis submodule, and a processing submodule;
the part-of-speech tagging submodule is used for performing part-of-speech tagging on the item flow set and mapping each item to the category to which the item belongs so as to obtain a category flow set;
the spectrum analysis submodule is used for performing spectrum analysis on the category stream set to obtain a high-frequency category subset, a medium-frequency category subset and a low-frequency category subset;
and the processing submodule is used for respectively generating a category collocation candidate set for the high-frequency category subset, the medium-frequency category subset and the low-frequency category subset based on the Tri-Gram model.
Optionally, the second sorting module includes a correlation analysis sub-module and a sorting sub-module;
the correlation analysis submodule is used for:
analyzing the relevance of the high-frequency category subset and the category collocation candidate set corresponding to the high-frequency category subset by adopting a T test algorithm to obtain a high-frequency category collocation relevance result;
analyzing the correlation of the intermediate frequency category subset and the category collocation candidate set corresponding to the intermediate frequency category subset by adopting a PMI algorithm and a T inspection algorithm to obtain an intermediate frequency category collocation correlation result;
analyzing the correlation between the low-frequency category subset and the category collocation candidate set corresponding to the low-frequency category subset by adopting a PMI algorithm to obtain a low-frequency category collocation correlation result;
and the sequencing submodule is used for sequencing according to the high-frequency category collocation correlation result, the medium-frequency category collocation correlation result and the low-frequency category collocation correlation result.
Optionally, the second sorting sub-module adopts descending order or ascending order.
In a third aspect of the present invention, a computer-readable storage medium is provided, which stores a computer program, which when executed by a processor implements the steps of the method for generating a best fit for an item as described above.
The invention discloses a method, a device and a computer-readable storage medium for generating optimal collocation of articles. Firstly, obtaining a plurality of design schemes which can come from one or a plurality of users, then arranging a plurality of articles of each design scheme according to the adding time sequence, then adopting the natural language processing technology to carry out data analysis so as to obtain a category collocation candidate set, and finally arranging the category collocation candidate set according to the correlation so as to obtain the optimal collocation categories of the articles. Therefore, the work efficiency of designers can be effectively improved, the recommendation hit rate can be effectively improved, and in addition, new design schemes can be continuously obtained for learning, so that the recommendation hit rate is further improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a flowchart illustrating a method for generating an optimal matching of goods according to a first embodiment of the present invention;
FIG. 2 is a diagram illustrating the descending order of the category types in the category stream set according to the original frequency in the second embodiment of the present invention;
FIG. 3 is a diagram illustrating the calculation of cumulative frequency according to a third embodiment of the present invention;
FIG. 4 is a diagram of a fourth embodiment of the present invention in which all categories are divided into high, medium, and low frequencies;
fig. 5 is a schematic diagram of a spectrum for generating a collocation candidate set for the category stream set based on the Tri-Gram model according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of an apparatus for generating an optimal matching of articles according to a sixth embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present invention, are given by way of illustration and explanation only, not limitation.
As shown in fig. 1, a first aspect of the present invention relates to a method for generating an optimal collocation of items, comprising:
step S110, obtaining a plurality of design schemes, wherein each design scheme comprises a plurality of articles and adding time corresponding to each article.
Specifically, in this step, several designs may be obtained from one user, or may be obtained from two or more users. Thus, in this step, the following information can be collected:
{ design, user name, item, time to add item }.
It should be noted that, the specific number of the design solutions is not limited, and can be determined according to actual needs, and hereinafter, the number of the design solutions is referred to as n, where n is a positive integer greater than or equal to 1.
And S120, respectively sequencing a plurality of articles in each design scheme according to the adding time sequence based on the adding time corresponding to each article to form a plurality of article sequence sets.
Specifically, in this step, the information collected in step S110 is sent to a background for data processing, and a plurality of articles in each design are sorted according to the order of adding time, so as to obtain the following article sequence set:
design scheme 1: [ article 1, article 2, article 3. ]
...
Design scheme n: article n1, article n2, article n 3.
Step S130, integrating the article sequence set corresponding to each design scheme to form an article flow set, and performing data analysis on the article flow set by adopting a preset natural language processing technology to obtain a category collocation candidate set collocated with each article.
In particular, in this step, the set of streams of items formed may be as follows: article 1, article 2, article 3., article n1, article n2, article n3, then a Tri-Gram model in natural language processing may be employed, based on the assumption that the nth word occurs in relation to only the first n-1 words and not in relation to any other words, to arrive at a set of category collocation candidates, e.g., [ (toilet, shower), (toilet, hardware and others), (toilet, bathroom cabinet),. ], and so on.
And S140, sorting the category collocation candidate set of each article according to the relevance.
Specifically, in this step, descending or ascending order may be performed according to the correlation, or the like. For example, the arrangement is performed in the following descending order:
{ Category 1, [ Category 1, Category. ] } in the formula
...
{ Category N, [ Category 1, Category. ] } in the formula
In the method S100 for generating the optimal collocation of the articles in this embodiment, a plurality of design solutions are first obtained, where the design solutions may be from one or more users, then the plurality of articles of each design solution are arranged according to the addition time sequence, then data analysis is performed by using a natural language processing technique, so as to obtain a category collocation candidate set, and finally the category collocation candidate set is arranged according to the relevance, so as to obtain the optimal collocation categories of the articles. Therefore, the method for generating the optimal matching of the articles in the embodiment can effectively improve the working efficiency of designers, can also effectively improve the recommendation hit rate, and can further improve the recommendation hit rate by continuously acquiring new design schemes for learning.
Optionally, step S130 specifically includes:
and performing part-of-speech tagging on the item flow set, and mapping each item to the category to which the item belongs to obtain a category flow set.
Specifically, the set of category streams formed is [ category 1, category 2, category 3,. ], category n1, category n2, category n3 ]. For example, it can be as follows:
[ tiles, custom products ];
[ vertical hinged door, custom product ];
[ custom product, custom product ];
[ custom products, floor tiles, custom products, toilets, veneers, metals, wallpaper ];
[ custom products, ornaments, greenery plants, custom products ];
[ custom products, sliding doors, wardrobes, shoe cabinets, television cabinets, televisions, floor tiles, sliding doors, bay windows ];
[ custom product, double bed, baking finish ];
[ self-defined products, kitchen utensils, ornaments, kitchen utensils ];
...
and carrying out spectrum analysis on the category stream set to obtain a high-frequency category subset, a medium-frequency category subset and a low-frequency category subset.
The procedure for the spectral analysis is as follows:
(1) the number of category classes appearing in the set of category streams is counted (we get 198 categories) and they are sorted in descending order of the original frequency, as shown in fig. 2.
(2) The cumulative frequency is calculated as shown in fig. 3.
(3) All categories are divided into three types, namely high, medium and low frequencies according to the slope of the cumulative frequency curve (the slope value is smaller, the curve is gentler, and the corresponding category evaluation rate is lower), as shown in fig. 4, that is, a high-frequency category subset, a medium-frequency category subset and a low-frequency category subset are generated.
And respectively generating a category collocation candidate set for the high-frequency category subset, the medium-frequency category subset and the low-frequency category subset based on a Tri-Gram model.
Specifically, as shown in fig. 5, based on the assumption that the categories collocated with the high-frequency category subset are all high-frequency categories, the categories collocated with the medium-frequency category subset are all medium-frequency categories, and the categories collocated with the low-frequency category subset are all low-frequency categories.
Optionally, step S140 specifically includes:
analyzing the relevance of the high-frequency category subset and the category collocation candidate set corresponding to the high-frequency category subset by adopting a T test algorithm to obtain a high-frequency category collocation relevance result;
analyzing the correlation of the intermediate frequency category subset and the category collocation candidate set corresponding to the intermediate frequency category subset by adopting a PMI algorithm and a T inspection algorithm to obtain an intermediate frequency category collocation correlation result;
analyzing the correlation between the low-frequency category subset and the category collocation candidate set corresponding to the low-frequency category subset by adopting a PMI algorithm to obtain a low-frequency category collocation correlation result;
and sequencing according to the high-frequency category collocation correlation result, the medium-frequency category collocation correlation result and the low-frequency category collocation correlation result.
Specifically, the PMI algorithm is adopted, and the correlation between two things is measured by using the index, and the formula is as follows:
Figure BDA0001795532070000071
in probability theory, we know that if x is not correlated with y, then p (x, y) is p (x) p (y). The greater the correlation between the two is,
the larger p (x, y) compared to p (x) p (y). As better understood by the following equation, the conditional probability p (x | y) of x occurring in the case of y, divided by the probability p (x) of x occurring itself, naturally indicates the degree of correlation of x with y. For this scenario in this embodiment, the range of PMI is 0, + ∞), monotonically increasing, and this algorithm is very sensitive to low frequency information.
Calculating the T value of P (x, y) and P (x) P (y) by using a T test algorithm, wherein the T value reflects the relative difference of the collocation intensity, and the formula is as follows:
Figure BDA0001795532070000081
the larger the value of T, the difference between the observed co-occurrence probability P (x, y) and the random co-occurrence chance probability P (x) P (y) is objective rather than accidental coincidence. From a statistical perspective, 1.65 mean square deviations indicate that we have 95% confidence that a match is a meaningful match, corresponding to a T value of 2.132. This algorithm is very sensitive to high frequency information.
Therefore, the strategy for excavating the optimal collocation from the collocation set is as follows:
a. and filtering the high-frequency matching items by adopting a T-test algorithm, and arranging the high-frequency matching items in a descending order according to the T value.
b. And the intermediate frequency collocation items are filtered by adopting a PMI (PMI index) check algorithm and a T check algorithm, and the results are merged.
c. And filtering the low-frequency collocation items by adopting a PMI (PMI testing algorithm) and arranging the low-frequency collocation items in a descending order according to the PMI values.
In a second aspect of the present invention, as shown in fig. 6, there is provided an apparatus 100 for generating an optimal collocation of articles, comprising:
an obtaining module 110, configured to obtain a plurality of design solutions, where each design solution includes a plurality of articles and an adding time corresponding to each article;
a first sorting module 120, configured to sort, based on the addition time corresponding to each article, the articles in each design solution according to the order of the addition time, so as to form a plurality of article sequence sets;
a data analysis module 130, configured to integrate the item sequence sets corresponding to each design scheme to form an item stream set, and perform data analysis on the item stream set by using a preset natural language processing technology to obtain a category matching candidate set matched with each item;
a second sorting module 140, configured to sort the category collocation candidate set of each of the items according to relevance.
The apparatus 100 for generating the optimal collocation of articles in this embodiment first obtains a plurality of design solutions, where the design solutions may be from one or more users, then arranges a plurality of articles of each design solution according to the adding time sequence, then performs data analysis by using a natural language processing technique, thereby obtaining a category collocation candidate set, and finally arranges the category collocation candidate set according to the relevance, thereby obtaining the optimal collocation categories of the articles. Therefore, the device for generating the best collocation of the articles in the embodiment can effectively improve the working efficiency of designers, can also effectively improve the recommendation hit rate, and can also learn by continuously acquiring new design schemes to further improve the recommendation hit rate.
Optionally, the data analysis module 130 includes a part-of-speech tagging sub-module 131, a spectrum analysis sub-module 132, and a processing sub-module 133;
the part-of-speech tagging submodule 131 is configured to perform part-of-speech tagging on the item stream set, and map each item to a category to which the item belongs, so as to obtain a category stream set;
the spectrum analysis sub-module 132 is configured to perform spectrum analysis on the category stream set to obtain a high-frequency category subset, a medium-frequency category subset, and a low-frequency category subset;
the processing sub-module 133 is configured to generate a category collocation candidate set for the high-frequency category subset, the medium-frequency category subset, and the low-frequency category subset, respectively, based on the Tri-Gram model.
The spectral analysis and the rest of the contents can refer to the related descriptions in the foregoing, and are not described herein again.
Optionally, the second sorting module 140 includes a correlation analysis sub-module 141 and a sorting sub-module 142;
the correlation analysis submodule 141 is configured to:
analyzing the relevance of the high-frequency category subset and the category collocation candidate set corresponding to the high-frequency category subset by adopting a T test algorithm to obtain a high-frequency category collocation relevance result;
analyzing the correlation of the intermediate frequency category subset and the category collocation candidate set corresponding to the intermediate frequency category subset by adopting a PMI algorithm and a T inspection algorithm to obtain an intermediate frequency category collocation correlation result;
analyzing the correlation between the low-frequency category subset and the category collocation candidate set corresponding to the low-frequency category subset by adopting a PMI algorithm to obtain a low-frequency category collocation correlation result;
the sorting submodule 142 is configured to sort according to the high-frequency category collocation correlation result, the medium-frequency category collocation correlation result, and the low-frequency category collocation correlation result.
Reference may be made to the above related descriptions, which are not repeated herein.
Optionally, the second sorting sub-module 140 adopts descending order or ascending order.
In a third aspect of the present invention, a computer-readable storage medium is provided, which stores a computer program, which when executed by a processor implements the steps of the method for generating a best fit for an item as described above.
In the computer-readable storage medium of this embodiment, when being executed by a processor, a stored computer program may implement the method S100 for generating optimal collocation of articles as described above, where a plurality of design solutions are obtained first, the design solutions may come from one or more users, then the plurality of articles of each design solution are arranged according to an addition time sequence, then data analysis is performed by using a natural language processing technique, so as to obtain a category collocation candidate set, and finally the category collocation candidate set is arranged according to a correlation, so as to obtain an optimal collocation category of the articles. Therefore, the computer-readable storage medium in this embodiment can effectively improve the work efficiency of designers, and can also effectively improve the recommendation hit rate, and in addition, can further improve the recommendation hit rate by continuously acquiring new design schemes for learning.
It will be understood that the above embodiments are merely exemplary embodiments taken to illustrate the principles of the present invention, which is not limited thereto. It will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the spirit and substance of the invention, and these modifications and improvements are also considered to be within the scope of the invention.

Claims (9)

1. A method for generating an optimal collocation of items, comprising:
step S110, obtaining a plurality of design schemes, wherein each design scheme comprises a plurality of articles and adding time corresponding to each article;
step S120, respectively sequencing a plurality of articles in each design scheme according to the adding time sequence based on the adding time corresponding to each article to form a plurality of article sequence sets;
step S130, integrating the article sequence set corresponding to each design scheme to form an article flow set, and performing data analysis on the article flow set by adopting a preset natural language processing technology to obtain a category collocation candidate set matched with each article;
and S140, sorting the category collocation candidate set of each article according to the relevance.
2. The method of claim 1, wherein the step S130 comprises:
performing part-of-speech tagging on the item flow set, and mapping each item to the category to which the item belongs to obtain a category flow set;
performing spectrum analysis on the category stream set to obtain a high-frequency category subset, a medium-frequency category subset and a low-frequency category subset;
and respectively generating a category collocation candidate set for the high-frequency category subset, the medium-frequency category subset and the low-frequency category subset based on a Tri-Gram model.
3. The method of claim 2, wherein the step S140 specifically comprises:
analyzing the relevance of the high-frequency category subset and the category collocation candidate set corresponding to the high-frequency category subset by adopting a T test algorithm to obtain a high-frequency category collocation relevance result;
analyzing the correlation of the intermediate frequency category subset and the category collocation candidate set corresponding to the intermediate frequency category subset by adopting a PMI algorithm and a T inspection algorithm to obtain an intermediate frequency category collocation correlation result;
analyzing the correlation between the low-frequency category subset and the category collocation candidate set corresponding to the low-frequency category subset by adopting a PMI algorithm to obtain a low-frequency category collocation correlation result;
and sequencing according to the high-frequency category collocation correlation result, the medium-frequency category collocation correlation result and the low-frequency category collocation correlation result.
4. The method for generating optimal collocation of items according to any one of claims 1 to 3, wherein in step S140, descending or ascending order is adopted.
5. An apparatus for generating an optimal collocation of items, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a plurality of design schemes, and each design scheme comprises a plurality of articles and adding time corresponding to each article;
the first sequencing module is used for sequencing a plurality of articles in each design scheme according to the adding time sequence based on the adding time corresponding to each article to form a plurality of article sequence sets;
the data analysis module is used for integrating the article sequence set corresponding to each design scheme to form an article flow set, and performing data analysis on the article flow set by adopting a preset natural language processing technology to obtain a category matching candidate set matched with each article;
and the second sorting module is used for sorting the category collocation candidate set of each article according to the relevance.
6. The apparatus for generating optimal collocation of goods according to claim 5, wherein the data analysis module comprises a part-of-speech tagging sub-module, a spectrum analysis sub-module and a processing sub-module;
the part-of-speech tagging submodule is used for performing part-of-speech tagging on the item flow set and mapping each item to the category to which the item belongs so as to obtain a category flow set;
the spectrum analysis submodule is used for performing spectrum analysis on the category stream set to obtain a high-frequency category subset, a medium-frequency category subset and a low-frequency category subset;
and the processing submodule is used for respectively generating a category collocation candidate set for the high-frequency category subset, the medium-frequency category subset and the low-frequency category subset based on the Tri-Gram model.
7. The apparatus of claim 6, wherein the second sorting module comprises a correlation analysis sub-module and a sorting sub-module;
the correlation analysis submodule is used for:
analyzing the relevance of the high-frequency category subset and the category collocation candidate subset corresponding to the high-frequency category subset by adopting a T test algorithm to obtain a high-frequency category collocation relevance result;
analyzing the correlation of the intermediate frequency category subset and the category collocation candidate subset corresponding to the intermediate frequency category subset by adopting a PMI algorithm and a T inspection algorithm to obtain an intermediate frequency category collocation correlation result;
analyzing the correlation of the low-frequency category subset and the category collocation candidate subset corresponding to the low-frequency category subset by adopting a PMI algorithm to obtain a low-frequency category collocation correlation result;
and the sequencing submodule is used for sequencing according to the high-frequency category collocation correlation result, the medium-frequency category collocation correlation result and the low-frequency category collocation correlation result.
8. The apparatus for generating optimal collocation of objects according to any one of claims 5 to 7, wherein the second sorting sub-module adopts descending or ascending sorting.
9. A computer-readable storage medium, characterized in that it stores a computer program which, when being executed by a processor, carries out the steps of the method of generating a best fit for an item according to any one of claims 1 to 4.
CN201811054898.5A 2018-09-11 2018-09-11 Method and device for generating optimal collocation of articles and computer-readable storage medium Active CN109472660B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811054898.5A CN109472660B (en) 2018-09-11 2018-09-11 Method and device for generating optimal collocation of articles and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811054898.5A CN109472660B (en) 2018-09-11 2018-09-11 Method and device for generating optimal collocation of articles and computer-readable storage medium

Publications (2)

Publication Number Publication Date
CN109472660A CN109472660A (en) 2019-03-15
CN109472660B true CN109472660B (en) 2021-04-23

Family

ID=65664222

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811054898.5A Active CN109472660B (en) 2018-09-11 2018-09-11 Method and device for generating optimal collocation of articles and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN109472660B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160075888A (en) * 2014-12-19 2016-06-30 이현정 System for customizing design of real-time goods and method thereof
CN106251191A (en) * 2016-07-15 2016-12-21 深圳市金立通信设备有限公司 The display control method of a kind of terminal screen and terminal
CN107492049A (en) * 2016-06-11 2017-12-19 桑艳军 A kind of 3D experience types house ornamentation network platform system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970745A (en) * 2013-01-27 2014-08-06 上海尤兰达张信息科技有限公司 Method and system for generating cartoon works by network writings in real time
CN105117924A (en) * 2015-07-01 2015-12-02 向莉妮 Personalized commodity recommendation system
CN105608650A (en) * 2016-03-22 2016-05-25 广州聚数信息科技有限公司 Dish collocation recommending method and system
CN107301181B (en) * 2016-04-14 2020-06-16 腾讯科技(深圳)有限公司 Account recommendation method and device
CN106682163A (en) * 2016-12-26 2017-05-17 北京小米移动软件有限公司 Article information recommendation method and device and equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160075888A (en) * 2014-12-19 2016-06-30 이현정 System for customizing design of real-time goods and method thereof
CN107492049A (en) * 2016-06-11 2017-12-19 桑艳军 A kind of 3D experience types house ornamentation network platform system
CN106251191A (en) * 2016-07-15 2016-12-21 深圳市金立通信设备有限公司 The display control method of a kind of terminal screen and terminal

Also Published As

Publication number Publication date
CN109472660A (en) 2019-03-15

Similar Documents

Publication Publication Date Title
Karasik et al. Computerized morphological classification of ceramics
CN104991968B (en) The Internet media user property analysis method based on text mining
Mampaey et al. Summarizing data succinctly with the most informative itemsets
MX2019004407A (en) Deep learning techniques based multi-purpose conversational agents for processing natural language queries.
CN107944035B (en) Image recommendation method integrating visual features and user scores
WO2016101628A1 (en) Data processing method and device in data modeling
CN110263979B (en) Method and device for predicting sample label based on reinforcement learning model
CN103377245B (en) A kind of automatic question-answering method and device
CN106326259A (en) Construction method and system for commodity labels in search engine, and search method and system
CN110674841A (en) Logging curve identification method based on clustering algorithm
CN107133257A (en) A kind of similar entities recognition methods and system based on center connected subgraph
CN106681985A (en) Establishment system of multi-field dictionaries based on theme automatic matching
CN106649662A (en) Construction method of domain dictionary
Stadnitski Some critical aspects of fractality research
US20170034111A1 (en) Method and Apparatus for Determining Key Social Information
CN106682128A (en) Method for automatic establishment of multi-field dictionaries
CN105893427A (en) Resource searching method and server
CN106649714B (en) TopN recommendation system and method for data nonuniformity and data sparsity
CN109472660B (en) Method and device for generating optimal collocation of articles and computer-readable storage medium
Orman et al. A method for characterizing communities in dynamic attributed complex networks
CN111552549A (en) Multitask request dynamic configuration method and system for intelligent equipment
CN116756373A (en) Project review expert screening method, system and medium based on knowledge graph update
Gauraha Stability feature selection using cluster representative lasso
Bissiri et al. Species sampling models: consistency for the number of species
CN107870898B (en) Domain semantic web modeling method oriented to engineering application

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20190325

Address after: Room 2011, 20th Floor, No. 3, Dongzhimen South Street, Dongcheng District, Beijing

Applicant after: Beijing Designer Network Technology Co., Ltd.

Address before: 100000 Floor 1601, No. 16, No. 3, Dongzhimen South Street, Dongcheng District, Beijing

Applicant before: Beijing unexpectedly Home Yundihui New Retail Chain Co., Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 2011, 20 / F, A3 Dongzhimen South Street, Dongcheng District, Beijing

Applicant after: Lie Ping Designer (Beijing) Technology Co., Ltd

Address before: Room 2011, 20th Floor, No. 3, Dongzhimen South Street, Dongcheng District, Beijing

Applicant before: BEIJING HOMESTYLER NETWORK TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 100102 room 01, 3401, 34th floor, building 6, Wangjing Dongyuan Fourth District, Chaoyang District, Beijing

Patentee after: Every flat every house designer (Beijing) Technology Co.,Ltd.

Address before: Room 2011, 20th floor, A3 Dongzhimen South Street, Dongcheng District, Beijing

Patentee before: Lie Ping Designer (Beijing) Technology Co., Ltd