Abstract

The recurrent convolutional neural network is an advanced neural network that integrates deep structure and convolution calculation. The feedforward neural network with convolution operation and deep structure is an important method of deep learning. In this paper, the convolutional neural network and the recurrent neural network are combined to establish a recurrent convolutional neural network model composed of anomalies, LSTM (Long Short-Term Memory), and CNN. This study combines the principal component analysis method to predict and analyze the test results of students’ physical fitness standards. The innovation lies in the introduction of the function of the recurrent convolutional network and the use of principal component analysis to conduct qualitative research on seven evaluation indicators that reflect the three aspects of students’ physical health. The results of the study clearly show that there is a strong correlation between some indicators, such as standing long jump and sitting bends which may have a strong correlation. The first principal component eigenvalue has the highest contribution rate, which mainly reflects the five indicators of standing long jump, sitting forward bend, pull-up, 50 m sprint, and 1000 m long-distance running. This shows that the physical fitness indicators have a great impact on the physical health of students, which also reflects the current status of students’ physical fitness problems. The results of principal component analysis are scientific and reasonable.

1. Introduction

The convolutional neural network is an advanced neural network that integrates two important functions of convolution operation and deep structure. It is one of the representative algorithms of deep learning. The convolutional neural network not only has super high learning ability but also can classify different hierarchical structures and input information, so we call it “translational and unchanged artificial neural network” [1]. Now that we have entered the 21st century, with in-depth study [24] of related theoretical knowledge and continuous improvement of numerical computing equipment, the recurrent convolutional neural network has achieved unprecedented development, and researchers apply it to computer vision processing [57], natural language processing, and other fields. Convolutional neural networks can perform supervised and unsupervised learning by imitating the visual perception of related organisms [8]. Due to the sharing of convolution kernel parameters in hidden layers and the sparsity of connections between layers, convolutional neural networks can learn lattice features, such as pixels and audio. The recurrent neural network is a recursive neural network in which all nodes are connected by a chain through the data of the input sequence and recursively along the evolution direction of the sequence. Recurrent neural networks have super high memory, sharing, and completeness and have considerable advantages in the field of learning nonlinear sequences. Recurrent neural networks are widely used in natural language processing, such as special speech recognition and memory, modeling, and translation [9]. They are also often used for the prediction of various sequences [10]. The recurrent convolutional neural network was introduced to deal with computer vision perception problems involving sequence input [11]. The recurrent convolution neural network is the coupling of convolution neural network and recurrent neural network and combines information classification ability with visual processing, which can be better applied to data analysis.

Principal component analysis is a multivariate statistical method to investigate the correlation between multiple variables. This paper studies how to reveal the internal structure of multiple variables through a few principal components, that is, derive a few principal components from the original variables, so that they retain as much information of the original variables as possible and are not related to each other. Usually, the mathematical treatment is to make a linear combination of the original indexes as a new comprehensive index [12, 13]. PCA is the simplest method to analyze multivariate statistical distribution with eigenvectors [14]. It can usually reveal the internal structure of data and can transform multivariate data sets that can be displayed in high-dimensional data spatial coordinate systems into lower-dimensional images. Because of the above characteristics, PCA is often used to reduce the dimension of the data set on the premise of ensuring the features that make the greatest contribution to the square difference in the data set. Wang et al. [15] proposed the method of PCA for background modeling for the first time. At present, principal component analysis usually converts multiple indicators into several comprehensive indicators through dimensionality reduction methods. The linear function constructed by PCA conforms to the original characteristics [16]. The realization of PCA is actually a process of transforming by linear features. The basic process of linear transformation is equivalent to the rotation and translation of the coordinate system [17].

Governments in various countries have begun to pay attention to national health, and the international community is also looking for a global health promotion strategy, which puts “health issues” on the agenda [18]. The evaluation of student physique has always been an important part of school physical education. The physical strength of students is related to the development and prosperity of a country, nation, and society. Enhancing the physical fitness of students is the main purpose and task of school physical education [19]. Strengthening the research on the physical condition of college students and its influencing factors has important practical significance for future economic construction. The times require them not only to have a comprehensive and solid scientific culture and outstanding talents but also to have a strong physique. Therefore, only the health of students is an important prerequisite for improving academic performance and cultivating cross-century talents [20]. Based on this, the health problem of contemporary college students is not only a personal problem but also a social problem. With the development of recurrent convolutional neural networks, recurrent convolutional neural networks and principal component analysis have been widely used in various practices, such as predicting students’ academic performance, modeling students, grouping students according to their personality characteristics, and providing students personalized learning support. This is very important for evaluating student performance [21].

