CN106407477A - Multidimensional interconnection recommendation method and system - Google Patents

Multidimensional interconnection recommendation method and system Download PDF

Info

Publication number
CN106407477A
CN106407477A CN201611031440.9A CN201611031440A CN106407477A CN 106407477 A CN106407477 A CN 106407477A CN 201611031440 A CN201611031440 A CN 201611031440A CN 106407477 A CN106407477 A CN 106407477A
Authority
CN
China
Prior art keywords
recommendation
user
recommendation result
online
generating
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
CN201611031440.9A
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.)
Shenzhen Internet Online Cloud Computing Ltd By Share Ltd
Original Assignee
Shenzhen Internet Online Cloud Computing Ltd By Share 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 Shenzhen Internet Online Cloud Computing Ltd By Share Ltd filed Critical Shenzhen Internet Online Cloud Computing Ltd By Share Ltd
Priority to CN201611031440.9A priority Critical patent/CN106407477A/en
Publication of CN106407477A publication Critical patent/CN106407477A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/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/0255Targeted advertisements based on user history
    • 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/0277Online advertisement
    • 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

Landscapes

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

Abstract

The invention discloses a multidimensional interconnection recommendation method and system. An offline recommendation result is generated according to the historical behavior log of a user, then a near-line recommendation result is generated according to the real-time behavior log of the user, and finally the two recommendation results are fused to generate a final recommendation result, so that the recommendation precision is high by using the advantages of different sorting algorithms, the individuation requirement of the user can be met, the content to which the user pay close attention is controlled more accurately, and the system has high adaptability.

Description

