CN112016000B - Movie group recommendation method and system based on convolution collaborative filtering - Google Patents
Movie group recommendation method and system based on convolution collaborative filtering Download PDFInfo
- Publication number
- CN112016000B CN112016000B CN202010696335.7A CN202010696335A CN112016000B CN 112016000 B CN112016000 B CN 112016000B CN 202010696335 A CN202010696335 A CN 202010696335A CN 112016000 B CN112016000 B CN 112016000B
- Authority
- CN
- China
- Prior art keywords
- data
- convolution
- user
- embedding
- group
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9536—Search customisation based on social or collaborative filtering
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Evolutionary Computation (AREA)
- Biophysics (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Biomedical Technology (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Health & Medical Sciences (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention relates to a movie group recommendation method and system based on convolution collaborative filtering, wherein the recommendation method comprises the following steps: the user data and the commodity content data are obtained by an operator to form a user group and are processed into a format which can be identified by a model; processing the data by using a recommendation algorithm based on convolution collaborative filtering to obtain a recommendation list of the user group; recommending the relevant user groups, simultaneously acquiring feedback data of the users, returning the feedback data to the system, processing the feedback data into a corresponding format, then performing data processing and calculation on a recommendation list by using a convolution-based collaborative filtering algorithm, and continuously recommending commodities to the user groups. The invention has the advantages that: after linear fusion is carried out on the user embedding and project embedding characteristics, the processed fusion embedding vector is directly sent into a single-layer convolutional neural network; a lot of parameters are reduced. The hit rate of the recommended commodities of the model can be effectively improved.
Description
Technical Field
The invention relates to the technical field of recommendation services, in particular to a movie group recommendation method and system based on convolution collaborative filtering.
Background
With the social development becoming faster and faster, people need to screen a lot of information every day when surfing the internet; in order to solve the problem of information overload, recommendation systems are widely applied to online information systems such as e-commerce platforms and mobile apps. An efficient recommendation system not only brings flow and profits to the facilitator, but also helps to sort out the goods that are of greater interest to them.
The traditional recommendation algorithm is not applied to a system, so that the system performance has a large space for improvement, in the recent years, a recommendation system is applied to various neural networks, but most of the recommendation systems are forward propagation networks such as a multilayer perceptron and the like, so that the problem of complex and various parameters exists, and the system training model needs to take a long time; meanwhile, the conventional recommendation system is often used for recommending the commodities which are interested to the single user, and the efficiency of the recommendation system is low relative to the efficiency of group recommendation.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, provides a movie group recommendation method and system based on convolution collaborative filtering, and solves the defects of the conventional recommendation method.
The purpose of the invention is realized by the following technical scheme: a movie group recommendation method based on convolution collaborative filtering, the recommendation method comprising:
the user data and the commodity content data are obtained by an operator to form a user group and are processed into a format which can be identified by a model;
processing the data by using a recommendation algorithm based on convolution collaborative filtering to obtain a recommendation list of the user group;
recommending the relevant user groups, simultaneously acquiring feedback data of the users, returning the feedback data to the system, processing the feedback data into a corresponding format, then performing data processing and calculation on a recommendation list by using a convolution-based collaborative filtering algorithm, and continuously recommending commodities to the user groups.
Further, the data processing based on the convolution collaborative filtering recommendation algorithm comprises a user group embedding aggregation step, an item group embedding aggregation step and a feature interactive learning step of convolution collaborative filtering of the attention neural network; the user group embedding aggregation step of the attention neural network comprises the following steps:
collecting and processing original data, cleaning and recombining to obtain user data and project data;
embedding the user data of the user group by adopting an attention neural network, and learning the weighting weight of the user belonging to a certain specific group through the whole model;
and carrying out weighted aggregation on the embedded features of the users according to the weighted weights of the users belonging to a certain specific user group, thereby obtaining the embedded features of the user group.
Further, the feature interactive learning step of the convolution collaborative filtering includes:
fusing the embedding characteristics of the user group and the embedding characteristics of the project group according to the dot product mode of the corresponding elements, and superposing the fused result with the embedding characteristics of the user group and the embedding characteristics of the project group according to columns to obtain the dimensionality of data;
sending the obtained fusion characteristics of the data dimensionality into a convolution neural network for convolution operation processing;
and inputting the data output by the convolution operation into a full-connection layer network, continuing to train the model and continuously improving the accuracy of the model.
Further, the item group embedding aggregation step includes: and carrying out embedding operation on the high-dimensional sparse data through a neural network embedding algorithm according to the attribute data and the item ID of the item, and carrying out dimension reduction on the high-dimensional sparse data to convert the high-dimensional sparse data into low-dimensional and dense embedded feature vectors.
Further, the method further comprises: and combining new effective users into a new user group according to rules irregularly, and acquiring the recommended commodity information of the new user group through the convolution collaborative filtering recommendation algorithm.
Further, the user data and the commodity content data include: user ID, user age, user gender, user selected preferences, user address information, user browsing information, user purchase information, item ID, and category to which the item belongs.
A movie group recommendation system based on convolutional collaborative filtering, the movie group recommendation system comprising:
a data acquisition module: the system is used for acquiring user data and commodity content data to form a user group and processing the user data and the commodity content data into a format which can be identified by a model;
a data processing module: the recommendation method comprises the steps of processing the data by using a recommendation algorithm based on convolution collaborative filtering to obtain a recommendation list of a user group;
a recommendation module: the system is used for recommending the relevant user groups, simultaneously acquiring feedback data of the users, returning the feedback data to the system, processing the feedback data into a corresponding format, then performing data processing based on a convolution collaborative filtering algorithm to calculate a recommendation list, and continuously recommending commodities to the user groups.
Further, the data processing module comprises: embedding a user group into an aggregation unit and a feature interaction learning unit;
the user group embedding aggregation unit: embedding the user data of the user group through an attention neural network to obtain user weight, and then performing weighted aggregation on the embedded characteristics of the users to obtain the embedded characteristics of the user group;
the feature interaction learning unit: acquiring embedded characteristics of the user group and the project group for fusion, splicing according to the columns, inputting the total characteristics into a single-channel convolution neural network for convolution operation after splicing, and finally inputting data output by the convolution operation into a full-connection layer network.
The invention has the beneficial effects that: a movie group recommendation method and system based on convolution collaborative filtering are disclosed, after linear fusion of user embedding (or user group embedding) and project embedding characteristics, processed fusion embedding vectors are directly sent to a single-layer convolution neural network; because the convolutional neural network is in the process of calculation, neurons between networks are locally connected, and a group of connections can share a weight, so that a lot of parameters are reduced. Meanwhile, the pooling characteristic of the convolutional neural network can also well learn useful data of user embedding (or user group embedding) and item embedding characteristics, so that the preference score of a user or a user group for an item can be acquired more effectively. Therefore, the hit rate of the recommended commodities of the model can be effectively improved.
Drawings
FIG. 1 is a flow chart of the method of the present invention;
FIG. 2 is a schematic diagram of an attention neural network-based user group embedding aggregation structure according to the present invention;
FIG. 3 is a schematic diagram of a feature interactive learning structure based on convolution collaborative filtering according to the present invention;
FIG. 4 is an enlarged view of the calculation details of the mapping of Original Embedding (Original Embedding) to convolutional Embedding (CNN Embedding);
FIG. 5 is a schematic diagram of dot product of vector elements performed by Original Embedding (Original Embedding) and convolutional Embedding (CNN Embedding).
Detailed Description
In order to make the purpose, technical solution and advantages of the embodiments of the present application clearer, the technical solution in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, but not all the embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as presented in the figures, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application. The invention is further described below with reference to the accompanying drawings.
As shown in fig. 1, the present invention relates to a movie group recommendation method based on convolution collaborative filtering, which includes:
s1, acquiring new login user information through a big data operator, wherein the new login user information comprises information such as a user ID, a user age, a user gender, user selected preferences, an irregularly updated address of the user and the like;
s2, forming a new user group by using the user data acquired in the step S1 through a certain data processing mode, and carrying out data cleaning and statistics on the data of the commodities, so that subsequent model processing work is facilitated, and the data processing work facilitates the subsequent first directional recommendation of the commodities to the new user;
and S3, pushing the user and project data obtained in the step S2 to the model of the product. Through the cleaning and recombination of data, new effective users are not regularly combined into a new user group according to rules; by a convolution collaborative filtering recommendation algorithm, firstly, the embedded characteristics of the user group and the project group are obtained, then the characteristics are spliced according to columns, the total characteristics are input into a single-channel convolution neural network after splicing, and the data output by convolution is continuously input into a full-connection layer network. By training the model, the accuracy of the model is continuously improved. Finally, acquiring a commodity recommendation list of the user group by using the trained model;
and S4, acquiring original data of the new user and the commodity from the operator big data system, wherein the original data comprises user login information, user age and gender, recent browsing data of the user, historical user purchasing data, new and old commodity IDs and the like. Using the new click data of the batch of users to further push commodities to the users;
and S5, acquiring data of the effective user group about browsing time, browsing times, effective operation types and the like of the recommended commodities. Model learning and commodity recommendation are continuously carried out on the existing user groups. Meanwhile, new users are obtained through a big data operator, new user groups are formed regularly, and directional recommendation of commodities is conducted.
As shown in fig. 2, the user group aggregation algorithm based on the attention neural network comprises the following steps:
and A1, collecting and processing the original data, and cleaning and recombining the original data to obtain user data and project data, wherein the user data comprises the number, the ID and the attribution group of the users. The data of the article includes the number of the article, the ID of the article, and the like;
a2, based on step A1, carrying out weighted aggregation processing on the user data of each user group, wherein the weighted mode adopts an attention neural network. The specific implementation comprises the following steps: the data of each user is subjected to an embedding process, and the weighted weight of the user belonging to a certain group is learned through the whole model. The weights of the items are also learned. The learned user weights are:
wherein h (i, t) in the above formula represents the user, item embedding combination propagated through the full connection. On this basis, the individual user-embedded attention weight is obtained via the softmax activation function.
And A3, applying the weight of the user learned in the step A2 and belonging to a specific group to carry out weighted aggregation on the embedded features of the user, thereby obtaining the embedded features of the group. To facilitate subsequent feature fusion operations. The group embedded features aggregated by the user embedded features are represented as:
here, the group embedding feature g obtained based on CAMRA2011 datal(i) Has a dimension of 256 x 32.
Further, the implementation of the embedded feature of the set of items includes: and carrying out embedding operation on the high-dimensional sparse data through a neural network embedding algorithm according to the attribute data and the item ID of the item, and carrying out dimension reduction on the high-dimensional sparse data to convert the high-dimensional sparse data into low-dimensional and dense embedded feature vectors.
The item refers to a commodity or an article in the recommendation list, and includes many types of commodities, such as commodities on apps of Taobao, Jingdong, Shuduo and the like; or virtual goods such as movies, music, etc.
As shown in fig. 3, the feature interactive learning algorithm based on convolution collaborative filtering is:
b1, fusing the acquired group characteristics and the acquired project characteristics in a dot-product mode according to corresponding elements: gl(i)⊙vjAnd overlapping the fused result with the group characteristics and the item characteristics according to the column. The data dimension after stacking is 256 × 96.
And B2, sending the fusion features with the dimension of 256 × 96 acquired in the step B1 into a convolutional neural network, and performing convolution operation processing on the fusion features.
B3, the concrete operation of the model convolution structure comprises: the embedding layer maps the interaction, the fully-connected layer, and the prediction layer.
Firstly, convolution operation is carried out, when convolution operation is carried out, a convolution kernel is assumed to be k x k, boundary filling is set to be P, step size is S, and input dimension is assumed to be H x W, then output dimension H becomes HW is changed intoLet the convolution kernel k 3, the padding P1, and the step S1. Then dimension 256 x 96 of the input remains unchanged after convolution. After convolution, pass throughThe convolutional embedding and the original embedding are element dot multiplied.
V=F(A,E)=[a1·e1,···,af·ef]=[c1,···,cf]
Wherein A represents original embedding, E represents convolution embedding, and V represents embedding of original feature importance degree through convolution processing.
Then using the full connectivity layer:
s=RELU(W2(RELU(W1V+b1))+b2)
wherein V is data obtained by embedding interaction; a is1: a column of vectors (we set a total of f columns) of the original embedded features (after the user embedded features and the item embedded features are fused); e.g. of the type1: a convolution-embedded column of vectors (we set a total of f columns) is obtained after the original embedded features are subjected to convolution layer processing; c. C1:a1·e1The result obtained by calculation adopts the vector calculation mode of FIG. 5 among the results; b1、b2: bias vectors of neural network forward propagation by optimization algorithm and W1、W2Training is carried out synchronously, wherein W1、W2Representing a mapping parameter matrix.
Finally, a prediction score can be obtained by using the prediction layer.
We can vary W1,W2To determine the amount of the parameter. The parameters of a convolution kernel added by a single layer convolution are 9 parameters, and when W is1:96*32,W2:32*1. The parameters of the fully connected layers are 3104(96 × 32+32 × 1) parameters. It can be seen that the amount of parameters added by convolution is small.
Where 256 x 96 data dimensions are derived: the batch of the program is firstly set to 256 pieces of data per batch, that is, each batch of training set comprises 256 pieces of data of users (groups) and 256 pieces of data of items, and the characteristic dimension of each entity is set to 32. As shown in FIG. 3, the dimensions of the embedded features of the user (group), the item, and the user (group) and item interactions are the same:
gl(i),vj,gl(i)⊙vj∈R256*32
in the fusion stage, three groups of embedded features are fused according to 'columns', so that the number of rows is kept unchanged, the number of columns is added, and the dimensionality after fusion is changed into:
Original Embedding∈R256*96
as shown in fig. 4, the boundary was complemented by 0 using a convolution kernel of 3 × 3: let P be 1 and let the step size of the convolution be equal to 1, then the dimension of the embedded feature remains unchanged after the convolution operation using the convolution kernel. As shown in fig. 5, the dot product between vector elements is performed for Original Embedding (Original Embedding) and convolutional Embedding (CNN Embedding). The resulting formula is:
V=F(A,E)=A⊙E=[a1·e1,···,af·ef]=[c1,···,cf]
the original embedded feature and the convolution embedded feature here are already features after user (group) and item interaction.
The present invention divides data into 290 groups of users in a particular experiment. The data includes 113334 pieces of user scoring training data, 3010 pieces of user scoring test data, 143618 pieces of group scoring training data and 1450 pieces of group scoring test data. And 3010 pieces of negative sample data were constructed for user test data, 1450 pieces of negative sample data were constructed for user group test data, each piece of test data followed by 100 negative sample items (negative samples that were not clicked by the group or the user). Wherein the negative sample data of users and groups of users is used in the evaluation of the model.
The online data is obtained by collecting active user data of a big data platform, and the function of recommending proper commodities to groups or single users can be achieved by processing the data collected regularly in a streaming mode.
By using the convolutional neural network, the increasing chance of the parameters can be ignored after the convolution is increased, and 9 parameters of the Convolutional Neural Network (CNN) are equivalent to 3104 parameters of a multilayer perceptron (MLP); the convolution Embedding is obtained by convolution processing of Original Embedding (Original Embedding), and the part serves as the feature weight of the Original Embedding, namely the convolution Embedding and the Original Embedding are subjected to dot multiplication, and after the dot multiplication, the importance of the Original embedded feature is successfully modeled.
The foregoing is illustrative of the preferred embodiments of this invention, and it is to be understood that the invention is not limited to the precise form disclosed herein and that various other combinations, modifications, and environments may be resorted to, falling within the scope of the concept as disclosed herein, either as described above or as apparent to those skilled in the relevant art. And that modifications and variations may be effected by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (4)
1. A movie group recommendation method based on convolution collaborative filtering is characterized in that: the recommendation method comprises the following steps:
the user data and the commodity content data are obtained by an operator to form a user group and are processed into a format which can be identified by a model;
processing the data by using a recommendation algorithm based on convolution collaborative filtering to obtain a recommendation list of the user group;
recommending related user groups, simultaneously acquiring feedback data of the users, returning the feedback data to the system, processing the feedback data into a corresponding format, then performing data processing and calculation on a recommendation list by using a convolution-based collaborative filtering recommendation algorithm, and continuously recommending commodities to the user groups;
the data processing based on the convolution collaborative filtering recommendation algorithm comprises a user group embedding aggregation step, an item group embedding aggregation step and a feature interactive learning step of convolution collaborative filtering of an attention neural network; the user group embedding aggregation step of the attention neural network comprises the following steps:
collecting and processing original data, cleaning and recombining to obtain user data and project data;
embedding the user data of the user group by adopting an attention neural network, and learning the weighting weight of the user belonging to a certain specific group through the whole model;
carrying out weighted aggregation on the embedded features of the users according to the weighted weights of the users belonging to a certain specific user group, thereby obtaining the embedded features of the user group;
the item group embedding aggregation step comprises: carrying out embedding operation on the high-dimensional sparse data through a neural network embedding algorithm according to the attribute data and the project ID of the project, and carrying out dimension reduction on the high-dimensional sparse data to convert the high-dimensional sparse data into low-dimensional and dense embedded feature vectors;
the feature interactive learning step of the convolution collaborative filtering comprises the following steps:
fusing the obtained embedded characteristics of the user group and the embedded characteristics of the project group according to the dot-product mode of the corresponding elements, and superposing the fused result with the embedded characteristics of the user group and the embedded characteristics of the project group according to columns to obtain the dimensionality of data; the data dimension after stacking is 256 × 96;
sending the obtained fusion characteristics of the data dimensionality into a convolution neural network for convolution operation processing;
inputting data output by convolution operation into a full-connection layer network, continuing to train the model and continuously improving the accuracy of the model;
firstly, convolution operation is carried out, when convolution operation is carried out, a convolution kernel is assumed to be k x k, boundary filling is set to be P, step size is S, and input dimension is assumed to be H x W, then output dimension H becomes HW is changed intoLet convolution kernel k 3, padding P1, step S1, and after convolution, input dimension 256 x 96 remains unchanged;
after convolution, the convolved embedding and the original embedding are subjected to element dot multiplication, and V is F (A, E) [ [ a ] ]1·e1,···,af·ef]=[c1,···,cf]Where A denotes original embedding, E denotes convolution embedding, and V denotes pass volumeProduct processing, which can model the embedding of the importance of the original features;
then using the full connectivity layer: s ═ RELU (W)2(RELU(W1V+b1))+b2) Wherein V is data obtained by embedding interaction; a is1: a column of vectors of the original embedded features; e.g. of the type1: a row of vectors of convolution embedding are obtained after the original embedding characteristics are processed by a convolution layer; c. C1:a1·e1Calculating the obtained result; b1、b2: bias vectors of neural network forward propagation by optimization algorithm and W1、W2Training is carried out synchronously, wherein W1、W2Representing a mapping parameter matrix.
2. The movie group recommendation method based on convolution collaborative filtering as claimed in claim 1, wherein: the method further comprises the following steps: and combining new effective users into a new user group according to rules irregularly, and acquiring the recommended commodity information of the new user group through the convolution collaborative filtering recommendation algorithm.
3. The movie group recommendation method based on convolution collaborative filtering as claimed in claim 2, wherein: the user data and the commodity content data include: user ID, user age, user gender, user selected preferences, user address information, user browsing information, user purchase information, item ID, and category to which the item belongs.
4. A movie group recommendation system based on convolution collaborative filtering, characterized in that: the movie group recommendation system includes:
a data acquisition module: the system is used for acquiring user data and commodity content data to form a user group and processing the user data and the commodity content data into a format which can be identified by a model;
a data processing module: the recommendation method comprises the steps of processing the data by using a recommendation algorithm based on convolution collaborative filtering to obtain a recommendation list of a user group;
a recommendation module: the system is used for recommending related user groups, simultaneously acquiring feedback data of the users, returning the feedback data to the system, processing the feedback data into a corresponding format, then performing data processing on the feedback data by using a convolution-based collaborative filtering algorithm to calculate a recommendation list, and continuously recommending commodities to the user groups;
the data processing module comprises: the system comprises a user group embedding aggregation unit, an item group embedding aggregation unit and a feature interaction learning unit;
the user group embedding aggregation unit: embedding the user data of the user group through an attention neural network to obtain user weight, and then performing weighted aggregation on the embedded characteristics of the users to obtain the embedded characteristics of the user group;
the item group embedding aggregation unit: carrying out embedding operation on the high-dimensional sparse data through a neural network embedding algorithm according to the attribute data and the project ID of the project, and carrying out dimension reduction on the high-dimensional sparse data to convert the high-dimensional sparse data into low-dimensional and dense embedded feature vectors;
the feature interaction learning unit: acquiring embedded characteristics of a user group and a project group for fusion, splicing according to columns, inputting total characteristics into a single-channel convolution neural network for convolution operation after splicing, and finally inputting data output by the convolution operation into a full-connection layer network;
the method specifically comprises the following steps: firstly, convolution operation is carried out, when convolution operation is carried out, a convolution kernel is assumed to be k x k, boundary filling is set to be P, step size is S, and input dimension is assumed to be H x W, then output dimension H becomes HW is changed intoLet convolution kernel k 3, padding P1, step S1, and after convolution, input dimension 256 x 96 remains unchanged;
after convolution, the convolved embedding and the original embedding are subjected to element dot multiplication, and V is F (A, E) [ [ a ] ]1·e1,···,af·ef]=[c1,···,cf]Wherein A represents the original embeddingsE represents convolution embedding, and V represents embedding of original feature importance degree through convolution processing;
then using the full connectivity layer: s ═ RELU (W)2(RELU(W1V+b1))+b2) Wherein V is data obtained by embedding interaction; a is1: a column of vectors of the original embedded features; e.g. of the type1: a row of vectors of convolution embedding are obtained after the original embedding characteristics are processed by a convolution layer; c. C1:a1·e1Calculating the obtained result; b1、b2: bias vectors of neural network forward propagation by optimization algorithm and W1、W2Training is carried out synchronously, wherein W1、W2Representing a mapping parameter matrix.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010696335.7A CN112016000B (en) | 2020-07-20 | 2020-07-20 | Movie group recommendation method and system based on convolution collaborative filtering |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010696335.7A CN112016000B (en) | 2020-07-20 | 2020-07-20 | Movie group recommendation method and system based on convolution collaborative filtering |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112016000A CN112016000A (en) | 2020-12-01 |
CN112016000B true CN112016000B (en) | 2021-08-10 |
Family
ID=73499662
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010696335.7A Active CN112016000B (en) | 2020-07-20 | 2020-07-20 | Movie group recommendation method and system based on convolution collaborative filtering |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112016000B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113868543B (en) * | 2021-12-02 | 2022-03-01 | 湖北亿咖通科技有限公司 | Method for sorting recommended objects, method and device for model training and electronic equipment |
DE202023104110U1 (en) | 2023-07-23 | 2023-07-28 | Upasana Adhikari | Intelligent encryption-based system for movie recommendations |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190362220A1 (en) * | 2018-05-25 | 2019-11-28 | Sap Se | Attentive neural collaborative filtering for modeling implicit feedback |
CN109299396B (en) * | 2018-11-28 | 2020-11-06 | 东北师范大学 | Convolutional neural network collaborative filtering recommendation method and system fusing attention model |
CN110060097A (en) * | 2019-04-01 | 2019-07-26 | 苏州市职业大学 | User behavior sequence of recommendation method based on attention mechanism and convolutional neural networks |
CN110765260A (en) * | 2019-10-18 | 2020-02-07 | 北京工业大学 | Information recommendation method based on convolutional neural network and joint attention mechanism |
-
2020
- 2020-07-20 CN CN202010696335.7A patent/CN112016000B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN112016000A (en) | 2020-12-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12050978B2 (en) | Webinterface generation and testing using artificial neural networks | |
CN107145518B (en) | Personalized recommendation system based on deep learning in social network | |
CN111222332B (en) | Commodity recommendation method combining attention network and user emotion | |
EP4411567A1 (en) | Item recommendation method and apparatus, and storage medium | |
CN110162693A (en) | A kind of method and server of information recommendation | |
CN109087178A (en) | Method of Commodity Recommendation and device | |
CN112131480A (en) | Personalized commodity recommendation method and system based on multilayer heterogeneous attribute network representation learning | |
CN112016000B (en) | Movie group recommendation method and system based on convolution collaborative filtering | |
CN115860880B (en) | Personalized commodity recommendation method and system based on multi-layer heterogeneous graph convolution model | |
CN110175895A (en) | A kind of item recommendation method and device | |
CN113190751B (en) | Recommendation method fusing keyword generation | |
CN109670909A (en) | A kind of travelling products recommended method decomposed based on probability matrix with Fusion Features | |
CN115481325A (en) | Personalized news recommendation method and system based on user global interest migration perception | |
CN113344648B (en) | Advertisement recommendation method and system based on machine learning | |
CN109800424A (en) | It is a kind of based on improving matrix decomposition and the recommended method across channel convolutional neural networks | |
CN112767085A (en) | Commodity similarity analysis and commodity recommendation method, commodity similarity analysis and commodity recommendation device, and computer storage medium | |
Ao et al. | Deep Collaborative Filtering Recommendation Algorithm Based on Sentiment Analysis | |
CN118246939A (en) | Method and system for processing DeepFM model browsing data based on attention mechanism | |
CN108830680A (en) | Personalized recommendation method, system and storage medium based on discrete disassembler | |
CN115293815A (en) | Cross-platform e-commerce user alignment method based on user commodity interest | |
Sun et al. | DeepPRFM: Pairwise Ranking Factorization Machine Based on Deep Neural Network Enhancement | |
CN118332194B (en) | Cross-domain cold start recommendation method, device, equipment and storage medium | |
Wang et al. | Multi-Kernel-FM: A Multi-Embedding & Kernelization Factorization Machine Framework for CTR Prediction | |
Nasti et al. | Analysis of Customer Behaviour using Modern Data Mining Techniques | |
Yuyao | Multi-round tag recommendation algorithm for shopping guide robots |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |