SciRepID - Scientific Publication Search

Publication Search

29,653 articles from 386 journals · 1,447 citations tracked

Showing 1-20 of 203

Analytics

Ade Irgi Firdaus; Ade Irgi Firdaus; Dwi Okta Djoas; Riefaldi Diofano Saputra; Indry Anggraeny +1 more

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

This research aims to develop a multiclass flower image classification system using the Convolutional Neural Network (CNN) algorithm with the EfficientNet architecture. The main problem addressed is the difficulty of manual identification of flower species that share high visual similarity. The research stages include collecting 17,299 flower images across 19 classes, performing data preprocessing such as image resizing, pixel normalization, and augmentation, followed by model training using the EfficientNet transfer learning approach. The model was trained for 10 epochs with an 80:20 training-validation data split. The evaluation results show that the model achieved a validation accuracy of 98.05% with a loss value of 0.0968, and an average precision, recall, and F1-score of 0.98. The trained model was then implemented into a web-based application built using the Next.js framework, enabling users to upload flower images and obtain real-time classification results via the Hugging Face API. The system successfully identified flower species with a confidence level of 99.87%. These findings demonstrate that combining a modern CNN architecture with transfer learning provides efficient and highly accurate flower classification performance, which can be effectively implemented for educational and digital conservation purposes.

Marta Dinata, Riadi; Kurniawan Atmadja; Marhaeni Mahaeni; Lely Mustika

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

Traditional association rule analysis is effective at uncovering co-purchase patterns but fails to provide a global structural view of the market, which often results in fragmented and isolated insights. This study proposes a hybrid framework that integrates the Apriori algorithm with a Minimum Spanning Tree (MST) in order to validate and contextualize association rules within a single structural backbone. Transaction data from a retail store are transformed into a weighted, undirected product graph using an inverse-support function, and an MST is then extracted to represent the market backbone, while frequent itemsets and strong rules are obtained using Apriori. Experimental results on 236 multi-item transactions show that the MST backbone comprises 10 products and 9 fundamental links, with 66.67% of these links being confirmed by strong association rules, indicating a substantial coherence between statistical and structural evidence. The proposed model identifies 41 Apriori patterns that can be embedded in the MST and ranks them using a new metric, Structural Distance, which enables the categorization of Core Patterns, Bridge Patterns, and Complex Patterns according to their structural tightness. This hybrid perspective distinguishes dense, strategically meaningful bundles from anomalous but frequent combinations that are structurally peripheral, thereby offering a more holistic and actionable alternative to conventional Market Basket Analysis. The validated framework can support various applications, including store layout optimization, cross-selling strategies, and the design of path-based recommender systems, and it opens avenues for future extensions based on dynamic graphs and Graph Neural Networks.

Achhmad Agam; Achhmad Agam; Supatman

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Manual quality assessment of Platelet Concentrate (TC) is highly subjective and inconsistent, necessitating an objective, automated classification system. This study aims to develop a computationally efficient, low-cost model for TC quality classification using Histogram Features extracted from grayscale images combined with the K-Nearest Neighbor (KNN) algorithm. The methodology employed critical preprocessing steps, including StandardScaler for normalization and SMOTE for balancing the training data, followed by optimization across K=1 to K=30. The optimal model achieved a maximum accuracy of 69.23% at K=6, with an F1-Score of 71.43%, confirming robust performance on the imbalanced testing set. The results validate the effectiveness of the Histogram-KNN approach as a consistent and reliable decision support system for rapid TC quality screening in resource-limited settings.

Dwi Hastuti

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

This paper explores the epistemological dimensions of the digital transformation occurring in traditional game development through the integration of machine learning systems. By examining how knowledge creation, validation, and application have evolved in this domain, we identify fundamental shifts in the epistemological frameworks governing game development practices. The research investigates how machine learning has redefined creative processes, technical implementation, and experiential design while challenging traditional notions of authorship, expertise, and knowledge transmission. Through analysis of industry case studies, technological capabilities, and theoretical frameworks, this paper contributes to understanding how machine learning systems are not merely tools but epistemological agents that fundamentally transform how knowledge is generated, validated, and utilized in game development ecosystems.

