cover
Contact Name
Imam Much Ibnu Subroto
Contact Email
imam@unissula.ac.id
Phone
-
Journal Mail Official
ijai@iaesjournal.com
Editorial Address
-
Location
Kota yogyakarta,
Daerah istimewa yogyakarta
INDONESIA
IAES International Journal of Artificial Intelligence (IJ-AI)
ISSN : 20894872     EISSN : 22528938     DOI : -
IAES International Journal of Artificial Intelligence (IJ-AI) publishes articles in the field of artificial intelligence (AI). The scope covers all artificial intelligence area and its application in the following topics: neural networks; fuzzy logic; simulated biological evolution algorithms (like genetic algorithm, ant colony optimization, etc); reasoning and evolution; intelligence applications; computer vision and speech understanding; multimedia and cognitive informatics, data mining and machine learning tools, heuristic and AI planning strategies and tools, computational theories of learning; technology and computing (like particle swarm optimization); intelligent system architectures; knowledge representation; bioinformatics; natural language processing; multiagent systems; etc.
Arjuna Subject : -
Articles 1,808 Documents
Accurate prediction of chronic diseases using deep learning algorithms Cordova, Ronald S.; Maata, Rolou Lyn R.; Jawarneh, Malik; Alshar'e, Marwan I.; Agustin, Oliver C.
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 14, No 1: February 2025
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v14.i1.pp570-583

Abstract

In this paper, the researchers studied the effects of different activation functions in hidden layers and how they impact the overfitting or underfitting of the model in the multiclass prediction of chronic diseases. This paper also evaluated the effects of varying the number of layers, and hyperparameters and its impact on the accuracy of the model and its generalization capabilities. It was found that exponential linear unit (ELU) does not have a significant advantage over rectified linear unit (ReLU) when used as an activation function in the hidden layer. Additionally, the performance of softmax function, when used in the output layer, is the same as a classic sigmoid output activation function. In terms of the ability of the model to generalize, the researchers achieved a classification accuracy of 100% when the trained model was used to predict unseen data. Through this research, the researchers should be able to assist medical professionals and practitioners in Oman in the validation and diagnosis of chronic diseases in clinics and hospitals.
Machine learning algorithms for breast cancer analysis: performance and accuracy comparison Ayanouz, Soufyane; Anouar Abdelhakim, Boudhir; Ben Ahmed, Mohammed
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 4: December 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i4.pp4372-4379

Abstract

Breast cancer, a leading cause of cancer mortality among women, necessitates early detection to improve survival rates. Traditional diagnostics face accuracy and speed limitations, prompting this study to explore machine learning for enhanced diagnostics. We applied bidirectional encoder representations from transformers (BERT), long short-term memory (LSTM), naive Bayes, support vector machine (SVM), and random forest to the Breast Cancer Wisconsin dataset, implementing a thorough methodology involving data preprocessing, feature extraction, and model validation. BERT led in accuracy at 92.5%, showcasing advanced algorithms' potential in medical diagnostics, with random forest 90.6%, SVM 89.3%, LSTM 88.7%, and naive Bayes 85.2%; also showing promising results. The study underscores the importance of incorporating machine learning, especially BERT, into clinical decision-making, potentially revolutionizing breast cancer diagnostics by improving accuracy and efficiency. We recommend healthcare practitioners integrate these algorithms into their diagnostic processes. Future research should reeefine these algorithms and extend their application to enhance patient care further.
Signalling overhead minimization aware handover execution using ensemble learning in next generation wireless networks Srinivas, Bhavana; Uma Reddy, Nadig Vijayendra
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 4: December 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i4.pp4281-4290

Abstract

