Movatterモバイル変換


[0]ホーム

URL:


CN109146606B - Brand recommendation method, electronic equipment, storage medium and system - Google Patents

Brand recommendation method, electronic equipment, storage medium and system
Download PDF

Info

Publication number
CN109146606B
CN109146606BCN201810744574.8ACN201810744574ACN109146606BCN 109146606 BCN109146606 BCN 109146606BCN 201810744574 ACN201810744574 ACN 201810744574ACN 109146606 BCN109146606 BCN 109146606B
Authority
CN
China
Prior art keywords
data
brand
user
order data
list
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
CN201810744574.8A
Other languages
Chinese (zh)
Other versions
CN109146606A (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co LtdfiledCriticalGuangzhou Pinwei Software Co Ltd
Priority to CN201810744574.8ApriorityCriticalpatent/CN109146606B/en
Publication of CN109146606ApublicationCriticalpatent/CN109146606A/en
Application grantedgrantedCritical
Publication of CN109146606BpublicationCriticalpatent/CN109146606B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明提供一种品牌推荐方法,包括:获取若干订单数据,将同一用户名称的订单数据进行合并得到用户订单数据,将用户订单数据和用户名称作为训练数据;将训练数据输入至预设推荐模型中,采用逻辑回归算法和随机负采样算法对预设推荐模型中的训练数据进行训练并得到已训练推荐模型;获取网络购物平台上的活跃用户名单,获取网络购物平台上的在售品牌数据;将活跃用户名单及在售品牌数据输入至已训练推荐模型进行匹配并得到推荐品牌名单。本发明的一种品牌推荐方法,解决了以往没办法完全为每个用户独立定制他们感兴趣的品牌列表的问题,同时全程使用训练模型进行推荐匹配增加了推荐的精准度与效率,提高了用户的体验感。

Figure 201810744574

The invention provides a brand recommendation method, comprising: acquiring several order data, merging the order data of the same user name to obtain the user order data, using the user order data and the user name as training data; inputting the training data into a preset recommendation model , use the logistic regression algorithm and random negative sampling algorithm to train the training data in the preset recommendation model and obtain the trained recommendation model; obtain the list of active users on the online shopping platform, and obtain the brand data on sale on the online shopping platform; Input the active user list and brand data on sale into the trained recommendation model for matching and get a list of recommended brands. The brand recommendation method of the present invention solves the problem that in the past, it is impossible to completely independently customize the list of brands they are interested in for each user, and at the same time, the training model is used throughout the whole process for recommendation matching, which increases the accuracy and efficiency of the recommendation, and improves the user experience. sense of experience.

Figure 201810744574

Description

Brand recommendation method, electronic equipment, storage medium and system
Technical Field
The invention relates to the field of data processing, in particular to a brand recommendation method, electronic equipment, a storage medium and a brand recommendation system.
Background
Because a large amount of brand goods are sold every day in the current online shopping platform, and a user basically only sees a limited number of brands at a time, how to make the brands interested by the user appear in the limited number of brands becomes the key point of research.
At present, the following two methods are adopted: 1. determining brand rankings manually based on the sensitivity of business personnel to goods and users; 2. the users are classified, features of different user types are extracted, and then click rates of different brands are predicted by using CTR (advertisement click rate prediction) to determine the ranking. However, with the above two methods, as the population classification increases and the workload of manual sorting increases sharply, a great deal of effort is required to determine the characteristics for each user group, and the brands seen by all users in another user group are still the same, so that there is no way to completely customize the brand list of interest for each user independently.
Disclosure of Invention
In order to overcome the disadvantages of the prior art, one of the objectives of the present invention is to provide a brand recommendation method, which can solve the problem that the current brand recommendation method cannot completely customize the brand list of interest for each user independently.
It is a second object of the present invention to provide an electronic device that solves the problem that the current brand recommendation method has no way to completely customize the list of brands that are of interest to each user independently.
It is a further object of the present invention to provide a storage medium that can solve the problem that the current brand recommendation method has no way to completely customize a brand list of interest to each user independently.
The fourth purpose of the present invention is to provide a brand recommendation system, which can solve the problem that the current brand recommendation method has no way to completely customize the brand list of interest for each user independently.
One of the purposes of the invention is realized by adopting the following technical scheme:
a brand recommendation method, comprising:
the method comprises the steps of obtaining order data, wherein the order data are obtained from a data storage device on an online shopping platform and comprise commodity brand information and user names;
data cleaning, namely classifying and sorting a plurality of order data according to different user names, combining the order data of the same user name to obtain user order data, and taking the user order data and the user name as training data;
the training model is used for inputting the training data into a preset recommendation model, training the training data in the preset recommendation model by adopting a logistic regression algorithm and a random negative sampling algorithm and obtaining a trained recommendation model;
acquiring information, namely acquiring an active user list on an online shopping platform and acquiring on-sale brand data on the online shopping platform;
and recommending brands, namely inputting the active user list and the on-sale brand data into the trained recommendation model for matching to obtain a recommended brand list.
Further, recommending the recommended brand list to corresponding active users in the user list.
Further, the brand recommendation specifically is: and inputting the active user list and the on-sale brand data into the trained recommendation model, matching corresponding user order data according to the active user list by the trained recommendation model, and matching a related on-sale brand list in the on-sale brand data according to the user order data to serve as a recommended brand list.
Further, updating data is included before the training model, updated new order data in a data storage device is regularly collected every day, the new order data is classified and sorted to obtain new user order data, and the new user order data is blended into the user order data.
The second purpose of the invention is realized by adopting the following technical scheme:
an electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a brand recommendation method of the present invention.
The third purpose of the invention is realized by adopting the following technical scheme:
a computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor to perform a brand recommendation method of the present invention.
The fourth purpose of the invention is realized by adopting the following technical scheme:
a brand recommendation system, comprising:
the order data acquisition module is used for acquiring a plurality of order data from a data storage device on the online shopping platform, and the order data comprises commodity brand information and a user name;
the data cleaning module is used for classifying and sorting a plurality of order data according to different user names, combining the order data of the same user name to obtain user order data, and taking the user order data and the user name as training data;
the training model module is used for inputting the training data into a preset recommendation model, training the training data in the preset recommendation model by adopting a logistic regression algorithm and a random negative sampling algorithm and obtaining a trained recommendation model;
the system comprises an information acquisition module, a data processing module and a data processing module, wherein the information acquisition module is used for acquiring an active user list on an online shopping platform and acquiring on-sale brand data on the online shopping platform;
and the brand recommending module is used for inputting the active user list and the on-sale brand data into the trained recommending model for matching to obtain a recommended brand list.
Further, the system further comprises a sending module, wherein the sending module is used for recommending the recommended brand list to corresponding active users in the user list.
The system further comprises an update data module, wherein the update data module is used for regularly acquiring new order data updated in a data storage device every day, classifying and sorting the new order data to obtain new user order data, and integrating the new user order data into the user order data.
Further, the data cleaning module comprises a classification unit and a merging unit, the classification unit is used for classifying and sorting the order data according to different user names, the merging unit is used for merging the order data of the same user name to obtain user order data, and the user order data and the user name are used as training data.
Compared with the prior art, the invention has the beneficial effects that: the invention relates to a brand recommending method, which obtains a plurality of order data from a data storage device on an online shopping platform, classifies and sorts the order data according to different user names, combines the order data of the same user name to obtain user order data, uses the user order data as training data, inputs the training data into a preset recommending model, trains the training data in the preset recommending model by adopting a logistic regression algorithm and a random negative sampling algorithm to obtain a trained recommending model, inputs an active user list and on-sale brand data into the trained recommending model to be matched to obtain a recommended brand list, wherein the recommended brand list corresponds to each active user one by one, namely each user corresponds to a group of recommended brand lists, and the problem that the brand lists which are interested by each user cannot be customized independently in the past is solved, meanwhile, the training model is used for recommendation matching in the whole process, so that the recommendation accuracy and efficiency are improved, and the experience of the user is improved.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to implement them in accordance with the contents of the description, the following detailed description is given with reference to the preferred embodiments of the present invention and the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
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 application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a brand recommendation method of the present invention;
FIG. 2 is a logic architecture diagram of a brand recommendation method of the present invention:
FIG. 3 is a block diagram of a brand recommendation system of the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
As shown in FIGS. 1-2, a brand recommendation method of the present invention includes
Acquiring order data, namely acquiring a plurality of order data from a data storage device on an online shopping platform, wherein the order data comprises commodity brand information and a user name; at present, a lot of order information is generated on an online shopping platform every day, and a large number of users do not purchase commodities of various brands.
Data cleaning, namely classifying and sorting a plurality of order data according to different user names, combining the order data of the same user name to obtain user order data, and taking the user order data and the user name as training data; in the present embodiment, there are a large number of individual orders in the order data obtained through the order data, and this step is to summarize orders with the same user name in the order data together to form a good category, for example, the user name in the existing order data is called as: three Zhang and Li Ming, etc., the order information called three Zhang according to all user names in the order data is summarized into a class, the order information called Li Ming by all user names is summarized into a class, namely the classification of the system is completed, and the commodity brand information in the order data is in one-to-one correspondence with the user names. The method further comprises updating data, and collecting updated new order data from the data storage device every day at regular time, because new order data are generated every day, the latest order data are merged into the user order data acquired before, so that the training data are the latest data, and the method also comprises the steps of cleaning the data of the new order data before the data are merged, and sorting and summarizing commodity brand information and user names in the new order data.
The training model is used for inputting training data into a preset recommendation model, training the training data in the preset recommendation model by adopting a logistic regression algorithm and a random negative sampling algorithm and obtaining a trained recommendation model; in the embodiment, the logistic regression algorithm and the random negative sampling algorithm are used for training the training data by using a preset recommendation model. The specific training algorithm is as follows: 1. the training algorithm yields: for theAll brands B ∈ BallLet b comprise two vectors XbAnd thetab,XbIs a vector of values of brand b, θbAn auxiliary vector for brand b; the specific derivation process is as follows: for the correlation between two brands b1 and b2, a certain value is set as L (b1, b2), when L (b1, b2) is 1, b1 is correlated with b2, when L (b1, b2) is 0, b1 and b2 are uncorrelated, and the correlation probability value of the correlation between b1 and b2 is p (b1| b2), specifically, as formula (1):
p(b1|b2)=f(b1,b2)L(b1,b2)(1-f(b1,b2))1-L(b1,b2) (1)
wherein p (b1| b2) is a correlation probability value, L (b1, b2) is a constant value, and L (b1, b2) is a Sigmoid function related to b1 and b 2. For a user purchase record U ═ B1, B2, B3 … … bn, U ∈ Ball(ii) a If brand b belongs to purchase record U, NEG (b, U) is all brands in set U except b; NEG (B, B)all) As set BallAll brands except b. B ∈ U, the brand v ∈ NEG (B, U), the brand w ∈ NEG (B, B)all) (ii) a For each brand v, v and b are related, brand v and brand w are not related.
Acquiring information, namely acquiring an active user list on an online shopping platform and acquiring on-sale brand data on the online shopping platform; the method comprises the steps of obtaining near three user lists which are frequently logged in on the online shopping platform, locating the user lists to be active, and obtaining on-sale brand data on the online shopping platform, namely, on-sale brands on the online shopping platform.
And (4) recommending brands, inputting the active user list and the on-sale brand data into the trained recommendation model for matching, and obtaining a recommended brand list. And inputting the active user list and the on-sale brand data into a trained recommendation model, matching corresponding user order data according to the active user list by the trained recommendation model, and matching a related on-sale brand list in the on-sale brand data according to the user order data to serve as a recommended brand list. In this embodiment, a list of the brands ranked one hundred times before is generally selected according to the relevance, and the list of the one hundred times before is recommended to the corresponding user. As shown in fig. 2, a logic architecture diagram of the brand recommendation method in this embodiment is to obtain at first a timing, the obtaining at the timing includes obtaining order data, obtaining an active user list, obtaining on-sale brand information, storing the data in an Hdfs data storage, storing the order data, the active user data, and the on-sale brand data, respectively, inputting the order data into a recommendation model for training, synthesizing the active user data by a trained recommendation model, performing brand recommendation on the on-sale brand data, matching a recommended brand result for each active user, reading the recommended brand result by a background, and sending the recommended brand result to a user for browsing.
An embodiment of the present invention provides an electronic device, including: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a brand recommendation method of the present invention.
An embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, and the computer program is characterized in that: the computer program is executed by a processor to perform a brand recommendation method of the present invention.
An embodiment of the present invention further provides a brand recommendation system, as shown in fig. 3, which specifically includes: the order data acquisition module is used for acquiring a plurality of order data from a data storage device on the online shopping platform, and the order data comprises commodity brand information and user names; the data cleaning module is used for classifying and sorting a plurality of order data according to different user names, combining the order data of the same user name to obtain user order data, and taking the user order data and the user name as training data; the training model module is used for inputting training data into a preset recommendation model, training the training data in the preset recommendation model by adopting a logistic regression algorithm and a random negative sampling algorithm and obtaining a trained recommendation model; the information acquisition module is used for acquiring an active user list on the online shopping platform and acquiring on-sale brand data on the online shopping platform; and the brand recommending module is used for inputting the active user list and the on-sale brand data into the trained recommending model for matching to obtain a recommended brand list. Further, the system further comprises a sending module, wherein the sending module is used for recommending the recommended brand list to the corresponding active users in the user list. The system also comprises an update data module, wherein the update data module is used for regularly acquiring new order data updated in the data storage device every day, classifying and sorting the new order data to obtain new user order data, and fusing the new user order data into the user order data. The data cleaning module comprises a classification unit and a merging unit, the classification unit is used for classifying and sorting a plurality of order data according to different user names, the merging unit is used for merging the order data of the same user name to obtain user order data, and the user order data and the user name are used as training data.
The invention relates to a brand recommending method, which obtains a plurality of order data from a data storage device on an online shopping platform, classifies and sorts the order data according to different user names, combines the order data of the same user name to obtain user order data, uses the user order data as training data, inputs the training data into a preset recommending model, trains the training data in the preset recommending model by adopting a logistic regression algorithm and a random negative sampling algorithm to obtain a trained recommending model, inputs an active user list and on-sale brand data into the trained recommending model to be matched to obtain a recommended brand list, wherein the recommended brand list corresponds to each active user one by one, namely each user corresponds to a group of recommended brand lists, and the problem that the brand lists which are interested by each user cannot be customized independently in the past is solved, meanwhile, the training model is used for recommendation matching in the whole process, so that the recommendation accuracy and efficiency are improved, and the experience of the user is improved.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; those skilled in the art can readily practice the invention as shown and described in the drawings and detailed description herein; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any changes, modifications, and evolutions of the equivalent changes of the above embodiments according to the actual techniques of the present invention are still within the protection scope of the technical solution of the present invention.

