Claim Missing Document
Check
Articles

Found 6 Documents
Search

Improving Performance of The Genetic Algorithm on NP-Complete Problem Herimanto Herimanto; Muhammad Zarlis; Syahril Efendi
InfoTekJar : Jurnal Nasional Informatika dan Teknologi Jaringan Vol 6, No 1 (2021): InfoTekJar September
Publisher : Universitas Islam Sumatera Utara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30743/infotekjar.v6i1.3909

Abstract

Non-Deterministic Polynomial Complete Problem is the most challenging problem and also engaging in algorithm strategy. One representation of this problem is the sudoku numbers game. To fill an empty sudoku puzzle, a specific formula does not apply, but filling in sudoku is a matter of decision. So it takes a special algorithm and strategy to solve it. As such, the case of the sudoku numbers game has been widely praised as the topic of finding the best results. One of the methods used is a genetic algorithm. However, due to many processes and data used in the implementation of genetic algorithms, the results obtained are often not optimal. This research will introduce a special strategy in implementing genetic algorithms in NP-Complete problems, namely by optimizing the genetic algorithm in the process of population formation. From the test results, it is found that the application of the genetic algorithm with optimization results in smaller time data and test data compared to the algorithm without optimization.
Perbandingan Matriks Loss Pada Model Deep Learning Resnet50 dan Xception dalam Deteksi Objek Herimanto Herimanto
JURNAL MEDIA INFORMATIKA BUDIDARMA Vol 7, No 4 (2023): Oktober 2023
Publisher : Universitas Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/mib.v7i4.6849

Abstract

The implementation of deep learning has expanded into various fields, not confined solely to the field of education, particularly in computer science. It has also integrated technology into various other domains, including geospatial, remote sensing, and even the medical field. This development has made a significant contribution to reshaping the way humans understand and tackle challenges across different sectors. In this context, deep learning is employed for object detection and classification. Despite the considerable progress facilitated by the application of deep learning, object detection remains a challenge that is not entirely resolved. Constraints such as variations in lighting conditions, angles of view, and object diversity make achieving high-accuracy object detection a difficult task. Therefore, further research is required to comprehend and compare the performance of various deep learning models in addressing this issue. This research focuses on the comparison of two deep learning models, namely ResNet50 and Xception, in terms of loss metrics when detecting an object, in this case, a chair. The models are provided with input images of chairs and predict whether the chairs are empty or occupied. The results obtained from this research indicate that the ResNet50 model has a lower total loss value of 0.19422098, while the Xception model has a total loss value of 1.1822930. The lower the loss value, the better the model's performance. Based on the comparison results, the author has developed a web application simulator using Flask, utilizing the model with the lowest loss, which is the ResNet50 model.
A Comparative Analysis of Content-Based Filtering and TF-IDF Approaches for Enhancing Sports Recommendation Systems Herimanto, Herimanto; Samosir, Kevin; Ginting, Fastoria
Innovation in Research of Informatics (Innovatics) Vol 6, No 2 (2024): September 2024
Publisher : Department of Informatics, Siliwangi University, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.37058/innovatics.v6i2.12404

Abstract

Sport is one of the important factors for someone to maintain or improve their health. There are many purposes for a person to exercise. However, many people still find it difficult to determine the relevant type of exercise according to their preferences. Recommendation systems are now an important element in human life to provide relevant recommendations to users. The purpose of this research is to develop a sports recommendation system that can provide accurate types of sports recommendations to users and describe how the recommendation system can work in providing recommendations when cold-start problems and non-cold-start problems occur. The method used in this research is content-based filtering by applying Term Frequency - Inverse Document Frequency (TF-IDF) vectorization matrix and cosine similarity algorithm. When a new user logs in, the system first checks the user's preferences to determine whether a cold-start problem or non-cold-start problem occurs. When a cold-start problem occurs, TF-IDF will be used in providing recommendations to the user. Conversely, when a non-cold-start problem occurs, cosine similarity will be used. The results show that by using TF-IDF and cosine similarity, the system successfully provides relevant sports recommendations to users in both cold-start problem and non cold-start problem situations with an accuracy rate of 86.90%. The novelty of this research lies in the understanding of sports provided to users through sports-related journals. Through these journals, it can increase user satisfaction, trust, compliance, and educate users in running sports
Enhancing Real-time Herbal Plant Detection in Agricultural Environments with YOLOv8 Siahaan, Ranty Deviana; Pardede, Herimanto; Simbolon, Iustisia Natalia; Simbolon, Ivanston; Gultom, Dian Jorgy
Journal of Information System and Informatics Vol 6 No 4 (2024): December
Publisher : Universitas Bina Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.51519/journalisi.v6i4.889