Upcoming smart intelligent heterogeneous wireless networks (HWNs) and their uses can greatly benefit from the merging of long-term evolution (LTE) sub-6 GHz along with millimeter wave (mmWave) frequencies by boosting the coverage, bandwidth, reliability, seamless connectivity, and high quality of service (QoS). Nevertheless, because of the inability of directed waves in terms of coverage, it is difficult to locate the appropriate mmWave remote radio units (RRUs). Therefore, it is crucial to lessen the burden of the handover signaling processes. In meeting research requirements this paper presents signaling overhead minimization aware handover execution (SOMAHE) model. The SOMAHE model first introduces a novel handover mechanism between LTE and mmWave is presented in this research, followed by a machine learning (ML)-based autonomous handover execution technique. To estimate the handover success rate, the model introduces a feature ensemble learning (FEL) model built using XGBoost (XGB) model that makes use of sampling windows channel data. To conclude, combining FEL into the SOMAHE model reduces signaling overhead while simultaneously increasing the handover success-rate. Experiment results with varying mobile terminals, demonstrate that the SOMAHE model significantly outperforms the existing standard deep q-networks (DQN)-based handover-execution method.
A novel model to detect and categorize objects from images by using a hybrid machine learning model Sethi, Nilambar; Rama Raju, Vetukuri Venkata Siva; Lokavarapu, Venkata Srinivas; Devareddi, Ravi Babu; Reddy, Shiva Shankar; Nrusimhadri, Silpa
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 14, No 1: February 2025
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v14.i1.pp667-679

Abstract

As humans, we can easily recognize and distinguish different features of objects in images due to our brain’s ability to unconsciously learn from a set of images. The objectives of this effort are to develop a model that is capable of identifying and categorizing objects that are present within images. We imported the dataset from Keras and loaded it using data loaders to achieve this. We then utilized various deep learning algorithms, such as visual geometry group (VGG)-16 and a simple net-random forest hybrid model, to classify the objects. After classification, the accuracy obtained by VGG16 and the hybrid model was 84.7% and 89.6%, respectively. Therefore, the proposed model successfully detects objects in images using a simple net as a feature extractor and a random forest for object classification, achieving better accuracy than VGG16.
A new mining and decoding framework to predict expression of opinion on social media emoji’s using machine learning models Madderi Sivalingam, Saravanan; Ponnaiyan Sarojam, Smitha; Subramanian, Malathi; Thulasingam, Kalachelvi
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 4: December 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i4.pp5005-5012

Abstract

This research work proposes a new framework mining and decoding (MindE) to predict the expression of opinion on social media emojis using machine learning (ML) models. Expression of opinion can be predicted with short messages on social media. This study used two groups of ML algorithms, convolutional neural network (CNN) ImageNet and CNN AlexNet classifier, and finally, applied the decision tree classifier to predict the type of expression. A recent dataset was taken from Kaggle, an open-source dataset consisting of 7476 rows of emojis for expression of opinion prediction. Accuracy was computed with a G power of 80%, and the experiment was repeated 20 times using both models. After the introduction of the proposed MindE framework, the performance of an expression of opinion prediction will be analyzed with accuracy level. The CNN ImageNet achieved an impressive 97.32% accuracy, whereas the CNN AlexNet algorithm reached only 85.98%. The independent sample T Test indicated a p-value of 0.001, which is below the significance level of 0.05. This suggests that the performance difference between the two ML algorithms is statistically significant. Consequently, the results strongly support the proposed framework “MindE” to predict the expression of opinion on social media emojis.
Improving baseline reduction for emotion recognition based on electroencephalogram signals Agus Wirawan, I Made; Mahendra Darmawiguna, I Gede; Nyoman Pascima, Ida Bagus
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 4: December 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i4.pp4263-4272

Abstract

