SciRepID - Scientific Publication Search

Publication Search

41,520 articles from 397 journals · 1,447 citations tracked

Showing 1-11 of 11

Analytics

Purnomo, Rosyana Fitria; Purnomo, Rosyana Fitria; Yodhi Yuniarthe; Hilda Dwi Yunita; Fatimah Fahurian +1 more

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

Detection and identification of plant diseases is critical to the success and efficiency of agricultural production. Plant disease outbreaks are becoming more frequent throughout the world, and the presence of these diseases in cultivated plants has a significant impact on productivity. Therefore, researchers are focusing on developing effective and reliable plant disease detection methods. Thus, farmers can take advantage of early detection of this disease to minimize future losses. This article discusses machine learning approaches as well as decision trees, K-nearest neighbors, naive Bayes, support vector machines (SVM), and random forests for detecting coffee leaf diseases using leaf images. The above-mentioned classifications were researched and compared to determine the most suitable plant disease prediction model with the highest accuracy. Compared with other classification algorithms, the SVM algorithm achieves the highest accuracy of 99.75%. All the models trained above will be used by farmers to quickly identify and classify new diseases in images as a prevention strategy. As a preventive measure, farmers can detect and classify new diseases in images early.

Yusuf, Aisya Nur Aulia; Nurdiniyah, Elsa Sari Hayunah; Amalia, Norma

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

This study presents a machine learning approach for predicting the dimensions of microstrip antenna slots based on antenna performance parameters such as frequency, gain, directivity, return loss (S11), radiation efficiency, and VSWR. A two-phase methodology was employed. In the first phase, ten regression algorithms were evaluated, and Random Forest was identified as the most effective model based on Mean Absolute Error (MAE) and R-squared (R²) scores. In the second phase, hyperparameter tuning was conducted using Grid Search to further improve the model’s performance. The optimized Random Forest model demonstrated consistent improvements in predictive accuracy, with R² values increasing across all output variables. These results indicate that the combination of regression-based modeling and systematic hyperparameter tuning is effective for capturing complex relationships in antenna design tasks. The proposed approach offers a promising data-driven alternative for geometric prediction in microstrip antenna development, particularly when analytical models are insufficient.

Silvia Ningsih; Silvia Ningsih

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Information technology is a technology used to manage data, including processing, acquiring, organizing, storing, and manipulating data in various ways to produce high-quality information—namely, information that is relevant, accurate, and timely. This information is used for personal, business, and governmental purposes, serving as strategic information in decision-making. To anticipate changes in weather conditions, particularly rainfall, a valid and accurate report is needed that can be useful for the public. So far, the correlation or relationship between the factors influencing weather conditions—especially rainfall—has not been precisely determined, making it mathematically difficult to create a model that can describe the correlation among all these factors. This is where Artificial Neural Networks (ANN) come into play: to create such models and map out the existing problems purely based on the input data provided. One of the capabilities of neural networks is to make predictions based on previously learned data using the backpropagation method.

Muhamad Arief Firdaus; Fadli Rahman Latarissa; Yanuar Dzaky; Hidayanti Murtina; Fadli Rahman Latarissa +2 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Peningkatan transaksi dalam platform e-commerce seperti Shopee menuntut adanya sistem prediksi status pesanan yang akurat, guna mengoptimalkan pelayanan dan mengurangi pembatalan maupun keterlambatan pengiriman. Penelitian ini bertujuan membangun model klasifikasi status pesanan (selesai atau batal) pada toko Stuftech.Id menggunakan algoritma C4.5. Data yang digunakan merupakan transaksi pesanan mencakup metode pembayaran, kategori wilayah pengiriman, dan ongkos kirim. Proses klasifikasi dilakukan menggunakan RapidMiner dengan tahapan preprocessing, pembangunan decision tree, dan evaluasi model. Hasil analisis menunjukkan bahwa atribut “Kategori Pulau” memiliki nilai gain tertinggi sehingga dipilih sebagai node akar. Model yang dibentuk menghasilkan akurasi sebesar 86%, dengan recall 100% untuk pesanan selesai namun hanya 6,67% untuk pesanan batal. Temuan ini mengindikasikan bahwa algoritma C4.5 efektif dalam memprediksi pesanan yang berhasil, namun perlu peningkatan dalam mendeteksi potensi pembatalan. Implementasi model ini dapat membantu pelaku usaha dalam mengambil keputusan operasional secara proaktif.

Putu Bagus Adidyana Anugrah Putra; Septian Geges; Oktaviani Enjela Putri; I Made Bayu Artha Pratama

Jurnal Elektronika dan Komputer 2024 STEKOM PRESS

Hydroponic plant cultivation is booming, but stock and sales are hard to predict. Poor prediction can cause farmers to overstock and lose money. This study suggests a framework that uses several machine learning models, including Linear Regression (LR), Random Forest (RF), Decision Tree (DT), and Extreme Gradient Boosting. "Ensemble Learning," which combines these models, should yield more accurate and generalizable results than a single model. This framework is assessed using historical hydroponic plant sales data and related factors like price, weather, and market trends. The model's performance is measured by the difference between predictions and actual values using RMSE and MAE metrics. This framework should improve hydroponic plant stock and sales predictions. Farmers can make better production, inventory, and harvest distribution decisions. Besides reducing financial losses, this reduces food waste and improves food security.

Reni, Reni Utami; Ari Hidayatullah

Jurnal Elektronika dan Komputer 2024 STEKOM PRESS

Accurate rainfall prediction is needed to improve the performance of land that always uses rainfall data. Data mining or often called knowledge discovery in databases (KDD) is an activity that includes collecting, using historical data to find regularities, patterns or relationships in large data. In predicting rainfall, there are several conditions that can be observed as reference data to predict rainfall, namely wind speed, temperature, and air humidity. In this research, a backpropagation artificial neural network prediction method is developed that can be used in predicting future rainfall. The backpropogation artificial neural network method that was built produced an accuracy value of 95.36%, a precision value of 90.50%, a recall value of 97.50% and an f-measure value of 92.00%

Sriani; Lubis, Aidil Halim; Harahap, Yunus Fadillah

Jurnal Elektronika dan Komputer 2023 STEKOM PRESS

The global economic recession is a global economic downturn that affects the domestic economies of countries in the world. The stronger the economic dependence of one country on the global economy, the faster a recession will occur in that country. In 2020 the country of Indonesia and even the world are exposed to the COVID-19 virus which has an impact on the country's economic growth, even the world economy. This is the trigger for an economic recession. This has led to many different public perspectives on the occurrence of a global economic recession whose opinions or reactions are expressed on social media Youtube. The data was obtained by crawling techniques from social media Youtube with a total of 500 comments used. The data is then labeled (class) with a lexicon-based method with an Indonesian language dictionary. From the labeling results, it was obtained 185 positive labeled data (37%) and 315 negative opinions (63%). The data preprocessing stage is carried out in preparation for the data to be processed for sentiment analysis. Of the many opinions obtained, an analysis of public sentiment regarding the 2023 global economic recession will be carried out using the Naïve Bayes classification algorithm. This study also applied the TF-IDF word weighting method with the n-gram feature used, namely bigram (n=1). The system will be evaluated using a confusion matrix. The implementation results show a prediction model with a total of 500 opinion data with a comparison of training data and test data of 9:1, producing an accuracy value of 84.00%, a precision value of 75.00%, a recall of 30.00%, and an f1-score of 42.86%. The performance of the system model built in this study can be said to be good.

Cristeddy Asa Bakti; Anton Anton

Jurnal Elektronika dan Komputer 2021 STEKOM PRESS

The purpose of this study is to produce a design to predict, analyze and determine the level of potential bankruptcy of a company using the Altman Z-Score method. Predictions are made by analyzing the financial statements of a company. The research approach used is a qualitative approach. Data analysis technique in this research is descriptive analysis technique. The results of the first phase of research are in the form of a review of bankruptcy prediction analysis using secondary data from banks in Indonesia that are already on the stock exchange and have branch offices in the city of Semarang, while the second year produces an information system design that has added value from the first year to the third year. testing the system that has been designed using actual financial statement data.

Arfan Haqiqi; -, Rais; Istiqomah Dwi Andari; Siti Fatimah

Jurnal Elektronika dan Komputer 2021 STEKOM PRESS

Management of medical actions carried out in handling patients who are ODP (people under monitoring), OTG (asymptomatic people), PDP (patient under monitoring) and positive Covid-19 patients is carried out based on assumptions, such as self-isolation, hospitalization, or special treatments in the ICU (Intensive Care Unit) room. The condition of the body in each patient is different, a patient may have same symptoms but the treatment is different, especially in elderly patients. Many problems occur in determining medical action because the patient's body condition is different. Therefore, it needs to be appointed as a research. The research method used in this study was Nive Bayes algorithm with supporting application Rapid Miner. It was applied to carry out the process of testing on patient data as much as 500 data, 25 variables or patient symptoms and 3 outputs as a form of medical action. Based on the results of the analysis carried out in this study, prediction of medical actions for ODP, PDP, OTG and positive Covid-19 patients were obtained by comparing training data with testing data using Rapid Miner application. It resulted that an accuracy rate of 76.00% was obtained

zaenal, Zaenal Mustofa; Sholikhan, Muhammad; Aziz Mulki, Bachtiar

Jurnal Elektronika dan Komputer 2021 STEKOM PRESS

The AWD Mranggen store is a store that is engaged in the sale of bags, belts, shoes with sales developments increasing from year to year, with fairly tight business competition, the AWD Mranggen store must be able to calculate the estimated number of items to be purchased based on previous sales data, the prediction is very influential on the decision to determine the number of items to be provided by the AWD Mranggen Store for the next sales period data. Inventory of goods that are not right cause some losses in terms of time and also costs, it is necessary to have a forecasting system. Forecasting is a technique to identify a model that can be used to predict conditions in the future. By using the weight moving average method, it can be seen that the error value is more than smaller than other methods and the estimated results can be more precise so that it can help owners make decisions in carrying out inventory.

Safuan Safuan

Jurnal Elektronika dan Komputer 2020 STEKOM PRESS

Chronic kidney failure is the failure of kidney function in maintaining metabolism and fluid and electrolyte balance in the body. Chronic kidney disease initially does not show significant symptoms and signs but can develop rapidly into kidney failure. Kidney disease can be prevented and treated if known earlier. One way to find out chronic kidney failure is to detect using data mining. Iterative Dichotomiser 3 (ID3) algorithm is one of the classification methods and is a type of method that can map or separate two or more different classes. Based on the measurement of performance classification of 80% of training data from 400 data used, it shows that the accuracy value reached 96.25%. It can be concluded that the ID3 Algorithm method is feasible to be used in research predictions for chronic kidney failure.