Multidimensional interconnection recommendation method and system
Technical Field
The invention belongs to the technical field of networks, and particularly relates to a multidimensional interconnection recommendation method and system.
Background
At present, a mass of information is screened and filtered by a media website, and information which is most concerned by a user and is most interesting is displayed in front of the user by utilizing a search engine. The current popular recommendation algorithms are single and can only meet the requirement of local recommendation.
At present, a media website of an e-commerce platform screens and filters massive information, when a search engine is used for screening the information, when a user cannot accurately describe the demand effect of the user, the demand effect is greatly discounted, the versatility of the user cannot be met, personalized demands are difficult to fully embody, the limitations of various recommendation methods are exposed, the algorithm A for a certain scene has a good effect, and the algorithm B for another scene has a good effect.
Disclosure of Invention
The invention aims to: in order to solve the problems in the prior art and provide more accurate recommendation information for users, the invention provides a multi-dimensional interconnection recommendation method and system.
The technical scheme of the invention is as follows: a multi-dimensional interconnection recommendation method comprises the following steps:
s1, extracting a user historical behavior log to form basic data, and generating an offline recommendation result by adopting an Ensemble training method;
s2, receiving the real-time behavior log of the user, and generating a near-line recommendation result by adopting a linear fusion method according to the real-time action of the user;
and S3, fusing the offline recommendation result in the step S1 with the online recommendation result in the step S2, and generating a recommendation result by adopting a priority algorithm.
Further, the Ensemble training method comprises an L1 layer classifier and an L2 layer classifier.
Further, the step S1 is to extract a user history behavior log to form basic data, and the step of generating an offline recommendation result by using an Ensemble training method specifically includes the following sub-steps:
s11, taking the basic data as a training sample and dividing the training sample into a Trainpig part and a Test Pig part according to a ratio of 1: 1;
s12, extracting features of the Train pig part in the step S11 to form feature vectors, and training an L1-layer classification model;
s13, predicting the Test Pig part in the step S11 by adopting the L1 layer classification model in the step S12, and generating a L1 layer prediction result;
s14, generating an input feature vector of an L2 layer according to the L1 layer prediction result in the step S13, and training an L2 layer classification model for the Test Pig part;
s15, retraining the L1-layer classification model for all training samples;
and S16, extracting features of the sample to be tested, generating two prediction results by respectively adopting the L1-layer classification model in the step S12 and the L1-layer classification model retrained in the step S15, and generating an offline recommendation result according to the two prediction results by adopting the L2-layer classification model in the step S14.
Further, the behavior log includes a presentation log and a click log.
Further, the presentation log comprises presented items, algorithms adopted when the items are recommended, recommended positions and item corresponding weights.
Further, the step S2 of generating the nearline recommendation result by using a linear fusion method according to the real-time action of the user specifically includes: and updating the weight of the recommended strategy corresponding to the item according to the real-time action behavior of the user, and recalculating the recommendation result.
Further, if the real-time action behavior of the user is a presentation log, the weight of the recommended strategy corresponding to the item is reduced, and the calculation formula is represented as:
wherein, β'kFor updated weights, βkAs the original weight, CtriTo show the average click rate for position i, ScorekScore for algorithm K to this itemitemAnd lambda is the decay constant of the position click rate and the decay constant of the algorithm click rate, wherein lambda is the total score of the item.
Further, if the real-time action behavior of the user is a click log, the weight of the recommended strategy corresponding to the item is increased, and the calculation formula is represented as:
wherein,is the click decay constant.
In order to further explain the multidimensional interconnection recommendation method of the present invention, the present invention further provides a multidimensional interconnection recommendation system, including:
the off-line subsystem is used for establishing a training sample according to the historical behavior log of the user, generating an off-line recommendation result and sending the off-line recommendation result to the on-line subsystem;
the online system comprises an online subsystem and an online subsystem, wherein the online subsystem is used for receiving a real-time behavior log of a user, generating an online recommendation result according to the real-time behavior log of the user and sending the online recommendation result to the online subsystem;
and the online subsystem is used for receiving and fusing the offline recommendation result generated by the offline subsystem and the online recommendation result generated by the online subsystem, and feeding the fused recommendation result back to the user.
Furthermore, the near line subsystem is arranged at a service end, and the online subsystem faces to a user end.
The invention has the beneficial effects that: according to the method, the offline recommendation result is generated according to the historical behavior log of the user, the online recommendation result is generated according to the real-time behavior log of the user, the two recommendation results are fused to generate the final recommendation result, the advantages of different classification algorithms are utilized, the recommendation precision is high, the personalized requirements of the user can be met, the content concerned by the user can be mastered more accurately, and the method has good adaptability.
Drawings
FIG. 1 is a flow chart of a multidimensional interconnection recommendation method of the present invention.
FIG. 2 is a schematic structural diagram of the multi-dimensional interconnection recommendation system of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Fig. 1 is a schematic flow chart of a multidimensional interconnection recommendation method according to the present invention. A multi-dimensional interconnection recommendation method comprises the following steps:
s1, extracting a user historical behavior log to form basic data, and generating an offline recommendation result by adopting an Ensemble training method;
s2, receiving the real-time behavior log of the user, and generating a near-line recommendation result by adopting a linear fusion method according to the real-time action of the user;
and S3, fusing the offline recommendation result in the step S1 with the online recommendation result in the step S2, and generating a recommendation result by adopting a priority algorithm.
In step S1, the present invention extracts a long-term and massive user history behavior log to form basic data, and then generates an offline recommendation result by using an Ensemble training method for the basic data. Taking the optimized click rate as an example, the invention can form basic data by using item displayed by the user and history behavior logs such as whether to click or not.
The classifiers in the Ensemble training method comprise an L1 layer classifier and an L2 layer classifier; the L1 layer classifier is a basic classifier and can be classified by using basic algorithms such as collaborative filtering, matrix decomposition, contentbase and the like; the L2 layer classifier forms the classification result of the L1 layer classifier into a feature vector based on the L1 layer classifier, and forms the input of the L2 layer classifier (such as GBDT) after combining some other features.
The invention extracts the historical behavior log of the user to form basic data, and generates an offline recommendation result by adopting an Ensemble training method, which specifically comprises the following steps:
s11, taking the basic data as a training sample and dividing the training sample into a Trainpig part and a Test Pig part according to a ratio of 1: 1;
s12, extracting features of the Train pig part in the step S11 to form feature vectors, and training an L1-layer classification model;
s13, predicting the Test Pig part in the step S11 by adopting the L1 layer classification model in the step S12, and generating a L1 layer prediction result;
s14, generating an input feature vector of an L2 layer according to the L1 layer prediction result in the step S13, and training an L2 layer classification model for the Test Pig part;
s15, retraining the L1-layer classification model for all training samples;
and S16, extracting features of the sample to be tested, generating two prediction results by respectively adopting the L1-layer classification model in the step S12 and the L1-layer classification model retrained in the step S15, and generating an offline recommendation result according to the two prediction results by adopting the L2-layer classification model in the step S14.
According to the method, the division proportion of training samples is preset according to different requirements, and the samples to be tested are analyzed according to the L1-layer classification model and the L2-layer classification model obtained through training, so that an offline recommendation result is obtained.
In step S2, the present invention receives a behavior log of the user in real time, where the behavior log includes a presentation log and a click log. The presentation log comprises presented items, algorithms adopted when the items are recommended, recommended positions and item corresponding weights.
According to the real-time action behavior of the user, a linear fusion method which is adjusted by clicking feedback is adopted to generate a near-line recommendation result, namely, the weight of a strategy corresponding to the item recommended is updated according to the real-time action behavior of the user, and the recommendation result is recalculated, wherein the method comprises the following two conditions:
if the real-time action behavior of the user is the presentation log, reducing the weight of the recommended strategy corresponding to the item, and updating the calculation formula of the weight of the recommended strategy corresponding to the item is represented as:
wherein, β'kFor updated weights, βkAs the original weight, CtriTo show the average click rate for position i, ScorekScore for algorithm K to this itemitemAnd lambda is the decay constant of the position click rate and the decay constant of the algorithm click rate, wherein lambda is the total score of the item.
If the real-time action behavior of the user is a click log, increasing the weight of the recommended strategy corresponding to the item, and updating the calculation formula of the weight of the recommended strategy corresponding to the item is represented as:
wherein,is the click decay constant.
According to the method, the weighted linear model corresponding to the user is generated according to the calculation formula for updating the weight of the recommended item corresponding strategy, so that the corresponding recommendation result is recalculated according to the weighted linear model.
In step S3, in order to respond more quickly, the present invention uses a priority algorithm to fuse the offline recommendation result in step S1 with the nearline recommendation result in step S2, and generates a final recommendation result. The priority algorithm is a common technical means for those skilled in the art, and the detailed description of the present invention is omitted.
In order to further explain the multidimensional interconnection recommendation method in detail, the invention also provides a multidimensional interconnection recommendation system, which comprises the following steps:
the off-line subsystem is used for establishing a training sample according to the historical behavior log of the user, generating an off-line recommendation result and sending the off-line recommendation result to the on-line subsystem;
the online system comprises an online subsystem and an online subsystem, wherein the online subsystem is used for receiving a real-time behavior log of a user, generating an online recommendation result according to the real-time behavior log of the user and sending the online recommendation result to the online subsystem;
and the online subsystem is used for receiving and fusing the offline recommendation result generated by the offline subsystem and the online recommendation result generated by the online subsystem, and feeding the fused recommendation result back to the user.
The off-line subsystem is arranged at an off-line end, and generates an off-line recommendation result and sends the off-line recommendation result to the on-line subsystem by analyzing commodities, users and a recommendation algorithm by adopting an Ensemble training method according to basic data such as a user historical behavior log stored in a database.
The online system is arranged at the server side, receives the behavior log of the user in real time, generates an online recommendation result by adopting a linear fusion method for adjusting through click feedback according to the real-time action behavior of the user, and sends the online recommendation result to the online system.
The online subsystem of the invention is directly oriented to the user side, and provides high-performance and high-availability recommendation service; the online subsystem receives the offline recommendation result generated by the offline subsystem and the online recommendation result generated by the online subsystem, and generates a recommendation result by adopting a priority algorithm, so that the request pressure of the online subsystem is effectively reduced, and the recommendation result is returned in a short time.
It will be appreciated by those of ordinary skill in the art that the embodiments described herein are intended to assist the reader in understanding the principles of the invention and are to be construed as being without limitation to such specifically recited embodiments and examples. Those skilled in the art can make various other specific changes and combinations based on the teachings of the present invention without departing from the spirit of the invention, and these changes and combinations are within the scope of the invention.