Peng et al. [22] put forward the concept of receptive field for the first time through the study of cat visual cortex cells. Based on the concept of the receptive field, Fanthomme and Monasson [23] proposed the neurocognitive machine. The concept of the receptive field also plays an important role in a neural network. Later, the principle of the new cognitive machine is introduced in detail. CNN is built on the basis of a cognitive machine [24]. It is a new model combining Ann and convolution operation. Because of its good versatility, it can be used in the fields of recognition, detection, and tracking. For convolutional neural networks, Lu et al. [25] proposed the lenet-5 model structure based on CNN, which pushed the research of convolutional neural networks to a climax. Falk et al. [26] proposed a new face detection method based on CNN in the literature, which has good robustness to various facial patterns and certain rotation angles and shows that this recognition system does not need expensive preprocessing steps [27]. Subsequently, the convolutional neural network has been developed continuously and has been widely used in various fields and has made a breakthrough. Xiao et al. [28] applied deep learning to the regression task, considered the robustness of the regression algorithm, and analyzed the robustness of the algorithm. According to the relationship between hidden layer and error, a network depth determination method based on reconstruction error was proposed [29].

Principal component analysis (PCA) is a comprehensive statistical method, which transforms complex high-dimensional data into low-dimensional principal components [30]. There is no linear correlation between the extracted principal components, which can reflect most of the information in the original data on the basis of avoiding overlap. With the progress and development of society, the demand and requirement of feature extraction are constantly improved. The method of principal component analysis gradually permeates in all fields of economy and life. In his book, Shang [31] used this method to predict the overall power consumption demand in Australia; Mallord and others [32] used the PCA method to explore the changes of the human force curve and conducted functional principal component analysis on the human force curve to analyze the main factors affecting human fatigue.

3. Construction of Model

3.1. Construction of Recurrent Convolution Neural Network

The convolutional neural network is a perceptron. The neural network [3335] uses local connection and weight sharing to reduce the number of parameters and the computational complexity of the network. The simple convolutional neural network is shown in Figure 1; it is a simple convolutional neural network.

Firstly, the input image of the input layer enters the convolution layer, and the convolution operation is carried out through the 3D filter of the convolution layer and the offset vector to generate the feature map; then, a new feature map is obtained by weighted average summation. Then, these feature maps are convoluted by convolution layer filter and output by a pooling layer. Finally, the output layer outputs the classification results through the full connection layer.

The convolution layer mainly implements two key operations: one is local correlation the other is window sliding. Each neuron is regarded as a filter in local correlation, and each filter convolutes the input data. The function of window sliding is to limit each operation in the window when the filter performs convolution operation. When the calculation is completed, the window slides a certain step size for the next convolution operation. The two-dimensional discrete convolution in mathematics satisfies the following formula: where is the result of convolution, is the convolution kernel, and represents the convoluted signal.

Local connection is used to reduce network parameters. For the input two-dimensional image data, each convolution kernel of the convolution layer takes its own template, and after sliding a fixed step distance along the -axis and -axis of the image, convolution operation is performed to obtain the output response of the corresponding position. When the convolution kernel traverses the current image, the output feature map of the neural element can be obtained. Each convolution layer extracts different features of the input image by setting different convolution kernels, and the parameters of these convolution kernels are updated by the gradient descent method during network training. The convolution layer is calculated as follows: where is the th characteristic graph of convolution layer, is the set of input characteristic graphs, is the weight matrix of convolution kernel, and is the offset.

There are two main purposes in the design of the pooling layer, as shown in Figure 2. When the output size of the build-up layer is , the size of the pooling layer filter is . After the pooling layer processing, the output data size is , and the amount of data is reduced to 1/4 of that before pooling. The reduction of the dimension increases the sparsity of the network, so as to achieve the second purpose, that is, to effectively prevent the network from overfitting. The most important characteristic of the pooling layer is local translation invariance. If the local region of input data is linearly transformed (such as translation and rotation), the output result will not change after downsampling. If we only care about whether a feature appears or not, but not about its position, local translation invariance is very important.

There is a connection layer at the end of the convolutional neural network. Every neuron in the first layer is connected to every neuron in the next layer. The purpose of the full join layer is to map the distribution of the previous layer to the sample label space, then use the function to adjust the relevant process in the learning, and finally give the required prediction. In fact, the fully connected layer is equivalent to the classic multilayer perceptron. Although the full connection layer is located at the end of the neural network, the parameters of the full connection layer account for most of the parameters of the whole model. Therefore, when designing a convolutional neural network, the number of all connected layers should not be too large.

The recurrent neural network is a kind of network model with forward path and reverse path, which is composed of the input layer, hidden layer, and output layer. The difference between the model and the traditional neural network is that the recurrent neural network can carry out forward and backward propagation. Generally, recurrent neural networks are used to deal with time series problems.