Ahmad Muhtadi; Luky Mahendra; Moh. Rosan Taufel Al Farobi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The development of renewable energy, particularly Solar Power Plants (PV), requires a reliable, real-time, and easily accessible electrical energy monitoring system to ensure optimal system performance. This study aims to design and implement an Internet of Things (IoT)-based electrical energy monitoring system for PV using the NodeMCU ESP32 microcontroller, the PZEM-004T sensor for measuring electrical parameters, and the Node-RED platform as the data visualization interface. The developed system is designed to monitor voltage, current, power, energy, frequency, and power loss in real time, and then display the data in the form of numerical values, graphs, and indicators on a dashboard accessible through a local network. The research method includes hardware design, software development (sensor reading, data processing, and communication), integration with Node-RED, and system testing on a small-scale PV installation. The test results show that the system is capable of monitoring electrical parameters in a stable and responsive manner. Variations in sunlight intensity were found to affect the current and power produced by the solar panels, whereas the inverter output voltage tended to remain within normal operating ranges. The Node-RED dashboard display was considered informative and helpful for users in monitoring and analyzing PV performance. Based on these results, it can be concluded that the IoT-based electrical energy monitoring system designed in this study functions well and is feasible for application in residential or educational-scale PV installations. The system still has the potential for further development through cloud service integration, the addition of environmental sensors, and enhancements to data analysis features and user interface design.

Andin Ayu Oksilia Ramadhani; Andin Ayu Oksilia Ramadhani; Bambang Irawan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Tourism is one of the sectors that plays an important role in boosting economic growth through travel activities and destination exploration. Tourists' preferences for nature-based tourism options, such as mountain hiking or beach tourism, are influenced by various factors, ranging from personal experiences and recreational interests to social characteristics. Therefore, a technology-based approach is needed to predict destination choice tendencies more accurately. As artificial intelligence technology develops, deep learning methods have been widely used in classification processes due to their ability to process large amounts of data and recognize complex patterns. In this study, a Multilayer Perceptron (MLP) model is used to classify tourists' preferences between mountain or beach destinations based on a survey dataset. The research stages include data processing, data splitting using a train-test split, model training, and performance evaluation using accuracy, precision, recall, and F1-score. The test results show that the MLP model is capable of achieving an accuracy rate of 99%, confirming that deep learning methods are effective in automatically mapping tourism preference trends. This research is expected to serve as a basis for the development of more personalized travel destination recommendation systems, as well as to support tourism management in formulating targeted promotional strategies.

Nova Eliza; Bambang Irawan; Abdul Khamid

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Waste has become a serious environmental problem in Indonesia, which continues to increase along with population growth. The issue of waste management poses serious challenges for the environment, especially in the process of separating organic and inorganic waste. In the field of computer vision, recognising the type and shape of waste through camera images remains a challenge due to variations in shape, colour, and complex lighting conditions. Therefore, this problem utilises Deep Learning technology, which is expected to be widely applied in Indonesia, especially in large cities with high waste volumes. This study aims to distinguish between organic and inorganic waste using the Convolutional Neural Network (CNN) method based on digital images. The developed CNN model was trained to recognise the visual patterns of each type of waste and tested to measure its accuracy. The test results show that the CNN-based classification system is capable of achieving an accuracy rate of 95%, thus proving the effectiveness of this method in supporting artificial intelligence-based automatic waste sorting systems.

Achmad Restu Fauzi; Achmad Restu Fauzi; Kusnadi Kusnadi; Arif Nursetyo

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The increasing global energy demand drives the search for efficient and sustainable renewable energy solutions. Solar panels have become one of the most widely used technologies; however, their efficiency remains limited when installed in a static position. This research aims to analyze the performance of a single-axis auto tracking system on a 10WP solar panel integrated with the Internet of Things (IoT) for real-time monitoring, specifically in powering a portable powerbank. The research method employed was a quantitative experimental design with three testing scenarios: powerbank charging using an auto-tracking solar panel, a static solar panel, and conventional household electricity as a comparison. Charging data were collected via an IoT system integrated with the Blynk application in real-time. The results indicate that the auto-tracking system increased charging efficiency by around 10%, compared to only 6% with a static panel in one hour. This performance is nearly equal to household electricity charging, which reached approximately 10–11%. The study concludes that the single-axis IoT-based auto-tracking system significantly enhances the performance of small-scale solar panels and holds strong potential for portable energy solutions in remote areas.