Claims (10)

1. A multi-dimensional interconnection recommendation method is characterized by comprising the following steps:
s1, extracting a user historical behavior log to form basic data, and generating an offline recommendation result by adopting an Ensemble training method;
s2, receiving the real-time behavior log of the user, and generating a near-line recommendation result by adopting a linear fusion method according to the real-time action of the user;
and S3, fusing the offline recommendation result in the step S1 with the online recommendation result in the step S2, and generating a recommendation result by adopting a priority algorithm.
2. The multidimensional interconnection recommendation method of claim 1, wherein the Ensemble training method comprises a L1 level classifier and a L2 level classifier.
3. The multidimensional interconnection recommendation method according to claim 2, wherein the step S1 is to extract a user history behavior log to form basic data, and the step of generating the offline recommendation result by using the Ensemble training method specifically includes the following sub-steps:
s11, taking the basic data as a training sample and dividing the training sample into a Train Pig part and a Test Pig part according to a ratio of 1: 1;
s12, extracting features of the Train pig part in the step S11 to form feature vectors, and training an L1-layer classification model;
s13, predicting the Test Pig part in the step S11 by adopting the L1 layer classification model in the step S12, and generating a L1 layer prediction result;
s14, generating an input feature vector of an L2 layer according to the L1 layer prediction result in the step S13, and training an L2 layer classification model for the Test Pig part;
s15, retraining the L1-layer classification model for all training samples;
and S16, extracting features of the sample to be tested, generating two prediction results by respectively adopting the L1-layer classification model in the step S12 and the L1-layer classification model retrained in the step S15, and generating an offline recommendation result according to the two prediction results by adopting the L2-layer classification model in the step S14.
4. The multidimensional interconnection recommendation method of claim 3, wherein the behavior log comprises a presentation log and a click log.
5. The multi-dimensional interconnection recommendation method of claim 4, wherein the presentation log comprises presented items, algorithms adopted when the items are recommended, recommendation positions and item corresponding weights.
6. The multi-dimensional interconnection recommendation method according to claim 4, wherein the step S2 of generating the nearline recommendation result by using a linear fusion method according to the real-time action of the user specifically comprises: and updating the weight of the recommended strategy corresponding to the item according to the real-time action behavior of the user, and recalculating the recommendation result.
7. The multidimensional interconnection recommendation method of claim 5, wherein if the real-time action of the user is presenting a log, the weight of the recommended item corresponding strategy is reduced, and the calculation formula is represented as:
β k ′ = β k * ( 1 - λ * Ctr i ) * ( 1 - ϵ * Score k Score i t e m )
wherein, β'kFor updated weights, βkAs the original weight, CtriTo show the average click rate for position i, ScorekScore for algorithm K to this itemitemAnd lambda is the decay constant of the position click rate and the decay constant of the algorithm click rate, wherein lambda is the total score of the item.
8. The multidimensional interconnection recommendation method of claim 6, wherein if the real-time action behavior of the user is click log, the weight of the recommended strategy corresponding to item is increased, and the calculation formula is represented as:
β k ′ = β k * ( 1 + ∂ * Score k Score i t e m )
wherein,is the click decay constant.
9. A multidimensional interconnection recommendation system, comprising:
the off-line subsystem is used for establishing a training sample according to the historical behavior log of the user, generating an off-line recommendation result and sending the off-line recommendation result to the on-line subsystem;
the online system comprises an online subsystem and an online subsystem, wherein the online subsystem is used for receiving a real-time behavior log of a user, generating an online recommendation result according to the real-time behavior log of the user and sending the online recommendation result to the online subsystem;
and the online subsystem is used for receiving and fusing the offline recommendation result generated by the offline subsystem and the online recommendation result generated by the online subsystem, and feeding the fused recommendation result back to the user.
10. The multidimensional interconnection recommendation system of claim 9, wherein the near-line subsystem is disposed at a server side, and the on-line subsystem faces a client side.
CN201611031440.9A 2016-11-22 2016-11-22 Multidimensional interconnection recommendation method and system Pending CN106407477A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611031440.9A CN106407477A (en) 2016-11-22 2016-11-22 Multidimensional interconnection recommendation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611031440.9A CN106407477A (en) 2016-11-22 2016-11-22 Multidimensional interconnection recommendation method and system

