Research Article

Construction of Sports Training Performance Prediction Model Based on a Generative Adversarial Deep Neural Network Algorithm

Table 1

Learning algorithm steps.

1For iter < I do:
2x ← SA(X) {sample a batch of images from a set of real images X}
3 Add a random mask to each image in the batch of images
4
5
6 Update the generative network
7 Principal component network output reconstruction dataset X
8Else:
9Sampling a batch of images from the reconstructed image set and the real image set
10 Update the discriminant network
11 Calculate the parameter gradient
12 Update the hash network
13End if
14End for