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
Design and simulation of remote monitoring of the intelligent automatic control system in the production line Nasser, Amal Ibrahim; Sahrab, Ammar Ali; Kadhim, Hasan M.
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 1: March 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i1.pp133-142

Abstract

In this research, we will introduce implementation requirements of a remote wireless control and monitoring unit of industrial production lines automatically controlled using programmable logic controller (PLC). PLC is capable of collecting different types of data and converting them into electrical signals that can be controlled by the industrial network using supervisory control and data acquisition (SCADA) systems. SCADA will be installed in the main server inside the control unit. The PLC will be used as a decision maker of the received signals for the industrial lines that comes from a group of detectors (sensors/transducers). The output of the PLC processor will trigger the engines, according to a specific industrial process management program. The processed data could be transferred through wireless or wired method. The wireless approach will be shown in this study, along with two other ways to implement it.
Towards a new approach to maximize tax collection using machine learning algorithms Ourdani, Nabil; Chrayah, Mohamed; Aknin, Noura
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 1: March 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i1.pp737-746

Abstract

Efficient tax debt collection is a challenge for Moroccan local tax authorities. This article explores the potential of machine learning techniques and novel strategies to enhance efficiency in this process. We present a practical use case demonstrating the application of machine learning for taxpayer segmentation, improving accuracy in identifying high-risk debtors. Using a comprehensive dataset of tax payment behavior, we showcase the effectiveness of machine learning algorithms in segmenting taxpayers based on their likelihood of non-compliance or debt accumulation. We also investigate innovative strategies that integrate behavioral economics principles to enable better targeted interventions. Real-world case studies in local tax debt collection highlight the impact of these strategies. The findings underscore the transformative potential of machine learning techniques and novel strategies in improving the efficiency of local tax debt collection. Accurate identification of high-risk debtors and tailored enforcement actions help maximize revenue while minimizing resource waste. This research contributes to the existing knowledge by providing insights into the implementation of machine learning techniques and novel strategies in tax debt collection. It emphasizes the importance of data-driven approaches and highlights how local tax authorities can drive efficiency and optimize revenue collection by embracing these advancements.
Efficient autonomous navigation for mobile robots using machine learning Waga, Abderrahim; Ba-ichou, Ayoub; Benhlima, Said; Bekri, Ali; Abdouni, Jawad
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 3: September 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i3.pp3061-3071

Abstract

The ability to navigate autonomously from the start to its final goal is the crucial key to mobile robots. To ensure complete navigation, it is mandatory to do heavy programming since this task is composed of several subtasks such as path planning, localization, and obstacle avoidance. This paper simplifies this heavy process by making the robot more intelligent. The robot will acquire the navigation policy from an expert in navigation using machine learning. We used the expert A*, which is characterized by generating an optimal trajectory. In the context of robotics, learning from demonstration (LFD) will allow robots, in general, to acquire new skills by imitating the behavior of an expert. The expert will navigate in different environments, and our robot will try to learn its navigation strategy by linking states and suitable actions taken. We find that our robot acquires the navigation policy given by A* very well. Several tests were simulated with environments of different complexity and obstacle distributions to evaluate the flexibility and efficiency of the proposed strategies. The experimental results demonstrate the reliability and effectiveness of the proposed method.
A new efficient decoder of linear block codes based on ensemble learning methods El Assad, Mohammed; Nouh, Said; Chemseddine Idrissi, Imrane; El Kasmi Alaoui, Seddiq; Aylaj, Bouchaib; Azzouazi, Mohamed
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 2: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i2.pp2236-2246

Abstract

Error-correcting codes are used to partially or completely correct errors as much as possible, while ensuring high transmission speeds. Several machine learning models such as logistic regression and decision tree have been applied to correct transmission errors. Among the most powerful machine learning techniques are aggregation methods which have yielded to excellent results in many areas of research. It is this excellence that has prompted us to consider their application for the hard decoding problem. In this sense, we have successfully designed, tested and validated our proposed EL-BoostDec decoder (hard decision decoder based on ensemble learning-boosting technique) which is based on computing of the syndrome of the received word and on using ensemble learning techniques to find the corresponding corrigible error. The obtained results with EL-BoostDec are very encouraging in terms of the binary error rate (BER) that it offers. Practically EL-BoostDec has succeed to correct 100% of errors that have weights less than or equal to the correction capability of studied codes. The comparison of EL-BoostDec with many competitors proves its power. A study of parameters which impact on EL-BoostDec performances has been established to obtain a good BER with minimum run time complexity.
Automated detection of kidney masses lesions using a deep learning approach ALMahadin, Ghayth; Abu Owida, Hamza; Al Nabulsi, Jamal; Turab, Nidal; Al Hawamdeh, Nour
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 3: September 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i3.pp2862-2869

Abstract

Deep learning has emerged as a potent tool for various tasks, such as image classification. However, in the medical domain, there exists a scarcity of data, which poses a challenge in obtaining a well-balanced and high-quality dataset. Commonly seen issues in the realm of renal health include conditions such as kidney stones, cysts, and tumors. This study is centered on the examination of deep learning models for the purpose of classifying renal computed tomography (CT)-scan pictures. State-of-the-art classification models, such as convolutional neural network (CNN) approaches, are employed to boost model performance and improve accuracy. The algorithm is comprised of six convolutional layers that progressively increase in complexity. Every layer in the network utilizes a uniform 3x3 kernel size and applies the rectified linear unit (ReLU) activation function. This is followed by a max-pooling layer that downsamples the feature maps using a 2x2 pool size. Following this, a flatten layer was implemented in order to preprocess the data for the fully linked layers. The consistent utilization of uniform kernel sizes and activation functions throughout all layers of the model facilitated the smooth extraction of complex features, thereby enhancing the model’s ability to accurately identify different kidney conditions. As a result, we achieved a high accuracy rate of 99.8%, precision is 99.8%, and F1 score of approximately 99.7%.
A deep learning-based approach for early detection of disease in sugarcane plants: an explainable artificial intelligence model Pudupet Ethiraj, Rubini; Paranjothi, Kavitha
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 1: March 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i1.pp974-983

Abstract

In many regions of the nation, agriculture serves as the primary industry. The farming environment now faces a number of challenges to farmers. One of the major concerns, and the focus of this research, is disease prediction. A methodology is suggested to automate a process for identifying disease in plant growth and warning farmers in advance so they can take appropriate action. Disease in crop plants has an impact on agricultural production. In this work, a novel DenseNet-support vector machine: explainable artificial intelligence (DNet-SVM: XAI) interpretation that combines a DenseNet with support vector machine (SVM) and local interpretable model-agnostic explanation (LIME) interpretation has been proposed. DNet-SVM: XAI was created by a series of modifications to DenseNet201, including the addition of a support vector machine (SVM) classifier. Prior to using SVM to identify if an image is healthy or un-healthy, images are first feature extracted using a convolution network called DenseNet. In addition to offering a likely explanation for the prediction, the reasoning is carried out utilizing the visual cue produced by the LIME. In light of this, the proposed approach, when paired with its determined interpretability and precision, may successfully assist farmers in the detection of infected plants and recommendation of pesticide for the identified disease.
Improving job matching with deep learning-based hyper-personalization Abuein, Qusai Q.; Shatnawi, Mohammed Q.; Alqudah, Nour
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 2: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i2.pp1711-1722

Abstract

This study introduces a novel approach to streamline the recruitment process, benefiting both employers and job seekers. It leverages real-time personality-based classification to match candidates with the most suitable roles in a scalable and precise manner. This is achieved through machine learning-driven hyper-personalization, employing deep learning models to create a predictive language model. The study encompasses two key tasks: binary classification, distinguishing sentences containing soft skills (1) from those that do not (0), and multi-class classification, categorizing positive sentences into five classes based on Big Five personality traits. The research involved a series of experiments. Initially, multiple machine learning algorithms were employed to establish baseline models. Subsequently, the study investigated the impact of deep learning versus these baseline models. The results demonstrated an accuracy of 0.79% and 0.68% for binary classification tasks, and 0.79% and 0.60% for multi-class classification tasks, using Support Vector Machines in the machine learning task, and Bidirectional Long Short-Term Memory in the deep learning task, respectively. This approach showcases promise in revolutionizing the job matching process, offering a more efficient and accurate means of connecting individuals with their ideal employment opportunities based on their unique soft skills and personality traits.
A novel approach to wastewater treatment control: A self-organizing fuzzy sliding mode controller Kumara, Varuna; Ganesan, Ezhilarasan
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 3: September 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i3.pp2796-2807

Abstract

The treatment of wastewater plays a crucial role in protecting the environment and ensuring the sustainable use of resources. This research paper presents a new methodology for managing wastewater treatment operations, utilising Self-Organizing Fuzzy Sliding Mode Controller (SOFSMC) to enhance the efficiency of treatment procedures. MATLAB Simulink functions as a simulation tool that facilitates meticulous analysis. SOFSMC presents a control strategy that is both adaptive and robust. This strategy effectively regulates crucial parameters, including dissolved oxygen levels, pH levels, and flow rates. It achieves this within the challenging and complex framework of wastewater treatment, which is characterised by dynamic and nonlinear dynamics. Using a SOFSMC for wastewater treatment control is novel approach. This novel technique creates a self-learning, dynamic system using fuzzy logic (FL) and sliding mode control (SMC). This unique approach can autonomously adapt to wastewater treatment processes' complex and nonlinear dynamics, improving efficiency, resource optimisation, and system dependability. The results emphasise the potential of SOFSMC as a revolutionary approach for wastewater treatment. This approach can improve treatment effectiveness, conserve resources, and protect the environment. The proposed method SOFSMC, exhibits commendable outcomes, with an integrated absolute error of 0.082 mg/L, an integrated square differential error of 0.091 mg/L, and a response time of 1.85 seconds This study offers a substantial advancement in the field of wastewater treatment regulation, highlighting its significance in the context of sustainable water management and environmental conservation.
Multi-scale input reconstruction network and one-stage instance segmentation for enhancing heart defect prediction rate Sutarno, Sutarno; Nurmaini, Siti; Sapitri, Ade Iriani; Rachmatullah, Muhammad Naufal; Tutuko, Bambang; Darmawahyuni, Annisa; Firdaus, Firdaus; Islami, Anggun; Samsuryadi, Samsuryadi
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 3: September 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i3.pp3404-3413

Abstract

Artifacts and unpredictable fetal movements can hinder clear fetal heart imaging during ultrasound scans, complicating anatomical identification. This study presents a new medical imaging approach that combines one-stage instance segmentation with ultrasound (US) video enhancement for precise fetal heart defect detection. This innovation allows real-time identification and timely medical intervention. The study acquired 100 fetal heart US videos from an Indonesian Hospital featuring cardiac septal defects, generating 1,000 frames for training, validation, and testing. Utilizing a combination of the multi-scale input reconstruction network (MIRNet) for image enhancement and YOLOv8l-seg for real-time instance segmentation, the method achieved outstanding validation results, boasting a 99.50% mAP for bounding box prediction and 98.40% for mask prediction. It delivered a remarkable real-time processing speed of 68.4 frames per second. In application to new patients, the method yielded a 65.93% mAP for bounding box prediction and 57.66% for mask prediction. This proposed approach offers a promising solution to early fetal heart defect detection using ultrasound, holding substantial potential for enhancing healthcare outcomes.
Enhancing data retrieval efficiency in large-scale javascript object notation datasets by using indexing techniques Srisungsittisunti, Bowonsak; Duangkaew, Jirawat; Mekruksavanich, Sakorn; Chaikaew, Nakarin; Rojanavasu, Pornthep
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 13, No 2: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v13.i2.pp2342-2353

Abstract

The use of javascript object notation (JSON) format as a not only structured query language (NoSQL) storage solution has grown in popularity, but has presented technical challenges, particularly in indexing large-scale JSON files. This has resulted in slow data retrieval, especially for larger datasets. In this study, we propose the use of JSON datasets to preserve data in resource survey processes. We conducted experiments on a 32-gigabyte dataset containing 1,000,000 transactions in JSON format and implemented two indexing methods, dense and sparse, to improve retrieval efficiency. Additionally, we determined the optimal range of segment sizes for the indexing methods. Our findings revealed that adopting dense indexing reduced data retrieval time from 15,635 milliseconds to 55 milliseconds in one-to-one data retrieval, and from 38,300 milliseconds to 1 millisecond in the absence of keywords. In contrast, using sparse indexing reduced data retrieval time from 33,726 milliseconds to 36 milliseconds in one-to-many data retrieval and from 47,203 milliseconds to 0.17 milliseconds when keywords were not found. Furthermore, we discovered that the optimal segment size range was between 20,000 and 200,000 transactions for both dense and sparse indexing.

Page 77 of 181 | Total Record : 1808


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