Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

ENHANCED SPEED AND ACCURACY IN COCOA FRUIT DISEASE IDENTIFICATION USING THE INCEPTION-RESNET CONVOLUTIONAL NEURAL NETWORK (CNN) ALGORITHM Iskandar, Dadang; Novanto, Adi; Kurniawan, Yogiek Indra
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 1 (2025): JUTIF Volume 6, Number 1, February 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.1.4144

Abstract

The increase in world cocoa consumption is not accompanied by an increase in production, causing a problem of supply shortages in the world. One of the causes of the stagnation in the increase in cocoa production is due to diseases that attack cocoa fruit. The disease can cause unproductive plants, unusable cocoa fruit, and even cause the spread of epidemics in a cocoa fruit garden. One of the preventions that can be done is to identify diseases in cocoa fruit in order to reduce the spread of the disease. The identification process is usually carried out independently by farmers. Identification of cocoa fruit diseases requires knowledge and experience by farmers, so it can cause misidentification or failure to identify the disease. In addition, other factors can arise such as the number of farmers who check, the area of ​​the cocoa fruit garden, and the urgency of identification. To help overcome these problems, a Convolutional Neural Network (CNN) model was developed with the Inception and ResNet architectures. The data used were images obtained from Davao City, Philippines. The model obtained from the analyzed dataset got the best results of 0.99, a specificity value of 0.99, and an F1-score value of 0.99. The model configuration used is a learning rate value of 0.0001, RMSProp optimization function, initialization function (x) He uniform, initialization function (y) Glorot normal, and a batch size of 32.
From Monoliths to Microservices: Designing a Scalable Super App Architecture for Academic Services at Universitas Jenderal Soedirman Wijayanto, Bangun; Iskandar, Dadang; Rahayu, Swahesti Puspita
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 4 (2025): JUTIF Volume 6, Number 4, Agustus 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.4.5237

Abstract

Jenderal Soedirman (Unsoed) currently operates more than 30 monolithic information systems built with heterogeneous technology stacks, resulting in duplicate functionality, inconsistent user experience, and high maintenance costs. This study designs a modular, microservices‑based Super App architecture that integrates core academic services (KRS/KHS, transcript, student & lecturer attendance, lecturer activity log) and a parent/guardian monitoring feature. Using the Design Science Research (DSR) method, we (1) identified problems via a technology audit and problem–objective matrix; (2) designed the artifact with Domain‑Driven Design, C4 modelling, and API‑first contracts; (3) demonstrated a working prototype with API Gateway, SSO, and event‑driven notifications; (4) evaluated performance (<300 ms latency for 500–1000 concurrent users) and stakeholder impact; and (5) communicated results through this paper. The proposed architecture reduces integration complexity, supports zero‑downtime deployment, and enhances transparency for parents without violating consent and privacy. The validated blueprint provides a roadmap for transforming legacy campus systems into a scalable, observable, and governable Super App.
DESIGN AND DEVELOPMENT OF COMPUTER-BASED TEST (CBT) SYSTEM IN THE ACADEMIC SELECTION PROCESS FOR RECRUITING SOLDIERS IN THE AIR FORCE Anggraini Pratiwi, Nabilla; Iskandar, Dadang; Nofiyati, Nofiyati
Jurnal Teknik Informatika (Jutif) Vol. 5 No. 1 (2024): JUTIF Volume 5, Number 1, February 2024
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2024.5.1.1334

Abstract

The selection of recruits is a crucial stage for the continuity of the existence of the Indonesian Air Force (TNI AU). This selection process consists of several stages, one of which is the academic stage conducted with a paper-based test model. This model requires a lengthy conventional process, indicating the need for a computer-based system to expedite the selection process. Therefore, this study proposes a solution for the academic selection of TNI AU recruits by implementing a Computer Based Test (CBT) system, aiming to enhance the efficiency of the selection process. The development of the CBT system utilizes the Waterfall method, with PHP programming language and MySQL. The research results in a CBT system designed for electronic academic selection of TNI AU recruits, equipped with Safe Exam Browser (SEB) to reduce cheating during the selection exams. According to testing results, the CBT system meets the requirements and is deemed suitable for use.
WEB-BASED IMAGE CAPTIONING FOR IMAGES OF TOURIST ATTRACTIONS IN PURBALINGGA USING TRANSFORMER ARCHITECTURE AND TEXT-TO-SPEECH Muazam, Safa; Kurniawan, Yogiek Indra; Iskandar, Dadang
Jurnal Teknik Informatika (Jutif) Vol. 5 No. 5 (2024): JUTIF Volume 5, Number 5, Oktober 2024
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2024.5.5.2585

Abstract

Purbalingga is a region located in Central Java Province, offering interesting natural beauty and tourist destinations. Many tourists capture their moments in photos, which are then uploaded to social media. However, a picture can contain a lot of information, and each individual may interpret it differently. Without captions, people may struggle to extract this information. Image captioning addresses this challenge by automatically generating text descriptions for images. Additionally, text-to-speech is used to enhance accessibility for the visually impaired in understanding image descriptions. This research aims to develop an image captioning model for images of tourist attractions in Purbalingga using transformer architecture and ResNet50. The transformer architecture employs an attention mechanism to learn the context and relationships between inputs and outputs, while ResNet50 is a robust convolutional network for image feature extraction. Model evaluation using BLEU metrics, which compare generated sentences to reference sentences, shows the best results as BLEU-{1, 2, 3, 4} = {0.672, 0.559, 0.489, 0.437}. Experiments indicate that increasing embeddings and layers extends training time and lowers BLEU scores, while changing the number of heads has minimal impact on results. The best model is implemented in a web-based application using the SDLC waterfall method, Flask framework, and MySQL database. This application allows users to upload tourist attraction images, receive automatic descriptions in Indonesian, and listen to the captions read aloud using the Web Speech API-based text-to-speech feature. Blackbox testing results show valid outcomes for all tests, indicating that the application operates as required and is suitable for use.