The baseline reduction method has been widely used to define electroencephalogram (EEG) signal patterns. However, because the baseline signal in this approach contains artifacts, the baseline reduction approach cannot perform optimally. As a result, decreasing artifacts in the baseline signal is critical. The mean, Gaussian, and Savitzky-Golay filters will be compared in this study to minimize artifacts in the baseline signal. Three secondary datasets are utilized to evaluate these approaches' capacity to remove artifacts. These three strategies are also tested with the convolution neural network classification algorithms. When applied to the dataset for emotion analysis using physiological signals (DEAP) and a dataset for multimodal research of affect, personality traits, and mood on individuals and groups (AMIGOS) datasets, the mean filter can increase baseline reduction performance based on twenty-four test scenarios. On the data readiness for machine learning research (DREAMER) dataset, however, the Gaussian filter is preferable. The relative difference approach was employed in this study's baseline reduction process to generate EEG signal patterns that are easy to recognize throughout the classification phase, which impacts increasing accuracy.
Dynamic spatio-temporal pattern discovery: a novel grid and density-based clustering algorithm Meshram, Swati Pramod; Wagh, Kishor P
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 14, No 1: February 2025
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v14.i1.pp397-407

Abstract

Clustering is a robust machine- learning technique for exploration of patterns based on similarity of elements over multidimensional data. Spatio-temporal clustering aims to identify target objects to mine spatial and temporal dimensions for patterns, regularity, and trends. It has been applied in humancentric applications, such as recommendation systems, urban development and planning, clustering of criminal activities, traffic planning, and epidemiology to identify the extent of disease spread. Although the existing research work in the field of clustering relies widely on partition and densitybased methods, no major work has been carried out to handle the spatiotemporal dimension and understand the dynamics of temporal variation and connectivity between clusters. To address this, our paper proposes an algorithm to mine clustering patterns in spatiotemporal dataset using an adaptive, dynamic hybrid technique based on grid and density clustering. We adopt spatio-temporal partitioning of the virtual grid for distribution of data and reducing distance computation and increasing efficiency. Grouping the higher density regions along with neighborhood cluster density attraction rate to merge the clusters. This method has been experimentally evaluated over the Indian earthquake dataset and found to be effective with clustering silhouette index up to 0.93.
DepXGBoot: Depression detection using a robust tuned extreme gradient boosting model generator Ananthanagu, U.; Agarwal, Pooja
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 4: December 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i4.pp4352-4363

Abstract

In terms of severity and prevalence, depression is the worst. Suicide rates have risen because of this and are on the rise universally. Consequently, effective diagnosis and therapy must reduce the impact of depression. There is often more than one factor at play when determining why someone has been diagnosed with depression. In addition to alcohol and substance abuse, other possible causes include problems with physical health, adverse reactions to medications, life-changing events, and social circumstances. In this paper, exploratory data analysis is conducted to understand the insights of the sensorimotor database depression comprising depressive experiences in individuals who are either unipolar or bipolar. This study proposes a robust tuned extreme gradient boosting model generator to automatically predict the state of depression. The performance is optimized by determining the best combination of hyperparameters for the extreme gradient boosting model. By harnessing the power of advanced machine learning methodologies, this study underscores comparative analysis and the importance of data-driven innovation in mental health and clinical practice. Future developments for the robust tuned extreme gradient boosting model’s application and study to forecast depression in the sensorimotor database depression can be used to track changes in depressed states over time by integrating it with longitudinal and multimodal data.
Convolutional neural network modelling for autistic individualized education chatbot Hamzah, Raseeda; Jamil, Nursuriati; Ahmad, Nor Diana; Syed Zainal Ariffin, Syed Mohd Zahid
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 14, No 1: February 2025
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v14.i1.pp109-118

Abstract

The traditional education system for autistic kids needs integration with computer technology that embraces artificial intelligence to help school instructors and management. An application that enables the teacher to retrieve information from a trusted source is essential since the information is only sometimes available on time. Thus, developing a chatbot application that utilizes natural language processing can enhance the management of autistic schools and will help individualized education for autistic students. This research uses a deep learning model that utilizes a convolutional neural network to develop a chatbot as a teaching assist tool for teachers. The results show that the chatbot has achieved ˜0.03% loss when trained with different epoch numbers. In terms of usability, the chatbot achieves mean system usability scores of 80.48 ± 13.03. This may open opportunities for more effective individualized education for students with special needs and increase the potential to improve inclusive education for disabled students. It is useful to include future actions that enable the simplification of the use of this chatbot tool in a wide range of contexts. To close the education gap for children with disabilities, chatbots could help people with communication disabilities and could also significantly enhance the rate of communication.
Novel maternal risk factors for preeclampsia prediction using machine learning algorithms Devi, Seeta; Purushottam Bhagat, Payal; Gupta, Harshita; R., Harikrishnan; Mandrupkar, Gorakh
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 4: December 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i4.pp4544-4556

