Publication Search

70,857 articles from 624 journals · 1,760 citations tracked

Showing 1-19 of 19

Analytics

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

Al-Kasidmi, Afif; Megawaty, Dyah Ayu

Dinamik 2026 Universitas Stikubank

This study aims to analyze the factors that influence students' interest in continuing their education to college using a machine learning approach. Data was collected through an online questionnaire completed by 727 students between July 27 and August 22, 2025, covering 23 variables consisting of respondent identity (gender, grade level, major) as well as internal and external factors such as parental support, learning motivation, and preferred type of college. The data preparation stage was carried out through column cleaning, deletion of empty data, encoding of categorical variables, and division of the dataset into 80% training data and 20% test data. The Naive Bayes algorithm of the CategoricalNB type was used because it was suitable for the categorical nature of the data. The evaluation results showed that the model was able to predict student interest with 96% accuracy. For the class of students interested in continuing their studies, the precision, recall, and F1-score values were above 0.95, while the performance in the class of students who were not interested was slightly lower due to the smaller amount of data. These findings show that Naive Bayes is proven to be effective and reliable in classifying students' interest in continuing their studies and can be the basis for decision-making in designing more targeted educational strategies.

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

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.

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.

Al Farhan, M Haidar Amir; Mahenra, Ridwan

Dinamik 2026 Universitas Stikubank

The growing interest in learning the Japanese language in Indonesia, driven by popular culture such as anime, creates a need to understand the effectiveness of different learning media. The non-uniform effectiveness of media for each individual poses a major challenge. Therefore, this study aims to analyze the effectiveness of both anime and textbooks by segmenting learner profiles and identifying key determinants of success using an artificial intelligence approach. This research employed a quantitative method through a questionnaire survey of 120 respondents. The data were analyzed in two stages: the K-Means Clustering algorithm was used to group respondents into learner profiles, and the Decision Tree algorithm was used to identify the most significant factors that differentiate these profiles. The analysis successfully identified three distinct learner profiles: "Intensive & Adaptive Learner," "Flexible Learner," and "Passive Learner." The decision tree revealed that the perception of textbook effectiveness and the frequency of anime use are the strongest predictors in determining a learner's profile, more so than theoretical learning style preferences. It is concluded that media effectiveness is highly dependent on the learner's behavioral and perceptual profile, which underscores the importance of a personalized approach in language education technology.

Hermanto, Muhammad Haris; Sutedi, Sutedi

Dinamik 2026 Universitas Stikubank

Current advances in information technology have encouraged universities to utilize student academic data as a basis for decision-making, one of which is predicting academic achievement. This study aims to apply the C4.5 algorithm to develop a system for predicting student academic success in the Islamic Religious Education Study Program. This method was chosen because it produces a decision tree model that is easy to understand and has a high level of accuracy. The data used comes from student achievement indexes from semesters 1 to 5. The research results showed that the prediction system achieved 99.62% accuracy and achieved high recall precision across each class category. This demonstrates the effectiveness of the C4.5 algorithm in predicting student academic achievement and has the potential to serve as a valuable tool for decision-makers in higher education.

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.

Situmorang, Mikael; Dewantoro, Rico Wijaya; Saragih, Willy Alfrianer; Panjaitan, Partahi Tulus

Dinamik 2026 Universitas Stikubank