Abstract

The detection of herbal plants plays a crucial role in the utilization of traditional medicine, particularly in the Toba region of Indonesia. This study aims to develop an Android application capable of real-time detection of herbal plants using the YOLOv8 algorithm. The five types of herbal plants targeted in this study are tempuyung, rimbang, papaya leaves, turmeric leaves, and aloe vera. The research methodology includes the collection of a dataset of herbal plant images, which were then labeled using the Roboflow platform. The YOLOv8 model was trained with this dataset to detect herbal plant objects. After training, the model was exported to TensorFlow Lite and integrated into an Android application. Testing was conducted to evaluate the accuracy and real-time detection performance of the application. The results show that the YOLOv8 model achieved a mean Average Precision (mAP) of 92.4%, with optimal real-time detection capabilities on Android devices. The developed application can quickly and accurately detect and identify herbal plants, providing a practical solution for users to recognize herbal plants. This study indicates that the YOLOv8 algorithm is effective for herbal plant recognition applications in a mobile context, opening up opportunities for further development in the integration of AI technology into everyday applications.
Performance Analysis of MobileNetV3-based Convolutional Neural Network for Facial Skin Disorder Classification Herimanto; Arie Satia Dharma; Junita Amalia; David Largo; Christin Adelia Pratiwi Sihite
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 6 (2024): December 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i6.5982

Abstract

Accurately identifying facial skin types is essential for recommending the right skincare treatments and products. Misidentifying skin types can lead to negative consequences, such as irritation or worsening of skin conditions. This study investigated methods for classifying facial skin types into five categories: oily, acne-prone, dry, normal, and combination. A dataset of 1725 augmented facial images was used. Data augmentation techniques likely increased the dataset's diversity, which helps improve the model's generalization ability. The data underwent preprocessing, including rescaling, before being applied to two deep learning models, CNN and MobileNetV3. The models were evaluated based on accuracy and execution time to determine the most effective approach for classifying facial skin types. The CNN model achieved an accuracy of 64%, demonstrating its potential for image classification tasks. However, the MobileNetV3 model significantly outperformed CNN with an accuracy of 84%. This superior performance is attributed to MobileNetV3's advanced architecture, which is optimized for efficient feature extraction, and particularly relevant for capturing the subtle variations in facial skin types. Therefore, MobileNetV3 emerged as the more effective method for classifying facial skin types with higher accuracy.
Development of mobile-based Batak script recognition application using YOLOv8 algorithm Simbolon, Iustisia Natalia; Herimanto, Herimanto; Siahaan, Ranty Deviana; Lumbantobing, Samuel Adika; Br Sitepu, Grace Natalia
Indonesian Journal of Electrical Engineering and Computer Science Vol 39, No 2: August 2025
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v39.i2.pp1013-1026

Abstract

The Batak people are one of the ethnic groups that pass down many values and traditions to each generation, including the written tradition known as the Batak script. The Batak Toba people, in particular, have the Batak Toba script as part of their local wisdom that needs to be preserved and maintained. However, the use of the Batak script has significantly declined in the current era. To prevent the loss of this heritage, preservation through technology is necessary. This research utilizes a deep learning approach using the YOLOv8 algorithm to detect images of script objects, provide the coordinates of the script locations, and perform object recognition based on the dataset. The final result of this research is an Android-based application that can detect the Batak Toba script in real time and upload images. The research process involves experiments on several hyperparameters, such as epochs with a value of 200, confidence threshold, and IoU with a value of 0.5. The model evaluation shows excellent results, with a precision of 0.945, recall of 0.902, mAP@0.5 of 0.954, and a high confidence score from the application's detection.