Font Size: a A A

Link Prediction Based On Distance Measurement

Posted on:2022-02-06Degree:MasterType:Thesis
Country:ChinaCandidate:H WangFull Text:PDF
GTID:2518306491984419Subject:computer science and Technology
Abstract/Summary:PDF Full Text Request
With the development of large-scale complex networks represented by social networks,the research on complex network analysis has also developed rapidly.Link pre-diction,which is an important research direction in complex network analysis,aims to find the missing links or the possible links in the future using the observed network information.Generally speaking,most researchers usually select a certain kind of struc-tural features in a network to evaluate the similarities between nodes and then predict the connection possibility of node pairs.However,due to the different characteristics of diverse networks,these methods are often unstable in terms of prediction performance.Inspired by k-nearest neighbors(KNN)algorithm,this thesis proposes a new link pre-diction method LPKNNfor homogeneous networks.LPKNNcombines several similarity features to improve the prediction accuracy and stability.Further,to solve the prob-lem of link prediction in heterogeneous networks,a link prediction method LPDISis proposed,which combines the node association strength and meta-path information.(1)LPKNN:Based on the idea of k-nearest neighbors algorithm,this method fuses several link prediction indexes based on structural similarity to construct feature vectors for node pairs.Then,two sets of k-nearest neighbors of a test node pair were searched in the positive training set and the negative training set,respectively.And then,the cor-responding local mean vectors were calculated.Finally,the distances between the test node pair and the two local mean vectors were combined to get the final prediction score.In this thesis,we find that LPKNNis not sensitive to the value of k.The experiments show that LPKNNhas good prediction effect and stability in the experimental networks.(2)LPDIS:Compared with homogeneous networks,the structure of heterogeneous networks is more complex and contains more network information.LPDISis proposed for heterogeneous network link prediction.LPDIScombines the node pair association strength and the similarity measures based on the meta-path and obtains the final pre-diction score by combining the distances of the test node pair to the positive ideal so-lution and the negative ideal solution.In order to verify the prediction performance of the proposed method,several experiments are conducted on multiple DBLP networks.The results show that LPDIShas good prediction accuracy on heterogeneous networks and fusing multiple features for link prediction is a feasible solution.
Keywords/Search Tags:Complex networks, Heterogeneous networks, Link prediction, k--nearest neighbors, Stuctural features
PDF Full Text Request
Related items