This research examines the application of the Elliptic Curve Digital Signature Algorithm (ECDSA) in a blockchain system as a security solution for digital payment systems in Indonesia. Using a descriptive-qualitative approach based on literature review and conceptual simulations using Python, this study discusses the working principles of ECDSA, its advantages over other digital signature algorithms, and the challenges of its adoption in Indonesia. The results show that ECDSA provides high cryptographic efficiency, maintains transaction authenticity and integrity, and supports a transparent decentralized system. The academic simulations include not only KYC processes, top-ups, transactions, validation by validators, and block recording, but also demonstrates the formation of an interconnected multi-level blockchain and tests scenarios for rejecting manipulated or invalid transactions. The contribution of this research lies not only in the theoretical review but also in the implementation illustrations that can be used as a basis for education and the initial development of blockchain-based digital payment systems. The research results show that ECDSA is capable of providing a high level of efficiency in the encryption and transaction verification process, maintaining data integrity and authenticity, and supporting a decentralized and transparent system. The academic simulations included the KYC process, wallet creation using ECDSA keys, balance top-ups through bank integration, transaction creation and validation, and block recording in the blockchain. Specifically, the simulations successfully demonstrated how new blocks are added to the chain by referencing the previous block's hash, as well as how transactions with corrupted signatures, manipulated amounts, or insufficient balances are automatically rejected by the validator consensus mechanism, maintaining system integrity. This research contributes not only theoretically, but also through conceptual representations that can be used as an educational foundation and for the initial development of blockchain-based digital payment systems in Indonesia.

Khadafi, Muhammad; Yudhistira, Aditia

Dinamik 2026 Universitas Stikubank

Crime, an unlawful act that contradicts ethics and norms, has now become a primary factor for the police in Lampung province. This presents a challenge for the police institution in predicting high crime rates. However, there are still many crimes that have not become the main focus of problem-solving at the Lampung Regional Police.This research aims to identify the types and criminal acts of crime with the highest recorded incidence in a crime dataset by performing classification using the Naïve Bayes algorithm. The data was obtained from investigators at the Directorate of General Criminal Investigation of the Lampung Regional Police, with a total of 12,034 JTP (Total Criminal Acts) and 7,518 PTP (Crime Resolution) data points for each type of crime, distributed across the Regional Police, City Police, and District Police throughout Lampung province. The classification process using the Naïve Bayes algorithm reveals the relationship between the work unit (Satker) and the type of crime handled, thereby identifying crime patterns based on the location where they are handled. The results of the research, which involved converting numerical data into binomial (binary) form using the "Numerical to Binominal" feature in Rapid miner, show that the analysis and modeling process, especially in algorithms like Naïve Bayes or decision trees, is more effective when using data in a binary format. Thus, the initial dataset can be visualized in the form of a , with the size of the text varying according to the level of each high-incidence crime; the larger the text, the more frequently or significantly the crime occurred or was reported. The application of this method can help in identifying patterns, dominant trends, and areas of focus for more targeted law enforcement efforts or crime prevention policies.

Eniyati, Sri; Noor Santi, Rina Candra; Yulianton, Heribertus; Sunardi, Sunardi; Sulastri, Sulastri +1 more

Dinamik 2025 Universitas Stikubank

This study aims to analyze and compare the performance of the Naive Bayes, K-Nearest Neighbors (KNN), and Decision Tree algorithms in predicting the purchase intention of e-commerce visitors using the Online Shoppers Purchasing Intention Dataset, which consists of 12,330 records and 18 variables, with the Revenue variable serving as the classification target. The preprocessing stage involved transforming categorical and boolean variables into numerical form, standardizing features using StandardScaler, and splitting the dataset into 80 percent training data and 20 percent testing data. Model evaluation was conducted using accuracy, precision, recall, F1-score, and ROC-AUC metrics, and was further strengthened by 10-fold cross-validation to obtain more stable results. The findings indicate that KNN achieved the highest accuracy of 0.866180, while Naive Bayes produced the highest recall value of 0.690998 and the highest ROC-AUC value of 0.821696. Meanwhile, Decision Tree demonstrated relatively balanced performance with an accuracy of 0.857259 and an F1-score of 0.571776, whereas the cross-validation results identified KNN as the model with the highest average accuracy of 0.8770. These findings suggest that the selection of a classification model for purchase intention prediction cannot rely solely on a single evaluation metric, as each algorithm possesses different strengths. Therefore, a comparative approach among algorithms can help determine the most suitable model for supporting consumer behavior analysis on e-commerce platforms.