I Gusti Agung Made Yoga Mahaputra; I Gusti Agung Made Yoga Mahaputra; Putri Alit Widyastuti Santiary; I Ketut Swardika

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Indonesian Sign Language (BISINDO) serves as a primary communication medium for the deaf community; however, limited public understanding often creates barriers during daily interactions. This study aims to develop a real-time BISINDO word-level translation system using hand landmark extraction and temporal modeling with Long Short-Term Memory (LSTM). The system employs MediaPipe Hands to detect 21 hand landmarks per frame, which are then processed as sequential motion patterns to classify five BISINDO words: saya, terima kasih, maaf, nama, and kamu. A total of 250 gesture samples were recorded under controlled lighting conditions as the primary dataset. The processed sequences were used to train the LSTM model, which was subsequently integrated with an ESP32 microcontroller and a DFPlayer Mini module to produce direct audio output. Experimental results show that the model achieved an average accuracy of 86%, with precision and recall values ranging from 0.81 to 0.94. The confusion matrix analysis indicates that most gestures were correctly classified, although some errors occurred in gestures with similar initial motion trajectories. Integration testing demonstrated an average system latency of 3.8 seconds and an audio output success rate of 85%. These findings indicate that the proposed system is capable of translating BISINDO word-level gestures accurately, responsively, and consistently in real-time conditions. This study provides a strong foundation for the broader development of sign language translation systems, with potential enhancements in vocabulary expansion, multi-user datasets, and hardware optimization for deployment in real-world environments.

Laurentinus, Laurentinus; Widianto, Adi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The advancement of information technology has had a significant impact across various sectors, including healthcare. The digitalization of healthcare services has become a solution to improve efficiency, effectiveness, and accessibility for the public. Puskesmas Selindung still uses a manual patient registration system, which leads to several issues such as long queues, extended waiting times, and the risk of lost or damaged patient records. Based on visit data, the number of patients coming to Puskesmas Selindung has increased each year. Therefore, a digital queue system is needed to optimize the patient registration process. This research aims to analyze and design an Android-based patient registration queue application to improve service efficiency at Puskesmas Selindung. The research methods include system requirements analysis, user interface design, and the development of core features to support the online patient registration process. The implementation of this application is expected to reduce long queues, speed up administrative processes, and make it easier for patients to access healthcare services more effectively and accurately. With this Android-based system, the quality of healthcare services at Puskesmas Selindung is expected to improve significantly.

Dian Sri Agustina; Yunita Trimarsiah; Satria Novari

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Information technology is currently developing and growing rapidly in all fields, supported by the advancement of computer technology. The application of information systems can also be applied to the financial services sector, including cooperatives like K.S.P Al Hudori. The loan service system remains ineffective due to the manual data management process, which involves writing data into ledgers, which are easily lost or damaged due to the paper-based nature of the data. This research aims to implement a loan information system at K.S.P Al Hudori that can assist with loan data verification, search, and report generation. This information system was designed using Embarcadero XE2 and Microsoft Access 2007 as its database. This system has been implemented at KSP Al Hudori. It is hoped that this information system will simplify the loan management process at K.S.P Al Hudori

Dodi Herryanto; Dian Sri Agustina; Muhajir Arafat

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Information technology is currently developing and growing rapidly in all fields, supported by the advancement of computer technology. The application of information systems can also be applied to the financial services sector, including cooperatives like K.S.P Al Hudori. The loan service system remains ineffective due to the manual data management process, which involves writing data into ledgers, which are easily lost or damaged due to the paper-based nature of the data. This research aims to implement a loan information system at K.S.P Al Hudori that can assist with loan data verification, search, and report generation. This information system was designed using Embarcadero XE2 and Microsoft Access 2007 as its database. This system has been implemented at KSP Al Hudori. It is hoped that this information system will simplify the loan management process at K.S.P Al Hudori.

Efansa, Chika; Chika Efansa; Pradita Eko Prasetyo Utomo; Muhammad Razi A

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

PAMTIRTA Tempino is an institution that provides clean water services in the Tempino area. The process of recording water use and monitoring water turbidity is still done manually, making it prone to recording errors and making it difficult to monitor the water quality distributed to the community. This study aims to design a website-based water turbidity recording and monitoring system by focusing on User Interface (UI) and User Experience (UX) aspects using the Design Thinking method. The research follows five stages of Design Thinking: empathize, define, ideate, prototype, and test. Data collection involves observation and in-depth interviews with PAMTIRTA officers. The results include a design with key features such as digital water meter recording, turbidity monitoring dashboards, and complaint services. The prototype was tested using Maze and the System Usability Scale (SUS), achieving a score of 80.1 and falling into the "Good" category (grade B). These results demonstrate that the UI/UX design effectively provides an easy-to-understand, operationally suitable, and efficient solution for PAMTIRTA Tempino's water recording and turbidity monitoring needs. This design offers a ready-to-implement solution to improve the efficiency, accuracy, and quality of clean water services in the Tempino area.

