Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Arcitech: Journal of Computer Science and Artificial Intelligence

Analisis Sentimen Opini Publik terhadap Kasus Korupsi Timah di Youtube Menggunakan Metode Oversampling dan Algoritma Decision Tree Pramudiya, Relin; Kadafi, Aldo; Udjulawa, Daniel
Arcitech: Journal of Computer Science and Artificial Intelligence Vol. 4 No. 1 (2024): June 2024
Publisher : Institut Agama Islam Negeri (IAIN) Curup

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29240/arcitech.v4i1.10472

Abstract

This study analyzes public opinion regarding the corruption case of PT. Timah (Tbk), which caused state losses of up to IDR 271 trillion, through YouTube comments. The methods used are the Decision Tree algorithm and the SMOTE Oversampling method. A total of 2501 comments were collected and processed. The stages include data preprocessing, sentiment labeling, and model training. The results show that the use of SMOTE improves the accuracy and performance of the model. With SMOTE, the model achieves an accuracy of 56%, a precision of 0.55, a recall of 0.55, and an F1-score of 0.55, while without SMOTE, the model only achieves 54%, a precision of 0.52, a recall of 0.52, and an F1-score of 0.52. Precision, recall, and F1-score also increase when using SMOTE. This study highlights the importance of the Oversampling technique in dealing with class imbalance to improve the accuracy and sentiment analysis model. These results make a significant contribution to sentiment analysis, highlighting the role of SMOTE in overcoming class imbalance and creating a more accurate model.
Optimasi Hyperparameter CNN dengan Arsitektur VGG16 Menggunakan Grid Search Untuk Klasifikasi Penyakit Buah Delima Fawzan, Muhammad; Udjulawa, Daniel
Arcitech: Journal of Computer Science and Artificial Intelligence Vol. 5 No. 2 (2025): December 2025
Publisher : Institut Agama Islam Negeri (IAIN) Curup

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29240/arcitech.v5i2.15175

Abstract

Early detection of pomegranate fruit diseases is crucial to reduce yield losses and improve harvest quality; however, visual identification in the field is often subjective and difficult due to the similarity of symptoms among different diseases. This study aims to develop a pomegranate fruit disease classification model using a Convolutional Neural Network (CNN) based on the VGG16 architecture, optimized through the Grid Search method. The dataset consists of five classes: 886 Alternaria samples, 116 Anthracnose samples, 966 Bacterial Blight samples, 631 Cercospora samples, and 1,450 Healthy samples, resulting in a total of 5,099 images. The dataset underwent preprocessing and data augmentation to increase variability and prevent overfitting. After balancing the dataset, it was split into 70% training data, 20% validation data, and 10% testing data. Hyperparameters such as epoch, batch size, learning rate, and optimizer were evaluated using Grid Search to determine the optimal configuration. The results indicate that the best performance was achieved using 100 epochs, a batch size of 32, a learning rate of 0.0001, and the Adam optimizer. The proposed model achieved a testing accuracy of 99.59%, with precision, recall, and F1-score values of 0.996. These findings demonstrate that the optimized VGG16-based CNN model is highly effective in accurately classifying pomegranate fruit diseases.