Wibisono, Setyawan; Wahyudi, Eko Nur; Hadikurniawati, Wiwien; Lestariningsih, Endang; Cahyono, Taufik Dwi

Dinamik 2025 Universitas Stikubank

This study evaluates the performance of three community detection algorithms—Leiden, Infomap, and Label Propagation—on the legal network of the Republic of Indonesia spanning the period 2014–2024. The network consists of 679 nodes and 2,295 edges, constructed based on citation relationships among regulations. The evaluation employs four network topology metrics: modularity, coverage, conductance, and inter-cluster density. Results show that the Leiden algorithm achieves the highest modularity score (0.522991), indicating the formation of communities with strong internal density. Additionally, it yields the lowest conductance value (0.302455), suggesting relatively well-isolated communities. In contrast, the Label Propagation algorithm produces the highest coverage (0.835294) and inter-cluster density (0.542331), but with a lower modularity (0.431583), reflecting the formation of large communities with less distinct boundaries. Infomap exhibits moderate performance, with a modularity score of 0.508406 and inter-cluster density of 0.420803, yet records a relatively high conductance (0.410409). Network visualizations reveal three major communities for each algorithm, representing thematic clusters such as institutional governance, constitutional law, and public finance. Overall, the Leiden algorithm is considered the most optimal for detecting modular, stable, and thematically coherent community structures within the complex and interrelated network of Indonesian laws.

Anshory, Izza; Hadidjaja, Dwi; Jakaria, Ribangun Bambang

Dinamik 2020 Universitas Stikubank

BLDC motor applications used in various forms in instrumentation, robotics, household, and transportation. One application of transportation equipment used as a propeller of electric bicycle vehicles. The value of the bicycle vehicle adjusted to the speed set, the amount that has determined. The purpose used in this study is to improve the efficiency of the regulation of BLDC motors on electric bicycles. Indicators of increasing performance are increasingly steady-state errors, and transient response required. The method used in this research is to do mathematical modeling in the form of transfer and optimization function equations. The model used is the model with the structure of the transfer function, while the optimization method used in this study is the Ziegler-Nichols method and firefly algorithm. The firefly algorithm is used in this study to obtain optimal Kp, Ki, and Kd values. The results showed that the firefly algorithm achieved better performance compared to the Ziegler-Nichols method.

Jananto, Arief

Dinamik 2011 Universitas Stikubank

Academic data increases every year in line with the increase of students. Abundant data store is alsoan abundance of information. Data mining technology is a tool for extracting information on largedatabases and has been widely used in many domains. Predicting student performance (study evaluation) isan activity to determine a future state based on existing data. Data in the field of academic research hasbeen done with various methods and algorithms, but the use of algorithm SLIQ (Supervised Learning InQuest) has not been done.SLIQ is an algorithm developed by the IBM's Quest project team in 1996 for mining large datasets.SLIQ algorithm classify and predict the students performance, beginning with the data cleaning, conductedelection training and testing data. By calculating gini index of each attribute and then selecting thesmallest gini index data table is split according to the criteria until find the same class. From the results ofthe calculation process can produce a set of rules that can be used to predict student performance.From the experiment it can be concluded that the algorithm SLIQ with decision tree technique canbe used as an alternative in designing a system datamining applications. Tests conducted system showedthat the constructed model can be used to predict the performance of new students. The resulting accuracyof the model system in fact has a lower score than the accuracy of other applications that are used as acomparison of Tanagra. Advantages of the proposed system is in its design does not need complexcalculations in obtaining the gini index attributes.

Diartono, Dwi Agus

Dinamik 2011 Universitas Stikubank

