SciRepID - Scientific Publication Search

Publication Search

54,413 articles from 425 journals · 1,456 citations tracked

Showing 1-5 of 5

Analytics

Pramuda, Tintou; Mirza, A Haidar

Dinamik 2026 Universitas Stikubank

Communication is a fundamental aspect of human life. However, individuals with hearing and speech impairments often face barriers in communicating with the general public. The Indonesian Sign System (SIBI) serves as a communication solution for the deaf and speech-impaired community in Indonesia, yet public understanding of SIBI remains limited. To address this issue, this study aims to develop an automatic translation model from SIBI sign language into Indonesian text by utilizing Deep Learning technology, specifically the Convolutional Neural Network (CNN) algorithm. CNN was chosen for its ability to effectively recognize visual patterns, making it suitable for processing hand gesture images in sign language. This research involved collecting and classifying a dataset of hand images based on the alphabet or words in SIBI, which were then used to train the CNN model. The designed CNN model was built to accurately classify hand signs and translate them into Indonesian text. The results of this study have the potential to serve as a supportive solution for inclusive communication between the deaf community and the wider public, and can be further developed for contextual sentence translation. Keywords: Indonesian Sign System (SIBI), CNN, Deep Learning, Automatic Translation, Inclusive Communication

Narulita, Siska; Sekarlangit, Sekarlangit; Novianingrum, Milka Putri

Dinamik 2026 Universitas Stikubank

Behind the success of the Free Nutritious Meal Program (MBG), there are several problems related to the health factors of the program targets, namely, there are several cases of allergies that occur in schools, inadequate understanding of allergen management owned by food processing vendors, and the high cost of laboratory tests and the process that takes a long time. So, to overcome these problems, an application is proposed that can help detect allergens in food products using data mining and machine learning approaches. SVM and AdaBoost algorithms each have advantages that can be used to help build an optimal allergen detection model. This research uses a cross-validation model validation method with a value of K = 10 to help improve the performance of the model built. In this study, from the entire fold, an average accuracy value of 98.74% was obtained. To evaluate the model built, this research has also conducted several new data inputs, and in each new data input, the accuracy value is obtained above 99%. This indicates that the model built, namely the combination of SVM and AdaBoost algorithms with the cross-validation model validation method, produces high accuracy, so this model can greatly assist the allergen detection process in food products.

Mahenra, Ridwan; Setiawan, Dandi

Dinamik 2026 Universitas Stikubank

This study evaluates the efficiency of two artificial intelligence models, DeepSeek and OpenAI, in generating code for algorithmic systems. Efficiency is assessed through execution speed, code accuracy, and the number of code characters produced. Data were collected from 100 tests covering search, sorting, graph, dynamic programming, optimization, data processing, text, and machine learning algorithms. The objective is to compare the performance of both models to support the development of efficient information retrieval systems. The method involves algorithm testing with statistical analysis of execution time, accuracy, and code length. Results indicate that DeepSeek has an average execution time of 28.74 seconds, slightly slower than OpenAI’s 28.49 seconds. However, DeepSeek’s accuracy (85.88%) surpasses OpenAI’s (85.03%). The average number of code characters is identical at 96.35 characters. The study concludes that DeepSeek excels in accuracy, while OpenAI is faster in certain cases, providing valuable insights for developers in selecting AI models for information retrieval applications.

Bintang, Bagus; Triantoro, Ery; Wibowo, Arief

Dinamik 2026 Universitas Stikubank

Infectious diseases remain a dynamic and evolving public health threat, requiring data-driven approaches for early detection and targeted policy planning. This study aims to model spatio-temporal trends and clustering patterns of HIV transmission in Bogor Regency during the period 2020–2023 by utilizing a combination of unsupervised and supervised machine learning techniques. The dataset was obtained from the Bogor Regency Health Office and includes annual data on the number of HIV cases across 40 sub-districts. The research methodology consists of data preprocessing stages, clustering using the K-Means algorithm, and classification using a Decision Tree model. The preprocessing steps include data integration, attribute selection, temporal aggregation, handling of missing data, and normalization using Z-score. K-Means clustering is applied to identify hidden patterns in the development of HIV cases, resulting in three distinct clusters based on multi-year trends. The resulting cluster labels are then used as target classes in the supervised classification process. The Decision Tree classification model demonstrates high accuracy in predicting cluster membership, indicating a strong relationship between the temporal patterns of HIV cases and cluster identity. The integration of clustering and classification techniques provides a robust analytical framework for understanding the dynamics of HIV transmission, while also supporting the formulation of more precise, evidence-based, and region-specific public health interventions.

Wahjuningsih, Tri Pudji; Setiawan, Tri Agus; Ilyas, Agus; Subagyo, Ahmad

Dinamik 2026 Universitas Stikubank

Credit scoring is an important element in decision-making for providing financing, especially for microfinance institutions. Several methods for predicting credit scoring include Decession Tree, Gradient Boosted, Neural Network, K-NN, and Rule Induction. This study aims to improve the accuracy of financing risk prediction by efficiently integrating historical data. The Neural Network (NN) algorithm is a machine learning algorithm consisting of neurons (nodes) connected to each other in several layers (input, hidden, and output). NN is used for pattern recognition, classification, regression, and complex non-linear modeling. The NN algorithm has the advantage of working well on large and diverse data and unstructured data. However, the NN algorithm has weaknesses such as overfitting and data dependence. In this study, the integration of the Sample Bootstrapping and Weighted Principal Component Analysis (PCA) methods is proposed to improve optimal accuracy in the NN algorithm. The Sample Bootstrapping method is used to reduce the amount of training data to be processed. The Weighted PCA method is used to reduce attributes. This study uses a financing customer dataset. The results of the study show that the integration of the NN algorithm with Sample Bootstrapping and Weighted PCA resulted in an accuracy increase of 1-3% (97%-99%) compared to other algorithms. Therefore, it can be concluded that the integration of the NN algorithm with Sample Bootstrapping and Weighted PCA produces better accuracy than other algorithms