cover
Contact Name
-
Contact Email
-
Phone
-
Journal Mail Official
-
Editorial Address
-
Location
Kota yogyakarta,
Daerah istimewa yogyakarta
INDONESIA
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika (JITEKI)
ISSN : 23383070     EISSN : 23383062     DOI : -
JITEKI (Jurnal Ilmiah Teknik Elektro Komputer dan Informatika) is a peer-reviewed, scientific journal published by Universitas Ahmad Dahlan (UAD) in collaboration with Institute of Advanced Engineering and Science (IAES). The aim of this journal scope is 1) Control and Automation, 2) Electrical (power), 3) Signal Processing, 4) Computing and Informatics, generally or on specific issues, etc.
Arjuna Subject : -
Articles 15 Documents
Search results for , issue "Vol. 11 No. 2 (2025): June" : 15 Documents clear
Depression Detection on Social Media X Using Hybrid Deep Learning CNN-BiGRU with Attention Mechanism and FastText Feature Expansion Widiarta, I Wayan Abi; Setiawan, Erwin Budi
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika Vol. 11 No. 2 (2025): June
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/jiteki.v11i2.30687

Abstract

Depression is a global mental health disorder affecting over 280 million people, with significant challenges in identifying sufferers due to societal stigma. In Indonesia, the National Adolescent Mental Health Survey in 2022 revealed that 17.95 million adolescents experience mental health disorders, with a portion of them suffering from depression. Social media platform X offers an alternative for individuals to share their mental health status anonymously, bypassing societal stigma. This study proposes a hybrid deep learning model combining CNN and BiGRU with an attention mechanism, TF-IDF for feature extraction, and FastText for feature expansion to detect depression in Indonesian tweets. The dataset comprises 50,523 Indonesian tweets, supplemented by a similarity corpus of 151,117 data. To optimize model performance, five experimental scenarios were conducted, focusing on split ratios, n-gram configurations, maximum features, feature expansion, and attention mechanisms. The main contribution of this research is the novel integration of FastText for feature expansion and the attention mechanism within a CNN-BiGRU hybrid model for depression detection. The results demonstrate the effectiveness of this combination, with the BiGRU-ATT-CNN-ATT model achieving an accuracy of 84.40%. However, challenges such as handling noisy, ambiguous social media data and addressing out-of-vocabulary words remain. Future research should explore additional feature expansion techniques, optimization algorithms, and approaches to handle noisy data, improving model robustness for real-world applications in mental health detection.
CFO-RetinaNet: Convolutional Feature Optimization for Oil Palm Ripeness Assessment in Precision Agriculture Alfariz, Muhammad Alkam; Santoso, Hadi
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika Vol. 11 No. 2 (2025): June
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/jiteki.v11i2.30753

Abstract

Accurate ripeness assessment of oil palm fruit bunches (FFB) is critical for optimizing yield and quality in the palm oil industry, yet manual grading remains subjective and labor-intensive. This study proposes CFO-RetinaNet, an enhanced RetinaNet framework integrating deformable convolutions and hybrid attention mechanisms to optimize multi-scale convolutional features for robust ripeness classification under variable field conditions. Our key contribution is threefold: (1) a novel dataset of 4,728 high-resolution, expert-annotated FFB images spanning five ripeness stages (Immature to Decayed), collected under diverse lighting and occlusion scenarios in Central Kalimantan, Indonesia; (2) a feature optimization pipeline combining adaptive feature fusion and dynamic focal loss to improve discriminative capability for nuanced inter-class distinctions; and (3) a scalable deep learning solution validated through rigorous field testing. The model achieves a mean average precision (mAP) of 83.6% and an F1-score of 98.3%, outperforming YOLOv5 (82.5% mAP) and Faster R-CNN (76.4% mAP), with 18.5% fewer misclassifications than standard RetinaNet. It retains 99% accuracy in low-light conditions and reduces labor costs by automating error-prone grading tasks. By publicly releasing the dataset and framework, this work advances precision agriculture standards, offering a transferable solution for ordinal maturity classification in perennial crops while supporting sustainable palm oil production through optimized harvesting decisions.
Optimizing K-Nearest Neighbors with Particle Swarm Optimization for Improved Classification Accuracy Dafid, Ach.; Sudianto, Achmad Imam; Thinakaran, Rajermani; Umam, Faikul; Adiputra, Firmansyah; Izzuddin; Sitepu Debora , Ribka
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika Vol. 11 No. 2 (2025): June
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/jiteki.v11i2.30775

