CN116155755B - Link symbol prediction method based on linear optimization closed sub-graph coding - Google Patents

Link symbol prediction method based on linear optimization closed sub-graph coding Download PDF

Info

Publication number
CN116155755B
CN116155755B CN202310142125.7A CN202310142125A CN116155755B CN 116155755 B CN116155755 B CN 116155755B CN 202310142125 A CN202310142125 A CN 202310142125A CN 116155755 B CN116155755 B CN 116155755B
Authority
CN
China
Prior art keywords
edge
likelihood
node
predicted
matrix
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310142125.7A
Other languages
Chinese (zh)
Other versions
CN116155755A (en
Inventor
谭少林
方志宏
方遒
李哲
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hunan University
Original Assignee
Hunan University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hunan University filed Critical Hunan University
Priority to CN202310142125.7A priority Critical patent/CN116155755B/en
Publication of CN116155755A publication Critical patent/CN116155755A/en
Application granted granted Critical
Publication of CN116155755B publication Critical patent/CN116155755B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/147Network analysis or design for predicting network behaviour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9536Search customisation based on social or collaborative filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/12Discovery or management of network topologies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a link symbol prediction method based on linear optimization closed sub-graph coding, which comprises the steps of obtaining a network to be predicted, preprocessing the network to be predicted, and obtaining a training set sample and a testing set sample; taking one edge from a training set sample or a test set sample as an edge to be predicted, extracting a corresponding closed subgraph, carrying out coarse-granularity weighting on the closed subgraph to obtain a pre-weighted adjacent matrix, carrying out fine-granularity linear optimization weighting to obtain three likelihood matrixes, and processing and splicing the three likelihood matrixes to obtain vectors corresponding to the edge to be predicted; traversing all edges in the training set samples and the test set samples, repeating the method, and correspondingly obtaining a plurality of vectors; and inputting a plurality of vectors into the trained fully-connected neural network two classifiers, and outputting a link symbol prediction score through processing, so as to obtain a symbol prediction result of the edge to be predicted. The method can directly and simply sort the nodes in the closed subgraph, and the link symbol prediction effect is better.

Description

Link symbol prediction method based on linear optimization closed sub-graph coding
Technical Field
The invention relates to the technical field of data mining, in particular to a link symbol prediction method based on linear optimization closed sub-graph coding.
Background
With the rise of media, the progress of the internet and the development of cloud computing have prompted social media interactions, such as subscription, attention, comments, forwarding, and the like, to emerge in large numbers. In the last decades, the field of link prediction has matured due to the ability to efficiently analyze network structures, creating a vast array of well-understood methods and algorithms to mine potential network interaction information. However, general link prediction focuses on aggressive interactions, ignoring interactions with obvious conflicts, such as distrust and objection. Therefore, an important sub-field of link prediction, link symbol prediction, takes negative interaction information in social media links into account, has great commercial value. The purpose of link symbol prediction is to make friend recommendations in a social network, which can mine potential information from two opposite interactions.
Link symbol prediction is similar to the link prediction problem in that the symbol of the target link is determined based on the link symbols known to the network. Since both link prediction and link symbol prediction are classified into two classes based on graph structure data, some link prediction algorithms can be used directly for link symbol prediction. Most current link prediction methods use graph embedding. Graph embedding maps each node into a representation vector for specific downstream tasks such as node classification, link prediction, and community detection. The graph embedding method has the advantage that the strong fitting capacity of the deep neural network can be utilized to achieve higher prediction accuracy. There are a number of graph embedding methods that have been applied exclusively to symbol networks recently, but there are two drawbacks that prevail. First, the connected edges of the symbol graph have various types such as symbols, directions and the like, so that the neighborhood structure of the symbol graph is more complex, and the common graph embedding method can not aggregate information of different neighborhoods. Secondly, the research on evolution mechanisms of symbols and directions is less at present, so that most of graph embedding methods depend on information transmission mechanisms on graphs designed based on the assumption of balance theory and state theory, proper network evolution mechanisms cannot be automatically learned from the neighborhood, and generalization capability is poor.
Disclosure of Invention
Aiming at the blank of the directed symbol graph sub-pattern coding method, the invention realizes a link symbol prediction method based on linear optimization closed sub-pattern coding. It assumes that the likelihood of link existence is the linear sum of their co-neighbor contributions. Since classical linear optimization methods are designed unsigned, two limitations must be overcome to apply them to signed directed graphs. On the one hand, classical linear optimization methods focus on global graph structures and therefore cannot encode hierarchical structures in closed sub-graphs around target nodes. For example, in determining the sign of a target link, first-order neighbors in a closed sub-graph are typically more important than second-order neighbors, whereas linear optimization methods cannot distinguish between first-order and second-order neighbors. Furthermore, the contributions of the positive and negative links in the closed sub-graph may also be different. In order to solve the problem, the invention provides a new weight allocation strategy for reallocating the weight of each edge according to the distance from each edge to the target edge and the sign thereof. A hierarchy of closed subgraphs can be given by this weight allocation strategy. On the other hand, classical linear optimization methods only consider the contribution of neighbors. The present invention generalizes this assumption to the contributions of the outgoing and incoming neighbors of two target nodes in a directed symbol network. Based on this, the invention proposes an improved linear optimization method to derive the likelihood matrix of the closed sub-graph. After the likelihood matrix is obtained, the nodes can be directly and simply ordered. After the encoding adjacency matrix is linearly optimized, the contribution of one node in the closed subgraph to two target nodes can be obtained, and the contribution can be used as an important score to order the nodes in the closed subgraph.
The invention aims to provide a link symbol prediction method based on linear optimization closed sub-graph coding, which comprises the following steps:
S1, acquiring a network to be predicted, preprocessing the network to be predicted to obtain a directed symbol network which does not contain isolated nodes, and respectively taking edges from the directed symbol network to form a training set sample and a test set sample;
s2, taking one edge from a training set sample or a test set sample as an edge to be predicted, extracting a closed subgraph containing the edge to be predicted, carrying out coarse-grained weighting on each edge in the closed subgraph according to an edge pre-weighting strategy to obtain a pre-weighted adjacent matrix, and inputting the pre-weighted adjacent matrix into a linear optimization model to carry out fine-grained linear optimization weighting to obtain three likelihood matrices;
s3, processing the three likelihood matrixes to correspondingly obtain three ordered likelihood matrixes, and splicing the three ordered likelihood matrixes to obtain vectors corresponding to edges to be predicted;
s4, taking another edge from the training set sample or the test set sample as an edge to be predicted until all edges in the training set sample or the test set sample are extracted, and repeating the steps S2 to S3 to correspondingly obtain a plurality of vectors;
S5, presetting a full-connection neural network second classifier and training to obtain a trained full-connection neural network second classifier, inputting a plurality of vectors into the trained full-connection neural network second classifier, processing the vectors, outputting a link symbol prediction score, and obtaining a symbol prediction result corresponding to the edge to be predicted according to the link symbol prediction score.
Preferably, S1 comprises:
S11, acquiring a network to be predicted, and eliminating the weight of edges in the network to be predicted to obtain a directed symbol network which does not contain isolated nodes;
S12, deleting positive edges and negative edges with preset proportion from a directed symbol network which does not contain isolated nodes, thereby obtaining a training network;
S13, taking a positive edge in a training network as a training set positive sample, taking a negative edge in the training network as a training set negative sample, taking a positive edge deleted in a directed symbol network which does not contain an isolated node as a testing set positive sample, and taking a negative edge deleted in the directed symbol network which does not contain the isolated node as a testing set negative sample;
S14, forming a training set sample by the training set positive sample and the training set negative sample, and forming a testing set sample by the testing set positive sample and the testing set negative sample.
Preferably, in S2, one edge is taken as an edge to be predicted from any one of the training set sample or the test set sample, and the extracting a closed subgraph including the edge to be predicted specifically includes:
S21, presetting a node threshold value, taking one edge from a training set sample or a test set sample as an edge to be predicted (v i,vj), extracting nodes v i、vj forming the edge to be predicted (v i,vj) and forming a node set by h (h is more than or equal to 1) order neighbor nodes Γ h(vi)、Γh(vj);
s22, calculating the number of nodes contained in the node set, comparing the number of nodes with a preset node threshold, if the number of nodes is smaller than the preset node threshold, executing step S23, otherwise, if the number of nodes is greater than or equal to the preset node threshold, or no new neighbor node can be added, and executing step S24;
S23, adding h+1st-order neighbors Γ h+1(vi)、Γh+1(vj of a node v i、vj forming an edge (v i,vj) to be predicted into a node set, and executing step S22;
S24, adding neighbor nodes is finished, and a closed subgraph corresponding to the edge (v i,vj) to be predicted is obtained.
Preferably, the edges in the closed subgraph comprise positive edges and negative edges, and in S2, coarse-grained weighting is performed on each edge in the closed subgraph according to an edge pre-weighting strategy to obtain a pre-weighting adjacency matrix, wherein the edge pre-weighting strategy specifically comprises:
if the edges in the closed subgraph are positive edges, the corresponding edge pre-weighting strategy is:
if the edges in the closed subgraph are negative edges, the corresponding edge pre-weighting strategy is:
Where W xy is the weight of the edge (v x,vy) in the closed sub-graph, d ((v i,vj),(vx,vy)) is the shortest path length from the edge (v i,vj) to be predicted to the edge (v x,vy) in the closed sub-graph, and β is the negative edge weight factor.
Preferably, the linear optimization model in S2 is specifically:
Where Z (1) is the first contribution matrix, Z (2) is the second contribution matrix, Z (3) is the third contribution matrix, W is the pre-weighted adjacency matrix, alpha 123 is the free parameter greater than zero, and ║ ║ is the norm symbol.
Preferably, three likelihood matrices are obtained in S2, where the three likelihood matrices are specifically:
S(1)=α1W(α1WTW+I)-1WTW
S(2)=α2WT2WWT+I)-1WW
S(3)=α3WW(α3WTW+I)-1WT
Where S (1) is a first likelihood matrix, S (2) is a second likelihood matrix, S (3) is a third likelihood matrix, W is a pre-weighted adjacency matrix, alpha 123 is a free parameter greater than zero, and I is an identity matrix.
Preferably, in S3, the three likelihood matrices are processed, so as to obtain three ordered likelihood matrices, which specifically includes:
S31, selecting one likelihood matrix from the three likelihood matrices, calculating importance scores for non-center nodes in the closed subgraph based on the likelihood matrix, and ordering the non-center nodes in a descending order according to the importance scores;
S32, calculating the node number in the closed subgraph, comparing the node number with a preset node threshold, if the node number is smaller than the preset node threshold, i.e., |V (V i,vj) | < K, executing step S33, otherwise, if the node number is larger than or equal to the preset node threshold, i.e., |V (V i,vj) |gtoreq K, executing step S34;
s33, filling the likelihood matrix into a K-dimensional square matrix by using 0, thereby obtaining a sequenced likelihood matrix;
S34, deleting the |V (V i,vj) | -K nodes which are ranked later from the closed subgraph, and deleting likelihood values corresponding to the deleted nodes from the likelihood matrix, so that the ranked likelihood matrix is obtained.
S35, another likelihood matrix is taken from the three likelihood matrices until all the three likelihood matrices are extracted, and the three ordered likelihood matrices are correspondingly obtained through the processing of steps S31 to S34.
Preferably, in S31, an importance score is calculated for a non-central node in the closed sub-graph, and a specific calculation formula of the importance score is:
In the method, in the process of the invention, For the importance score of the (x > 2) th node coded as the (x) th node in the closed sub-graph based on the kth likelihood matrix, k=1, 2,3, ||represents the absolute value,/>For the likelihood value of the 1 st row and the x column in the kth likelihood matrix,/>For the likelihood value of the x-th row and 1 st column in the kth likelihood matrix,/>For the likelihood value of row 2 and column x in the kth likelihood matrix,/>Is the likelihood value of the x row and the 2 nd column in the kth likelihood matrix.
Preferably, in S3, the splicing is performed on the three ordered likelihood matrices to obtain a vector corresponding to the edge to be predicted, which specifically includes:
S36, deleting elements on diagonal lines of the three ordered likelihood matrixes respectively, flattening the rest elements in the ordered likelihood matrixes to obtain three vectors corresponding to the ordered likelihood matrixes;
and S37, splicing the vectors corresponding to the three ordered likelihood matrixes to obtain the vector corresponding to the edge to be predicted.
Preferably, in S12, positive and negative edges of a preset proportion are deleted from the directed symbol network not including the isolated node, and the preset proportion is 20%.
According to the link symbol prediction method based on linear optimization closed sub-graph coding, the likelihood matrix is obtained by weighting edges of the sub-graph in two stages through the edge pre-weighting strategy and the linear optimization model, then the nodes are ordered according to the likelihood values, the ordered likelihood matrix is obtained, the ordered likelihood matrix contains abundant topological information of the sub-graph, the ordered likelihood matrix is used for replacing the pre-weighted adjacent matrix to serve as a sub-graph coder, and the ordered likelihood matrix strengthens the hierarchical structure and the importance of the negative edge of the closed sub-graph.
Drawings
FIG. 1 is a flow chart of a method for predicting a link symbol based on linear optimization closed sub-picture coding in accordance with an embodiment of the present invention;
FIG. 2 is a schematic diagram of a process for obtaining a corresponding vector by a closed sub-graph according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of extracting a closed sub-graph of an edge to be predicted according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of extracting a closed sub-graph of an edge to be predicted according to another embodiment of the present invention;
Detailed Description
In order to make the technical scheme of the present invention better understood by those skilled in the art, the present invention will be further described in detail with reference to the accompanying drawings.
A link symbol prediction method based on linear optimization closed sub-graph coding specifically comprises the following steps:
S1, acquiring a network to be predicted, preprocessing the network to be predicted to obtain a directed symbol network which does not contain isolated nodes, and respectively taking edges from the directed symbol network to form a training set sample and a test set sample;
s2, taking one edge from a training set sample or a test set sample as an edge to be predicted, extracting a closed subgraph containing the edge to be predicted, carrying out coarse-grained weighting on each edge in the closed subgraph according to an edge pre-weighting strategy to obtain a pre-weighted adjacent matrix, and inputting the pre-weighted adjacent matrix into a linear optimization model to carry out fine-grained linear optimization weighting to obtain three likelihood matrices;
s3, processing the three likelihood matrixes to correspondingly obtain three ordered likelihood matrixes, and splicing the three ordered likelihood matrixes to obtain vectors corresponding to edges to be predicted;
s4, taking another edge from the training set sample or the test set sample as an edge to be predicted until all edges in the training set sample or the test set sample are extracted, and repeating the steps S2 to S3 to correspondingly obtain a plurality of vectors;
S5, presetting a full-connection neural network second classifier and training to obtain a trained full-connection neural network second classifier, inputting a plurality of vectors into the trained full-connection neural network second classifier, processing the vectors, outputting a link symbol prediction score, and obtaining a symbol prediction result corresponding to the edge to be predicted according to the link symbol prediction score.
Specifically, referring to fig. 1 and fig. 2, fig. 1 is a flowchart of a link symbol prediction method based on linear optimization closed sub-graph coding according to an embodiment of the present invention, and fig. 2 is a schematic process diagram of obtaining a corresponding vector through a closed sub-graph according to an embodiment of the present invention.
Firstly, acquiring a network to be predicted, preprocessing the network to be predicted to obtain a directed symbol network which does not contain isolated nodes, and respectively taking edges from the directed symbol network to form a training set sample and a test set sample; then taking one edge from the training set sample or the test set sample as an edge to be predicted, extracting a closed subgraph containing the edge to be predicted, carrying out coarse-grained weighting on each edge in the closed subgraph according to an edge pre-weighting strategy to obtain a pre-weighted adjacent matrix, and inputting the pre-weighted adjacent matrix into a linear optimization model to carry out fine-grained linear optimization weighting to obtain three likelihood matrixes; then, processing and splicing the three likelihood matrixes to obtain vectors corresponding to the edges to be predicted; taking another edge from the training set sample or the test set sample as the edge to be predicted until all edges in the training set sample or the test set sample are extracted, repeating the steps S2 to S3, and correspondingly obtaining a plurality of vectors; finally, presetting a full-connection neural network second classifier and training to obtain a trained full-connection neural network second classifier, inputting a plurality of vectors into the trained full-connection neural network second classifier, processing the vectors, outputting a link symbol prediction score (a value between 0 and 1), and judging according to the link symbol prediction score to obtain a symbol prediction result corresponding to the edge to be predicted. For example, if the link prediction score is greater than or equal to 0.5, it indicates that the edge to be predicted is a positive edge, otherwise, if the link prediction score is less than 0.5, it indicates that the edge to be predicted is a negative edge.
In one embodiment, S1 comprises:
S11, acquiring a network to be predicted, and eliminating the weight of edges in the network to be predicted to obtain a directed symbol network which does not contain isolated nodes;
S12, deleting positive edges and negative edges with preset proportion from a directed symbol network which does not contain isolated nodes, thereby obtaining a training network;
S13, taking a positive edge in a training network as a training set positive sample, taking a negative edge in the training network as a training set negative sample, taking a positive edge deleted in a directed symbol network which does not contain an isolated node as a testing set positive sample, and taking a negative edge deleted in the directed symbol network which does not contain the isolated node as a testing set negative sample;
S14, forming a training set sample by the training set positive sample and the training set negative sample, and forming a testing set sample by the testing set positive sample and the testing set negative sample.
Specifically, after eliminating the weight of the edge in the network to be predicted, a directed symbol network which does not contain isolated nodes is obtained, edges with preset proportion are deleted from the directed symbol network, the positive edge and the negative edge which are not deleted in the directed symbol network are respectively used as a training set positive sample and a training set negative sample, and the positive edge and the negative edge which are deleted in the directed symbol network are respectively used as a testing set positive sample and a testing set negative sample. Further, the sides with the preset proportion are deleted, the preset proportion is 20%, or may be 10%, or 30%, etc., and the lower the preset proportion is, the fewer deleted sides are, the higher the prediction accuracy is.
In one embodiment, in S2, one edge to be predicted is taken from any one of the training set sample or the test set sample, and a closed sub-graph of the edge to be predicted is extracted, which specifically includes:
S21, presetting a node threshold value, taking one edge from a training set sample or a test set sample as an edge to be predicted (v i,vj), extracting nodes v i、vj forming the edge to be predicted (v i,vj) and forming a node set by h (h is more than or equal to 1) order neighbor nodes Γ h(vi)、Γh(vj);
s22, calculating the number of nodes contained in the node set, comparing the number of nodes with a preset node threshold, if the number of nodes is smaller than the preset node threshold, executing step S23, otherwise, if the number of nodes is greater than or equal to the preset node threshold, or no new neighbor node can be added, and executing step S24;
S23, adding h+1st-order neighbors Γ h+1(vi)、Γh+1(vj of a node v i、vj forming an edge (v i,vj) to be predicted into a node set, and executing step S22;
S24, adding neighbor nodes is finished, and a closed subgraph corresponding to the edge (v i,vj) to be predicted is obtained.
Taking a training set sample as an example, a directed symbol network corresponding to the training set sample is expressed as g= (V, E +,E-), whereinRepresenting a set of nodes in the directed symbol network, i.e. a set of nodes corresponding to all edges of the training set sample, E + representing a set of positive edges in the directed symbol network, E - representing a set of negative edges in the directed symbol network, whereby it is known that e=e +∪E- represents a set of all edges in the directed symbol network,/>I.e. each edge belongs to either the training set positive sample set or the training set negative sample set.
For any node V i epsilon V in the training set sample, defining the set of first-order neighbor nodes as follows:
Γ(vi)=Γout(vi)∪Γin(vi)
wherein,
Wherein Γ (V i) is a set of first-order neighbor nodes of the node V i, V is a set of nodes corresponding to all edges in the training set, Γ out(vi) is a set of first-order neighbor nodes corresponding to edges formed from the node V i to the node V j, Γ in(vi) is a set of first-order neighbor nodes corresponding to edges formed from the node V j to the node V i, and E is a set of all edges in the training set.
For any node V i epsilon V in the training set sample, defining the set of second-order neighbor nodes as follows:
Where Γ 2(vi) is the set of second-order neighbor nodes of node v i, v k is any one neighbor node, Representing v k as any one of the first-order neighbor nodes of node v i, v j∈Γ(vk) representing v j as a certain neighbor node of node v k, thus v j is a neighbor node of the neighbor node of v i, i.e., v j and v i may form a path through two edges.
Likewise, the set of h-order neighbor nodes for node V i e V is Γ h(vi), which is not described in detail herein.
The extraction method of the closed subgraph comprises the following steps: the method comprises the steps of presetting a node threshold K, adding a node V i、vj forming an edge to be predicted (V i,vj) and a 1-order neighbor node Γ (V i)、Γ(vj) thereof into a node set V (V i,vj) of a closed sub-graph G (V i,vj), calculating the node number |V (V i,vj) | in the node set V (V i,vj), if the node number at the moment is smaller than the preset node threshold, namely |V (V i,vj) | < K, adding a 2-order neighbor node Γ 2(vi)、Γ2(vj thereof into the node set V (V i,vj) of the closed sub-graph G (V i,vj), and the like, and pushing the added nodes until the obtained node number is larger than or equal to the preset node threshold, namely |V (V i,vj) |gtoreq K, or ending when a new neighbor node can be added, thereby obtaining the closed sub-graph of the edge to be predicted.
Specifically, referring to fig. 3 and fig. 4, fig. 3 is a schematic diagram of extracting a closed sub-graph of an edge to be predicted according to an embodiment of the present invention, and fig. 4 is a schematic diagram of extracting a closed sub-graph of an edge to be predicted according to another embodiment of the present invention.
In fig. 3, if the preset node threshold K is 6, after the 1 st order neighbor node in the first order neighbor node of the edge (v i,vj) to be predicted is extracted, the number of nodes obtained at this time is calculated to be 7, and is greater than the preset node threshold, and the addition of the new neighbor node is finished, so as to obtain a closed subgraph corresponding to the edge to be predicted.
In fig. 4, if the preset node threshold K is 6, after the 1 st order neighbor node in the first order neighbor node of the edge (v i,vj) to be predicted is extracted, the node number obtained at this time is calculated to be 5 and smaller than the preset node threshold, so that the 2 nd order neighbor node in the second order neighbor node is also required to be extracted, the node number obtained at this time is 8 and larger than the preset node threshold, and the addition of a new neighbor node is finished, so as to obtain a closed subgraph corresponding to the edge to be predicted.
In one embodiment, the edges in the closed subgraph include positive edges and negative edges, and in S2, coarse-grained weighting is performed on each edge in the closed subgraph according to an edge pre-weighting policy, so as to obtain a pre-weighted adjacency matrix, where the edge pre-weighting policy specifically includes:
if the edges in the closed subgraph are positive edges, the corresponding edge pre-weighting strategy is:
if the edges in the closed subgraph are negative edges, the corresponding edge pre-weighting strategy is:
Where W xy is the weight of the edge (v x,vy) in the closed sub-graph, d ((v i,vj),(vx,vy)) is the shortest path length from the edge (v i,vj) to be predicted to the edge (v x,vy) in the closed sub-graph, and β is the negative edge weight factor.
Specifically, the edge pre-weighting strategy is to take an appropriate weight for each edge in the closed sub-graph G (v i,vj) to distinguish the contribution of each edge in the closed sub-graph to the predicted edge being positive or negative. Let a denote the adjacency matrix, a ij =1 denote the presence of a directed positive edge from node v i to node v j, a ij = -1 denote the presence of a directed negative edge from node v i to node v j, and a ij =0 denote the absence of a directed edge from node v i to node v j. After extracting the closed sub-graph G (v i,vj), the closed sub-graph G (v i,vj) is expressed as an adjacent matrix A only comprising three values of 1, 0 and-1, so that the problem of link symbol prediction is converted into the problem of classifying the adjacent matrix A.
According to the adjacency matrix A, calculating the weight of each edge in the closed sub-graph G (v i,vj) of the edge (v i,vj) to be predicted, thereby obtaining a pre-weighted adjacency matrix W, wherein the weight is calculated as follows:
Let (v x,vy) be any one edge in the closed sub-graph G (v i,vj) of the edge to be predicted (v i,vj), if (v x,vy) is a positive edge, the weight calculation method of the edge (v x,vy) is as follows:
If (v x,vy) is a negative edge, the weight of edge (v x,vy) is calculated as follows:
wherein,
Where d ((v i,vj),(vx,vy)) is the shortest path length from edge (v i,vj) to edge (v x,vy) in the closed sub-graph (the direction of the edge is not considered here), i.e. if there is a connected edge between two nodes, the distance d between the two nodes is noted as 1, d ((v i,vj),(vx,vy)) is the minimum of the four distances d (v i,vx)、d(vi,vy)、d(vj,vx)、d(vj,vy), β is the negative edge weight factor, n + is the number of positive edges in the directed symbol network, and n - is the number of negative edges in the directed symbol network.
In one embodiment, the linear optimization model in S2 is specifically:
Where Z (1) is the first contribution matrix, Z (2) is the second contribution matrix, Z (3) is the third contribution matrix, W is the pre-weighted adjacency matrix, alpha 123 is the free parameter greater than zero, and ║ ║ is the norm symbol.
In one embodiment, three likelihood matrices are obtained in S2, where the three likelihood matrices are specifically:
S(1)=α1W(α1WTW+I)-1WTW
S(2)=α2WT2WWT+I)-1WW
S(3)=α3WW(α3WTW+I)-1WT
Where S (1) is a first likelihood matrix, S (2) is a second likelihood matrix, S (3) is a third likelihood matrix, W is a pre-weighted adjacency matrix, alpha 123 is a free parameter greater than zero, and I is an identity matrix.
Specifically, a consistent node ordering method is adopted to encode the nodes in the closed subgraph so as to facilitate subsequent operation, and the specific method is as follows:
1) Aiming at a closed sub-graph G (v i,vj) of an edge (v i,vj) to be predicted, taking a node v i、vj forming the edge (v i,vj) to be predicted as a central node, and respectively encoding into 1 and 2;
2) All other nodes in the closed sub-graph are randomly coded as 3 to |v (V i,vj) |.
After the encoding by the method, a unique adjacent matrix A corresponding to the closed sub-image G (v i,vj) of the edge (v i,vj) to be predicted can be determined, and then a pre-weighted adjacent matrix W corresponding to the closed sub-image G (v i,vj) is obtained by an edge pre-weighting strategy.
Deriving a likelihood matrix of the closed sub-graph G (v i,vj) according to the pre-weighted adjacency matrix W, wherein the specific formula is as follows:
S(1)=WZ(1)
S(2)=WZ(2)
S(3)=WZ(3)
Wherein, the W pre-weighted adjacency matrix, S (1) is a matrix of first likelihood, S (2) is a second likelihood matrix, S (3) is a third likelihood matrix, Z (1) is a first contribution matrix, Z (2) is a second contribution matrix, Z (3) is a third contribution matrix, and the values of Z (1)、Z(2) and Z (3) are based on the following linear optimization model, where the solution of the linear optimization model is the corresponding contribution matrix:
where α 1、α2、α3 is a free parameter greater than zero, ║ ║ is a norm symbol, and solutions Z (1)、Z(2) and Z (3) of the above-described optimization model can be obtained by using the Frobenius norm of the power of 2 as a matrix norm.
The values of the contribution matrixes Z (1)、Z(2) and Z (3) are respectively brought into the calculation formulas of the corresponding likelihood matrixes, so that the calculation formulas of the likelihood matrixes are obtained:
S(1)=α1W(α1WTW+I)-1WTW
S(2)=α2WT2WWT+I)-1WW
S(3)=α3WW(α3WTW+I)-1WT
For closed subgraphs with different sizes, the size of S (1)、S(2)、S(3) may be different, and in addition, even for the same closed subgraph, each element of the likelihood matrix may be not fixed due to the random marking of the nodes in the closed subgraph, so that a consistent node ordering method is adopted to encode the nodes in each closed subgraph, and finally three likelihood matrices are obtained, which can facilitate training of the neural network.
In one embodiment, the processing in S3 is performed on three likelihood matrices, so as to obtain three ordered likelihood matrices, which specifically includes:
S31, selecting one likelihood matrix from the three likelihood matrices, calculating importance scores for non-center nodes in the closed subgraph based on the likelihood matrix, and ordering the non-center nodes in a descending order according to the importance scores;
S32, calculating the node number in the closed subgraph, comparing the node number with a preset node threshold, if the node number is smaller than the preset node threshold, i.e., |V (V i,vj) | < K, executing step S33, otherwise, if the node number is larger than or equal to the preset node threshold, i.e., |V (V i,vj) |gtoreq K, executing step S34;
s33, filling the likelihood matrix into a K-dimensional square matrix by using 0, thereby obtaining a sequenced likelihood matrix;
S34, deleting the |V (V i,vj) | -K nodes which are ranked later from the closed subgraph, and deleting likelihood values corresponding to the deleted nodes from the likelihood matrix, so that the ranked likelihood matrix is obtained.
S35, another likelihood matrix is taken from the three likelihood matrices until all the three likelihood matrices are extracted, and the three ordered likelihood matrices are correspondingly obtained through the processing of steps S31 to S34.
In one embodiment, the importance score is calculated for the non-central node in the closed sub-graph in S31, where the specific calculation formula of the importance score is:
In the method, in the process of the invention, For the importance score of the (x > 2) th node coded as the (x) th node in the closed sub-graph based on the kth likelihood matrix, k=1, 2,3, ||represents the absolute value,/>For the likelihood value of the 1 st row and the x column in the kth likelihood matrix,/>For the likelihood value of the x-th row and 1 st column in the kth likelihood matrix,/>For the likelihood value of row 2 and column x in the kth likelihood matrix,/>Is the likelihood value of the x row and the 2 nd column in the kth likelihood matrix.
Referring to fig. 2, fig. 2 is a schematic diagram illustrating a process of obtaining a corresponding vector by a closed sub-graph according to an embodiment of the present invention.
Taking any one of the obtained three likelihood matrixes as an example, processing the likelihood matrixes to correspondingly obtain ordered likelihood matrixes, wherein the specific process is as follows:
1) Calculating importance scores of non-central nodes (nodes with code numbers larger than 2) in the closed subgraph, and sorting the nodes in the likelihood matrix in a descending order according to the importance scores, wherein the sum of likelihood values of the non-central nodes to the central nodes (namely nodes with code numbers of 1 and 2) is used as the importance score, so that the importance of the nodes to be predicted for symbol prediction of the edges to be predicted is measured:
in the formula, I represents an absolute value, Importance scores for nodes coded as the x (x > 2) th node in the closed subgraph based on the kth likelihood matrix, k=1, 2,3,/>For the likelihood value of row 1 and column x in the kth likelihood matrix, i.e., the likelihood value of the edge formed from the node encoded 1 to the node encoded x in the closed sub-graph,/>For the likelihood value of the xth row 1 column in the kth likelihood matrix, i.e. the likelihood value of the edge formed from the node coded x to the node coded 1 in the closed sub-graph,/>For the likelihood value of row 2 and column x in the kth likelihood matrix, i.e., the likelihood value of the edge formed from the node encoded as 2 to the node encoded as x in the closed sub-graph,/>The likelihood values for the x-th row and the 2-th column in the kth likelihood matrix, that is, the likelihood values of the edges formed from the node encoded as x to the node encoded as 2 in the closed sub-graph.
2) After the importance scores are calculated, the order of the nodes in the closed subgraph may be arranged in descending order of the importance scores (where the ordering of the nodes labeled 1 and 2 is 1 st and 2 nd, respectively, and the remaining nodes are ordered in descending order of the importance scores, ordered to 3 rd to |v (V i,vj) |).
3) Calculating node number |V (V i,vj) | in the closed subgraph, comparing the calculated node number |V (V i,vj) | with a preset node threshold K, and filling the corresponding likelihood matrix with 0 to a K-dimensional square matrix to serve as a likelihood matrix after sequencing if the node number is smaller than the preset node threshold; otherwise, if the calculated node number is greater than or equal to the preset node threshold, deleting the |V (V i,vj) | -K nodes which are ranked later, deleting likelihood values corresponding to the deleted nodes from the likelihood matrix, and obtaining a processed K-dimensional matrix, wherein the processed K-dimensional matrix is used as the likelihood matrix after ranking.
In one embodiment, in S3, the splicing of the three ordered likelihood matrices to obtain the vector corresponding to the edge to be predicted specifically includes:
S36, deleting elements on diagonal lines of the three ordered likelihood matrixes respectively, flattening the rest elements in the ordered likelihood matrixes to obtain three vectors corresponding to the ordered likelihood matrixes;
and S37, splicing the vectors corresponding to the three ordered likelihood matrixes to obtain the vector corresponding to the edge to be predicted.
Specifically, assuming that three ordered likelihood matrixes are 5*5-dimensional square matrixes, deleting diagonal line elements of each likelihood matrix, flattening the rest elements into a 20-dimensional vector, obtaining three 20-dimensional vectors, splicing the three 20-dimensional vectors into a 60-dimensional vector, taking the 60-dimensional vector as a vector corresponding to an edge to be predicted, inputting the 60-dimensional vector into a trained fully-connected neural network two-classifier, processing the vector, outputting a link symbol prediction score, and obtaining a symbol prediction result corresponding to the edge to be predicted according to the link symbol prediction score.
Further, experimental verification is performed on the prediction effect of the link symbol prediction method based on the linear optimization closed sub-graph coding. Referring to table 1, different network-based link prediction methods are listed in table 1.
Table 1 Link prediction method
In Table 1, five real world networks were employed, including Bitcoin-Alpha, bitcoin-OTC, wikiRfA, slashdot and Epinions as experimental datasets. Wherein Bitcoin-Alpha, bitcoin-OTC is two user networks depicting trust relationships; wikiRfA is a voting network of wikipedia users, each of which can support (positive side) or resist (negative side) the promotion of other users by voting; slashdot is a technology related news website that has been developed Slashdot Zoo that allows users to mark each other as friends or enemies; epinions is a comprehensive consumer comment website which establishes an online social network describing trust relationships according to the trust or distrust of consumers on comments of other people.
To compare the performance of the method of the present application with existing methods, we compare the method of the present application with the feature engineering and symbol map embedded two types of common link symbol prediction methods. In the application, a node threshold K=5 of the closed sub-graph is set, and a free parameter alpha 1=0.005、α2=0.005、α3 =0.005. A fully connected neural network consisting of 3 hidden layers (32, 16 neurons, respectively) and a softmax output layer was used. All the activation functions of the hidden layers are ReLU, the update rule is optimized by Adam, the batch size is 512, the learning rate is 0.001, and the number of epochs is set to 100.
According to the link symbol prediction method based on linear optimization closed sub-graph coding, the likelihood matrix is obtained by weighting edges in the closed sub-graph of the edges to be predicted in two stages through the edge pre-weighting strategy and the linear optimization model, and then the nodes are ordered according to the likelihood values, so that the ordered likelihood matrix contains abundant topological information of the sub-graph. And replacing a pre-weighted adjacent matrix with the ordered likelihood matrix to serve as a sub-picture encoder, wherein the ordered likelihood matrix strengthens the importance of the hierarchical structure and the negative edge of the closed sub-picture. Experimental results show that the SELO model provided by the application is superior to the existing characteristic engineering method and graph embedding method in all 6 real networks and 4 evaluation indexes.
The link symbol prediction method based on linear optimization closed sub-graph coding provided by the invention is described in detail above. The principles and embodiments of the present invention have been described herein with reference to specific examples, the description of which is intended only to facilitate an understanding of the core concepts of the invention. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the invention can be made without departing from the principles of the invention and these modifications and adaptations are intended to be within the scope of the invention as defined in the following claims.

