Code Similarity Detection Approach Based on Back-propagation Neural Network

熊浩,晏海华,黄永刚,郭涛,李舟军
DOI: https://doi.org/10.3969/j.issn.1002-137x.2010.03.039
2010-01-01
Computer Science
Abstract:It is very important to find plagiarized programs in the field of computer science education.Traditional metho-ds for program similarity use attribute counting or structure information to detect plagiarism.This paper presented a program similarity detection approach based on back propagation (BP algorithm) multi-layer feed-forward neural networks.We extracted seven compared features of the code as the input of the neural network,and obtained the program similarity through the network calculation.Comparing the result with the threshold value,we can find all groups of simi-lar programs.Experimental results show that our method is effective.
What problem does this paper attempt to address?