Publication Search

71,387 articles from 644 journals · 2,111 citations tracked

Showing 1-4 of 4

Analytics

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.

Simangunsong, Putra Torang; Sihombing, Yehezkiel; Ridwan, Achmad

Dinamik 2026 Universitas Stikubank

Since 2022, the application of the Internet of Things (IoT) in the healthcare sector has grown significantly, marked by the increasing adoption of wearable technology, artificial intelligence (AI), machine learning (ML), and blockchain integration. Research highlights India and China as leading contributors in this domain. IoT enables real-time monitoring of chronic diseases, tracking of patient vital signs, and detection of health protocol compliance. Integrated systems such as Monit4Healthy and RADAR-IoT support personalized medical recommendations and cross-platform interoperability. However, key challenges persist, including patient data privacy and security, system interoperability issues, data fragmentation, and barriers to user acceptance due to cost, digital literacy, and device comfort. Proposed solutions include blockchain for secure data sharing, adaptive congestion control for network performance, and user training to improve technology adoption. Therefore, successful IoT deployment in healthcare requires a comprehensive approach that addresses technological, social, ethical, and sustainability aspects to achieve an effective and inclusive transformation of health services.

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

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.