As shown in Figure 3, it is the basic unit of the recurrent neural network. The basic unit of the recurrent neural network is to introduce the characteristic weight matrix into the convolutional neural network unit, so as to establish the connection between the last input and the current input. , , and represent vectors. is the value of the input layer.

The basic unit reuse is a recurrent neural network, as shown in Figure 3. The weight matrix calculated by each layer of the network will be input into the lower layer network structure. represents time, represents input, represents output, and represents the weight matrix of the network, the activation function; the recurrent neural network can be defined as

A vector is generated through the activation function to update the data; the output gate processes the output information through the activation function and outputs the final information. As a recurrent neural network, the network is often used for sentence connection and mining the relationship between sample features. This research takes the results of the students’ physical fitness standard test as the research object and makes predictions and analyses.

The network model proposed in this paper consists of Xception, LSTM, and CNN fusion. The innovation lies in the introduction of circular network function and the construction of feature fusion network CNN fusion. Firstly, the sample data are input into the Xception network and LSTM network, respectively, and then, the two weight matrixes obtained by the two calculations are input into the merged layer of CNN fusion at the same time. The features are fused and merged into a weight matrix by this layer, and then, the combined weight matrix is convoluted, Finally, the output layer outputs the category with the highest species probability to complete the classification prediction.

Through the construction of the recurrent convolution network model, the student physical health standard test is realized, and the flow is shown in Figure 4. Before the initialization of the network model, the original data is denoised, enhanced, rotated, and clipped for the first time. Then, the correlation between image features is extracted by Xception and LSTM, respectively, and the weight matrix of the two networks is output to CNN fusion, and the shape tensor of the weight matrix is multiplied by each element for fusion learning.

3.2. Model Based on Recurrent Convolution Neural Network and Principal Component Analysis

In the training process of traditional CNN, the initialization of weight is randomly generated. Although a better convergence effect can be obtained through the gradient descent method, the convergence direction of the mean square error cannot be found quickly when the iteration starts or the number of iterations is limited, which affects the convergence speed and ultimately the recognition rate. Based on the CNN model and PCA feature extraction method, this paper realizes the CNN data analysis method of multilayer convolution kernel parameter initialization. Through principal component analysis of different layers in the network, the algorithm obtains the eigenvector that can represent the corresponding layer and takes the eigenvector as the initialization value of the convolution kernel of the corresponding convolution layer, so as to avoid the defects of many iterations and low recognition rate in the random initialization of the convolution kernel. The flow chart is shown in Figure 5. Firstly, the training data and test data are preprocessed, the symbols in the network connection data are converted into numbers, and each data is marked in advance. After PCA dimensionality reduction, it is trained in the designed CNN network. After many times of training, according to the comparison of test set results, the analysis model with the best performance is obtained.

4. Principal Component Analysis of Health Standard Test Results

4.1. General Process of Principal Component Analysis

Principal component analysis, like traditional factor analysis, is a data processing method to reduce dimension and seek commonness among samples. In the processing of image, voice, and other data problems, we usually use this method when we need to reduce the dimension and extract the corresponding feature commonness or when the attribute dimension is higher, and we need to use another lower dimension expression. Dimension reduction is very necessary in data processing. Firstly, there is a correlation between variables, that is, multicollinearity, which will lead to the instability of solution space, and the result may be incoherent. Secondly, high-dimensional space is sparse. Thirdly, too many variables hinder the establishment of rules. In data processing such as machine learning, too much data may cause overfitting or underfitting, which can better predict and classify problems. Finally, there are many characteristics of a thing or problem, but the variables representing the characteristics may have internal information overlap, so it is difficult to consider the potential relationship between variables in the analysis of variables. Based on the above reasons, we need to reduce the dimension of data for three purposes: First, the most intuitive is to reduce the number of attributes. Secondly, the dimensionality reduction can ensure that the variables are independent of each other. Finally, it is convenient to explain the meaning of the calculated components. The purpose of PCA is to change the properties of data feature variables, so all operations are based on feature dimension.

For the original data set, is the number of samples and is the dimension of samples. Through

Centralize the data, get the corresponding matrix, use the matrix to calculate the covariance matrix , and finally calculate the eigenvalue and eigenvector of . As for the last step of eigenvalue selection rules, according to their different needs, the selection method is different. In data visualization, the first two largest eigenvalues and corresponding eigenvectors are usually selected. We can get two-dimensional data by mapping, which is easy to display by graphics. Another way is to score: assume that there are eigenvalues, according to

