Related Experiment Video
Updated: Jul 1, 2025

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
Published on: December 15, 2023
Combination prediction method of students' performance based on ant colony algorithm
1Department of Public Teaching, Hefei Preschool Education College, Hefei, China.
Abstract:
Students' performance is an important factor for the evaluation of teaching quality in colleges. The prediction and analysis of students' performance can guide students' learning in time. Aiming at the low accuracy problem of single model in students' performance prediction, a combination prediction method is put forward based on ant colony algorithm. First, considering the characteristics of students' learning behavior and the characteristics of the models, decision tree (DT), support vector regression (SVR) and BP neural network (BP) are selected to establish three prediction models. Then, an ant colony algorithm (ACO) is proposed to calculate the weight of each model of the combination prediction model. The combination prediction method was compared with the single Machine learning (ML) models and other methods in terms of accuracy and running time. The combination prediction model with mean square error (MSE) of 0.0089 has higher performance than DT with MSE of 0.0326, SVR with MSE of 0.0229 and BP with MSE of 0.0148. To investigate the efficacy of the combination prediction model, other prediction models are used for a comparative study. The combination prediction model with MSE of 0.0089 has higher performance than GS-XGBoost with MSE of 0.0131, PSO-SVR with MSE of 0.0117 and IDA-SVR with MSE of 0.0092. Meanwhile, the running speed of the combination prediction model is also faster than the above three methods.
Related Concept Videos
Cluster Sampling Method
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Random Sampling Method
Estimating Population Mean with Unknown Standard Deviation
William S. Gosset (1876–1937) of the...
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...
Group Design
Systematic Sampling Method
Systematic sampling is one of the simplest methods...

