SciRepID - Scientific Publication Search

Publication Search

30,855 articles from 386 journals · 1,447 citations tracked

Showing 1-20 of 70

Analytics

Muhimatul Ifadah; Muhimatul Ifadah; Bambang Irawan

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

User reviews on the Shopee e-commerce platform represent an important source of information for understanding consumer perceptions of products and services. Sentiment analysis is commonly applied to classify user opinions into positive, neutral, and negative sentiment categories based on textual data. This study aims to analyze the performance of the Long Short-Term Memory (LSTM) method in sentiment classification of Shopee user reviews. The dataset used in this study consists of Indonesian-language user reviews that have undergone preprocessing stages, including case folding, text cleaning, tokenization, and stopword removal. The LSTM model was trained using preprocessed text represented as word sequences. Model performance was evaluated using overall accuracy and class-wise classification results. The experimental results indicate that the LSTM method achieved an overall accuracy of 87.62%. In addition, the classification performance for the positive sentiment class reached 95.27%, the neutral class achieved 4.96%, and the negative class reached 74.26%. These results demonstrate that the LSTM method performs well in classifying sentiment in Shopee user reviews, particularly for positive sentiment. This study is expected to provide insights and references for the application of deep learning methods in sentiment analysis of Indonesian e-commerce review data.

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.

Windi Astuti; Windi Astuti; Bambang Irawan; Nur Ariesanto Ramdhan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The development of social media platforms like TikTok has created new spaces for digital economic activities, including the practive of thrifting, which has now become a trend among the public. However, government policies that block these activities have sparked various public reactions. This study aims to analyze public sentiment regarding the issue of thrifting bans on the TikTok platform using the Bidirectional Long Short-Term Memory (Bi-LSTM) method. This method was chosen because it can understand text context from both directions, allowing it to capture deeper semantic meaning. The dataset consist of 4,000 TikTok user comments collected through a crawling process. The research stages include data preprocessing, sentiment labeling, splitting training and test data, training the Bi-LSTM model, and evaluating performance using accuracy, precision, recall, and F1-score metrics. The research results show that the Bi-LSTM model achieved an accuracy of 86.15%, with stable classification performance and minimal error rate. These findings indicate that Bi-LSTM is effective for sentiment analysis of public opinions on Indonesian language social media, particularly on context specific policy issues. Further development can be carried out by adding pre-trained embeddings or attention mechanisms to improve the model’s performance.

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.

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.

Ryzal Nur Alvandy; Ryzal Nur Alvandy; Arita Witianti

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The rapid expansion of e-commerce in Indonesia has resulted in a significant rise in the number of customer reviews, which serve as a valuable source of insight for understanding consumer satisfaction. This study aims to classify or identify sentiments from product reviews on the Tokopedia platform into three categories, using the Support Vector Machine algorithm. The classification method data were ethically collected through web scraping and include review text, ratings, and the number of “likes.”  The preprocessing stage involved several NLP techniques such as pre-procesesing data representation was generated using the Term Frequency–Inverse Document Frequency method, while the issue of class imbalance was addressed using the Synthetic Minority Over-sampling Technique.  Based on the test results, the SVM model achieved an accuracy of 79.48% on the test data using a linear kernel, showing the best performance in classifying positive sentiments. However, the classification of neutral and negative sentiments still requires improvement. This study demonstrates that the combination of the TF-IDF method, additional numerical features, and data balancing techniques can produce an an efficient sentiment analysis model within the e-commerce domain.

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.

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.

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.

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

Valiant Krisnha, Arkana; Valiant Krisnha, Arkana; Ramdhan, Nur Ariesanto; Premana, Agyztia

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Digital transformation in government bureaucracy has become a strategic step to improve efficiency, accountability, and transparency, including in the management of regional legal products. In the Regional Secretariat of Tegal Regency, the process of submitting legal products is still done manually, which causes inefficiencies, delays, and a lack of document traceability. To address these issues, a web-based legal product submission application has been developed with document tracking features. This research uses the Waterfall system development method, and implements a FIFO (First In First Out) queuing system in the submission process, along with Role-Based Access Control (RBAC) for managing user access rights. The goal of this system is to create a faster, more transparent, and digitally documented application process. The implementation results show that the application is able to systematically and integratively manage the flow of submissions, corrections, verification, and the ratification of legal products. Features such as a Login page with CAPTCHA, analysis dashboards, tracking, and monthly reports enhance the monitoring and security functions of the system. This application can be an effective solution in supporting the digitization of regional legal bureaucracy, as well as providing ease and efficiency for regional officials in preparing and submitting drafts of legal products digitally.

Erlangga, Mohammad Erlangga Syahri Ramadhan; Misbah, Misbah

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Mental health is a crucial aspect of modern life, with stress and anxiety being among the most common and impactful psychological disorders. This research proposes a stress and anxiety monitoring system based on the Internet of Things (IoT), integrating biometric sensors and Deep Neural Networks (DNN) for early detection and in-depth analysis. The system is designed using MAX30102 (heart rate and SpO₂), GSR (Galvanic Skin Response), and DS18B20 (body temperature) sensors, managed by an ESP32 microcontroller and communicating through the MQTT protocol. Physiological data is collected in real-time, formatted in JSON, and transmitted to both Android and web-based applications for visualization. The DNN model is developed using the TensorFlow framework with a layered architecture and ReLU activation functions to classify four mental states: relaxed, calm, anxious, and highly stressed. The training dataset comprises both primary and secondary data, including the WESAD dataset. Model performance is evaluated through k-fold cross-validation, showing high accuracy and strong generalization capabilities. The results indicate that the integration of sensor technology and deep learning significantly improves the effectiveness of stress and anxiety detection compared to traditional methods. This system demonstrates great potential for the development of AI-based wearable devices for autonomous, real-time, and adaptive mental health monitoring.

Syata, amriah; Syata, Amriah; Suryani Alifah

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Terrestrial digital television transmitter stations are the main facilities in the transmission of digital television broadcasts to the public. The quality of the transmitted signal is expected to reach the Central Java-1 service area well so as to provide optimal and reliable quality of digital television broadcast performance according to the needs of the community, but currently, complaints about signal problems such as service coverage and reception quality still occur a lot, coverage and signal quality received by community-owned television transmitters cannot be separated from the influence of the quality performance of digital television transmission stations. The purpose of this research is to analyse the coverage performance of digital television services of digital television transmitter stations using the K-Means Clustering Method, identify areas with the best signal coverage and group areas based on the level of signal performance. The data used includes field strength parameters collected through field measurements at 25 service area location points, topography factors and transmitter distance were found to be the main causes of signal quality differences. Data analysis shows that the K-Means Clustering method effectively clusters areas with signal reception quality categories of very good cluster 3 areas, good cluster 8 areas, fair cluster 5 areas and poor cluster 9 areas. The results of this study can be recommended in the evaluation and optimisation of tele-transmitting station networks.

Jefiza, Adlian; Muhammad Affani; Indra Hardian Mulyadi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The Message Queue Telementary Transport (MQTT) protocol is able to adjust the sending and receiving of messages to monitor in accordance with the user's preferences because the sending and receiving of messages is topic based on a specified topic, making it necessary to routinely monitor the condition of patients who have been diagnosed with heart problems from a distance. With the aim to perform a Quality of Service (QoS) analysis with throughput, delay, and packet loss parameters using Unshielded Twisted Pair internet transmission media (UTP) and Wireless, the goal of this research is to design and implement (MQTT) a heart rate monitoring device with an EKG module as a sensor and ESP32 as a microcontroller. On the Ubidots website, EKG signals are transmitted over the internet and shown in real time. QoS analysis is performed using the Wireshark application. Data was collected on two scenarios at intervals of 30 minutes, 1 hour, 2 hours, 5 hours, 8 hours, 12 hours, 18 hours, and 23 hours. The throughput, latency, and packet loss metrics used in this study's results cause different value variations; these are influenced by the weather, internet bandwidth, computer, and router specifications. According to testing, the tool is portable and has a 3000mAh battery, but it has the restriction that it can only be used with reliable internet and bandwidth.

