The application provides a student
performance prediction method based on a woa (
whale optimization
algorithm), a T-SNE (t-distribution stochastic neighbor embedding)
algorithm and an LSTM model, and comprises the following steps: A, obtaining a student
data set and cleaning abnormal data; B, using the woa
algorithm for data weighting; C, using the T-SNE algorithm for
nonlinear dimension reduction processing of the data; and D, predicting the processed data through an optimized Adam-LSTM model to obtain student predicted performance. The application provides a student
performance prediction method based on a
deep learning model LSTM and a
data set processing algorithm WOA and T-SNE. In the experiment, an Adam optimizer is fused with an LSTM model, the weight of the model can be more efficiently updated, and the stability and prediction efficiency of the LSTM model are improved. Meanwhile, in order to make the model pay more attention to important samples in the training process and improve the performance of the model, the WOA algorithm is applied to the weighted
processing of the
data set. In this paper, the T-SNE dimension reduction technology is also used to transform the
original data by generating a new attribute set, which not only significantly reduces the number of attributes, but also ensures that most of the effective information in the
original data is retained, further optimizes the LSTM model and obtains more accurate student ability prediction results.