Claim Missing Document
Check
Articles

Found 33 Documents
Search

Analisis Data Hasil Laporan Skripsi Berbasis Aspect Based Sentiment Analysis Menggunakan Algoritma K-Means Clustering Nana Suarna; Dadang Sudrajat; Umi Hayati; Ade Rizki Rinaldi; Agus Bahtiar
Prosiding SISFOTEK Vol 9 No 1 (2025): SISFOTEK IX 2025
Publisher : Ikatan Ahli Informatika Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

This study discusses the application of Aspect-Based Sentiment Analysis (ABSA) combined with the K-Means Clustering algorithm to analyze student thesis report data. The research scope includes text data processing from VAK (Visual, Auditory, Kinesthetic) learning style questionnaires to identify research aspects and automatically group thesis themes. The objective is to obtain a structured and representative mapping of students’ research themes based on their fields of study. The methodology involves several stages, including text preprocessing, TF-IDF weighting, aspect extraction using ABSA, and clustering with K-Means, validated through the Davies-Bouldin Index (DBI). The dataset consists of 976 textual entries derived from student questionnaire responses. The results indicate that the optimal cluster is achieved at k = 3 with a DBI value of 3.276, forming three main groups: (1) data mining, (2) statistical analysis, and (3) learning technology. The study concludes that the combination of ABSA and K-Means is effective in accurately classifying research themes and provides an analytical foundation for academic decision-making regarding student research trends.
Klasifikasi Telur Fertil dan Infertil Berbasis Hybrid MobileNetV3 dengan Mekanisme Attention dan Texture Fusion Bani Nurhakim; Dadang Sudrajat; Tati Suprapti; Ade Rizki Rinaldi; Agus Bahtiar
Prosiding SISFOTEK Vol 9 No 1 (2025): SISFOTEK IX 2025
Publisher : Ikatan Ahli Informatika Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Accurate fertile-infertile egg classification is crucial to improve hatching productivity and sorting efficiency. This study proposes MobileFusionV3, a MobileNetV3 architecture enriched with CBAM (Convolutional Block Attention Module) and Hybrid Texture Fusion (LBP and GLCM) to combine deep and texture features to be more robust to candling illumination variations. A dataset of 1,275 candling images (675 fertile, 600 infertile) was subjected to preprocessing (resizing, normalization, background enhancement) and realistic data augmentation (rotation, brightness/contrast changes, Gaussian noise, illumination variations). The model was trained using transfer learning, early stopping, and an evaluation scheme based on accuracy, precision, recall, F1-score, and AUC. The test results showed an accuracy of 97.2%, precision of 96.8%, recall of 97.5%, F1 of 97.1%, and AUC of 0.99, surpassing previous designs that did not use attention mechanisms and texture fusion. Grad-CAM++ analysis confirms the model's focus on physiologically relevant regions (embryonic shadow and air-cell), thus improving the reliability of interpretation. These findings indicate that lightweight, efficient designs based on attention and texture fusion have the potential to be implemented in smart hatchery systems and edge/mobile devices while maintaining high accuracy.
Mengoptimalkan Kinerja Naïve Bayes Pada Ancaman Modern Dengan Menggunakan PCA Pada Data Intrusion Detection System (IDS) Kevin Salsabil Arlandy; Ahmad Faqih; Ade Rizki Rinaldi
Jurnal Ilmiah ILKOMINFO - Ilmu Komputer & Informatika Vol 8, No 1 (2025): Januari
Publisher : Akademi Ilmu Komputer Ternate

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47324/ilkominfo.v8i1.303

Abstract

Abstrak: Intrusion Detection System (IDS) digunakan untuk mendeteksi serangan atau aktivitas mencurigakan dalam jaringan. Dengan meningkatnya ancaman siber modern, penelitian ini mengusulkan kombinasi metode Naïve Bayes dan Principal Component Analysis (PCA) untuk meningkatkan akurasi dan efisiensi deteksi. Metode tambahan PCA dapet mereduksi dimensi dataset menjadi 30 komponen utama tanpa kehilangan informasi penting, menggunakan dataset UNSW-NB15. Proses melibatkan standarisasi data dengan StandardScaler, reduksi dimensi menggunakan PCA, serta evaluasi model Naïve Bayes pada dataset dengan dan tanpa PCA. Analisis ini menggunakan program Python yang di eksekusi dengan Google Collab, dengan hasil menunjukkan bahwa model dengan PCA mencapai akurasi sebesar 96.65% dengan recall 1.00 untuk kelas ancaman, meskipun presisi masih rendah (0.49). Sebaliknya, tanpa PCA, akurasi hanya mencapai 92.72% dengan presisi 0.31 untuk kelas yang sama. Selain itu, penggunaan PCA berhasil mengurangi waktu komputasi dari 1 menit menjadi 30 detik. Kombinasi dengan teknik reduksi dimensi Principal Component Analysis (PCA) menunjukkan kinerja yang lebih baik dalam mengklasifikasikan data pada sistem Intrusion Detection System (IDS). PCA dan Naïve Bayes terbukti menjanjikan dalam mendeteksi ancaman modern, meskipun masih diperlukan perbaikan untuk mencapai kinerja yang lebih optimal.Kata kunci: Intrusion Detection System, Naïve Bayes, PCA, Keamanan JaringanAbstract:An Intrusion Detection System (IDS) is used to detect attacks or suspicious activities in the network. With the increase of modern cyber threats, this research proposes a combination of Naïve Bayes and Principal Component Analysis (PCA) methods to improve detection accuracy and efficiency. The additional PCA method can reduce the dataset dimension to 30 principal components without losing important information, using the UNSW-NB15 dataset. The process involves data standardization with Standard-Scaler, dimensionality reduction using PCA, and Naïve Bayes model evaluation on the dataset with and without PCA. This analysis used a Python program executed with Google Collab, with the results showing that the model with PCA achieved an accuracy of 96.65% with a recall of 1.00 for the threat class. However, the precision was still low (0.49). In contrast, without PCA, the accuracy only reached 92.72% with a precision of 0.31 for the same class. In addition, the use of PCA successfully reduced the computation time from 1 minute to 30 seconds combination with the Principal Component Analysis (PCA) dimension reduction technique shows better performance in classifying data in the Intrusion Detection System (IDS). PCA and Naïve Bayes proved promising in detecting modern threats, although improvements are still needed to achieve more optimal performance.Keywords: Intrusion Detection System, Naïve Bayes, PCA, Network Security