Abstract

Preeclampsia and eclampsia are the most common obstetric disorders associated with poor maternal and neonatal outcome. The study’s primary objective is to assess the accuracy of novel high-risk factors core using machine learning algorithms in predicting preeclampsia. The study included 400 pregnant women and used 27 novel high-risk factors to predict preeclampsia. The target variables for predicting preeclampsia are systolic and diastolic blood pressures. Various algorithms, including decision tree (DT), random forest (RF), gradient boosting, support vector machine (SVM), K-neighbors, light gradient boosting machine (LGBM), multi-layer perceptron (MLP), Adaboost classifier, and extra trees classifier are used in the analysis. The accuracy and precision of the LGBM classifier (0.85 and 0.9583 with F1 0.7188), support vector classifier (0.8417 and 0.92 with F1 0.7077), DT (0.825 and 0.913 with F1 0.6667), and extra trees (0.8167 and 0.9091 with F1 0.6452) are found to be better algorithms for prediction of preeclampsia. According to the novel high-risk factors score, 17.5% of pregnant women were identified as being at high risk for preeclampsia during the first trimester, which increased to 18.7% in 3rd trimester; in addition, 16% of pregnant women had a blood pressure of 140/90 mmHg and the above. Novel, high-risk scores and machine learning algorithms can effectively predict preeclampsia at an early period.

Filter by Year

2012 2026


Filter By Issues
All Issue Vol 15, No 1: February 2026 Vol 14, No 6: December 2025 Vol 14, No 5: October 2025 Vol 14, No 4: August 2025 Vol 14, No 3: June 2025 Vol 14, No 2: April 2025 Vol 14, No 1: February 2025 Vol 13, No 4: December 2024 Vol 13, No 3: September 2024 Vol 13, No 2: June 2024 Vol 13, No 1: March 2024 Vol 12, No 4: December 2023 Vol 12, No 3: September 2023 Vol 12, No 2: June 2023 Vol 12, No 1: March 2023 Vol 11, No 4: December 2022 Vol 11, No 3: September 2022 Vol 11, No 2: June 2022 Vol 11, No 1: March 2022 Vol 10, No 4: December 2021 Vol 10, No 3: September 2021 Vol 10, No 2: June 2021 Vol 10, No 1: March 2021 Vol 9, No 4: December 2020 Vol 9, No 3: September 2020 Vol 9, No 2: June 2020 Vol 9, No 1: March 2020 Vol 8, No 4: December 2019 Vol 8, No 3: September 2019 Vol 8, No 2: June 2019 Vol 8, No 1: March 2019 Vol 7, No 4: December 2018 Vol 7, No 3: September 2018 Vol 7, No 2: June 2018 Vol 7, No 1: March 2018 Vol 6, No 4: December 2017 Vol 6, No 3: September 2017 Vol 6, No 2: June 2017 Vol 6, No 1: March 2017 Vol 5, No 4: December 2016 Vol 5, No 3: September 2016 Vol 5, No 2: June 2016 Vol 5, No 1: March 2016 Vol 4, No 4: December 2015 Vol 4, No 3: September 2015 Vol 4, No 2: June 2015 Vol 4, No 1: March 2015 Vol 3, No 4: December 2014 Vol 3, No 3: September 2014 Vol 3, No 2: June 2014 Vol 3, No 1: March 2014 Vol 2, No 4: December 2013 Vol 2, No 3: September 2013 Vol 2, No 2: June 2013 Vol 2, No 1: March 2013 Vol 1, No 4: December 2012 Vol 1, No 3: September 2012 Vol 1, No 2: June 2012 Vol 1, No 1: March 2012 More Issue