Among them, the denominator is the sum of all eigenvalues, and the numerator is the sum of the top largest eigenvalues, which is the score rate. When we set a threshold, as long as the score rate exceeds this value, then these eigenvectors are the eigenvectors we need, namely, pattern vectors.

4.2. Application of Principal Component Analysis in Comprehensive Evaluation of College Students’ Physical Health

According to the requirements of standard documents, students’ physical fitness test items mainly include three aspects: physical fitness, body shape, and body function. In terms of body shape, it mainly tests body mass index; that is, it evaluates the body’s symmetry, reflecting the body’s growth and development level and nutritional status. In terms of physical function, it mainly tests vital capacity; that is, it evaluates the maximum ventilation capacity of human breathing, reflecting the volume and expansion capacity of the lung. In terms of physical fitness, it mainly tests the standing long jump, sitting forward bending, 50 m running, pull-up, and 1000 m long run. Standing long jump evaluates the long jump ability of the human body, reflecting the explosive ability of human lower limbs and the coordination ability of the human body. The forward flexion of the sitting body evaluates the range of motion that can be achieved by the trunk, waist, hip, and other joints of the human body in a static state and reflects the development level of physical flexibility. The speed quality of the human body is evaluated in 50 m race, which reflects the explosive power, sensitivity, reaction, and flexibility of the human body. The upper limb overhanging strength, shoulder strap strength, and grip strength were measured by the pull-up test to reflect the upper limb strength endurance level. The aerobic and anaerobic endurance of the human body is evaluated by 1000 m long-distance running, which reflects the cardiopulmonary function and endurance level of the human body.

On the basis of theoretical research, combined with the actual data of students’ physical fitness test, the body shape (body mass index), physical function (vital capacity), and physical fitness (standing long jump, sitting forward, 50 m running, pull-up, and 1000 m running) are taken as the comprehensive evaluation indexes of students’ physical health level. Taking 200 boys’ and girls’ physical health test data as an example, this paper explains the specific application of principal component analysis in the comprehensive evaluation of physical health. The physique test data of 15 boys and girls were randomly selected, as shown in Figures 69.

As shown in Figure 6, the body mass index of 25 students is basically about 50-60 kg, but their vital capacity is quite different. Through qualitative investigation of the six evaluation indexes reflecting the physical health of college students, it is obvious that there is a relatively strong correlation between some indexes; for example, there may be a strong correlation between standing long jump and sitting forward bending. There may be a strong correlation among vital capacity, 50 m running, and 1000 m running. In order to test these possible situations, SPSS software is used to analyze the correlation of these seven indicators, and it is found that there is a strong correlation between some indicators. In order to avoid information overlapping and affect the objectivity of the final comprehensive evaluation results, it is necessary to use principal component analysis to transform these seven indicators into several comprehensive indicators with low correlation. SPSS software is used to analyze the seven indicators, and the eigenvalues and contribution rate of the corresponding correlation coefficient matrix are obtained (Figure 10).

It can be seen from Figure 10 that the eigenvalues of the first three components are significantly higher than the other components, and the eigenvalues of the other components are relatively small. The first three principal components are selected as principal components for analysis, and the cumulative contribution rate of the eigenvalues of the first three principal components reaches 90%, indicating that the principal component analysis method is very effective in this problem. From the corresponding coefficients of each principal component, it can be seen that the first principal component contains information about standing long jump, sitting forward, pull-up, 50 m run, and 1000 m run; the second principal component contains vital capacity information; the third principal component contains weight index information. Substituting the standardized data of each student’s original indicator into the expression of the three principal components, the values of the three principal components corresponding to each student are obtained. Then, the contribution rates corresponding to the three principal components are used as their respective weights, and a comprehensive evaluation model of college students’ physical fitness based on principal component analysis is obtained.

5. Conclusion

The principal component analysis and prediction of the test results of students’ physical fitness standards based on the convolution regression neural network are studied. By constructing a recurrent neural network and a convolutional neural network, the principal component analysis method is used to analyze the students’ body mass index, vital capacity, standing long jump, sitting and forward bending, 50 m running, pull-ups, and 1000 m running, and three principal components are found more reasonable; the first principal component has the highest contribution rate, which mainly reflects the information of the five indicators of standing long jump, sitting forward bend, pull-up, 50 m running, and 1000 m running; that is, physical fitness indicators have a greater impact on the health of college students. This is in line with the current status of the physical health of college students, indicating that the results of the principal component analysis are scientific and reasonable.

Data Availability

The data used to support the findings of this study are included within the article.

Conflicts of Interest

The author does not have any possible conflicts of interest.

Acknowledgments

This study was supported by the University-Industry Collaborative Education Program (201802088040).