The advancement in the field of computer science, especially in machine learning (ML), represents a flourishing innovation that carries great importance in the domain of education. The beneficial impact of ML can also be observed in the realm of Qur’anic studies, particularly in Arabic text recognition and recitation analysis. This paper presents a comprehensive analysis of 34+ published scholarly articles devoted to Qur’anic studies. This work explores the convergence of machine learning methodologies and Qur’anic studies, examining the innovative applications and methodologies for Arabic text and voice classification. The fusion of ML algorithms makes the work easy and accurate to analyze, interpret, and extract valuable insights from the sacred text. Subsequently, we delve deeper into the emergent field of ML algorithms like k-NN, ANN, BLSTM, MFCC, SVM, NB and DL approaches have been adapted for Qur’anic texts classification, recitation and recitation analysis on accuracy, speed, class recognition, response rate and biasness benchmark. This work covers a diverse range of applications, including automated Qur’anic exegesis and analysis of usage of Ahkam Al-Tajweed. The main contribution of the work is to provide insight into how ML facilitates in Arabic and Kufic textual analysis, linguistic subtleties, and thematic structures of the Qur’anic text. Using the deep learning approaches, the reciters, recitation style and of the Quranic text has also explained in the work.
Published in | Machine Learning Research (Volume 9, Issue 2) |
DOI | 10.11648/j.mlr.20240902.14 |
Page(s) | 54-63 |
Creative Commons |
This is an Open Access article, distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution and reproduction in any medium or format, provided the original work is properly cited. |
Copyright |
Copyright © The Author(s), 2024. Published by Science Publishing Group |
Hadith Classifier, Kufic Text, Machine Learning, Quranic Recitation, Quranic Text Recognition, Reciter Classification, Tajweed Rules
# | Work | Problem Statement | Tools/Techniques | Results/Problem Resolution |
---|---|---|---|---|
1. | Al-Ayyoub and Damer [19] | Tajweed rule classifications of Qur’anic Recitation | CDBN, KNN, SVM and RF | Achieves accuracy of 97.7% in Tajweed rule classifications |
2. | Putra and Yusuf [20] | Semantic analysis and Natural Language Processing of Tafsir al-Qur’an | Different Machine Learning techniques | Semi-supervised Machine Learning algorithms are used to study labeled and unlabeled data, |
3. | Alhawarat [21] | Processing the Text of the Holy Qur’an | Different text mining techniques | All these results are based on term frequencies that are calculated using both TF and TF-IDF methods All these results are based on term frequencies that are calculated using both TF and TF-IDF methods All these results are based on term frequencies that are calculated using both TF and TF-IDF methods All All these results are based on term frequencies that are calculated using both TF TF-IDF methods All these results are based on term frequencies that are calculated using both TF and TF-IDF methods All the important results like, most important words, its wordcloud and chapters with high term frequency using both TF and TF-IDF methods. |
4. | Alkhateeb [22] | Recognizing the Holy Qur’an Reciter | KNN and ANN | The ANN achieves accuracy 97.62% and KNN achieves accuracy 97.03% for chapter 18 while ANN achieves accuracy 96.7% and KNN 96.08 for chapter 36. |
5. | Qayyum, Siddique and Qadir [23] | Recognizing the Holy Qur’an Reciter | ANN and BLSTM | The ANN achieves accuracy 91.28%and BLSTM achieves accuracy 99.89%. |
6. | Masnizah et al. [24] | Arabic Optical text recognition | LSTM and GRU | The proposed system achieves a validation accuracy of 98%, WRR of 95%, and CRR of 99%. |
7. | Khan, Qamar, and Hadwan [25] | Recognizing twelve Qaris recitation of the last ten Surahs of the Qur’an | Naïve Bayes, J48, and Random Forest | achieves 88%recognition accuracy with Naïve Bayes |
8. | Arkok and Zaki [26] | Qur’anic topic classification based on imbalanced classification | LibSVM, KNN, J48, voted perceptron, SMOTE, ROS and RUS | SMOTE is considered as best approach for imbalanced classification. |
9. | Najeeb [27] | Hadith classifier | Deep Learning techniques | Rule Embedded NN (ReNN), MLP, RNN, CNN, The Attention-based model, the transformers models and (GNNs) models are used. |
10. | Nahar et al. [28] | Recognizing the Holy Qur’an Reciter | SVM and ANN | The SVM achieves accuracy 96.59%and ANN achieves accuracy 86.1%. |
11. | Adeleke et al. [29] | Qur’anic text classification | CH and CFS for Feature selections and NB, SVM and J48 as classifiers | Achieved accuracy result of 93.6% at 4.17secs |
12. | Nahar et al. [30] | Recitation style identification | SVM and other classifiers | Achieved accuracy result of 96% |
13. | Adeleke et al. [31] | Automating Qur’anic verses classification using machine learning approach | SVM, Naïve Bayes, J48 and KNN | The Naïve Bayes (NB) classification algorithm attained an impressive overall highest accuracy rate of 93.9% and an AUC value of 0.964. |
14. | Rostam and Malim [32] | Text categorization in Qur’an and Hadith | Naïve Bayes, SVM and KNN | The SVM method demonstrates superior accuracy compared to other methods. |
15. | Zafar and Iqbal [33] | Text classification and identification of Kufic script | HOG, LBP and SVM classifier | Accuracy of 97.05% in recognizing Kufic script. |
16. | Alashqar [34] | Classification of the Qur’an verses | RNN and CNN | The RNN model attained the highest accuracy and recall at 90.38% and 92.49% respectively, whereas the CNN model has demonstrated the highest precision and F1-Measure at 96.98% and 93.81% respectively. |
Observation 1: | Accuracy tends to 97% or above if tools and techniques are KNN or ANN . [19, 22, 23, 24] |
---|---|
Observation 2: | Naïve Bayes, J48 doesn't perform well in comparison of KNN, ANN, and SVM . [26, 28, 31, 33] |
Observation 3: | Neural network-based classifiers perform well in comparison to Naïve Bayes, J48, and SVM [19, 22, 23]. |
Observation 4: | Reciter recognition accuracy is larger in SVM, ANN and KNN [22, 23, 30] as compared to Naïve Bayes . [26] |
Observation 5: | Classification is faster in CNN as compared to RNN . [34] |
Observation 6: | Reciter recognition accuracy is largest in BLSTM as compared to all tools/techniques. [23] |
Observation 7: | Text classification using Deep Learning approach is better than [24] [28, 29, 33] |
Observation 8: | Kufic text recognition using SVM with HOG and LBP is better than [29, 31] |
Observation 9: | LibSVM + SMOTE archives better accuracy for Qur’anic topic classification based on imbalanced classification. [26] |
Observation 10: | In Hadith classification, the Deep Learning approach has better accuracy than other approaches. |
Observation 11: | In recitation of style identification, SVM has better accuracy than ANN . [30] |
AI | Artificial Intelligence |
ANN | Artificial Network |
ATC | Automated Text Classification |
BLSTM | Bidirectional Long Short-Term Memory |
CDBN | Convolutional Deep Belief Network |
CH | Chi-square |
CNN | Convolutional Neural Networks |
CRR | Character Recognition Rate |
DL | Deep Learning |
DWT | Discrete Wavelet Trans-formation |
FS | Feature Selection |
GRU | Gated Recurrent Unit |
HMMSPL | Hidden Markov Model-based Spectral Peak Location |
HOG | Histogram of Oriented Gradient |
KNN | k-nearest Neighbors |
LBP | Local Binary Pattern |
LPC | Linear Predictive Code |
LPCC | Linear Prediction Cepstral Coefficient |
LSTM | Long Short-Term Memory |
MFCC | Mel-Frequency Cepstral Coefficient |
ML | Machine Learning |
NB | Naïve Bayes |
PLP | Perceptual Linear Prediction |
RF | Random Forest |
RNNs | Recurrent Neural Networks |
SVM | Support Vector Machines |
TF | Term Frequency |
TF-IDF | Term Frequency-Inverse Document Frequency |
WPD | Wavelet Packet Decomposition |
WRR | Word Recognition Rate |
[1] | Mahesh B. Machine learning algorithms-a review. International Journal of Science and Research (IJSR). 2020 Jan; 9(1): 381-6, |
[2] | Madadizadeh F, Bahariniya S. The Role of Artificial Intelligence in Understanding and Interpreting the Quran. Journal of Community Health Research. 2024 Jan 27, |
[3] | Sulistio B, Ramadhan A, Abdurachman E, Zarlis M, Trisetyarso A. The utilization of machine learning on studying Hadith in Islam: A systematic literature review. Education and Information Technologies. 2024 Apr; 29(5): 5381-419. |
[4] | Soufan A. Deep learning for sentiment analysis of Arabic text. In Proceedings of the Arab WIC 6th annual international conference research track 2019 Mar 7 (pp. 1-8), |
[5] | Wikipedia. Muslims – Wikipedia. 2022; Available from: URL: |
[6] | Hegazi MO, Hilal A, Alhawarat M. Fine-grained Quran dataset. International Journal of Advanced Computer Science and Applications (IJACSA). 2015; 6(12): 262-7, |
[7] | Lawrence B. The Qur'an: a biography. Atlantic Books Ltd; 2014 Oct 2. |
[8] |
Fluent Arabic. 3 Reasons why starting to learn Arabic is difficult. 2022; Available from:
https://www.fluentarabic.net/why-learning-arabic-is-difficult/ |
[9] | Sadi AS, Anam T, Abdirazak M, Adnan AH, Khan SZ, Rahman MM, Samara G. Applying ontological modeling on Quranic "nature" domain. In 2016 7th International Conference on Information and Communication Systems (ICICS) 2016 Apr 5 (pp. 151-155). IEEE. |
[10] | Alsmadi I, Zarour M. Online integrity and authentication checking for Quran electronic versions. Applied Computing and Informatics. 2017 Jan 1; 13(1): 38-46, |
[11] | Tayan O, Kabir MN, Alginahi YM. A Hybrid Digital-Signature and Zero‐Watermarking Approach for Authentication and Protection of Sensitive Electronic Documents. The Scientific World Journal. 2014; 2014(1): 514652, |
[12] | Elhadj YO. E-Halagat: An e-learning system for teaching the holy Quran. Turkish Online Journal of Educational Technology-TOJET. 2010 Jan; 9(1): 54-61. |
[13] | Muhammad A, ul Qayyum Z, Tanveer S, Martinez-Enriquez A, Syed AZ. E-hafiz: Intelligent system to help muslims in recitation and memorization of Quran. Life Science Journal. 2012 Oct; 9(1): 534-41. |
[14] | Shafi M. The HADITH-How it was Collected and Compiled. Teachers Institute Lecture. 2017. |
[15] | Adeleke AO, Samsudin NA, Mustapha A, Nawi NM. Comparative analysis of text classification algorithms for automated labelling of Quranic verses. Int. J. Adv. Sci. Eng. Inf. Technol. 2017 Aug; 7(4): 1419, |
[16] | Elghazel H, Aussem A, Gharroudi O, Saadaoui W. Ensemble multi-label text categorization based on rotation forest and latent semantic indexing. Expert Systems with Applications. 2016 Sep 15; 57: 1-1, |
[17] | Hassanat AB, Abbadi MA, Altarawneh GA, Alhasanat AA. Solving the problem of the K parameter in the KNN classifier using an ensemble learning approach. arXiv preprint arXiv: 1409.0919. 2014 Sep 2, |
[18] | Opitz D, Maclin R. Popular ensemble methods: An empirical study. Journal of artificial intelligence research. 1999 Aug 1; 11: 169-98, |
[19] | Al-Ayyoub M, Damer NA, Hmeidi I. Using deep learning for automatically determining correct application of basic quranic recitation rules. Int. Arab J. Inf. Technol. 2018 Apr; 15(3A): 620-5. |
[20] | Putra DI, Yusuf M. Proposing machine learning of Tafsir al-Quran: In search of objectivity with semantic analysis and Natural Language Processing. InIOP Conference Series: Materials Science and Engineering 2021 Mar 1 (Vol. 1098, No. 2, p. 022101). IOP Publishing, |
[21] | Alhawarat M, Hegazi M, Hilal A. Processing the text of the Holy Quran: a text mining study. International Journal of Advanced Computer Science and Applications. 2015 Feb; 6(2): 262-7, |
[22] | Alkhateeb JH. A machine learning approach for recognizing the Holy Quran reciter. International Journal of Advanced Computer Science and Applications. 2020; 11(7): 268-71, |
[23] | Qayyum A, Latif S, Qadir J. Quran reciter identification: A deep learning approach. In 2018 7th International Conference on Computer and Communication Engineering (ICCCE) 2018 Sep 19 (pp. 492-497). IEEE, |
[24] | Mohd M, Qamar F, Al-Sheikh I, Salah R. Quranic optical text recognition using deep learning models. IEEE Access. 2021 Mar 4; 9: 38318-30, |
[25] | Khan RU, Qamar AM, Hadwan M. Quranic reciter recognition: a machine learning approach. Advances in Science, Technology and Engineering Systems Journal. 2019; 4(6): 173-6, |
[26] | Arkok BS, Zeki AM. Classification of Quranic topics based on imbalanced classification. Indones. J. Electr. Eng. Comput. Sci. 2021 May; 22(2): 678-87, |
[27] | Najeeb MM. Towards a deep leaning-based approach for hadith classification. European Journal of Engineering and Technology Research. 2021 Mar 12; 6(3): 9-15, |
[28] | Nahar KM, Al-Shannaq M, Manasrah A, Alshorman R, Alazzam I. A holy quran reader/reciter identification system using support vector machine. International Journal of Machine Learning and Computing. 2019 Aug; 9(4): 458-64, |
[29] | Adeleke A, Samsudin NA, Othman ZA, Khalid SA. A two-step feature selection method for quranic text classification. Indonesian Journal of Electrical Engineering and Computer Science. 2019 Nov; 16(2): 730-6, |
[30] | Nahar KM, Al-Khatib RM, Al-Shannaq MA, Barhoush MM. An efficient holy Quran recitation recognizer based on SVM learning model. Jordanian Journal of Computers and Information Technology (JJCIT). 2020 Dec 1; 6(04): 394-414, |
[31] | Adeleke A, Samsudin N, Mustapha A, Khalid SA. Automating quranic verses labeling using machine learning approach. Indonesian Journal of Electrical Engineering and Computer Science. 2019 Nov; 16(2): 925-31, |
[32] | Rostam NA, Malim NH. Text categorisation in Quran and Hadith: Overcoming the interrelation challenges using machine learning and term weighting. Journal of King Saud University-Computer and Information Sciences. 2021 Jul 1; 33(6): 658-67, |
[33] | Zafar A, Iqbal A. Application of soft computing techniques in machine reading of Quranic Kufic manuscripts. Journal of King Saud University-Computer and Information Sciences. 2022 Jun 1; 34(6): 3062-9, |
[34] | M Alashqar A. A Classification of Quran Verses Using Deep Learning. International Journal of Computing and Digital Systems. 2023 Jul 22; 16(1): 1041-53, |
APA Style
Iqbal, A., Hassan, S. (2024). Impact of Machine Learning Integration in Qur’anic Studies. Machine Learning Research, 9(2), 54-63. https://doi.org/10.11648/j.mlr.20240902.14
ACS Style
Iqbal, A.; Hassan, S. Impact of Machine Learning Integration in Qur’anic Studies. Mach. Learn. Res. 2024, 9(2), 54-63. doi: 10.11648/j.mlr.20240902.14
AMA Style
Iqbal A, Hassan S. Impact of Machine Learning Integration in Qur’anic Studies. Mach Learn Res. 2024;9(2):54-63. doi: 10.11648/j.mlr.20240902.14
@article{10.11648/j.mlr.20240902.14, author = {Arshad Iqbal and Shabbir Hassan}, title = {Impact of Machine Learning Integration in Qur’anic Studies}, journal = {Machine Learning Research}, volume = {9}, number = {2}, pages = {54-63}, doi = {10.11648/j.mlr.20240902.14}, url = {https://doi.org/10.11648/j.mlr.20240902.14}, eprint = {https://article.sciencepublishinggroup.com/pdf/10.11648.j.mlr.20240902.14}, abstract = {The advancement in the field of computer science, especially in machine learning (ML), represents a flourishing innovation that carries great importance in the domain of education. The beneficial impact of ML can also be observed in the realm of Qur’anic studies, particularly in Arabic text recognition and recitation analysis. This paper presents a comprehensive analysis of 34+ published scholarly articles devoted to Qur’anic studies. This work explores the convergence of machine learning methodologies and Qur’anic studies, examining the innovative applications and methodologies for Arabic text and voice classification. The fusion of ML algorithms makes the work easy and accurate to analyze, interpret, and extract valuable insights from the sacred text. Subsequently, we delve deeper into the emergent field of ML algorithms like k-NN, ANN, BLSTM, MFCC, SVM, NB and DL approaches have been adapted for Qur’anic texts classification, recitation and recitation analysis on accuracy, speed, class recognition, response rate and biasness benchmark. This work covers a diverse range of applications, including automated Qur’anic exegesis and analysis of usage of Ahkam Al-Tajweed. The main contribution of the work is to provide insight into how ML facilitates in Arabic and Kufic textual analysis, linguistic subtleties, and thematic structures of the Qur’anic text. Using the deep learning approaches, the reciters, recitation style and of the Quranic text has also explained in the work.}, year = {2024} }
TY - JOUR T1 - Impact of Machine Learning Integration in Qur’anic Studies AU - Arshad Iqbal AU - Shabbir Hassan Y1 - 2024/10/29 PY - 2024 N1 - https://doi.org/10.11648/j.mlr.20240902.14 DO - 10.11648/j.mlr.20240902.14 T2 - Machine Learning Research JF - Machine Learning Research JO - Machine Learning Research SP - 54 EP - 63 PB - Science Publishing Group SN - 2637-5680 UR - https://doi.org/10.11648/j.mlr.20240902.14 AB - The advancement in the field of computer science, especially in machine learning (ML), represents a flourishing innovation that carries great importance in the domain of education. The beneficial impact of ML can also be observed in the realm of Qur’anic studies, particularly in Arabic text recognition and recitation analysis. This paper presents a comprehensive analysis of 34+ published scholarly articles devoted to Qur’anic studies. This work explores the convergence of machine learning methodologies and Qur’anic studies, examining the innovative applications and methodologies for Arabic text and voice classification. The fusion of ML algorithms makes the work easy and accurate to analyze, interpret, and extract valuable insights from the sacred text. Subsequently, we delve deeper into the emergent field of ML algorithms like k-NN, ANN, BLSTM, MFCC, SVM, NB and DL approaches have been adapted for Qur’anic texts classification, recitation and recitation analysis on accuracy, speed, class recognition, response rate and biasness benchmark. This work covers a diverse range of applications, including automated Qur’anic exegesis and analysis of usage of Ahkam Al-Tajweed. The main contribution of the work is to provide insight into how ML facilitates in Arabic and Kufic textual analysis, linguistic subtleties, and thematic structures of the Qur’anic text. Using the deep learning approaches, the reciters, recitation style and of the Quranic text has also explained in the work. VL - 9 IS - 2 ER -