Claims (10)

1. A method for predicting a link symbol based on linear optimization closed sub-picture coding, the method comprising:
S1, acquiring a network to be predicted, preprocessing the network to be predicted to obtain a directed symbol network which does not contain isolated nodes, and respectively taking edges from the directed symbol network to form a training set sample and a test set sample;
S2, taking one edge from the training set sample or the test set sample as an edge to be predicted, extracting a closed subgraph containing the edge to be predicted, carrying out coarse-grained weighting on each edge in the closed subgraph according to an edge pre-weighting strategy to obtain a pre-weighted adjacent matrix, and inputting the pre-weighted adjacent matrix into a linear optimization model to carry out fine-grained linear optimization weighting to obtain three likelihood matrixes;
s3, processing the three likelihood matrixes to correspondingly obtain three ordered likelihood matrixes, and splicing the three ordered likelihood matrixes to obtain vectors corresponding to the edges to be predicted;
S4, taking another edge from the training set sample or the test set sample as an edge to be predicted until all edges in the training set sample or the test set sample are extracted, and repeating the steps S2 to S3 to correspondingly obtain a plurality of vectors;
S5, presetting a full-connection neural network second classifier and training to obtain a trained full-connection neural network second classifier, inputting a plurality of vectors into the trained full-connection neural network second classifier, processing the vectors, outputting a link symbol prediction score, and obtaining a symbol prediction result corresponding to the edge to be predicted according to the link symbol prediction score.
2. The link symbol prediction method based on linear optimization closed sub-picture coding according to claim 1, wherein S1 comprises:
S11, acquiring a network to be predicted, and eliminating the weight of edges in the network to be predicted to obtain a directed symbol network which does not contain isolated nodes;
s12, deleting positive edges and negative edges with preset proportions from the directed symbol network which does not contain isolated nodes, thereby obtaining a training network;
S13, taking a positive edge in the training network as a training set positive sample, taking a negative edge in the training network as a training set negative sample, taking a positive edge deleted in the directed symbol network which does not contain the isolated node as a testing set positive sample, and taking a negative edge deleted in the directed symbol network which does not contain the isolated node as a testing set negative sample;
S14, forming a training set sample by the training set positive sample and the training set negative sample, and forming a testing set sample by the testing set positive sample and the testing set negative sample.
3. The method for predicting the link symbol based on the linear optimization closed sub-graph coding according to claim 2, wherein in S2, one edge is taken as an edge to be predicted from any one of the training set sample and the test set sample, and the extracting the closed sub-graph including the edge to be predicted specifically includes:
S21, presetting a node threshold, taking one edge from the training set sample or the test set sample as an edge (v i,vj) to be predicted, extracting a node v i、vj forming the edge (v i,vj) to be predicted and a node gamma h(vi)、Γh(vj of an h (h is more than or equal to 1) order neighbor node of the node v i、vj to form a node set;
S22, calculating the node number contained in the node set, comparing the node number with the preset node threshold, if the node number is smaller than the preset node threshold, executing step S23, otherwise, if the node number is larger than or equal to the preset node threshold, or no new neighbor node can be added, executing step S24;
S23, adding h+1st-order neighbors gamma h+1(vi)、Γh+1(vj of a node v i、vj forming the edge (v i,vj) to be predicted to the node set, and executing step S22;
And S24, finishing adding neighbor nodes, and obtaining a closed subgraph corresponding to the edge (v i,vj) to be predicted.
4. The link symbol prediction method based on linear optimization closed sub-graph coding according to claim 3, wherein the edges in the closed sub-graph include positive edges and negative edges, and the step S2 of performing coarse-grained weighting on each edge in the closed sub-graph according to an edge pre-weighting strategy to obtain a pre-weighted adjacency matrix, where the edge pre-weighting strategy specifically includes:
If the edges in the closed subgraph are positive edges, the corresponding edge pre-weighting strategy is:
If the edges in the closed subgraph are negative edges, the corresponding edge pre-weighting strategy is:
Where W xy is the weight of the edge (v x,vy) in the closed sub-graph, d ((v i,vj),(vx,vy)) is the shortest path length from the edge (v i,vj) to be predicted to the edge (v x,vy) in the closed sub-graph, and β is the negative edge weight factor.
5. The link symbol prediction method based on linear optimization closed sub-graph coding according to claim 4, wherein the linear optimization model in S2 specifically comprises:
Where Z (1) is the first contribution matrix, Z (2) is the second contribution matrix, Z (3) is the third contribution matrix, W is a pre-weighted adjacency matrix, alpha 123 is a free parameter greater than zero, and I are norm symbols.
6. The link symbol prediction method based on linear optimization closed sub-picture coding according to claim 5, wherein three likelihood matrices are obtained in S2, and the three likelihood matrices are specifically:
S(1)=α1W(α1WTW+I)-1WTW
S(2)=α2WT2WWT+I)-1WW
S(3)=α3WW(α3WTW+I)-1WT
Where S (1) is a first likelihood matrix, S (2) is a second likelihood matrix, S (3) is a third likelihood matrix, W is a pre-weighted adjacency matrix, alpha 123 is a free parameter greater than zero, and I is an identity matrix.
7. The link symbol prediction method based on linear optimization closed sub-graph coding according to claim 6, wherein in S3, three likelihood matrices are processed to obtain three ordered likelihood matrices, respectively, which specifically includes:
S31, taking one likelihood matrix from any one of the three likelihood matrices, calculating importance scores for non-center nodes in the closed subgraph based on the likelihood matrix, and sorting the non-center nodes in descending order according to the importance scores;
s32, calculating the node number in the closed subgraph, comparing the node number with the preset node threshold, if the node number is smaller than the preset node threshold, i.e., |V (V i,vj) | < K, executing step S33, otherwise, if the node number is larger than or equal to the preset node threshold, i.e., |V (V i,vj) |is larger than or equal to K, executing step S34;
s33, filling the likelihood matrix into a K-dimensional square matrix by using 0, thereby obtaining a sequenced likelihood matrix;
S34, deleting the |V (V i,vj) | -K nodes which are ranked later from the closed subgraph, deleting likelihood values corresponding to the deleted nodes from the likelihood matrix, and thus obtaining a ranked likelihood matrix;
S35, another likelihood matrix is taken from the three likelihood matrices until the three likelihood matrices are all extracted, and the three ordered likelihood matrices are correspondingly obtained through processing in steps S31 to S34.
8. The link symbol prediction method based on linear optimization closed sub-graph coding according to claim 7, wherein in S31, an importance score is calculated for a non-central node in the closed sub-graph, and a specific calculation formula of the importance score is:
In the method, in the process of the invention, For the importance score of the (x > 2) th node coded as the (x) th node in the closed sub-graph based on the kth likelihood matrix, k=1, 2,3, ||represents the absolute value,/>For the likelihood value of the 1 st row and the x column in the kth likelihood matrix,/>For the likelihood value of the x-th row and 1 st column in the kth likelihood matrix,/>For the likelihood value of row 2 and column x in the kth likelihood matrix,/>Is the likelihood value of the x row and the 2 nd column in the kth likelihood matrix.
9. The link symbol prediction method based on linear optimization closed sub-graph coding according to claim 8, wherein in S3, the three ordered likelihood matrices are spliced to obtain the vector corresponding to the edge to be predicted, which specifically includes:
S36, deleting elements on diagonal lines of the three ordered likelihood matrixes respectively, flattening the rest elements in the ordered likelihood matrixes to obtain three vectors corresponding to the ordered likelihood matrixes;
And S37, splicing the vectors corresponding to the three ordered likelihood matrixes to obtain the vector corresponding to the edge to be predicted.
10. The method for linear optimization closed sub-picture coding based on link symbol prediction according to claim 2, wherein the positive and negative edges of a predetermined proportion are deleted from the directed symbol network excluding isolated nodes in S12, and the predetermined proportion is 20%.
CN202310142125.7A 2023-02-21 2023-02-21 Link symbol prediction method based on linear optimization closed sub-graph coding Active CN116155755B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310142125.7A CN116155755B (en) 2023-02-21 2023-02-21 Link symbol prediction method based on linear optimization closed sub-graph coding

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310142125.7A CN116155755B (en) 2023-02-21 2023-02-21 Link symbol prediction method based on linear optimization closed sub-graph coding

Publications (2)

Publication Number Publication Date
CN116155755A CN116155755A (en) 2023-05-23
CN116155755B true CN116155755B (en) 2024-04-26

Family

ID=86354014

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310142125.7A Active CN116155755B (en) 2023-02-21 2023-02-21 Link symbol prediction method based on linear optimization closed sub-graph coding

Country Status (1)

Country Link
CN (1) CN116155755B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021031825A1 (en) * 2019-08-22 2021-02-25 深圳壹账通智能科技有限公司 Network fraud identification method and device, computer device, and storage medium
CN113050931A (en) * 2021-03-15 2021-06-29 南京工业职业技术大学 Symbolic network link prediction method based on graph attention machine mechanism

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11632305B2 (en) * 2021-06-02 2023-04-18 Jpmorgan Chase Bank, N.A. Method and system for link prediction in large multiplex networks

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021031825A1 (en) * 2019-08-22 2021-02-25 深圳壹账通智能科技有限公司 Network fraud identification method and device, computer device, and storage medium
CN113050931A (en) * 2021-03-15 2021-06-29 南京工业职业技术大学 Symbolic network link prediction method based on graph attention machine mechanism

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A Survey of Signed Network Mining in Social Media;Jiliang Tang Et.AL;《ACM Computing Surveys》;20160817;第49卷(第3期);全文 *
融合连边符号语义信息的网络表示学习算法;王凯;赵学磊;李英乐;刘正铭;李星;;计算机应用研究;20190614;第37卷(第07期);全文 *

Also Published As

Publication number Publication date
CN116155755A (en) 2023-05-23

Similar Documents

Publication Publication Date Title
CN108108854B (en) Urban road network link prediction method, system and storage medium
CN109389151B (en) Knowledge graph processing method and device based on semi-supervised embedded representation model
CN111797321B (en) Personalized knowledge recommendation method and system for different scenes
CN112529168A (en) GCN-based attribute multilayer network representation learning method
CN110009430B (en) Cheating user detection method, electronic device and computer readable storage medium
CN113065974B (en) Link prediction method based on dynamic network representation learning
CN108985617B (en) Product production flow scheduling method and system based on intelligent manufacturing
CN113326377A (en) Name disambiguation method and system based on enterprise incidence relation
CN112801063B (en) Neural network system and image crowd counting method based on neural network system
CN110889560A (en) Express delivery sequence prediction method with deep interpretability
CN110688537A (en) Calculation graph node low-dimensional representation and related application method
CN110443574B (en) Recommendation method for multi-project convolutional neural network review experts
CN117315331A (en) Dynamic graph anomaly detection method and system based on GNN and LSTM
CN115544239A (en) Deep learning model-based layout preference prediction method
CN113314188B (en) Graph structure enhanced small sample learning method, system, equipment and storage medium
CN114548296A (en) Graph convolution recommendation method based on self-adaptive framework and related device
CN116155755B (en) Link symbol prediction method based on linear optimization closed sub-graph coding
CN116629234A (en) Rumor detection method and system based on hierarchical dynamic graph convolutional network
CN116522232A (en) Document classification method, device, equipment and storage medium
CN112529025A (en) Data processing method and device
CN113159976B (en) Identification method for important users of microblog network
CN115545833A (en) Recommendation method and system based on user social information
CN115456093A (en) High-performance graph clustering method based on attention-graph neural network
CN114330090A (en) Defect detection method and device, computer equipment and storage medium
CN109740804B (en) Water quality prediction method, terminal device and computer-readable storage medium

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