Dedy Yusuf; Dedy Yusuf; Khoirur Rozikin; Nuris Dwi Setiawan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The manual employee attendance process at the Perjuk Village government level often results in inaccurate data, delayed recapitulation, and difficulties in real-time attendance monitoring. This study aims to develop an Internet of Things (IoT) and Radio Frequency Identification (RFID)-based village employee attendance system to simplify the administrative process and improve the efficiency of attendance recording. The development method used is the Research and Development (R&D) model with stages including needs analysis, system design, validation, field trials, and product revisions. The system was built using an ESP32 microcontroller, an RC522 RFID module, and a Wi-Fi connection to transmit attendance data to a web-based server. Testing was conducted using the black box method to ensure all system features run according to design. The results of the black box test show that all features run according to design. The system records attendance automatically with 100% accuracy, saves data to the server database, and displays reports in the form of tables, graphs, and statistical cards. The study concludes that this IoT and RFID-based attendance system is able to improve the accuracy, speed, and efficiency of recording compared to manual methods, and is in accordance with operational needs at the Perjuk Village Office.

Putri Yani, Diar; Diar Putri Yani; Marsani Arif; Arif Nursetyo

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Penelitian ini bertujuan untuk mengembangkan sistem pendukung keputusan yang dapat membantu tim Marketing Officer (MO) PT. Alvarel Technology Innovation dalam menentukan status pelanggan secara objektif dan terstruktur. Sistem ini dirancang menggunakan kombinasi metode Analytical Hierarchy Process (AHP) dan Weighted Sum Model (WSM). Metode AHP digunakan untuk menentukan bobot kriteria yang meliputi Potensial Pasar, Urgensi, Finansial, serta Hubungan dan Reputasi, dengan memastikan konsistensi matriks perbandingan berpasangan. Hasil pembobotan kemudian digunakan dalam metode WSM untuk melakukan perhitungan skor total pelanggan dan menyusun pemeringkatan status berdasarkan nilai tertinggi hingga terendah. Data penelitian diperoleh dari catatan internal perusahaan dan wawancara dengan Marketing Officer, dengan jumlah sampel 30 pelanggan. Hasil pengujian menunjukkan bahwa sistem dapat menghasilkan peringkat status pelanggan dalam lima kategori, yaitu potensial, prospek, pending, pasif, dan skip. Temuan utama memperlihatkan bahwa kategori prospek memperoleh skor tertinggi dan menjadi prioritas tindak lanjut. Dengan demikian, sistem pendukung keputusan berbasis AHP–WSM ini mampu mengurangi subjektivitas, meningkatkan efisiensi, serta memberikan rekomendasi yang lebih akurat dan terukur untuk mendukung pengambilan keputusan strategis perusahaan dalam pengelolaan pelanggan.

Bambang wido kristanto; Agus wibowo; Bambang wido kristanto

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Indonesia has extraordinary resources and potential in developing renewable energy sources (RES), but various obstacles must be overcome in implementing RES. The purpose of this study is to analyze the gap in the application of RES. This gap includes energy knowledge, community participation, battery waste management, service quality, regulation, and legal policy. This study uses a mixed-methods approach, by conducting a structured questionnaire in quantitative data collection, while qualitative data collection through special interviews, focused group discussions, and conducting policy regulation analysis. The results show that 62% of people do not understand RES, 28% are involved in project planning, and 74% are unaware of SOP (standard operating procedures) regarding battery waste recycling. The results of the correlation analysis reveal a positive relationship between the level of knowledge and interest in RES (R = 0.56). Also, the developed community-based participation model includes initial involvement, transparency of information, and local incentives. These findings further strengthen the compatibility of the innovation diffusion theory, planned behavior theory, SERVQUAL, and the theory of public interest. This study will make a practical contribution through evidence-based strategies in increasing resilience, especially for policymakers and energy service providers. The impact of the policy aspects includes the need for large reforms, education, public campaigns, and the realization of battery waste management systems. This study also provides an opportunity for further study by expanding the geographical scope and related industrial sectors.