Publications (1)

Publication Number Publication Date
CN106407477A true CN106407477A (en) 2017-02-15

Family

ID=58082114

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611031440.9A Pending CN106407477A (en) 2016-11-22 2016-11-22 Multidimensional interconnection recommendation method and system

Country Status (1)

Country Link
CN (1) CN106407477A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108537568A (en) * 2018-03-07 2018-09-14 阿里巴巴集团控股有限公司 A kind of information recommendation method and device
CN108665007A (en) * 2018-05-22 2018-10-16 阿里巴巴集团控股有限公司 A kind of recommendation method, apparatus and electronic equipment based on multi-categorizer
CN108830689A (en) * 2018-06-13 2018-11-16 深圳乐信软件技术有限公司 Item recommendation method, device, server and storage medium
CN109543840A (en) * 2018-11-09 2019-03-29 北京理工大学 A kind of Dynamic recommendation design method based on multidimensional classification intensified learning
CN109597941A (en) * 2018-12-12 2019-04-09 拉扎斯网络科技(上海)有限公司 Sorting method and device, electronic equipment and storage medium
CN110490683A (en) * 2018-05-15 2019-11-22 中国移动通信集团浙江有限公司 A kind of method and system of the offline upper collaboration multi-model mixed recommendation of line
CN111385659A (en) * 2018-12-29 2020-07-07 广州市百果园信息技术有限公司 Video recommendation method, device, equipment and storage medium
CN111582984A (en) * 2020-05-08 2020-08-25 广州探途网络技术有限公司 Commodity recommendation method and device and computing equipment
CN113111251A (en) * 2020-01-10 2021-07-13 阿里巴巴集团控股有限公司 Project recommendation method, device and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140143244A1 (en) * 2011-06-16 2014-05-22 Nokia Corporation Method and apparatus for searching for content within a channel based on contextual characteristics
CN106126641A (en) * 2016-06-24 2016-11-16 中国科学技术大学 A kind of real-time recommendation system and method based on Spark

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140143244A1 (en) * 2011-06-16 2014-05-22 Nokia Corporation Method and apparatus for searching for content within a channel based on contextual characteristics
CN106126641A (en) * 2016-06-24 2016-11-16 中国科学技术大学 A kind of real-time recommendation system and method based on Spark

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
纪达麟: "多模型融合推荐算法-从原理到实践", 《HTTPS://WWW.INFOQ.CN/ARTICLE/MULTI-MODEL-FUSION-RECOMMENDATION-ALGORITHM》 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108537568B (en) * 2018-03-07 2021-12-21 创新先进技术有限公司 Information recommendation method and device
CN108537568A (en) * 2018-03-07 2018-09-14 阿里巴巴集团控股有限公司 A kind of information recommendation method and device
CN110490683A (en) * 2018-05-15 2019-11-22 中国移动通信集团浙江有限公司 A kind of method and system of the offline upper collaboration multi-model mixed recommendation of line
CN110490683B (en) * 2018-05-15 2022-04-12 中国移动通信集团浙江有限公司 Offline collaborative multi-model hybrid recommendation method and system
CN108665007A (en) * 2018-05-22 2018-10-16 阿里巴巴集团控股有限公司 A kind of recommendation method, apparatus and electronic equipment based on multi-categorizer
WO2019223380A1 (en) * 2018-05-22 2019-11-28 阿里巴巴集团控股有限公司 Multiple classifier-based method and device for making recommendation, and electronic device
CN108665007B (en) * 2018-05-22 2020-03-17 阿里巴巴集团控股有限公司 Recommendation method and device based on multiple classifiers and electronic equipment
TWI721374B (en) * 2018-05-22 2021-03-11 開曼群島商創新先進技術有限公司 Recommendation method, device and electronic equipment based on multiple classifiers
US11269966B2 (en) 2018-05-22 2022-03-08 Advanced New Technologies Co., Ltd. Multi-classifier-based recommendation method and device, and electronic device
CN108830689A (en) * 2018-06-13 2018-11-16 深圳乐信软件技术有限公司 Item recommendation method, device, server and storage medium
CN109543840A (en) * 2018-11-09 2019-03-29 北京理工大学 A kind of Dynamic recommendation design method based on multidimensional classification intensified learning
CN109543840B (en) * 2018-11-09 2023-01-10 北京理工大学 Dynamic recommendation system design method based on multidimensional classification reinforcement learning
CN109597941A (en) * 2018-12-12 2019-04-09 拉扎斯网络科技(上海)有限公司 Sorting method and device, electronic equipment and storage medium
CN111385659A (en) * 2018-12-29 2020-07-07 广州市百果园信息技术有限公司 Video recommendation method, device, equipment and storage medium
CN113111251A (en) * 2020-01-10 2021-07-13 阿里巴巴集团控股有限公司 Project recommendation method, device and system
CN111582984A (en) * 2020-05-08 2020-08-25 广州探途网络技术有限公司 Commodity recommendation method and device and computing equipment

