IAES International Journal of Artificial Intelligence (IJ-AI)
Not a member yet
1769 research outputs found
Sort by
Addressing the challenges of harmonizing law and artificial intelligence technology in modern society
The invasion of artificial intelligence (AI) in all forms of human activity causes the sudden change of social cohesion into a new hybrid reality, where the static rule of law maybe is overthrown by the instant violations of fundamental human rights, including the general rights of personhood, in its image, honor, and privacy, as well as, of general principles of law, including the principle of the “abuse of rights”, the principle of contractual autonomy, principles of tort liability, and general principles of intellectual property law. In that sense, AI disrupts the acquis due to the poor regulatory quality indicators covering unforeseen occurrences. We call this instantiation AI legal “coup d’état”. This paper constitutes a philosophical thesis statement which is in accordance with the global efforts to legally embed AI into societal systems. As part of an ongoing research on AI and law synergy, this paper focuses on proposing a theoretical framework utilizing category theory to align AI functionalities with traditional legal principles
Ensemble model-based arrhythmia classification with local interpretable model-agnostic explanations
Arrhythmia can lead to heart failure, stroke, and sudden cardiac arrest. Prompt diagnosis of arrhythmia is crucial for appropriate treatment. This analysis utilized four databases. We utilized seven machine learning (ML) algorithms in our work. These algorithms include logistic regression (LR), decision tree (DT), extreme gradient boosting (XGB), K-nearest neighbors (KNN), naïve Bayes (NB), multilayer perceptron (MLP), AdaBoost, and a bagging ensemble of these approaches. In addition, we conducted an analysis on a stacking ensemble consisting of XGB and bagging XGB. This study examines various arrhythmia detection techniques using both a single base dataset and a composite dataset. The objective is to identify the optimal model for the combined dataset. This study aims to evaluate the efficacy of these models in accurately categorizing normal (N) and abnormal (A) heartbeats as binary classes. The empirical findings demonstrated that the stacking ensemble approach exhibited superior accuracy when used with the combined dataset. Arrhythmia classification models rely on this as a crucial component. The binary classification achieved an accuracy of 98.61%, a recall of 97.66%, and a precision of 97.77%. Subsequently, the local interpretable model-agnostic explanations (LIME) technique is employed to assess the prediction capability of the model
Robust 3D finger knuckles biometric identification with hierarchical featureNet architecture
A novel biometric identifier known as the 3D finger knuckle pattern provides highly discriminative characteristics for the finger knuckle-based personal identification. This paper addresses the challenge of 3D finger knuckle recognition, aiming to enhance precision and overcome limitations in existing approaches. Leveraging neural network technology, it introduces a novel neural network framework for this purpose. Recent research has made significant progress in 3D finger knuckle recognition, particularly in the areas of matching schemes, feature representations, and specialized deep neural networks. Challenges such as limited training data and dataset heterogeneity are discussed. The proposed 3D hierarchical featureNet (HFN) methodology involves a multi-stage pre-processing process for 3D images, encompassing detection, cropping, smoothing, and hole-filling. Feature similarity is evaluated with nearest neighbor distance ratios, enabling precise recognition. The key contribution of this work is the introduction of a new feature vector that incorporates curvature data, improving the state-of-the-art. The methodology employs statistical distribution analysis for feature similarity and 3D geometry for accurate curvature representation. Overall, this research offers a comprehensive solution for 3D finger knuckle recognition, enhancing accuracy and efficiency through innovative pre-processing, feature extraction, and similarity evaluation methods
A competitive learning approach to enhancing teacher effectiveness and student outcomes
Machine learning has found extensive application and improvement in the field of education. Nevertheless, there remains a lack of research studies focusing on unsupervised learning within this domain. To address this gap, our study aims to investigate the relationship between teacher attributes and student achievement in Morocco while identifying regions requiring attention and intervention, using a novel clustering approach based on unsupervised competitive learning, specifically the 'Centroid neural network', to cluster Moroccan teachers based on their qualities and qualifications. Teacher qualities and qualifications are operationalized as initial teaching qualifications, completion of training programs, and employment status. To achieve our objective, we utilize the program for international student assessment (PISA) dataset, which provides comprehensive responses from individual students, including information on parental backgrounds, socio-economic positions, and school conditions. Additionally, we incorporate data from the teacher questionnaire, which encompasses background information, initial education, professional development, teaching practice, and teacher beliefs and attitudes. Consistent with previous research, our findings suggest that teachers' qualities and qualifications significantly influence student performance. Furthermore, our clustering approach identifies regions where there is a pronounced prevalence of attributes negatively impacting student achievement. Urging academicians to incorporate resilience-building measures into the design of policies in these regions to improve students' educational outcomes
An improved real time detection transformer method for retail product detection
The main problem in retail product detection is intra-class variation, as some products have similar but distinct characteristics. The primary goal of this study is to address the problem of object detection on intra-class variation in retail environments. As a result, a new approach for object detection of retail products was developed by modifying the Real Time Detection Transformer (RT-DETR) model. To manage intra-class variation more successfully, the RT-DETR model is updated by modifying its architecture. There are two convolutions in the Contextual Cross-Feature Module (CCFM) fusion block section, which is adjusted by adding one convolution layer to each CCFM fusion block. A customized dataset was meticulously constructed to reflect the wide range of products frequently seen in retail outlets. For the constructed datasets, tests were run using the mean Average Precision (mAP) metric, which had a mAP0.5 of 99.5% and a mAP0.5:0.95 of 88.2%. The updated model is superior compared to original model. The difference in mAP0.5:0.95 was 2.5%, while precision increased by 1.3% and recall increased by 0.1%. Although the mAP0.5 results stay unchanged, the gains in the other metrics suggest that the RT-DETR model modifications can improve object detection skills, particularly when dealing with intra-class variation in retail merchandise
Power of blockchain technology for enhancing efficiency transparency and data provenance in supply chain management
Global supply chains face increasing challenges in improving efficiency, transparency, and compliance with regulatory requirements. Traditional supply chain systems often suffer from inefficiencies due to fragmented data and manual processes, which result in delays and higher costs. Blockchain technology has emerged as a potential solution by offering decentralization, data immutability, and automation through smart contracts. However, existing blockchain implementations struggle with issues like scalability and transaction speed, which limits their effectiveness in supply chain management. This study introduces a new framework based on distributed ledger technology (DLT) with enhanced smart contract functions and data provenance tracking. The framework aims to improve transaction throughput, reduce latency, and provide better data integrity, enabling more efficient and transparent supply chain operations. By incorporating mechanisms to track the origin and movement of goods, the framework ensures that stakeholders have real-time access to accurate information, improving decision-making and trust across the supply chain. We evaluate the performance of this framework using the AnyLogic simulation platform, comparing it to traditional blockchain systems. Metrics such as transaction throughput, latency, and efficiency are analyzed to demonstrate the improvements achieved by the proposed system. The results show significant enhancements in transaction speed and operational efficiency, offering a practical solution for optimizing supply chains in various industries
Optimizing long short-term memory hyperparameter for cryptocurrency sentiment analysis with swarm intelligence algorithms
This study investigates the application of swarm intelligence algorithms, specifically particle swarm optimization (PSO), ant colony optimization (ACO), and cat swarm optimization (CSO), to optimize long short-term memory (LSTM) networks for sentiment analysis in the context of cryptocurrency. By leveraging these optimization techniques, we aimed to enhance both the accuracy and computational efficiency of LSTM models by fine-tuning critical hyperparameters, notably the number of LSTM units. The study involved a comparative analysis of LSTM models optimized with each algorithm, evaluating performance metrics such as accuracy, loss, and execution time. Results indicate that the PSO-LSTM model achieved the highest accuracy at 86.08% and the lowest loss at 0.57, with a reduced execution time of 58.43 seconds, outperforming both ACO-LSTM and CSO-LSTM configurations. These findings underscore the effectiveness of PSO in tuning LSTM parameters and emphasize the potential of swarm intelligence for enhancing neural network performance in real-time sentiment analysis applications. This research contributes to advancing optimized deep learning techniques in high dimensional data environments, with implications for improving cryptocurrency sentiment predictions
Exploring patient-patient interactions graphs by network analysis
Understanding how patient demographics and shared experiences impact interactions is essential for strengthening pa/tient support networks and optimizing health outcomes as personalized healthcare becomes more and more important. To this end, this study explores the patient-patient interactions (PPIs) graph as a network and applies selected network analysis approaches to examine the PPIs network of accutane drug. Two main research questions are addressed by gaining deeper insight at the hidden patterns of reactivity and connectivity among interchanging nodes. There was a negative response to the first research question, which asked if patients react to others that have similar gender and/or age profiles in a consistent way. Patients tended to interact with people of different genders and ages, indicating a high degree of heterogeneity in the network. Negative responses were likewise given to the second research question, which asked if communities inside the network could identify patients based on gender or age profile. Network analysis approaches for community detection failed to distinguish between groups with similar demographic characteristics. Rather, groups seemed to emerge based on other factors, like similarity in patient opinions. The results imply that gender and age do not have a major influence on community membership. Future research will concentrate on applying more sophisticated graph mining techniques to expand these approaches to cover more and larger PPIs networks
LMS bot: enhanced learning management systems for improved student learning experiences using robotic process automation
In this paper, a workflow for bot is designed using robotic process automation (RPA) that is used to enhance learning management systems (LMS) by providing content from external sources along with educator made course content for better student learning experiences. Many students prefer to watch YouTube videos for learning, even if they have been taught the same content by an educator. YouTube is a dynamic platform where video rankings change based on viewer engagement, relevance, and newly included videos. This variability poses a challenge for educators seeking to include external videos, as the content environment within the LMS platform is unpredictable and can change significantly. The bot addresses the challenge by conducting periodic searches for related courses and topics on YouTube. It retrieves top-ranked videos based on relevance, which are then seamlessly integrated into external links within LMS. The LMS external links option enhances accessibility by offering videos sorted by popularity, ensuring students receive updated and relevant information seamlessly. The bot efficiently retrieves details of 750 videos from YouTube in just 17 seconds, showcasing its exceptional performance. Moreover, its capability to autonomously update LMS external links content weekly represents an added advantage. The bot is designed and tested using UiPath tool
Students’ perceptions and effect of ChatGPT on research proposal quality across gender in Indonesia
The use of ChatGPT in improving students' academic writing abilities has been extensively studied, but how students perceive the use of ChatGPT affecting the quality of thesis proposals remains unclear becomes the novelty of this research. To address this gap, this study examines final semester students (N=55) utilizing ChatGPT in preparing final assignments across universities in East Indonesia. Employing a mixed-methods research design, this study collected data through surveys and short essays. Descriptive statistics, bivariate correlations, independent t-tests, linear regression, and thematic analysis were used to analyze the data. Findings indicate that i) perceptions of ChatGPT positively correlate with the quality of students' proposals, ii) perceptions of ChatGPT use predict the quality of research proposals, iii) gender does not influence perceptions of ChatGPT use or the quality of students' proposals, and iv) ChatGPT has a positive impact as research reference model, source of ideas, framework reference, translation tool, and paraphraser, but it also has limitations, particularly in providing accurate responses and posing a risk of reducing critical thinking abilities. ChatGPT has proven effective in helping students prepare research proposals, developing ideas, and research frameworks. However, institutions must provide appropriate guidance to prevent the decrease of critical thinking abilities