Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : aqila acceleration quantum information technology and algorithm journal

Design And Construction Of Parking Lot Security System Using Internet Of Things And RFID Technology In Megaland Housing Complex Riza Salma; Al-Khowarizmi
Acceleration, Quantum, Information Technology and Algorithm Journal Vol. 2 No. 1 (2025): VOLUME 2, NO 1: JUNE 2025
Publisher : Yayasan Asmin Intelektual Berkah

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62123/aqila.v2i1.76

Abstract

The parking lot security system is a very important aspect in maintaining the security and comfort of residents in a housing complex. This thesis aims to design and build a parking lot security system using Internet of Things (IoT) and Radio Frequency Identification (RFID) technology at the MegaLand housing complex. This system integrates IoT devices to monitor and control vehicle entry and exit access, and uses RFID technology to identify each vehicle that has a parking access permit. The use of this technology is expected to increase the efficiency and effectiveness of parking lot management, reduce the risk of theft, and make it easier for residents to access the parking area. The results of implementing this system show a significant improvement in the security and parking management aspects of the MegaLand Housing Complex.
Application In Distinguishing Artificial Intelligence-Makened Images And Original Images With Visual Feature Extraction Using Ensemble Learning Algorithm Moh Hafiz Naufal; Al-Khowarizmi
Acceleration, Quantum, Information Technology and Algorithm Journal Vol. 3 No. 1 (2026): VOLUME 3, NO 1: JUNE 2026
Publisher : Yayasan Asmin Intelektual Berkah

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62123/aqila.v3i1.174

Abstract

The development of generative Artificial Intelligence (AI) technology enables computer systems to produce highly realistic images that closely resemble real photographs. This condition creates challenges in distinguishing AI-generated images from real images visually. This research aims to develop an image classification system capable of distinguishing AI-generated images and real images using visual feature extraction and ensemble learning algorithms.The research method consists of several stages including image preprocessing by resizing images to 256 × 256 pixels, visual feature extraction including RGB color histogram, grayscale intensity distribution, texture features using Gray Level Co-occurrence Matrix (GLCM), and edge features using the Canny Edge Detection method. The extracted features are then used as input for several classification algorithms such as Support Vector Machine (SVM), K-Nearest Neighbor (KNN), and Random Forest. Furthermore, model combination is performed using an ensemble learning method with a hard voting technique.The experimental results show that the Random Forest model achieved an accuracy of 65.71%, while the ensemble learning method achieved an accuracy of 65.00% with an F1-score of 0.6918. The developed system is also implemented as a web-based application using the Streamlit framework, allowing users to upload images and obtain prediction results directly. The results indicate that the combination of visual feature extraction and ensemble learning can be used as an approach to help identify AI-generated images and real images.
Code Plagiarism Detection Using Graphic Neural Network Based On Abstract Syntax Tree Fitra Affandi Hasibuan; Al-Khowarizmi
Acceleration, Quantum, Information Technology and Algorithm Journal Vol. 3 No. 1 (2026): VOLUME 3, NO 1: JUNE 2026
Publisher : Yayasan Asmin Intelektual Berkah

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62123/aqila.v3i1.177

Abstract

Code plagiarism is a common issue in education and software development, which is difficult to detect accurately using text-based approaches. Conventional methods such as Term Frequency–Inverse Document Frequency (TF-IDF) and cosine similarity tend to focus only on token similarity, making them less effective in handling structural changes in code. Therefore, this study aims to develop a structure-based code plagiarism detection system using Abstract Syntax Tree (AST) and Graph Neural Network (GNN). The proposed method involves parsing source code into AST, representing it as a graph, and processing it using a GNN model in a pairwise scheme. In addition, a comparison is conducted with a baseline method based on TF-IDF and cosine similarity to evaluate model performance. The dataset used consists of both synthetic and real data, which are divided into training and testing sets. The results show that the GNN model achieves excellent performance with an accuracy of 0.9946, precision of 0.9949, recall of 0.9974, and F1-score of 0.9962, while the baseline method only achieves an accuracy of 0.7392 and a recall of 0.6343. These results indicate that the GNN model is more effective in detecting plagiarism, especially in handling structural code modifications. Therefore, it can be concluded that the structure-based approach using AST and GNN outperforms text-based approaches in code plagiarism detection.