Abstract

This study aims to improve the performance of the K-Nearest Neighbors (KNN) algorithm in classifying public reviews of Batik Madura through optimizing the K value using the Particle Swarm Optimization (PSO) algorithm. Public reviews collected from the Google Maps platform are used as a dataset, with positive, negative, and neutral sentiment categories. Optimization of the K value is carried out to overcome the constraints of KNN performance, which is highly dependent on the K parameter, with PSO providing a more efficient approach than the grid search method. However, PSO also presents challenges such as sensitivity to parameter tuning and potential computational overhead. This study has succeeded in developing a web-based system using the Python Streamlit framework, which makes it easy for users to access sentiment analysis results. Testing shows that optimizing the K value with PSO increases the accuracy of KNN to 88.5% with an optimal K value of 19. However, this accuracy is not compared to other optimization techniques, leaving its relative advantage unverified. The results are expected to help Batik Madura entrepreneurs in evaluating public perception and guiding strategic innovations. Research outputs include a prototype, intellectual property registration, and journal publication, although the role of deep learning models is only briefly noted without further development.
Quantitative Assessment of Blacklist-Based Malicious Domain Filtering for ISP Security: Balancing Protection and Performance Subiyantoro, Muhti; Setiawan, Mukhammad Andri
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika Vol. 11 No. 2 (2025): June
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/jiteki.v11i2.30815

Abstract

The growing dependence on internet connectivity has heightened cybersecurity threats through malicious domains that facilitate malware, phishing, and botnet operations. These threats significantly impact individuals and organizations, particularly in Internet Service Provider (ISP) settings. Domain filtering on firewalls is a common defensive strategy, yet its effectiveness remains underestimated in large-scale ISP settings. Previous studies have not focused specifically on security systems commonly employed by ISPs, impeding practical adoption. The research contributions are: (1) developing a cost-effective malicious domain filtering approach specifically designed for ISP environments requiring minimal infrastructure investment, and (2) providing quantitative evidence of how blacklist-based filtering impacts both security effectiveness and network performance. The methodology employs alternating firewall states over four time periods to collect metrics including connection flow, bandwidth utilization, and packet rate. Results demonstrate that malicious domain filtering improves security while causing a 2.49% increase in total connection flow due to retry mechanisms. This process yields a 24.5% reduction in total bytes transferred, 10.5% decrease in packets sent, 22.58% reduction in bandwidth, and 8.81% decrease in packet rate. The study identified 1,919 malicious IP addresses blocked from 1,090 user attempts to access harmful domains. These findings confirm blacklist-based domain filtering strengthens security and enhances bandwidth efficiency by mitigating unwanted traffic. This approach is particularly relevant for ISPs, providing a cost-effective solution that balances cybersecurity with optimized network performance, allowing organizations to protect users while maintaining operational effectiveness.
Enhancing Refactoring Prediction at the Method-Level Using Stacking and Boosting Models Khaleel, Shahbaa I.; Ahmed, Rasha
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika Vol. 11 No. 2 (2025): June
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/jiteki.v11i2.30839

Abstract

Refactoring software code is crucial for developers since it enhances code maintainability and decreases technical complexity. The existing manual approach to refactoring demonstrates restricted scalability because of its requirement for substantial human intervention and big training information. A method-level refactoring prediction technique based on meta-learning uses classifier stacking and boosting and Lion Optimization Algorithm (LOA) for feature selection. The evaluation of the proposed model used four Java open source projects namely JUnit, McMMO, MapDB, and ANTLR4 showing exceptional predictive results. The technique successfully decreased training data necessities by 30% yet generated better prediction results by 10–15% above typical models to deliver 100% accuracy and F1 scores on DTS3 and DTS4 datasets. The system decreased incorrect refactoring alert counts by 40% which lowered the amount of needed developer examination.

Page 2 of 2 | Total Record : 15