CN115659277A - E-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion - Google Patents
E-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion Download PDFInfo
- Publication number
- CN115659277A CN115659277A CN202211299136.8A CN202211299136A CN115659277A CN 115659277 A CN115659277 A CN 115659277A CN 202211299136 A CN202211299136 A CN 202211299136A CN 115659277 A CN115659277 A CN 115659277A
- Authority
- CN
- China
- Prior art keywords
- commodity
- behavior
- vector
- feature
- feature vector
- 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
Links
- 230000004927 fusion Effects 0.000 title claims abstract description 73
- 238000000034 method Methods 0.000 title claims abstract description 29
- 238000000605 extraction Methods 0.000 claims abstract description 52
- 238000012549 training Methods 0.000 claims abstract description 21
- 239000013598 vector Substances 0.000 claims description 372
- 230000006399 behavior Effects 0.000 claims description 187
- 238000013528 artificial neural network Methods 0.000 claims description 35
- 239000011159 matrix material Substances 0.000 claims description 35
- 125000004122 cyclic group Chemical group 0.000 claims description 13
- 230000001105 regulatory effect Effects 0.000 claims description 12
- 230000001276 controlling effect Effects 0.000 claims description 10
- 238000004590 computer program Methods 0.000 claims description 8
- 230000006870 function Effects 0.000 claims description 8
- 230000008569 process Effects 0.000 claims description 8
- 238000010586 diagram Methods 0.000 claims description 5
- 239000000284 extract Substances 0.000 claims description 5
- 238000006386 neutralization reaction Methods 0.000 claims description 5
- 230000003993 interaction Effects 0.000 claims description 4
- 230000007246 mechanism Effects 0.000 claims description 4
- 230000004913 activation Effects 0.000 claims description 3
- 238000004364 calculation method Methods 0.000 claims description 3
- 238000012512 characterization method Methods 0.000 claims description 3
- 238000010606 normalization Methods 0.000 claims description 3
- 230000003044 adaptive effect Effects 0.000 claims description 2
- 238000004422 calculation algorithm Methods 0.000 description 5
- 230000000306 recurrent effect Effects 0.000 description 3
- 230000009471 action Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 2
- 230000002452 interceptive effect Effects 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 102000002274 Matrix Metalloproteinases Human genes 0.000 description 1
- 108010000684 Matrix Metalloproteinases Proteins 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 238000007418 data mining Methods 0.000 description 1
- 238000000354 decomposition reaction Methods 0.000 description 1
- 238000013135 deep learning Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000003472 neutralizing effect Effects 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses an e-commerce session recommendation method and system based on multi-behavior feature fusion. The method comprises the following steps: acquiring four kinds of session behavior data of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in an e-commerce database; an e-commerce conversation recommendation model based on multi-behavior feature fusion is constructed and comprises a behavior feature extraction module, a commodity high-order feature extraction module, a conversation feature extraction module and a commodity recommendation module; training the e-commerce session recommendation model by using four session behavior data in an e-commerce database; and recommending commodities to the users in the conversation by using the trained e-commerce conversation recommendation model, and outputting a recommendation result. The invention utilizes the multi-behavior characteristic in the electronic commerce conversation recommendation model and can effectively improve the recommendation performance.
Description
Technical Field
The invention relates to the field of data mining, in particular to an e-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion.
Background
The e-commerce session recommendation refers to predicting commodities which are about to interact with a user by utilizing anonymous session information of the user, namely commodities which are interacted with the user in a short-time session in an e-commerce application scene, and is an important branch and a sub-topic of a recommendation system.
Initial conversational recommendations widely used the markov chain approach, usually using the previous interactive item to predict the next possible interactive item. Rendle et al combine the Markov chain with matrix decomposition for predicting the next interaction term; le et al build a Markov payment model by adding context information to improve recommendation performance; however, this method is performed under the assumption of strong independence, which limits the accuracy of prediction. In recent years, with the development of deep learning, a recurrent neural network is widely used in conversational recommendation. Hidasi et al propose the GRU4Rec model, which uses a recurrent neural network for session recommendation for the first time; tan et al upgrades the GRU4Rec model, improves recommendation performance and alleviates the over-fitting problem; liu et al utilize multiple layers of perceptrons and attention networks to improve recommendation performance. But the recurrent neural network is based on a dependency assumption that any adjacent interaction must contain a sequential relationship. Under the assumption of dependency, this method can only capture point-by-point dependencies, but not collective dependencies. The graph neural network can capture complex dependency relationships among nodes by virtue of the strong graph structure advantages, and is widely applied to recent session recommendation research. The SR-GNN model proposed by Wu et al applies graph networks to conversational recommendations for the first time and enhances conversational representation by adding an attention mechanism; the GC-SAN proposed by Xu et al learns a more accurate representation of the session using a multi-layer self-attention network. The strong node learning capability of the graph neural network enables the performance of the session recommendation to be greatly improved.
Although the application of the neural network greatly improves the performance of the conversation recommendation, the characteristic learning based on the click behavior cannot fully reflect the commodity characteristics and the conversation characteristics. In fact, besides the clicking action on the commodity, the user may also take other actions such as collecting, purchasing, adding to a shopping cart, etc., which also affect the feature learning. The existing model rarely considers other behaviors except the click behavior, so that the characteristic learning of the commodity is incomplete, and the recommendation performance is reduced.
Disclosure of Invention
The purpose of the invention is as follows: aiming at the defects of the prior art, the invention aims to provide an e-commerce conversation recommendation method and system based on multi-behavior feature fusion.
The technical scheme is as follows: in order to achieve the aim, the invention provides an e-commerce conversation recommendation method based on multi-behavior feature fusion, which comprises the following steps of:
s1: acquiring four kinds of session behavior data of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in an e-commerce database;
s2: an e-commerce conversation recommendation model based on multi-behavior feature fusion is constructed and comprises a behavior feature extraction module, a commodity high-order feature extraction module, a conversation feature extraction module and a commodity recommendation module;
the behavior feature extraction module is used for extracting feature vectors of four behaviors of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in a conversation; the click behavior is a primary behavior, and the three behaviors of collecting, purchasing and adding into the shopping cart are secondary behaviors occurring on the basis of the click behavior;
the commodity feature extraction module consists of a hierarchical gate control circulation unit network and is used for fusing the extracted four behavior feature vectors and outputting commodity feature vectors; the hierarchical gated cyclic unit network is composed of three levels of gated cyclic unit networks:
the first-level gating circulation unit network takes the collection behavior feature vector and the purchasing behavior feature vector as input, adaptively learns the importance weights of the collection behavior feature vector and the purchasing behavior feature vector, and performs weighted summation on the importance weights to obtain a fusion feature vector of the collection behavior feature and the purchasing behavior feature;
the second-level gate control circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weight of the two feature vectors, and performs weighted summation on the importance weight to obtain the fusion feature vector of the secondary behavior;
the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector;
the commodity high-order feature extraction module is composed of a gated graph neural network, and extracts commodity high-order feature vectors by taking an adjacency matrix constructed by the click sequence relation of users to commodities in a session and the commodity feature vectors as input;
the conversation feature extraction module consists of an attention module and a gate control circulation unit network, and is used for performing self-adaptive fusion on the current interest feature vector and the global interest feature vector and outputting a conversation feature vector;
the commodity recommendation module calculates the similarity between the conversation characteristic vector and the candidate commodity characteristic vector through vector dot product operation, sorts the conversation characteristic vector and the candidate commodity characteristic vector according to the similarity from high to low, and recommends K-bit commodities with the similarity ranking top to the user;
s3: training the e-commerce session recommendation model by using four session behavior data in an e-commerce database;
s4: and recommending commodities to the users in the conversation by using the trained e-commerce conversation recommendation model, and outputting a recommendation result.
Preferably, the behavior feature extraction module in step S2 extracts four behavior feature vectors of clicking, collecting, purchasing, and adding a shopping cart to a commodity by a user in a session, and includes the following specific steps:
s2.1.1: for n commodities { v in e-commerce database 1 ,v 2 ,…,v n One-hot coding is carried out, and the codes are respectively embedded into d 1 Dimension space, get d 1 Commodity characterization vector of dimensionsWherein i =1,2, \8230;, n, d 1 Is a positive integer;
s2.1.2: one-hot coding is carried out on three secondary behaviors of collection, purchase and addition to a shopping cart, and the three secondary behaviors are respectively embedded into d 2 Dimension space, get d 2 Collection behavior feature vector of dimensionPurchasing behavior feature vectorAdding shopping cart behavior feature vectorWherein d is 2 Is a positive integer;
s2.1.3: for a commodity v i Characterizing the merchandise by a vector c i Respectively spliced with the three secondary behavior feature vectors to obtain a commodity v i Collected behavior feature vector ofPurchasing behavior feature vectorAdding behavior feature vectors to a shopping cart
S2.1.4: for a commodity v i Characterizing the commodity as a vector c i Performing 0 complementing operation to obtain click behavior feature vectorWherein 0 is d 2 Zero vector of dimensions.
Preferably, the commodity feature extraction module in step S2 fuses the four extracted behavior feature vectors to output a commodity feature vector, and the specific steps are as follows:
s2.2.1: first-level gated cyclic unit network with commodity v i The collection behavior feature vector and the purchasing behavior feature vector are used as input, the importance weights of the collection behavior feature vector and the purchasing behavior feature vector are learned in a self-adaptive mode, the importance weights are subjected to weighted summation, the fusion feature vector of the collection behavior feature and the purchasing behavior feature is obtained, and the expression is as follows:
g 1 =σ(W 1 f i +W 2 b i )
m i =g 1 ⊙f i +(1-g 1 )⊙b i
wherein,andis a matrix of weights that can be trained,is a weight vector used for regulating and controlling the contribution degree of the collection behavior feature vector and the purchasing behavior feature vector, sigma (-) represents sigmoid nonlinear activation function,is a full 1 vector, which indicates a hadamard product,is a fusion feature vector of collection and purchase behavior features;
s2.2.2: the second-level gating circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weights of the two input feature vectors, and performs weighted summation on the importance weights to obtain the fusion feature vector of the secondary behavior, wherein the expression is as follows:
g 2 =σ(W 3 m i +W 4 a i )
n i =g 2 ⊙m i +(1-g 2 )⊙a i
wherein,andis a matrix of weights that can be trained,is a weight vector used for regulating and controlling the contribution degree of the collection and purchase fusion feature vector and the feature vector added into the behavior of the shopping cart,is a fused feature vector of the secondary behavior;
s2.2.3: the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two input characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector, wherein the expression is as follows:
g 3 =σ(W 5 n i +W 6 r i )
wherein,andis a matrix of weights that can be trained in the process,is a weight vector for regulating and controlling the contribution degree of the fusion feature vector of the click behavior feature vector and the secondary behavior,is a commodity feature vector.
Preferably, the commodity high-order feature extraction module in step S2 takes an adjacency matrix and a commodity feature vector constructed by a user' S click order relationship to the commodity in the session as input, and the specific steps of extracting the commodity high-order feature vector are as follows:
s2.3.1: for different goods v in a conversation s s,1 ,v s,2 ,...,v s,l The commodity feature vectors are respectively expressed asAccording to the click sequence relation v of the user to the commodity in the session s,1 →v s,2 →…→v s,m Building a adjacency matrixElement x in the adjacency matrix ow When o = w, the value is 1; when o ≠ w, if the merchandise v s,o And the commodity v s,w There is a sequential interaction relationship, i.e. clicking on the item v s,o Then click on the commodity v s,w Then x ow =1, otherwise x ow =0; where l represents the number of different items in the conversation s, l is a positive integer, o =1,2,. L, w =1,2,...l,m∈{1,2,...,l};
s2.3.2: for item v in conversation s s,j Feature vectors of merchandise in conversation s and adjacency matrix A s Neutralization commodity v s,j Inputting the related column vectors into an L-layer gating graph neural network; after k-layer gating graph neural network learning, a commodity v is obtained s,j The expression of the aggregated feature vector of (2) is:
wherein,andis a learnable parameter that, when k =1,is thatIs a commodity feature vector that, when k ∈ {2, 3.., L },is a commodity feature vector output by the neural network of the gate map of the k-1 level,represents the adjacency matrix A s Neutralization commodity v s,j The associated column vector is then used to determine,commodity v representing k-th layer gate control graph neural network output s,j L is a positive integer, j belongs to {1, 2.. Multidot.l }, and k belongs to {1,2, 3.. Multidot.l };
s2.3.3: using the updated gate of the gating network, adaptively learning in the k-th layer gating graph neural network, and obtaining the commodity v s,j Commodity characteristic vector output by k-1 layer networkThe information needing to be updated is expressed as follows:
wherein,andis a parameter that can be learned by the user,the weight vector of the output of the update gate in the gate control network determines the commodity characteristic vector output by the k-1 layer networkHow much information is updated;
s2.3.4: using reset gate of gate control network, self-adaptive learning in k-th layer gate control graph neural network s,j Commodity characteristic vector output in k-1 layer networkThe information to be discarded is needed, and a candidate state vector of the k-th layer network is calculated, and the expression is as follows:
wherein,andis a parameter that can be learned by the user,is the output vector of the reset gate in the gate control network, and determines the commodity characteristic vector output by the k-1 layer networkHow much information is discarded and how much information is discarded,is a candidate state vector for the k-th layer network;
s2.3.5: calculating the goods v s,j And (3) outputting the commodity feature vector after passing through the k-th layer gate control diagram neural network, wherein the expression of the commodity feature vector is as follows:
wherein,goods v s,j Commodity feature vectors output after passing through a k-layer gating graph neural network;
s2.3.6: when k = L, we obtain v s,j The expression of the commodity high-order feature vector is as follows:
wherein,is v s,j The commodity high-order feature vector of (1); goods v in conversation s s,1 ,v s,2 ,...,v s,l The high-order feature vectors thereof all are from aboveThe steps are calculated and respectively expressed as
Preferably, the session feature extraction module in step S2 performs adaptive fusion on the current interest feature vector and the global interest feature vector to output a session feature vector, and the specific steps are as follows:
s2.4.1: for items v clicked in order in session s s,1 →v s,2 →…→v s,m The last clicked commodity v in the conversation s,m Higher order feature vector ofConsidering as a current interest feature vector
S2.4.2: calculating a weight coefficient of a high-order feature vector of each commodity in the conversation and a current interest feature vector through a soft attention mechanism, and calculating to obtain a global interest feature vector according to the weight coefficient, wherein the expression is as follows:
wherein,andis a matrix of weights that can be trained,is a parameter that can be learned by the user,is the transpose of q, α j Is the weight coefficient obtained by the calculation,is a global interest feature vector;
s2.4.3: using a gate control cycle unit network to perform self-adaptive fusion on the obtained current interest feature vector and the global interest feature vector to obtain a session feature vector, wherein the expression is as follows:
g 4 =σ(W 9 s l +W 10 s g )
s h =g 4 ⊙s l +(1-g 4 )⊙s g
wherein,andis a matrix of weights that can be trained,is a weight vector for regulating and controlling the contribution degree of the current interest feature vector and the global interest feature vector,is the session feature vector.
Preferably, the commodity recommending module in step S2 calculates a similarity score vector between the conversation feature vector and a candidate commodity feature vector through a vector dot product operation, where the candidate commodities are n commodities in an e-commerce database, and the expression of the similarity score vector is as follows:
wherein,is s h Transposing; scoring a similarity vector z using a softmax function i And (4) carrying out normalization, wherein the expression is as follows:
y i =softmax(z i )
and sorting the commodities according to the normalized value of the similarity score vector from high to low, and recommending K-bit commodities before ranking to the user, wherein K is a positive integer.
In addition, the invention provides an e-commerce conversation recommendation system based on multi-behavior feature fusion, which comprises a behavior feature extraction module, a commodity high-order feature extraction module, a conversation feature extraction module and a commodity recommendation module;
the behavior feature extraction module is used for extracting feature vectors of four behaviors of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in a conversation; the click behavior is a primary behavior, and the three behaviors of collecting, purchasing and adding into the shopping cart are secondary behaviors occurring on the basis of the click behavior;
the commodity feature extraction module consists of a hierarchical gate control circulation unit network and is used for fusing the extracted four behavior feature vectors and outputting commodity feature vectors; the hierarchical gated cyclic unit network is composed of three levels of gated cyclic unit networks:
the first-stage gating circulation unit network takes the collection behavior characteristic vector and the purchasing behavior characteristic vector as input, adaptively learns the importance weights of the collection behavior characteristic vector and the purchasing behavior characteristic vector, and performs weighted summation on the importance weights to obtain a fusion characteristic vector of the collection behavior characteristic and the purchasing behavior characteristic;
the second-level gate control circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weight of the two feature vectors, and performs weighted summation on the importance weight to obtain the fusion feature vector of the secondary behavior;
the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector;
the commodity high-order feature extraction module is composed of a gated graph neural network, and takes an adjacency matrix constructed by a user clicking sequence relation of commodities and commodity feature vectors in a session as input to extract the commodity high-order feature vectors;
the session feature extraction module is composed of an attention module and a gate control circulation unit network, and is used for performing self-adaptive fusion on the current interest feature vector and the global interest feature vector and outputting a session feature vector;
the commodity recommendation module calculates the similarity between the conversation characteristic vector and the candidate commodity characteristic vector through vector dot product operation, sorts the conversation characteristic vector and the candidate commodity characteristic vector according to the similarity from high to low, and recommends K-bit commodities with the similarity ranking to a user;
furthermore, the present invention provides an e-commerce session recommendation apparatus based on multi-behavior feature fusion, including at least one computing device, the computing device including a memory, a processor, and a computer program stored in the memory and executable on the processor, the computer program, when loaded into the processor, implementing an e-commerce session recommendation method based on multi-behavior feature fusion according to any one of claims 1 to 7.
Furthermore, the present invention proposes a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, implements a multi-behavior feature fusion based e-commerce session recommendation method according to any one of claims 1 to 7.
Has the beneficial effects that: compared with the prior art, the technical scheme of the invention has the following beneficial technical effects:
1. by means of multi-behavior feature fusion, commodity feature representation is enriched, in the subsequent feature learning process, the conversation purpose of a user can be better grasped, and more targeted recommendation is implemented;
2. the relationship among various behaviors is learned in a self-adaptive mode by utilizing the multi-level gating cycle unit network, so that the model has good trainability, and the robustness and the generalization of the session recommendation system are improved;
3. and a global interest characteristic and a current interest characteristic are fused by using the gated cyclic unit network, a session characteristic learning mode is updated, and the performance of the session recommendation system is further improved.
Drawings
FIG. 1 is an e-commerce session recommendation method based on multi-behavior feature fusion according to the present invention;
FIG. 2 is a block diagram of a multi-level gated loop cell network used in the present invention;
FIG. 3 is a schematic diagram of a neural network for a gated graph of high-order feature vectors of merchandise in a learning session according to the present invention;
FIG. 4 is a block diagram of a gated cyclic unit network incorporating global interest feature vectors and current interest feature vectors in accordance with the present invention.
Detailed Description
The following provides a more detailed description of embodiments of the present invention, as illustrated in the accompanying drawings.
As shown in fig. 1, an e-commerce session recommendation method based on multi-behavior feature fusion provided by an embodiment of the present invention mainly includes the following steps:
step S1, four kinds of conversation behavior data of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in an E-commerce database are obtained: the present embodiment uses the UserBehavior database, which is a Taobao user behavior database provided by Aliiba; the database comprises all behaviors (behaviors comprise clicking, collecting, purchasing and adding a shopping cart) of about one million random users between 2017-09-11 and 2017-12-03, each row of the data set represents one user behavior, and each row of the data set consists of a user ID, a commodity category ID, a behavior type and a timestamp which are separated by commas; preprocessing the session data in the database, regarding the session with the length of w, taking the commodity clicked in the first w-1 times of the session as a training sample in the embodiment, taking the commodity clicked in the last time of the session as a verification sample of the training sample, and processing all the sessions in the database according to the method.
S2, constructing an e-commerce conversation recommendation model based on multi-behavior feature fusion, wherein the model comprises a behavior feature extraction module, a commodity high-order feature extraction module, a conversation feature extraction module and a commodity recommendation module;
s2.1, a behavior feature extraction module: the specific steps of extracting four behavior feature vectors of clicking, collecting, purchasing and adding the shopping cart to the commodity in the conversation by the user are as follows:
s2.1.1: for n commodities { v in e-commerce database 1 ,v 2 ,…,v n Respectively embedding and coding to obtain d 1 Commodity characterization vector of dimensionsWherein i =1,2, \ 8230, n, n =4162024 in this example 1 =100;
S2.1.2: three secondary behaviors of collection, purchase and addition of a shopping cart are respectively embedded and coded to obtain d 2 Collection behavior feature vector of dimensionPurchasing behavior feature vectorAdding shopping cart behavior feature vectorIn this example d 2 =1;
S2.1.3: for commodity v i Characterizing the merchandise by a vector c i Respectively spliced with the three secondary behavior feature vectors to obtain a commodity v i Collected behavior feature vector ofPurchasing behavior feature vectorBehavior of joining shopping cartEigenvector
S2.1.4: for a commodity v i Characterizing the merchandise by a vector c i Performing 0 complementing operation to obtain the click behavior characteristic vectorIn this embodiment, 0 is a 1-dimensional constant.
S2.2, commodity feature extraction: as shown in fig. 2, the specific steps of fusing the extracted four behavior feature vectors and outputting the commodity feature vector are as follows:
s2.2.1: first-level gated cyclic unit network with commodity v i The collection behavior feature vector and the purchasing behavior feature vector are used as input, the importance weights of the collection behavior feature vector and the purchasing behavior feature vector are learned in a self-adaptive mode, the importance weights are weighted and summed, the fusion feature vector of the collection behavior feature and the purchasing behavior feature is obtained, and the expression is as follows:
g 1 =σ(W 1 f i +W 2 b i )
m i =g 1 ⊙f i +(1-g 1 )⊙b i
wherein,andis a matrix of weights that can be trained in the process,is a weight vector for regulating and controlling contribution degrees of a collection behavior characteristic vector and a purchase behavior characteristic vector, sigma (-) represents a sigmoid nonlinear activation function,is a full 1 vector, which indicates a hadamard product,is a fusion feature vector of collection and purchase behavior features;
s2.2.2: the second-level gating circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weights of the two input feature vectors, and performs weighted summation on the importance weights to obtain the fusion feature vector of the secondary behavior, wherein the expression is as follows:
g 2 =σ(W 3 m i +W 4 a i )
n i =g 2 ⊙m i +(1-g 2 )⊙a i
wherein,andis a matrix of weights that can be trained,is a weight vector used for regulating and controlling the contribution degree of the collection and purchase fusion feature vector and the feature vector added into the behavior of the shopping cart,is a fused feature vector of the secondary behavior;
s2.2.3: the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two input characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector, wherein the expression is as follows:
g 3 =σ(W 5 n i +W 6 r i )
wherein,andis a matrix of weights that can be trained,is a weight vector for regulating and controlling the contribution degree of the fusion feature vector of the click behavior feature vector and the secondary behavior,is a commodity feature vector.
And continuously and iteratively training the commodity feature extraction module through an error back propagation algorithm until the model parameters reach the optimal values. Then, the four behavior feature vectors can be input into a trained commodity feature extraction module to extract a commodity feature vector v i 。
S2.3, a commodity high-order feature extraction module: as shown in fig. 3, the specific steps of extracting the commodity high-order feature vector by using the adjacency matrix constructed by the click sequence relationship of the user to the commodity in the session and the commodity feature vector as input are as follows:
s2.3.1: take training sample session s in the database as an example, and verify the sample as v s,c (ii) a For different goods v in a training sample session s s,1 ,v s,2 ,...,v s,l In this embodiment, l =6, training the commodity v in the sample session s s,1 ,v s,2 ,v s,3 ,v s,4 ,v s,5 ,v s,6 The commodity feature vectors can be respectively expressed asAccording to the click sequence relation of the user to the commodity in the training sample session s: v. of s,1 →v s,2 →v s,3 →v s,4 →v s,3 →v s,5 →v s,1 →v s,6 →v s,3 Building a adjacency matrixIn the present embodiment, the first and second electrodes are,considering the influence of commodities, we add a self-loop to each commodity, so the adjacency matrix A s The main diagonal elements of (1);
s2.3.2: to train the commodity v in the sample session s s,3 For example, the commodity feature vector in the training sample session s and the adjacency matrix A s Neutralization commodity v s,3 Inputting the related column vectors into an L-layer gating graph neural network; after the neural network learning of the k-th layer gate control graph, a commodity v is obtained s,3 The expression of the aggregated feature vector of (2) is:
wherein,andis a learnable parameter that, when k =1,is thatIs a commodity feature vector that, when k ∈ {2, 3.., L },is a commodity feature vector output by the neural network of the gate map of the k-1 layer,representing an adjacency matrix A s Neutralizing commodity v s,3 In connection withThe number of column vectors is such that,commodity v representing k-th layer gate control graph neural network output s,3 L =3, j ∈ {1,2,..., L }, k ∈ {1,2,3,..., L }, in this example;
s2.3.3: using the updated gate of the gating network, adaptively learning in the k-th layer gating graph neural network, and obtaining the commodity v s,3 Commodity characteristic vector output by k-1 layer networkThe information needing to be updated is expressed as follows:
wherein,andis a parameter that can be learned by the user,the weight vector output by the update gate in the gate control network determines the commodity characteristic vector output by the k-1 layer networkHow much information is updated;
s2.3.4: using reset gate of gate control network, self-adaptive learning in k-th layer gate control graph neural network s,3 Commodity characteristic vector output by k-1 layer networkThe information to be discarded is calculated, and a candidate state vector of the k-th layer network is calculated, wherein the expression of the candidate state vector is as follows:
wherein,andis a parameter that can be learned by the user,is the output vector of the reset gate in the gate control network, and determines the commodity characteristic vector output by the k-1 layer networkHow much information is discarded and how much information is discarded,is a candidate state vector for the k-th layer network;
s2.3.5: calculating the goods v s,3 The commodity feature vector output after passing through the k-th layer gate control graph neural network has the expression:
wherein,commodity v s,3 Commodity feature vectors output after passing through a k-layer gating pattern neural network;
s2.3.6: when k = L, we obtain v s,3 The expression of the commodity high-order feature vector is as follows:
wherein,is v s,3 The commodity high-order feature vector; other goods v in training sample sessions s s,1 ,v s,2 ,v s,4 ,v s,5 ,v s,6 The high-order feature vectors can be obtained by the above steps and are respectively expressed as
And continuously and iteratively training the commodity high-order feature extraction module through an error back propagation algorithm until the model parameters reach the optimal values. Then, the commodity feature vector can be input into a trained commodity high-order feature extraction module to extract the corresponding commodity high-order feature vector.
S2.4 session feature extraction module: as shown in fig. 4, the specific steps of adaptively fusing the current interest feature vector and the global interest feature vector to output the session feature vector are as follows:
s2.4.1: taking training sample session s in database as an example, aiming at commodity v clicked in sequence in training sample session s s,1 →v s,2 →v s,3 →v s,4 →v s,3 →v s,5 →v s,1 →v s,6 →v s,3 The last clicked commodity v in the training sample session s,3 Higher order feature vector ofConsidering as a current interest feature vector
S2.4.2: calculating a weight coefficient of the high-order characteristic vector of each commodity in the conversation and the current interest characteristic vector through a soft attention mechanism, and calculating to obtain a global interest characteristic vector according to the weight coefficient, wherein the expression of the global interest characteristic vector is as follows:
wherein,andis a matrix of weights that can be trained in the process,is a parameter that can be learned by the user,is the transpose of q, α j Is the weight coefficient obtained by the calculation,is a global interest feature vector, in this embodiment, j belongs to {1,2,3,4,5,6};
s2.4.3: using a gate control cycle unit network to perform self-adaptive fusion on the obtained current interest feature vector and the global interest feature vector to obtain a session feature vector, wherein the expression of the session feature vector is as follows:
g 4 =σ(W 9 s l +W 10 s g )
s h =g 4 ⊙s l +(1-g 4 )⊙s g
wherein,andis trainableThe weight matrix is a matrix of weights,is a weight vector for regulating the contribution degree of the current interest feature vector and the global interest feature vector,is the session feature vector.
And continuously iterating the training session characteristic extraction module through an error back propagation algorithm until the model parameters reach the optimal values. Then, the commodity high-order feature vector can be input into a trained conversation feature extraction module to extract the conversation feature vector.
S2.5, a commodity recommendation module: calculating a similarity score vector of the conversation characteristic vector and a candidate commodity characteristic vector through vector dot product operation, wherein the candidate commodities are n commodities in an e-commerce database, and the expression of the similarity score vector is as follows:
wherein,is s h Transposing; scoring a similarity vector z using a softmax function i And (4) carrying out normalization, wherein the expression is as follows:
y i =softmax(z i )
and sorting according to the normalized value of the similarity score vector from high to low, and recommending K-bit commodities before ranking to the user, wherein K =5 in the embodiment.
Verification sample v of conversation s of recommendation result and training sample s,c And comparing, calculating two indexes of recall rate and average reciprocal ranking, and continuously performing iterative training through an error back propagation algorithm until the two indexes of recall rate and average reciprocal ranking reach the optimal.
Step S3, the E-commerce session recommendation model is trained by using four session behavior data in the E-commerce database: in this embodiment, the training samples in the UserBehavior database are used, a back propagation algorithm is adopted, and a cross entropy function is used as a loss function to perform iterative training on the e-commerce session recommendation model until all parameters in the model are optimal.
And S4, recommending commodities to the users in the conversation by using the trained e-commerce conversation recommendation model, and outputting a recommendation result.
Those skilled in the art will appreciate that the steps of the embodiments may be adaptively changed and arranged in one or more systems different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components.
Claims (9)
1. An e-commerce conversation recommendation method based on multi-behavior feature fusion is characterized by comprising the following steps of:
s1: acquiring four kinds of session behavior data of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in an e-commerce database;
s2: an e-commerce conversation recommendation model based on multi-behavior feature fusion is constructed and comprises a behavior feature extraction module, a commodity high-order feature extraction module, a conversation feature extraction module and a commodity recommendation module;
the behavior feature extraction module is used for extracting feature vectors of four behaviors of clicking, collecting, purchasing and adding a shopping cart in a conversation by a user; the click behavior is a primary behavior, and the three behaviors of collecting, purchasing and adding into the shopping cart are secondary behaviors occurring on the basis of the click behavior;
the commodity feature extraction module consists of a hierarchical gate control circulation unit network and is used for fusing the extracted four behavior feature vectors and outputting commodity feature vectors; the hierarchical gated cyclic unit network is composed of three levels of gated cyclic unit networks:
the first-stage gating circulation unit network takes the collection behavior characteristic vector and the purchasing behavior characteristic vector as input, adaptively learns the importance weights of the collection behavior characteristic vector and the purchasing behavior characteristic vector, and performs weighted summation on the importance weights to obtain a fusion characteristic vector of the collection behavior characteristic and the purchasing behavior characteristic;
the second-level gate control circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weight of the two feature vectors, and performs weighted summation on the importance weight to obtain the fusion feature vector of the secondary behavior;
the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector;
the commodity high-order feature extraction module is composed of a gated graph neural network, and extracts commodity high-order feature vectors by taking an adjacency matrix constructed by the click sequence relation of users to commodities in a session and the commodity feature vectors as input;
the conversation feature extraction module consists of an attention module and a gate control circulation unit network, and is used for performing self-adaptive fusion on the current interest feature vector and the global interest feature vector and outputting a conversation feature vector;
the commodity recommendation module calculates the similarity between the conversation characteristic vector and the candidate commodity characteristic vector through vector dot product operation, sorts the conversation characteristic vector and the candidate commodity characteristic vector according to the similarity from high to low, and recommends K-bit commodities with the similarity ranking to a user;
s3: training the e-commerce session recommendation model by using four session behavior data in an e-commerce database;
s4: and recommending commodities to the users in the conversation by using the trained e-commerce conversation recommendation model, and outputting a recommendation result.
2. The e-commerce conversation recommendation method based on multi-behavior feature fusion of claim 1, wherein the behavior feature extraction module in the step S2 extracts four behavior feature vectors of clicking, collecting, purchasing and adding a shopping cart to a commodity of a user in a conversation as follows:
s2.1.1: for n commodities { v in e-commerce database 1 ,v 2 ,…,v n One-hot coding is carried out, and the codes are respectively embedded into d 1 Dimension space, get d 1 Commodity characterization vector of dimensionsWherein i =1,2, \8230;, n, d 1 Is a positive integer;
s2.1.2: one-hot coding is carried out on three secondary behaviors of collection, purchase and addition to a shopping cart, and the three secondary behaviors are respectively embedded into d 2 Dimension space, get d 2 Collection behavior feature vector of dimensionPurchasing behavior feature vectorAdding behavior feature vectors to a shopping cartWherein, d 2 Is a positive integer;
s2.1.3: for commodity v i Characterizing the merchandise by a vector c i Respectively spliced with the three secondary behavior feature vectors to obtain a commodity v i Collected behavior feature vector ofPurchasing behavior feature vectorAdding shopping cart behavior feature vector
3. The e-commerce conversation recommendation method based on multi-behavior feature fusion as claimed in claim 2, wherein the commodity feature extraction module in step S2 fuses the extracted four behavior feature vectors to output a commodity feature vector, and the specific steps of:
s2.2.1: first-level gated cyclic unit network with commodity v i The collection behavior feature vector and the purchasing behavior feature vector are used as input, the importance weights of the collection behavior feature vector and the purchasing behavior feature vector are learned in a self-adaptive mode, the importance weights are subjected to weighted summation, the fusion feature vector of the collection behavior feature and the purchasing behavior feature is obtained, and the expression is as follows:
g 1 =σ(W 1 f i +W 2 b i )
m i =g 1 ⊙f i +(1-g 1 )⊙b i
wherein,andis a matrix of weights that can be trained in the process,is a weight vector used for regulating and controlling the contribution degree of the collection behavior feature vector and the purchasing behavior feature vector, sigma (-) represents sigmoid nonlinear activation function,is a full 1 vector, which indicates a hadamard product,is a fusion feature vector of collection and purchase behavior features;
s2.2.2: the second-level gating circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weights of the two input feature vectors, and performs weighted summation on the importance weights to obtain the fusion feature vector of the secondary behavior, wherein the expression is as follows:
g 2 =σ(W 3 m i +W 4 a i )
n i =g 2 ⊙m i +(1-g 2 )⊙a i
wherein,andis a matrix of weights that can be trained in the process,is a weight vector used for regulating and controlling the contribution degree of the collection and purchase fusion feature vector and the feature vector added into the behavior of the shopping cart,is a fused feature vector of the secondary behavior;
s2.2.3: the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two input characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector, wherein the expression is as follows:
g 3 =σ(W 5 n i +W 6 r i )
4. The e-commerce conversation recommendation method based on multi-behavior feature fusion as claimed in claim 3, wherein the commodity high-order feature extraction module in step S2 takes an adjacency matrix constructed by a user' S click sequence relation to a commodity in a conversation and a commodity feature vector as input, and the specific steps of extracting the commodity high-order feature vector are as follows:
s2.3.1: for different goods v in a conversation s s,1 ,v s,2 ,…,v s,l The commodity feature vectors are respectively represented asAccording to the click sequence relation v of users to commodities in the session s,1 →v s,2 →…→v s,m Building an adjacency matrixElement x in the adjacency matrix ow When o = w, the value is 1; when o ≠ w, if the merchandise v s,o And the commodity v s,w There is a sequential interaction relationship, i.e. clicking on the item v s,o Then, immediatelyClick on commodity v s,w Then x ow =1, otherwise x ow =0; wherein l represents the number of different commodities in the session s, l is a positive integer, o =1,2, \8230l, w =1,2, \8230l, m belongs to {1,2, \8230;, l };
s2.3.2: for item v in conversation s s,j The commodity feature vector in the session s and the adjacency matrix A s Neutralization commodity v s,j Inputting the related column vectors into an L-layer gating graph neural network; after k-layer gating graph neural network learning, a commodity v is obtained s,j The expression of the aggregated feature vector of (2) is:
wherein,andis a learnable parameter that, when k =1,is thatIs the commodity feature vector, when k ∈ {2,3, \8230;, L },is a commodity feature vector output by the neural network of the gate map of the k-1 layer,represents the adjacency matrix A s Neutralization commodity v s,j The associated column vector is then used to determine,to representCommodity v output by neural network of k-th layer gate control diagram s,j L is a positive integer, j belongs to {1,2, \8230;, L }, k belongs to {1,2,3, \8230;, L };
s2.3.3: using the updated gate of the gating network, adaptively learning in the k-th layer gating graph neural network, and obtaining the commodity v s,j Commodity characteristic vector output by k-1 layer networkThe information needing to be updated is expressed as follows:
wherein,andis a parameter that can be learned by the user,the weight vector output by the update gate in the gate control network determines the commodity characteristic vector output by the k-1 layer networkHow much information is updated;
s2.3.4: using reset gate of gate control network, self-adaptive learning in k-th layer gate control graph neural network s,j Commodity characteristic vector output in k-1 layer networkThe information to be discarded is needed, and a candidate state vector of the k-th layer network is calculated, and the expression is as follows:
wherein,andis a parameter that can be learned by the user,is the output vector of the reset gate in the gate control network, and determines the commodity characteristic vector output by the k-1 layer networkHow much information is discarded and how much information is discarded,is a candidate state vector for the k-th layer network;
s2.3.5: calculating a commodity v s,j The commodity feature vector output after passing through the k-th layer gate control graph neural network has the expression:
wherein,goods v s,j Commodity feature vectors output after passing through a k-layer gating graph neural network;
s2.3.6: when k = L, we obtain v s,j The expression of the commodity high-order feature vector is as follows:
5. The e-commerce conversation recommendation method based on multi-behavior feature fusion of claim 4, wherein the conversation feature extraction module in the step S2 performs adaptive fusion on the current interest feature vector and the global interest feature vector to output a conversation feature vector by the following specific steps:
s2.4.1: for items v clicked in order in session s s,1 →v s,2 →…→v s,m The last clicked commodity v in the conversation s,m Higher order feature vector ofFeature vector regarded as current interest
S2.4.2: calculating a weight coefficient of a high-order feature vector of each commodity in the conversation and a current interest feature vector through a soft attention mechanism, and calculating to obtain a global interest feature vector according to the weight coefficient, wherein the expression is as follows:
wherein,andis a matrix of weights that can be trained,is a parameter that can be learned by the user,is the transpose of q, α j Is the weight coefficient obtained by the calculation,is a global interest feature vector;
s2.4.3: using a gate control cycle unit network to perform self-adaptive fusion on the obtained current interest feature vector and the global interest feature vector to obtain a session feature vector, wherein the expression of the session feature vector is as follows:
g 4 =σ(W 9 s l +W 10 s g )
s h =g 4 ⊙s l +(1-g 4 )⊙s g
6. The e-commerce conversation recommendation method based on multi-behavior feature fusion as claimed in claim 5, wherein the commodity recommendation module in step S2 calculates similarity score vectors between the conversation feature vector and candidate commodity feature vectors through vector dot product operation, the candidate commodities are n commodities in an e-commerce database, and the expression is as follows:
wherein,is s h Transposing; similarity score vector z using softmax function i And (4) carrying out normalization, wherein the expression is as follows:
y i =softmax(z i )
and sorting the commodities according to the normalized value of the similarity score vector from high to low, and recommending K-bit commodities before ranking to the user, wherein K is a positive integer.
7. An e-commerce conversation recommendation system based on multi-behavior feature fusion is characterized by comprising a behavior feature extraction module, a commodity high-order feature extraction module, a conversation feature extraction module and a commodity recommendation module;
the behavior feature extraction module is used for extracting feature vectors of four behaviors of clicking, collecting, purchasing and adding a shopping cart to a commodity by a user in a conversation; the click behavior is a primary behavior, and the three behaviors of collection, purchase and addition to the shopping cart are secondary behaviors generated based on the click behavior;
the commodity feature extraction module consists of a hierarchical gate control circulation unit network and is used for fusing the extracted four behavior feature vectors and outputting commodity feature vectors; the hierarchical gated cyclic unit network is composed of three levels of gated cyclic unit networks:
the first-level gating circulation unit network takes the collection behavior feature vector and the purchasing behavior feature vector as input, adaptively learns the importance weights of the collection behavior feature vector and the purchasing behavior feature vector, and performs weighted summation on the importance weights to obtain a fusion feature vector of the collection behavior feature and the purchasing behavior feature;
the second-level gating circulation unit network takes the fusion feature vector of the collection and purchase behavior features and the behavior feature vector of the shopping cart as input, adaptively learns the importance weights of the two feature vectors, and performs weighted summation on the importance weights to obtain the fusion feature vector of the secondary behavior;
the third-level gating circulation unit network takes the fusion characteristic vector and the click behavior characteristic vector of the secondary behavior as input, adaptively learns the importance weight of the two characteristic vectors, and performs weighted summation on the importance weight to obtain a commodity characteristic vector;
the commodity high-order feature extraction module is composed of a gated graph neural network, and extracts commodity high-order feature vectors by taking an adjacency matrix constructed by the click sequence relation of users to commodities in a session and the commodity feature vectors as input;
the session feature extraction module is composed of an attention module and a gate control circulation unit network, and is used for performing self-adaptive fusion on the current interest feature vector and the global interest feature vector and outputting a session feature vector;
the commodity recommending module calculates the similarity between the conversation characteristic vector and the candidate commodity characteristic vector through vector dot product operation, sorts the conversation characteristic vector and the candidate commodity characteristic vector according to the similarity from high to low, and recommends K-bit commodities with the similarity ranking top to the user.
8. An e-commerce session recommendation apparatus based on multi-behavior feature fusion, comprising at least one computing device, wherein the computing device comprises a memory, a processor and a computer program stored in the memory and executable on the processor, and when the computer program is loaded into the processor, the e-commerce session recommendation apparatus based on multi-behavior feature fusion according to any one of claims 1 to 7 is implemented.
9. A computer-readable storage medium, wherein the computer-readable storage medium has a computer program stored thereon, and when the computer program is executed by a processor, the computer program implements a multi-behavior feature fusion based e-commerce session recommendation method according to any one of claims 1-7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211299136.8A CN115659277A (en) | 2022-10-21 | 2022-10-21 | E-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211299136.8A CN115659277A (en) | 2022-10-21 | 2022-10-21 | E-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion |
Publications (1)
Publication Number | Publication Date |
---|---|
CN115659277A true CN115659277A (en) | 2023-01-31 |
Family
ID=84988606
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202211299136.8A Pending CN115659277A (en) | 2022-10-21 | 2022-10-21 | E-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115659277A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117994008A (en) * | 2024-04-03 | 2024-05-07 | 深圳市灵智数字科技有限公司 | Mobile commodity recommendation method and device, electronic equipment and storage medium |
-
2022
- 2022-10-21 CN CN202211299136.8A patent/CN115659277A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117994008A (en) * | 2024-04-03 | 2024-05-07 | 深圳市灵智数字科技有限公司 | Mobile commodity recommendation method and device, electronic equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110956497B (en) | Method for predicting repeated purchasing behavior of user of electronic commerce platform | |
Wu et al. | Session-based recommendation with graph neural networks | |
Xiao et al. | Quantifying uncertainties in natural language processing tasks | |
CN109299396B (en) | Convolutional neural network collaborative filtering recommendation method and system fusing attention model | |
CN110503531B (en) | Dynamic social scene recommendation method based on time sequence perception | |
CN110717098B (en) | Meta-path-based context-aware user modeling method and sequence recommendation method | |
CN111581520A (en) | Item recommendation method and system based on item importance in session | |
Liu et al. | Collaborative filtering with a deep adversarial and attention network for cross-domain recommendation | |
CN110516160A (en) | User modeling method, the sequence of recommendation method of knowledge based map | |
CN115082147B (en) | Sequence recommendation method and device based on hypergraph neural network | |
CN108665311B (en) | Electric commercial user time-varying feature similarity calculation recommendation method based on deep neural network | |
Wang et al. | Data mining of mass storage based on cloud computing | |
Li et al. | A CTR prediction model based on user interest via attention mechanism | |
CN112100439B (en) | Recommendation method based on dependency embedding and neural attention network | |
CN111178986A (en) | User-commodity preference prediction method and system | |
CN114117229A (en) | Project recommendation method of graph neural network based on directed and undirected structural information | |
CN114925270B (en) | Session recommendation method and model | |
Gicić et al. | Intelligent credit scoring using deep learning methods | |
CN115659277A (en) | E-commerce session recommendation method, system, device and medium based on multi-behavior feature fusion | |
Cao et al. | Implicit user relationships across sessions enhanced graph for session-based recommendation | |
Ren et al. | A co-attention based multi-modal fusion network for review helpfulness prediction | |
Qin et al. | A hybrid deep learning model for short‐term load forecasting of distribution networks integrating the channel attention mechanism | |
CN116452269A (en) | Dynamic graph neural network recommendation method based on multiple behaviors | |
CN116757747A (en) | Click rate prediction method based on behavior sequence and feature importance | |
Chen et al. | An Optimized BP Neural Network Model and Its Application in the Credit Evaluation of Venture Loans |
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 |