Claims (9)

1. A brand recommendation method, comprising:
the method comprises the steps of obtaining order data, wherein the order data are obtained from a data storage device on an online shopping platform and comprise commodity brand information and user names;
data cleaning, namely classifying and sorting a plurality of order data according to different user names, combining the order data of the same user name to obtain user order data, and taking the user order data and the user name as training data;
the training model is used for inputting the training data into a preset recommendation model, training the training data in the preset recommendation model by adopting a logistic regression algorithm and a random negative sampling algorithm and obtaining a trained recommendation model;
acquiring information, namely acquiring an active user list on an online shopping platform and acquiring on-sale brand data on the online shopping platform;
recommending brands, inputting the active user list and the on-sale brand data into the trained recommendation model for matching to obtain a recommended brand list;
and updating data is also included before the training model, updated new order data in a data storage device is regularly acquired every day, the new order data is classified and sorted to obtain new user order data, and the new user order data is blended into the user order data.
2. A brand recommendation method as defined in claim 1, further comprising: and recommending the recommended brand list to corresponding active users in the user list.
3. A brand recommendation method as defined in claim 1, further comprising: the brand recommendation specifically is: and inputting the active user list and the on-sale brand data into the trained recommendation model, matching corresponding user order data according to the active user list by the trained recommendation model, and matching a related on-sale brand list in the on-sale brand data according to the user order data to serve as a recommended brand list.
4. An electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for carrying out the method of any one of claims 1-3.
5. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor for performing the method according to any of claims 1-3.
6. A brand recommendation system, comprising:
the order data acquisition module is used for acquiring a plurality of order data from a data storage device on the online shopping platform, and the order data comprises commodity brand information and a user name;
the data cleaning module is used for classifying and sorting a plurality of order data according to different user names, combining the order data of the same user name to obtain user order data, and taking the user order data and the user name as training data;
the training model module is used for inputting the training data into a preset recommendation model, training the training data in the preset recommendation model by adopting a logistic regression algorithm and a random negative sampling algorithm and obtaining a trained recommendation model;
the system comprises an information acquisition module, a data processing module and a data processing module, wherein the information acquisition module is used for acquiring an active user list on an online shopping platform and acquiring on-sale brand data on the online shopping platform;
and the brand recommending module is used for inputting the active user list and the on-sale brand data into the trained recommending model for matching to obtain a recommended brand list.
7. A brand recommendation system as defined in claim 6, further comprising: the system further comprises a sending module, wherein the sending module is used for recommending the recommended brand list to the corresponding active users in the user list.
8. A brand recommendation system as defined in claim 6, further comprising: the system also comprises an update data module, wherein the update data module is used for regularly acquiring new order data updated in the data storage device every day, classifying and sorting the new order data to obtain new user order data, and integrating the new user order data into the user order data.
9. A brand recommendation system as defined in claim 6, further comprising: the data cleaning module comprises a classification unit and a merging unit, the classification unit is used for classifying and sorting the order data according to different user names, the merging unit is used for merging the order data of the same user name to obtain user order data, and the user order data and the user name are used as training data.
CN201810744574.8A2018-07-092018-07-09Brand recommendation method, electronic equipment, storage medium and systemActiveCN109146606B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201810744574.8ACN109146606B (en)2018-07-092018-07-09Brand recommendation method, electronic equipment, storage medium and system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201810744574.8ACN109146606B (en)2018-07-092018-07-09Brand recommendation method, electronic equipment, storage medium and system

Publications (2)

Publication NumberPublication Date
CN109146606A CN109146606A (en)2019-01-04
CN109146606Btrue CN109146606B (en)2022-02-22

Family

ID=64799980

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201810744574.8AActiveCN109146606B (en)2018-07-092018-07-09Brand recommendation method, electronic equipment, storage medium and system

Country Status (1)

CountryLink
CN (1)CN109146606B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111724221B (en)*2019-03-192024-07-19北京京东尚科信息技术有限公司Method, system, electronic device and storage medium for determining commodity matching information
CN111475532B (en)*2020-03-052023-11-03拉扎斯网络科技(上海)有限公司 Data processing optimization method and device, storage medium, terminal
CN114357235B (en)*2021-12-302023-05-16广州小鹏汽车科技有限公司Interaction method, server, terminal device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN105260471A (en)*2015-10-192016-01-20广州唯品会信息科技有限公司Training method and system of commodity personalized ranking model
CN106296305A (en)*2016-08-232017-01-04上海海事大学Electric business website real-time recommendation System and method under big data environment
CN106485562A (en)*2015-09-012017-03-08苏宁云商集团股份有限公司A kind of commodity information recommendation method based on user's history behavior and system
CN107203518A (en)*2016-03-162017-09-26阿里巴巴集团控股有限公司Method, system and device, the electronic equipment of on-line system personalized recommendation

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9443209B2 (en)*2009-04-302016-09-13Paypal, Inc.Recommendations based on branding
US10387894B2 (en)*2015-08-282019-08-20International Business Machines CorporationBrand personality comparison engine

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106485562A (en)*2015-09-012017-03-08苏宁云商集团股份有限公司A kind of commodity information recommendation method based on user's history behavior and system
CN105260471A (en)*2015-10-192016-01-20广州唯品会信息科技有限公司Training method and system of commodity personalized ranking model
CN107203518A (en)*2016-03-162017-09-26阿里巴巴集团控股有限公司Method, system and device, the electronic equipment of on-line system personalized recommendation
CN106296305A (en)*2016-08-232017-01-04上海海事大学Electric business website real-time recommendation System and method under big data environment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
brand recommendation leveraging heterogeneous implicit feedbacks;Jing Wang等;《IEEE》;20160523;第1-6页*

