1. Introduction
Currently, the development of artificial intelligence technology in the field of education has significantly promoted the process of educational precision and enhanced the possibility of realizing personalized learning in public education. The knowledge transmission mode of traditional educational models struggles to adapt to the degree of differences in students’ individual cognition, leading to reduced learning efficiency and misallocation of educational resources. However, AI-driven personalized learning systems can conduct detailed analysis of students’ learning data through algorithms, adjust teaching content and paths, and are expected to solve this dilemma.
Students’ knowledge strengths and weakness are key factors and links in promoting personalized learning. Accurate identification of knowledge weak points can determine the effectiveness of learning assistance. By the detailed analysis of various reflective data on students’ academic levels (such as homework, quiz, exams, etc.), their weak point in the acquisition of specific part of knowledge can be identified. As a result, by combing it with personalized learning algorithms, both educational resources and students’ cognitive levels will be greatly improved.
Therefore, a systematic review of students’ knowledge strengths or weaknesses and personalized learning algorithms can clearly indicate the current technological progress, and also provide theoretical and methodological references for precision practice in the digital transformation of education, which has important practical value.
According to existing research, knowledge strength and weakness identification faces some problems of difficult multimodal data fusion and low precision. It is proposed to use educational knowledge graphs as a tool to track the pre-requisite associated knowledge of weak points through high-order reasoning methods. A structure of combining “public learning network” and “personalized learning path” is constructed [1]. Currently, some technologies adopt knowledge tracing models to quantify knowledge mastery, combine computerized adaptive testing to accurately locate gaps, and allocate resources based on strengths and weaknesses [2]. In addition, the RADAR system integrates multi-dimensional data and identifies weak points through decision trees and CFS algorithms [3]. Through a path recommendation method combining the Fuzzy-CDP cognitive diagnosis model and Apriori algorithm, a closed loop of knowledge point remediation and resource matching is realized, improving mastery efficiency by approximately 20% [4]. At the meantime, AI-assisted learning analysis systems mark signals in real time, such as the MATHia system which locates specific knowledge gaps, and advocate balancing technical efficiency with teachers’ experience [5].
The subsequent chapters of this paper mainly introduce related algorithm reviews, covering student knowledge strength and weakness identification and personalized learning algorithms, algorithm performance comparison, research limitations, and future research directions. Its goal is to present current technological progress of the studied algorithms and provide theoretical or methodological references for educational digital transformation, as well as guide future research for relevant researchers.
2. Review of related methods
2.1. Summary of algorithms for identifying students’ knowledge strengths and weaknesses
In the algorithms for identifying students’ knowledge strengths and weaknesses, homework-based identification and test-based identification are two core approaches.
2.1.1. Model for homework-based identification
The k-NN algorithm can analyze the types of errors in uploaded homework submission data, while the random forest algorithm can identify weak parts based on homework completion quality and frequency, following the logical chain of “collecting homework data→ extracting knowledge point features associated with homework → algorithm-based classification” [6] Furthermore, applying the random forest algorithm, which follows the process of “inputting homework accuracy rate and completion time→ mapping knowledge point labels → model training” to output the probability of students mastering specific knowledge points. Moreover, by the comparison of the RepTree, k-HH, and Naïve Bayes algorithms, and found that the RepTree algorithm achieved the highest accuracy (95.50%) in predicting students’ academic performance, enabling effective identification of students at high risk of failing to master key knowledge points [7].
2.1.2. Model for test-based identification
By using a deep knowledge tracing model, which takes students’ test answer sequences as input, models knowledge states through an LSTM network, and updates mastery probability in real time to identify unmastered knowledge points [8]. Also, the application of the Gradient Boosting Machine (GBM), which follows the process of “collecting test scores and knowledge points corresponding to wrong answers→ feature selection → model training" to output the ranking of knowledge strengths and weaknesses, achieving an accuracy of 98%. Moreover, by introducing a learning platform integrated with functions such as question-and-answer generation and weakness identification; this platform applies NLP and machine learning technologies to analyze students’ test responses, thereby enhancing the accuracy of identifying weak knowledge points.
2.2. Summary of personalized learning algorithms
Personalized learning algorithms cover supervised learning, unsupervised learning, optimization algorithms, and deep learning, forming diverse implementation logics.
2.2.1. Supervised learning model
The Bayesian-optimized random forest (with an accuracy of 87%) and k-NN (with an accuracy of 73%) had better prediction effects; their algorithm process is “inputting features (academic scores, learning duration, etc.) → Bayesian optimization of hyperparameters → model training → outputting personalized performance prediction and knowledge point recommendations" [9]. The SVM and LR algorithms, which follow the process of “inputting training data (test scores and knowledge points labels) → kernel function mapping or logistic function transformation → classification model training → outputting knowledge point mastery levels" [10]. The application of random forest algorithm in personalized learning: in addition to identifying knowledge weaknesses, it can predict students’ graduation and dropout status (with accuracy of 79.89%) and further recommend targeted learning strategies based on the predication results [11].
2.2.2. Unsupervised learning and clustering algorithms
Review of application of multiple algorithms in personalized learning, including the K-means and DBSCAN algorithms. These algorithms follow the process of “collecting students' learning behavior data → feature standardization → clustering → extracting group features → generating group-based personalized learning paths"; they also noted that reinforcement learning can be used to optimize learning paths, and emphasized that personalized learning plays a key role in improving students’ learning engagement and academic performance [6]. Moreover, demonstration of a K-means application process: “inputting multi-dimensional data (age, academic score, etc.) → clustering → group feature analysis → recommending common learning strategies for the same group" [11].
2.2.3. Other relevant studies on personalized learning algorithms
Numerous studies have focused mainly on application and challenges of algorithms. For instance, Alqahtani et al. explored the application of NLP and large language models in personalized learning and automatic scoring, while mentioning the ethical challenges and bias risks that may arise during algorithm application [12]. Chopra & Arora focused on AI-enabled teacher support: they pointed out that adaptive systems and virtual assistants can optimize educational procedures, thereby helping teachers provide more targeted personalized guidance to students [5]. The analysis of the mechanisms of content recommendation and adaptive assessment in personalized learning, with practical cases from platforms such as Duolinggo and Coursera [2]. Gupta discussed the paths for AI to enhance interaction in engineering education, including the application of intelligent tutoring systems and predictive analysis in personalized learning design [13]. Khusnadin et al. warned of the risks of data privacy leakage and algorithm bias in personalized learning algorithms, and emphasized that educational counselors need to promote transparent algorithm application practices [14]. Abisoye constructed an analysis framework for STEM education-oriented personalized learning, which covers data processing, real-time assessment, and feedback loops to support the implementation of personalized learning [15]. Luo took ChatGPT as an entry point, discussed the impact of AI on traditional teaching methods, and proposed strategies to balance AI-driven personalized learning and traditional teaching [16]. Oyebola Olusola Ayeni et al. reviewed various technologies applied in personalized learning, with a special emphasis on the importance of ensuring ethics and fairness in algorithm design and application [17]. Ma et al. proposed a learning path recommendation model based on multi-algorithm collaboration, which combines association rules and swarm intelligence algorithms to optimize the matching between educational resources and students' learning needs [4]. Das et al. elaborated that AI-driven adaptive systems can realize personalized learning paths and real-time feedback through machine learning, NLP, and other technologies, while also mentioning the challenges of protecting data privacy and ensuring algorithm fairness [18]. Strielkowski et al. pointed out that AI adaptive learning (a core form of personalized learning) promotes the sustainable transformation of education, and the epidemic has accelerated its development; however, attention must be paid to ethical issues and privacy protection in the application of related algorithms, and these issues require continuous attention from researchers and educators [19].
3. Comparison of algorithms performance
Table 1 presents a comparative analysis of the performance of several highly accurate algorithms. GBM (Gradient Boosting Machine) stands out with an impressive 98% accuracy, accompanied by strong stability (AUC 0.97) and relatively low error rates (MAE 0.03, MSE 0.03, RMSE 0.1). RF (Random Forest), DT (Decision Tree), and MLP (Multilayer Perception) all achieve a 96% accuracy rate. RF and MLP show good stability with an AUC of 0.98, though their error metrics vary. DT has a slightly lower stability but comparable error rates to GBM in some aspects. GNB (Gaussian Naive Bayes) and LR (Logical Regression) have a 90% accuracy, with similar error rates but relatively lower stability as indicated by their AUC values. Overall, GBM demonstrates superior comprehensive performance, while the choice of algorithm should also consider specific application scenarios and stability requirements.
Name of Algorithms |
Accuracy |
Stability |
Error rate |
GBM (Gradient Boosting Machine) |
98% |
AUC 0.97 |
MAE 0.03 MSE 0.03 RMSE 0.1 |
RF (Random Forest) |
96% |
AUC 0.98 |
MAE 0.09 MSE 0.04 RMSE 0.21 |
DT (Decision Tree) |
96% |
AUC 0.93 |
MAE 0.03 MSE 0.03 RMSE 0.1 |
MLP (Multilayer Perception) |
96% |
AUC 0.98 |
MAE 0.09 MSE 0.09 RMSE 0.3 |
GNB (Gaussian Naive Bayes) |
90% |
AUC 0.96 |
MAE 0.09 MSE 0.09 RMSE 0.3 |
LR (Logical Regression) |
90% |
AUC 0.95 |
MAE 0.09 MSE 0.09 RMSE 0.3 |
4. Discussion
4.1. Limitations of the current research
Current personalized learning driven by AI faces multiple critical limitations. In terms of multimodal fusion and precise evaluation of learning beavior data, existing learning assessment models predominantly reply on single-modality data (e.g., answer results), lacking comprehensive utilization of, ulti-dimensional data, which fails to accurately extract students’ learning features and patterns [1]. Moreover, multimodal learning behavior data (such as audio - video, text, and interaction data) suffer from problems like insufficient labelling and low fusion consistency. General-pirpose processing methods struggle to adapt to dynamic and complex teaching scenarios, resulting in inadequate behavior perception accuracy [1].
Regarding the accuracy of learning problem tracing and intervention, most current intervention research focuses on the recommendation of weak knowledge points, lacking in=depth tracing of problems or their causes and customization of personalized solutions. The ineffective convergence of existing large-model data with learning data and behavior data leads to limited intervention precision [1].
Ethical ad fairness issues also pose significant challenge. AI–driven personalized learning encounters common ethical challenges such as data privacy and algorithmic bias. Students’ data collection and analysis may trigger leakage risks [13]. Additionally. if algorithms are trained on biased data, they may exacerbate educational inequality, resulting in low recommendation accuracy for specific groups (e.g., rural areas) [14].
In term of technology integration and cross-scenario adaptability, although AI tools in engineering education can enhance certain interaction, they show weak adaptability in common scenarios like experimental operations and collaborative projects, failing to achieve seamless connection of multi-scenario data [13]. This indicates that most existing technology applications are confined to single scenarios, lacking dynamic adaptation across scenarios [13]. These limitations collectively impede the further advancement and widespread adoption of AI-enhanced personalized learning in education.
4.2. Future research directions
To improve AI-driven personalized learning in education, several key directions merit exploration. For enhancing the perception and fusion precision of multimodal learning behaviors, there is a need to develop multimodal data processing technologies tailored to teaching scenarios. This can involve introducing teaching and learning behavior perception prompt engineering to fine-tune pre-trained models, addressing the issue of insufficient labeled data. Additionally, constructing a modality-decoupled contrastive network and spatiotemporal alignment pre-training tasks enables high-precision fusion of time-sensitive and non-sensitive data, improving behavior perception consistency in dynamic interaction scenarios [1].
In term of strengthening ethical norms and fairness protection, establishing an ethical framework for AI educational applications is essential. Measures include anonymizing data, controlling access permissions to safeguard privacy, and adopting fairness - aware algorithms to reduce bias. Collaboration should also be carried out to formulate standards for data use and algorithm auditing, ensuring that AI - driven personalized learning does not exacerbate educational inequalities [14].
To promote cross-scenario technology integration and subject adaptation, developing cross-scenario adaptive learning systems is advisable. This entails creating integrated virtual laboratories, collaborative tools, and other scenario-related data, as well as developing multimodal assessment models. Moreover, migrating existing learning optimization-related algorithms can enhance adaptability across different disciplines and learning stages, facilitating personalized support that transitions from knowledge imparting to ability cultivation.
Regarding constructing precise tracing and dynamic intervention mechanisms, a tracing model that integrates knowledge racing and anormal behavior analysis should be established. Based on educational knowledge graphs, a causal structure diagram for predicting source knowledge points can be built. By comparing individual and group behavior saliency maps, the causes of abnormal learning behaviors can be located. Reinforcement learning can then be applied to dynamically optimize intervention strategies, adjusting learning paths and resource recommendations in real-time according to students’ cognitive states [1]. Collectively, these initiatives can help overcame the current limitations of AI-enabled personalized learning and drive its more effective implementation in educational contexts.
5. Conclusion
AI-driven algorithms for identifying students’ knowledge strengths and weaknesses and personalized learning have achieved significant progress in the field of educational precision. By analyzing homework and test data and applying diverse algorithm models, dynamic assessment of students’ knowledge status and overall recommendation of personalized learning paths have been realized. Form the perspective of performance in accuracy. Strategies such as Bayesian optimization can further improve model effects, providing powerful tools for educational practice.
However, current research still has limitations: insufficient fusion of multimodal learning behavior data leads to limited perception accuracy; intervention strategies lack in-depth tracing of the causes of problems; data privacy and algorithmic bias trigger ethical and fairness concerns; and it is difficult for technical applications to adapt to complex teaching needs across scenarios.
Future research can mainly focus on four major directions: first. develop multimodal data fusion technologies to improve the consistency of behavior perception in dynamic scenarios; second, establish ethical norms and fairness algorithms to protect data privacy and educational equality; third, promote cross-scenario technology integration to enhance adaptability across different disciplines and learning stages; fourth, construct a tracing model that combines knowledge tracing and abnormal analysis, and realize dynamic and precise intervention through reinforcement learning. These breakthroughs will promote the upgrade of AI educational applications from “knowledge identification” to “competence development”, providing solid theoretical and practical support for the digital transformation of education.
References
[1]. Zhong, S., Yang, L., & Fan, J. (2025). Data-driven personalized learning: Real problems, ought-to-be logic and implementation paths. E-education Research, (1), 13-19, 33. https: //doi.org/10.13811/j.cnki.eer.2025.01.002
[2]. Falsk, R. (2023). AI in Education: Personalized Learning and Adaptive Assessment. Unpublished. https: //doi.org/10.13140/RG.2.2.24796.77446
[3]. Embarak, O. H., & Hawarna, S. (2024). Enhancing Students Success with XAI-Powered RADAR: AN Automated AI-driven System for Early Detection of At-risk Students. Procedia Computer Science, 231, 151–160. https: //doi.org/10.1016/j.procs.2023.12.187
[4]. Ma, Y., Wang, L., Zhang, J., Liu, F., & Jiang, Q. (2023). A Personalized Learning Path Recommendation Method Incorporating Multi-Algorithm. Applied Sciences, 13(10), 5946. https: //doi.org/10.3390/app13105946
[5]. Chopra, D., & Arora, P. (2023). Smart Classrooms, Smarter Teachers: A Deep Dive into AI-Driven Educational Enhancement. Journal of Informatics Education and Research. https: //doi.org/10.52783/jier.v3i2.479
[6]. Gligorea, I., Cioca, M., Oancea, R., Gorski, A.-T., Gorski, H., & Tudorache, P. (2023). Adaptive Learning Using Artificial Intelligence in e-Learning: A Literature Review. Education Sciences, 13(12), 1216. https: //doi.org/10.3390/educsci13121216
[7]. Nor Hafiza, H., Ramlan, M., Noornajwa, M. A., Airuddin, A., & Siti Robaya, J. (2024). An Artificial Intelligence Approach to Monitor and Predict Student Academic Performance. Journal of Advanced Research in Applied Sciences and Engineering Technology, 44(1), 105–119. https: //doi.org/10.37934/araset.44.1.105119
[8]. Liu, Z., Chen, J., & Luo, W. (2023). Recent Advances on Deep Learning based Knowledge Tracing. Proceedings of the Sixteenth ACM International Conference on Web Search and Data Mining, 1295–1296. https: //doi.org/10.1145/3539597.3575790
[9]. Begum, S., & Padmannavar, S. S. (2023). Student Performance Analysis using Bayesian Optimized Random Forest Classifier and KNN. International Journal of Engineering Trends and Technology, 71(5), 132–140. https: //doi.org/10.14445/22315381/ijett-v71i5p213
[10]. Alruwais, N., & Zakariah, M. (2023). Evaluating Student Knowledge Assessment Using Machine Learning Techniques. Sustainability, 15(7), 6229. https: //doi.org/10.3390/su15076229
[11]. Herath, D., Dinuwan, C., Ihalagedara, C., & Ambegoda, T. (2024). Enhancing Educational Outcomes Through AI Powered Learning Strategy Recommendation System. International Journal of Advanced Computer Science and Applications, 15(10). https: //doi.org/10.14569/ijacsa.2024.0151075
[12]. Alqahtani, T., Badreldin, H. A., Alrashed, M., Alshaya, A. I., Alghamdi, S. S., Bin Saleh, K., Alowais, S. A., Alshaya, O. A., Rahman, I., Al Yami, M. S., & Albekairy, A. M. (2023). The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research. Research in Social and Administrative Pharmacy, 19(8), 1236–1242. https: //doi.org/10.1016/j.sapharm.2023.05.016
[13]. Gupta, M. (2025). Integrating AI into online engagement models for engineering education: A comprehensive review. Journal of Engineering Education Transformations, 38(Special Issue 2), 329.
[14]. Khusnadin, M. H., Hariyanti, M., & Kadir, A. (2025). Ai-Driven Personalized Learning And Its Ethical Implications For Educational Counseling. International Journal of Research in Counseling, 3(2), 150–164. https: //doi.org/10.70363/ijrc.v3i2.263
[15]. Abisoye, A. (2024). Creating a Conceptual Framework for AI-Powered STEM Education Analytics to Enhance Student Learning Outcomes. Journal of Frontiers in Multidisciplinary Research, 5(1), 157–167. https: //doi.org/10.54660/.ijfmr.2024.5.1.157-167
[16]. Luo, L., Zhang, Z. G., & Xing, L. J. (2023). Reflections and Countermeasures on Traditional Education in the Age of Artificial Intelligence—Taking ChatGPT as an Example. Advances in Education, 13(05), 2358–2364. https: //doi.org/10.12677/ae.2023.135371
[17]. Oyebola, O. A., Nancy, M. H., Onyebuchi, N. C., Blessing, O., & Ololade, E. A. (2024). AI in education: A review of personalized learning and educational technology. GSC Advanced Research and Reviews, 18(2), 261–271. https: //doi.org/10.30574/gscarr.2024.18.2.0062
[18]. Das, S., Mutsuddi, I., & Ray, N. (2024). Artificial Intelligence in Adaptive Education: A Transformative Approach (pp. 21–50). IGI Global. https: //doi.org/10.4018/979-8-3693-8227-1.ch002
[19]. Strielkowski, W., Grebennikova, V., Lisovskiy, A., Rakhimova, G., & Vasileva, T. (2025). AI‐driven adaptive learning for sustainable educational transformation. Sustainable Development, 33(2), 1921–1947. https: //doi.org/10.1002/sd.3221
Cite this article
Zhang,T. (2025). Review of AI-Driven Algorithms for Identifying Students' Knowledge Strengths and Weaknesses and Personalized Learning. Applied and Computational Engineering,184,166-173.
Data availability
The datasets used and/or analyzed during the current study will be available from the authors upon reasonable request.
Disclaimer/Publisher's Note
The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of EWA Publishing and/or the editor(s). EWA Publishing and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
About volume
Volume title: Proceedings of CONF-MLA 2025 Symposium: Intelligent Systems and Automation: AI Models, IoT, and Robotic Algorithms
© 2024 by the author(s). Licensee EWA Publishing, Oxford, UK. This article is an open access article distributed under the terms and
conditions of the Creative Commons Attribution (CC BY) license. Authors who
publish this series agree to the following terms:
1. Authors retain copyright and grant the series right of first publication with the work simultaneously licensed under a Creative Commons
Attribution License that allows others to share the work with an acknowledgment of the work's authorship and initial publication in this
series.
2. Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the series's published
version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgment of its initial
publication in this series.
3. Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and
during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See
Open access policy for details).
References
[1]. Zhong, S., Yang, L., & Fan, J. (2025). Data-driven personalized learning: Real problems, ought-to-be logic and implementation paths. E-education Research, (1), 13-19, 33. https: //doi.org/10.13811/j.cnki.eer.2025.01.002
[2]. Falsk, R. (2023). AI in Education: Personalized Learning and Adaptive Assessment. Unpublished. https: //doi.org/10.13140/RG.2.2.24796.77446
[3]. Embarak, O. H., & Hawarna, S. (2024). Enhancing Students Success with XAI-Powered RADAR: AN Automated AI-driven System for Early Detection of At-risk Students. Procedia Computer Science, 231, 151–160. https: //doi.org/10.1016/j.procs.2023.12.187
[4]. Ma, Y., Wang, L., Zhang, J., Liu, F., & Jiang, Q. (2023). A Personalized Learning Path Recommendation Method Incorporating Multi-Algorithm. Applied Sciences, 13(10), 5946. https: //doi.org/10.3390/app13105946
[5]. Chopra, D., & Arora, P. (2023). Smart Classrooms, Smarter Teachers: A Deep Dive into AI-Driven Educational Enhancement. Journal of Informatics Education and Research. https: //doi.org/10.52783/jier.v3i2.479
[6]. Gligorea, I., Cioca, M., Oancea, R., Gorski, A.-T., Gorski, H., & Tudorache, P. (2023). Adaptive Learning Using Artificial Intelligence in e-Learning: A Literature Review. Education Sciences, 13(12), 1216. https: //doi.org/10.3390/educsci13121216
[7]. Nor Hafiza, H., Ramlan, M., Noornajwa, M. A., Airuddin, A., & Siti Robaya, J. (2024). An Artificial Intelligence Approach to Monitor and Predict Student Academic Performance. Journal of Advanced Research in Applied Sciences and Engineering Technology, 44(1), 105–119. https: //doi.org/10.37934/araset.44.1.105119
[8]. Liu, Z., Chen, J., & Luo, W. (2023). Recent Advances on Deep Learning based Knowledge Tracing. Proceedings of the Sixteenth ACM International Conference on Web Search and Data Mining, 1295–1296. https: //doi.org/10.1145/3539597.3575790
[9]. Begum, S., & Padmannavar, S. S. (2023). Student Performance Analysis using Bayesian Optimized Random Forest Classifier and KNN. International Journal of Engineering Trends and Technology, 71(5), 132–140. https: //doi.org/10.14445/22315381/ijett-v71i5p213
[10]. Alruwais, N., & Zakariah, M. (2023). Evaluating Student Knowledge Assessment Using Machine Learning Techniques. Sustainability, 15(7), 6229. https: //doi.org/10.3390/su15076229
[11]. Herath, D., Dinuwan, C., Ihalagedara, C., & Ambegoda, T. (2024). Enhancing Educational Outcomes Through AI Powered Learning Strategy Recommendation System. International Journal of Advanced Computer Science and Applications, 15(10). https: //doi.org/10.14569/ijacsa.2024.0151075
[12]. Alqahtani, T., Badreldin, H. A., Alrashed, M., Alshaya, A. I., Alghamdi, S. S., Bin Saleh, K., Alowais, S. A., Alshaya, O. A., Rahman, I., Al Yami, M. S., & Albekairy, A. M. (2023). The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research. Research in Social and Administrative Pharmacy, 19(8), 1236–1242. https: //doi.org/10.1016/j.sapharm.2023.05.016
[13]. Gupta, M. (2025). Integrating AI into online engagement models for engineering education: A comprehensive review. Journal of Engineering Education Transformations, 38(Special Issue 2), 329.
[14]. Khusnadin, M. H., Hariyanti, M., & Kadir, A. (2025). Ai-Driven Personalized Learning And Its Ethical Implications For Educational Counseling. International Journal of Research in Counseling, 3(2), 150–164. https: //doi.org/10.70363/ijrc.v3i2.263
[15]. Abisoye, A. (2024). Creating a Conceptual Framework for AI-Powered STEM Education Analytics to Enhance Student Learning Outcomes. Journal of Frontiers in Multidisciplinary Research, 5(1), 157–167. https: //doi.org/10.54660/.ijfmr.2024.5.1.157-167
[16]. Luo, L., Zhang, Z. G., & Xing, L. J. (2023). Reflections and Countermeasures on Traditional Education in the Age of Artificial Intelligence—Taking ChatGPT as an Example. Advances in Education, 13(05), 2358–2364. https: //doi.org/10.12677/ae.2023.135371
[17]. Oyebola, O. A., Nancy, M. H., Onyebuchi, N. C., Blessing, O., & Ololade, E. A. (2024). AI in education: A review of personalized learning and educational technology. GSC Advanced Research and Reviews, 18(2), 261–271. https: //doi.org/10.30574/gscarr.2024.18.2.0062
[18]. Das, S., Mutsuddi, I., & Ray, N. (2024). Artificial Intelligence in Adaptive Education: A Transformative Approach (pp. 21–50). IGI Global. https: //doi.org/10.4018/979-8-3693-8227-1.ch002
[19]. Strielkowski, W., Grebennikova, V., Lisovskiy, A., Rakhimova, G., & Vasileva, T. (2025). AI‐driven adaptive learning for sustainable educational transformation. Sustainable Development, 33(2), 1921–1947. https: //doi.org/10.1002/sd.3221