Irfan Nurdiansyah; Reni Utami

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The insurance business in an insurance company offers insurance products owned by insurance companies. There are many transactions such as the purchase of insurance products and the application of disbursement of insurance benefits to customers, so that disputes occur in the reports generated every month and this does not become effective and time-efficient as needed. This study aims to evaluate the effectiveness of a website-based real-time insurance transaction reporting monitoring system. This research method involves the development of a web-based system designed to monitor and report insurance transactions directly, as well as the evaluation of system performance using quantitative and qualitative approaches. The research stages include needs analysis, system design and development, implementation, and system testing and evaluation in insurance companies. The results of the study show that a website-based system can facilitate evaluation Monitoring the results of reports on ongoing transactions, so that reports every month can be formed digitally through the system that has been created.  

Muhammad Bintang; Muhammad Bintang; Mochamad Fajar Wicaksono

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

This research aims to be able to meet the water supply of lettuce plants automatically by using three sensors such as soil moisture, water level, and water discharge. The goal is to provide water needs to plants automatically and regularly. The developed tool uses YL-96 sensor for soil moisture, HC-SR04 for water level and YF-S201 for water discharge. Sensor data is sent to the arduino to be processed using the fuzzy mamdani method so that these three data values affect the movement of the tap servo motor that flows to the lettuce plant. Fuzzy logic here as a decision maker from the value of 3 sensor data and then processed automatically by arduino using fuzzy mamdani to determine how many degrees the servo motor moves. The result is that the Lettuce Plant Water Needs Analysis System Automation Tool is able to maintain the water supply of lettuce plants and soil moisture ideally at 76% with a servo motor movement system success rate of 100%.

Muhammad Nashif, Haidar; Muhammad Nashif, Haidar; Aris Rakhmadi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

State Senior High School 7 Surakarta is one of the public schools located in Surakarta City. The library activities, including member data management, book processing, and book borrowing and returning, are still conducted manually using physical logbooks. This manual process is considered inefficient and prone to errors. The purpose of this study is to develop a book borrowing system at State Senior High School 7 Surakarta that serves as a tool to assist officers in recording, loans, and returning books. This system is designed using the CodeIgniter framework to support WEB displays, programming in PHP, and using MySQL for database management. This system is created using the System Development Life Cycle (SDLC) method with a waterfall model that includes the stages of analysis, design, implementation, testing, and maintenance. System testing was conducted using Black-Box Testing and the System Usability Scale (SUS). The Black-Box Testing results showed that all features and functions operated correctly. The SUS evaluation produced a score of 75.68%, indicating that users generally agreed with the implementation of the system, which falls under the "acceptable" classification.

Putie Maharani Basa; Putie Maharani Basa; Nurullah Sururi Afif; Sita Deliana; Salwa Gunawan +3 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The advancement of information technology has had a profound impact on education, including at the Universitas Bina Sarana Informatika (UBSI), where My Best, an elearning application, was created. With this program, users may participate in a variety of academic tasks, including online attendance, discussions, assessments, assignments, and course materials. But pupils continue to face usability difficulties. The System Usability Scale (SUS) technique is used in this study to assess the usability of the My Best program. The approach included 35 current UBSI students who have been using the My Best software for more than seven semesters. According to the assessment, the average SUS score was 70, which is considered to be rather high but still needs work in terms of interface usability and user-friendliness. As a result, although the My Best app is thought to be helpful in fostering learning, improvements are needed to enhance the whole user experience.

Rahmat, Rahmat; Dean Anggara Putra; Rifo Nurlaksana Restu; Jefri Imron; Marhaendra Natawibawa +3 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

When producing a perfect product, design process namely 2D modeling and 3D drawing, are closely related. The purpose of this study is to design a 3D model of a gun mastering machine product as a fan drive using CAD applications. The method of this study is decision data on API production (analytical product inspection). Measurement of sterling machine degradation using CPK (deviation) received results of -0.97, -0.22, 0.86, 0.11, 0.11 between zero and what indicates this specification. On average, the results of the stirling fluid fluorescent agent measurement are red numbers indicating that the survey dimensions are absent, especially from the basic dimensions of point 4, with samples 2, 3, and 5 exceeding the specified tolerance limits.