Also Published As

Publication numberPublication date
CN109146606A (en)2019-01-04

Similar Documents

PublicationPublication DateTitle
Cheng et al.Evaluation methods and measures for causal learning algorithms
CN111444334B (en)Data processing method, text recognition device and computer equipment
CN109165975B (en)Label recommending method, device, computer equipment and storage medium
CN108665329B (en)Commodity recommendation method based on user browsing behavior
US9483741B2 (en)Rule-based item classification
CN110163647B (en)Data processing method and device
US11507989B2 (en)Multi-label product categorization
CN108363821A (en)A kind of information-pushing method, device, terminal device and storage medium
JP6435426B1 (en) Information analysis apparatus, information analysis method, and information analysis program
CN108960945A (en)Method of Commodity Recommendation and device
WO2018041168A1 (en)Information pushing method, storage medium and server
US20160285672A1 (en)Method and system for processing network media information
CN108846097B (en) User's interest tag representation method, article recommendation method, and device and equipment
US8655737B1 (en)Brand name synonymy
US8793201B1 (en)System and method for seeding rule-based machine learning models
CN111400613A (en)Article recommendation method, device, medium and computer equipment
CN115544242B (en)Big data-based similar commodity model selection recommendation method
CN109933660B (en) API Information Retrieval Method Based on Lectures and Websites Oriented to Natural Language
CN109146606B (en)Brand recommendation method, electronic equipment, storage medium and system
CN113496236A (en)User tag information determination method, device, equipment and storage medium
Liu et al.Fast recommendation on latent collaborative relations
CN113191896A (en)Recommendation method and device for bidding information and computer equipment
CN111523315B (en)Data processing method, text recognition device and computer equipment
Diwandari et al.Research Methodology for Analysis of E-Commerce User Activity Based on User Interest using Web Usage Mining.
CN113244618A (en)Car logo replacing method and device applied to map client and electronic equipment

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp