Recommendation systems have been widely used in various applications to solve information overload andimprove user experience. Traditional recommendation algorithms mainly used Euclidean data for calculationand abandoned the graph structure features in user and item data. Aiming at the problems in the current recommendation algorithms, this paper proposes an improved user density clustering method and extracts userfeatures through optimized graph neural network. Firstly, the improved density clustering method is used toform the clustering subgraph of users based on the influence value of users. Secondly, the user data and itemdata features of cluster subgraph are extracted by graph convolution network. Finally, the features of clustersubgraphs are processed by global graph convolution network and the recommendation results are generatedaccording to the global graph features. This model not only improves the efficiency of decomposing large graphinto small graph through the improved user density clustering algorithm, but also extracts the features of usergroups through graph convolution neural network to improve the recommendation effect. The experiment alsoproves the validity of this model.
Read full abstract