Proses pencarian dan keakuratan data secara cepat dan mudah akan menjadi masalah dalammenentukan suatu keputusan. Sistem pencarian data secara manual sering menjadi penyebab utama darikelambatan proses pencarian maupun ketidakakuratan data yang didapat. Hal ini disebabkan adanya“human error..” dalam melakukan pencatatan dan pencarian data, terutama ketika data yang tersediaberjumlah sangat besar. Masalahnya, pengguna sistem seringkali melakukan kesalahan dalam menuliskankeyword, terutama pada proses pencarian literatur berbahasa asing karena penulisan dan pengucapansebuah kata seringkali berbeda.  Kesalahan yang sering terjadi adalah pengguna sistem menuliskan katayang dicari sesuai dengan  bagaimana kata itu diucapkan dalam bahasa Indonesia. Metaphone Algorithmadalah algoritma yang dapat mengatasi perbedaan pengucapan dan penulisan sebuah kata.  Algoritma inidiungkapkan pertama kali oleh Lawrence Philips pada bulan Desember, 1990.  Algoritma ini dapatdigunakan sebagai salah satu alternatif dalam menyelesaikan masalah kesalahan ketik pada prosespencarian literatur di perpustakaan.

Supriyanto, Aji; Ardhianto, Eka

Dinamik 2011 Universitas Stikubank

Cryptography is a science which studying about safety of messages, so it makes themessages cannot be read by unauthorized persons. Cryptography have two kinds of algorithmfirst is encryption algorithm, that is algorithm altering plaintext become the ciphertext, and thesecond is decryption algorithm that is algorithm altering ciphertext become the plaintext,  thatconducive of message can only be made and read by authorized persons. Plaintext represent themessage able to be read,  while ciphertext is message which have pass by the encryption process,so that order the ciphertext difficult to be translated or read. And method of substitution andtranspotition method are some of conventional technique able to be used to protect the picturesfiles, so that produce the pictures files which do not easy to to be read. The conventionaltechnique basically use a same key to do the encryption  and decryption process.

Carwoto, Carwoto

Dinamik 2011 Universitas Stikubank

Genetic Algorithm is a kind of search algorithm based on the mechanics of natural selection and genetics. This algorithm can  search  for a global optimum  solution using multiple path and  treat  integer problem naturally. This paper presents application of Genetic Algorithm for determining the size, location, type, and number of capacitors to be placed on radial distribution system. The objective is to minimize the peak power losses and energy losses in the distribution system considering the capacitor cost. The algorithm was implemented in Delphi programming language and tested for a realistic physically­existing feeder to show its feasibility and capabilities.

Winarno, Edy

Dinamik 2011 Universitas Stikubank

Real-time video and image processing is used in a wide variety of applications from video surveillance and traffic management to medical imaging applications. This paper presents the implementation of an canny edge-detection using in realtime video from camera. The Canny algorithm uses an optimal edge detector based on a set of criteria which include finding the most edges by minimizing the error rate, marking edges as closely as possible to the actual edges to maximize localization, and marking edges only once when a single edge exists for minimal response.

Sasongko, Jati

Dinamik 2010 Universitas Stikubank

Kriptografi (cryptography) merupakan ilmu dan seni untuk menjaga pesan agar aman. (Cryptography is the art and science of keeping messages secure) “Crypto” berarti “secret” (rahasia) dan “graphy” berarti “writing” (tulisan). Para pelaku atau praktisi kriptografi disebut cryptographers. Sebuah algoritma kriptografik (cryptographic algorithm), disebut cipher, merupakan persamaan matematik yangdigunakan untuk proses enkripsi dan dekripsi. Biasanya kedua persamaan matematik (untuk enkripsi dan dekripsi) tersebut memiliki hubungan matematis yang cukup erat. Enkripsi digunakan untuk menyandikan data-data atau informasi sehingga tidak dapat dibaca oleh orang yang tidak berhak. Dengan enkripsi data disandikan (encrypted) dengan menggunakan sebuah kunci (key). Untuk membuka (decrypt) data tersebut digunakan juga sebuah kunci yang sama dengan kunci untuk mengenkripsi (untuk kasus private key cryptography) atau dengan kunci yang berbeda (untuk kasus public key cryptography).