Sri Anardani; Sri Anardani; Muhammad Salimy Ahsan; Crismantoro Budisaputro; Muh Nur Luthfi Azis

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Knowledge must be managed effectively to facilitate transfer between individuals, groups, and organizations. The Informatics Engineering study program currently lacks a system for knowledge management. Currently, the study program facilitates offline discussion forums for the sharing of knowledge gained by lecturers and students. These offline discussion forums require significant costs, time, and space, often resulting in delays in knowledge sharing. This research focused on the analysis and design of a Knowledge Management System to meet the needs of Informatics Engineering students at Universitas PGRI Madiun. The system development method used was the Knowledge Management System Lifecycle (KMSL). In this study, the TIF KMS system using the KMSL method has been successfully built. The results of testing using the Blackbox Testing method showed that 5 scenarios and 18 cases were successfully executed as expected with a 100% success rate. Based on the system test results, the TIF KMS is ready to proceed to the implementation stage. Future implementation can be done by developing additional features such as a digital library

Ahmad; Marlina; Hasnawati; Masnur; Wahyu Artanugraha +5 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Barru Regency tourism has a variety of tourist attractions, but information related to the location and potential of tourism has not been digitally integrated, making it difficult for tourists and the government to access data. This study aims to design and build a web-based Geographic Information System (GIS) that can map the location of tourist attractions in Barru Regency interactively, easily accessible, and equipped with supporting information in the form of descriptions, types of tourism, photos, and travel routes. The research method used is Research and Development (R&D) with the stages of tourist attraction surveys, interface design, feature development, and system testing. The results of the study are in the form of a website "Web-Based Geographic Information System for Mapping Tourist Attractions in Barru Regency" which is able to present tourist information systematically and easily understood. The conclusion of this study shows that the developed system can be a supporting medium in disseminating tourism information, helping tourists find tourist locations, and supporting the local government in managing and developing the tourism sector based on spatial data. This application also has the potential to be an educational and promotional tool to increase tourist visits to Barru Regency

Arie Yuniarta; Indra Ava Dianta

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The main problem with the water heating system on offshore platforms is the absence of water level monitoring and automatic overflow detection. This has the potential to cause hot water spills that endanger workplace safety and operational efficiency. This research designs and implements a water level monitoring system based on the Arduino Uno microcontroller with HC-SR04 ultrasonic sensors. The system is equipped with LED indicators, a buzzer alarm, and a 16x2 LCD to display water level status in real-time. Water levels are classified into three zones (low, medium, high), and overflow is detected if the water is within 3 cm of the sensor. Testing was conducted on a 5-liter simulation tank representing actual 500-liter tank conditions. Test results showed a reading accuracy of 96% and a quick system response to overflow conditions (<1 second). This system is economical, easy to develop, and highly applicable for offshore environments. In addition, this system can be integrated with IoT technology for remote monitoring.

Sandy Nova Pradana Kusuma; Haris Ihsanil Huda; Bagus Sudirman

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Penelitian ini bertujuan merancang sistem informasi penjualan berbasis web untuk meningkatkan efektivitas pencatatan transaksi pada Toko Bangunan Subur Kaliwungu yang sebelumnya masih dilakukan secara manual. Permasalahan utama yang dihadapi meliputi pencatatan yang tidak efisien, kesulitan pencarian data, serta kurangnya ketepatan dalam laporan keuangan. Metode penelitian yang digunakan adalah kualitatif dengan pendekatan Research and Development (R&D) menggunakan model Prototype. Sistem dikembangkan dengan menerapkan metode akuntansi berbasis Akrual (Accrual Basis) agar laporan keuangan dapat disusun lebih akurat dan real time. Hasil penelitian menunjukkan bahwa sistem ini mampu mencatat transaksi penjualan dan pembelian, mengelola data barang dan pelanggan, serta menyajikan laporan penjualan dan laporan keuangan secara digital. Fitur tambahan seperti histori transaksi, informasi stok barang, serta perhitungan laba rugi juga membantu pemilik toko dalam pengambilan keputusan. Implementasi sistem memberikan dampak positif, di antaranya peningkatan efisiensi, keakuratan data, dan kemudahan monitoring aktivitas penjualan.