| Literature DB >> 35626605 |
Feiyue Qiu1, Lijia Zhu1, Guodao Zhang2,3, Xin Sheng1, Mingtao Ye3, Qifeng Xiang1, Ping-Kuo Chen4.
Abstract
Learning analysis provides a new opportunity for the development of online education, and has received extensive attention from scholars at home and abroad. How to use data and models to predict learners' academic success or failure and give teaching feedback in a timely manner is a core problem in the field of learning analytics. At present, many scholars use key learning behaviors to improve the prediction effect by exploring the implicit relationship between learning behavior data and grades. At the same time, it is very important to explore the association between categories and prediction effects in learning behavior classification. This paper proposes a self-adaptive feature fusion strategy based on learning behavior classification, aiming to mine the effective E-learning behavior feature space and further improve the performance of the learning performance prediction model. First, a behavior classification model (E-learning Behavior Classification Model, EBC Model) based on interaction objects and learning process is constructed; second, the feature space is preliminarily reduced by entropy weight method and variance filtering method; finally, combined with EBC Model and a self-adaptive feature fusion strategy to build a learning performance predictor. The experiment uses the British Open University Learning Analysis Dataset (OULAD). Through the experimental analysis, an effective feature space is obtained, that is, the basic interactive behavior (BI) and knowledge interaction behavior (KI) of learning behavior category has the strongest correlation with learning performance.And it is proved that the self-adaptive feature fusion strategy proposed in this paper can effectively improve the performance of the learning performance predictor, and the performance index of accuracy(ACC), F1-score(F1) and kappa(K) reach 98.44%, 0.9893, 0.9600. This study constructs E-learning performance predictors and mines the effective feature space from a new perspective, and provides some auxiliary references for online learners and managers.Entities:
Keywords: E-learning behavior classification; E-learning performance; feature fusion; feature space; machine learning
Year: 2022 PMID: 35626605 PMCID: PMC9140884 DOI: 10.3390/e24050722
Source DB: PubMed Journal: Entropy (Basel) ISSN: 1099-4300 Impact factor: 2.738
Definitions of related symbols.
| Symbols | Definition |
|---|---|
|
| The original E-learning behavior sets |
|
| Original E-learning behavior data, |
|
| Standardized E-learning behavior data. |
|
| Standard E-learning behavior set |
|
| Set of eigenvalues of learning behavior, |
|
| Learning behavior class |
|
| E-learning behavior category feature value set, |
Figure 1Framework of the proposed method.
Figure 2E-learning behavior classification model-EBC Model.
Figure 3K kinds of clustering CH score chart.
Figure 4Visualizing clustering results.
E-learning behavior and coding of DDD courses.
| Number | E-Learning | Behavior Interpretation | Behavior | Behavior |
|---|---|---|---|---|
| 01 | homepage | visit the homepage of the | H | BI |
| 02 | page | access the course page | P | BI |
| 03 | subpage | access the course subpage | S | BI |
| 04 | glossary | access glossary | G | KI |
| 05 | ouwiki | query with Wikipedia | W | KI |
| 06 | resource | search platform resources | R | KI |
| 07 | url | access course URL link | U | KI |
| 08 | oucontent | download platform resources | T | KI |
| 09 | forumng | participate in Forum discussion | F | CI |
| 10 | oucollaborate | participate in collaborative | C | CI |
| 11 | ouelluminate | participate in simulation seminars | E | CI |
| 12 | externalquiz | complete extracurricular quizzes | Q | SI |
E-learning behavior feature data after feature selection.
| Method Feature | Entropy Feature | Feature Value | Variance Filtering | Feature Value | Reserve |
|---|---|---|---|---|---|
| 1 | T (KI) | 2.27 | S (BI) | 1.75 | ✓ |
| 2 | H (BI) | 2.88 | F (CI) | 1.44 | ✓ |
| 3 | R (KI) | 3.53 | H (BI) | 3.78 | ✓ |
| 4 | S (BI) | 3.98 | R (KI) | 1.96 | ✓ |
| 5 | F (CI) | 4.97 | U (KI) | 1.78 | ✓ |
| 6 | Q (SI) | 5.40 | T (KI) | 5.93 | ✓ |
| 7 | U (KI) | 6.52 | W (KI) | 2.43 | ✓ |
| 8 | W (KI) | 6.70 | Q (SI) | 2.03 | ✓ |
| 9 | C (CI) | 8.48 | C (CI) | 8.92 | ✗ |
| 10 | G (KI) | 1.71 | E (CI) | 8.82 | ✗ |
| 11 | E (CI) | 1.90 | G (KI) | 4.71 | ✗ |
| 12 | P (BI) | 1.92 | P (BI) | 7.76 | ✗ |
E-learning behavior feature set.
| Feature Subset | Behavior Category Coding | Behavior Coding |
|---|---|---|
| F0 | BI | H, S |
| F1 | KI | W, R, U, T |
| F2 | CI | F |
| F3 | SI | Q |
| F4 | BI, KI | H, S, W, R, U, T |
| F5 | BI, CI | H, S, F |
| F6 | BI, SI | H, S, Q |
| F7 | KI, CI | W, R, U, T, F |
| F8 | KI, SI | W, R, U, T, Q |
| F9 | CI, SI | F,Q |
| F10 | BI, KI, CI | H, S, W, R, U, T, F |
| F11 | BI, KI, SI | H, S, W, R, U, T, Q |
| F12 | BI, CI, SI | H, S, F, Q |
| F13 | KI, CI, SI | W, R, U, T, F, Q |
| F14 | BI, KI, CI, SI | H, S, W, R, U, T, F, Q |
Figure 5Accuracy of behavioral feature subsets under 7 algorithms.
Figure 6F1-score of behavioral feature subsets under 7 algorithms.
Figure 7Kappa coefficients of behavioral feature subsets under 7 algorithms.
Figure 8Accuracy of the three groups of prediction models.
Figure 9F1-score of the three groups of prediction models.
Figure 10Kappa of the three groups of prediction models.
The average accuracy (ACC, %), F1-score (F1), kappa (K), and total computation time (T) of the three sets of prediction models.
| Method | Group 1 | Group 2 | Group 3 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACC | F1 | K | T | ACC | F1 | K | T | ACC | F1 | K | T | |
| SVC (R) | 83.17% | 0.887 | 0.563 | 3.620 | 90.14% | 0.932 | 0.751 | 4.497 |
|
|
|
|
| SVC (L) | 81.65% | 0.873 | 0.537 | 2.032 | 89.70% | 0.927 | 0.749 | 1.852 |
|
|
|
|
| BAYES | 81.67% | 0.877 | 0.523 | 3.254 | 89.51% | 0.928 | 0.735 |
|
|
|
| 1.511 |
| KNN (U) | 80.20% | 0.863 | 0.510 | 1.767 | 88.63% | 0.923 | 0.706 | 0.449 |
|
|
|
|
| KNN (D) | 79.92% | 0.860 | 0.504 | 0.688 | 88.37% | 0.921 | 0.701 | 0.121 |
|
|
|
|
| DT | 80.90% | 0.873 | 0.495 | 0.038 | 87.43% | 0.914 | 0.677 | 0.018 |
|
|
|
|
| SOFTMAX | 81.58% | 0.873 | 0.532 | 0.116 | 89.82% | 0.929 | 0.750 | 0.097 |
|
|
|
|
| AVE | 81.30% | 0.872 | 0.523 | 1.645 | 89.09% | 0.925 | 0.724 | 1.219 |
|
|
|
|
Figure 11Computation time of the three groups of prediction models.