Similar Documents

Publication Publication Date Title
CN106407477A (en) Multidimensional interconnection recommendation method and system
CN109740148B (en) Text emotion analysis method combining BiLSTM with Attention mechanism
CN110442790B (en) Method, device, server and storage medium for recommending multimedia data
CN108648049B (en) Sequence recommendation method based on user behavior difference modeling
CN107870896B (en) Conversation analysis method and device
WO2016101777A1 (en) Analysis and collection system for user interest data and method therefor
CN111382361B (en) Information pushing method, device, storage medium and computer equipment
US8442984B1 (en) Website quality signal generation
WO2022116536A1 (en) Information service providing method and apparatus, electronic device, and storage medium
CN108230007A (en) A kind of recognition methods of user view, device, electronic equipment and storage medium
CN108446964B (en) User recommendation method based on mobile traffic DPI data
Okon et al. An improved online book recommender system using collaborative filtering algorithm
CN107016122B (en) Knowledge recommendation method based on time migration
CN110472115B (en) Social network text emotion fine-grained classification method based on deep learning
CN106610970A (en) Collaborative filtering-based content recommendation system and method
CN111966888B (en) Aspect class-based interpretability recommendation method and system for fusing external data
US20160224636A1 (en) Scalable system and method for weighted similarity estimation in massive datasets revealed in a streaming fashion
CN110210027A (en) Fine granularity sentiment analysis method, apparatus, equipment and medium based on integrated study
Adilah et al. Sentiment analysis of online transportation service using the naïve bayes methods
CN110851694B (en) Personalized recommendation system based on depth model of user memory network and tree structure
WO2024129718A1 (en) Systems and methods for aggregating time-series data streams based on potential state characteristics following aggregation
CN112464106A (en) Object recommendation method and device
CN111931035B (en) Service recommendation method, device and equipment
CN105046535A (en) Behavior prediction based recommendation method and apparatus
CN114912031A (en) Mixed recommendation method and system based on clustering and collaborative filtering

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170215

WD01 Invention patent application deemed withdrawn after publication