ejournal.nusamandiri.ac.id (STMIK Nusa Mandiri)
Not a member yet
    1504 research outputs found

    IMPLEMENTATION MEAN IMPUTATION AND OUTLIER DETECTION FOR LOAN PREDICTION USING THE RANDOM FOREST ALGORITHM

    Get PDF
    Loans and credit are among the most in-demand banking products, making accurate loan prediction systems essential for minimizing bank credit risks and boosting profitability. This study proposed a loan prediction model using the Random Forest algorithm, with mean imputation and 3 outlier detection (Boxplot, Z-score, and Interquartile Range (IQR)) as data pre-processing methods. Using Lending Club loan data from 2014-2021 (466,285 records, split 70/30 for training/testing), model performance was assessed using accuracy, recall, and F1 Score. The proposed approach achieved a 95% prediction accuracy, outperforming previous models at 83%. The best results were obtained using mean imputation with IQR-based outlier detection. However, the determination of the mean imputation mean can be a limitation of this study. This highlights the importance of thorough pre-processing in enhancing prediction accuracy. The study underscores the role of machine learning and financial technology (fintech) in informing credit decisions and support incorporating imputation and outlier handling as standard steps in financial modeling pipelin

    SENTIMENT ANALYSIS OF GOVERNMENT ON TIKTOK AND X PLATFORMS WITH SVM AND SMOTE APPROACH

    Get PDF
    This study aims to analyze public sentiment toward the government on TikTok and X (formerly Twitter) using the Support Vector Machine (SVM) algorithm optimized with the Synthetic Minority Over-sampling Technique (SMOTE). Data were collected through keyword-based scraping of posts containing the word “pemerintah” (government) and processed using standard NLP pre-processing techniques. Results show that SVM combined with SMOTE significantly improves classification accuracy from 61% to 76% on TikTok, and from 74% to 86% on X. Word cloud analysis confirms these findings: TikTok content tends to reflect neutral and positive sentiments, while X contains predominantly negative expressions. These differences highlight platform-specific public discourse characteristics. The findings suggest that public communication strategies should be tailored accordingly: TikTok for positive narrative and outreach, X for monitoring feedback and criticism. This approach demonstrates the effectiveness of machine learning-based sentiment analysis in supporting data-driven public policy communication

    PENERAPAN KOMPOR MINYAK JELANTAH SEBAGAI SUBSTITUSI BAHAN BAKAR PADA INDUSTRI UMKM MAKANAN

    Get PDF
    In daily life, stoves are essential tools used in cooking. They play an important role in energy use for households and small businesses, especially MSMEs (Micro, Small, and Medium Enterprises). In Samarinda and surrounding areas, food-related MSMEs are growing rapidly, ranging from snacks to trendy beverages. One of the major components of production costs is fuel. The 3-kg LPG cylinder, commonly called the "melon gas," is widely used due to its affordability and availability in urban areas. However, frequent shortages cause price instability and make it unreliable. To address this, a community service program was conducted through education and mentoring on the use of stoves fueled by used cooking oil as an alternative. Emission test results showed that a stove using used cooking oil reached 303°C with O₂ at 11.13%, CO at 9 ppm, and NaO at 16 ppm in 1 minute. In comparison, a gas stove reached 310.2°C with O₂ at 12.28%, CO at 61 ppm, and no NaO detected. These results show that used cooking oil can be a cost-effective alternative for MSMEs. It not only provides a solution to the unstable LPG supply but also helps reduce environmental impact by reusing waste oil from food processing. The used-oil stove has been well received by local entrepreneurs as an affordable and eco-friendly option

    IMPLEMENTATION OF K-MEDOIDS METHOD FOR HEART DISEASE PREDICTION USING QUANTUM COMPUTING AND MANHATTAN DISTANCE

    Get PDF
    Heart disease is a severe health condition characterized by dysfunctions in the heart and blood vessels, which can be fatal if not properly managed. Early detection and prediction of heart disease are crucial for understanding the prevalence and determining patients' quality of life. In this study, quantum computing is applied to enhance the performance of the K-Medoids method. A comparative analysis of these methods is conducted, focusing on their performance. The investigation utilizes a dataset of heart disease patient medical records. This dataset includes various attributes used to predict heart disease patterns. The dataset is tested using both the classical and K-Medoids methods with a quantum computing approach, employing Manhattan distance calculations. This study's findings reveal that applying quantum computing to the K-Medoids method results in clustering accuracy stability of 85%, equivalent to the classical method. Although there is no increase in accuracy, the quantum computing approach demonstrates potential improvements in data processing efficiency. These results highlight that the K-Medoids method with a quantum computing approach can contribute significantly to faster and more efficient medical data analysis. However, further research is needed for optimization and testing on more extensive and more diverse datasets

    PENGEMBANGAN SISTEM INFORMASI MONITORING HARIAN MAGANG INDUSTRI PENDIDIKAN TEKNIK MESIN MENGGUNAKAN MODEL 4D

    Get PDF
    The problems encountered in the industrial internship courses that are held conventionally are less actual daily log book recording and limited frequency of monitoring supervisors, resulting in less than optimal internship results. This research aims to develop a daily monitoring information system for industrial internships for Mechanical Engineering Education students at Sebelas Maret University. The research method used is Research and Development (RnD) with 4D models including Define, Design, Develop, and Disseminate. The result of this study is to develop a web-based daily monitoring information system for industrial internships and accommodate the industrial internship process from the preparation stage to the end of the assessment. Based on the analysis results, this information system obtained the "good" category with an average website performance test score of 84.25 on 4 test tools. The system was also rated "highly valid" based on a 98.6% eligibility score from 3 IT experts and 85.6% from 30 trial students

    DESIGN OF WEB-BASED CAR RENTAL INFORMATION SYSTEM USING EXTREME PROGRAMMING AT CV. NUGROHO

    Get PDF
    This study discusses the development of a web-based car rental information system for CV. Nugroho Trans Surabaya using the Extreme Programming (XP) methodology. The system was designed to address issues in the previous manual rental process, such as transaction recording on paper, which was prone to errors and delays in data management. The developed system includes key features such as car booking, fleet data management, rental confirmation, and payment integration. Testing was conducted through various methods, including performance testing, usability testing, and security testing. Performance testing using PageSpeed Insights in desktop mode showed the following scores: performance 93, accessibility 84, best practices 93, and SEO 82. Meanwhile, testing with GTmetrix yielded a performance score of 96%, a structure score of 72%, a Largest Contentful Paint (LCP) time of 909 ms, and a fully interactive time of 1.3 seconds, indicating excellent speed and interface stability. In terms of security, testing with Pentest Tools indicated an overall medium risk level, with 1 medium risk finding, 5 low-risk findings, and 13 informational findings, and no high-risk vulnerabilities. The application of the XP method enabled adaptive system development tailored to user needs and iterative changes. This system has proven to increase the company’s operational efficiency by up to 40%, based on faster transaction completion times compared to the manual system. However, some limitations remain, such as user interface constraints and suboptimal integration of online payment channels. For future research, it is recommended to improve user experience, optimize the mobile interface, enhance server security protection, and expand system features to support the broader business growth of CV. Nugroho Trans Surabay

    EVALUATING REGRESSION AND NEURAL NETWORKS FOR FIVE TRAIT TEXT-BASED PERSONALITY PREDICTION

    Get PDF
    The aim of this study is to evaluate the effectiveness of several predictive modeling techniques in mapping the five major personality traits (extraversion, neuroticism, agreeableness, conscientiousness, and openness) from text-based data. The dataset consists of text-based features extracted from publicly available social media posts, providing a realistic basis for personality prediction. Performance was measured using mean absolute error (MAE), mean squared error (MSE), and R² score to evaluate prediction accuracy and generalization quality, along with training time for computational efficiency. The research compares linear regression, ridge regression, random forest, and neural networks implemented in PyTorch. Results indicate that ridge regression and random forest outperform linear regression and neural networks in error metrics and explained variance, with ridge regression offering a favorable balance between accuracy and training time. Random forest achieves slightly better accuracy but with significantly longer training duration, reducing its practicality for real-time use. Despite theoretical advantages in modeling non-linear relationships, neural networks showed suboptimal results, likely due to limited hyperparameter tuning and dataset size. These findings highlight trade-offs among model complexity, accuracy, and efficiency, suggesting ridge regression as a pragmatic choice for current personality prediction from text while encouraging future research on advanced neural architectures and enhanced dataset

    PENENTUAN PRIORITAS PENGEMBANGAN DESA WISATA RINTISAN KOTA PURWAKARTA MENGGUNAKAN METODE MULTI ATTRIBUTE UTILITY THEORY

    Get PDF
    A Tourism Village can be understood as a village that organizes tourism activities due to the tourist attractions arising from the characteristics of the local community’s life, including various attractions available within the village itself. Each tourism village needs to be supported by tourist attractions, accessibility, and amenities, which include the potential of cultural tourism as well as natural tourism. The purpose of this research is to design and develop a Decision Support System for Determining the Priority of Pioneer Tourism Village Development using the Multi Attribute Utility Theory (MAUT) method. The urgency of this research lies in the need for DISPORAPARBUD Purwakarta to have a tool to assist in making strategic decisions related to the development of pioneer tourism villages. The methodology used in developing this system is the Waterfall model. The system is designed using PHP with the CodeIgniter 3 framework, MySQL as the database, and Unified Modeling Language (UML) for system modeling. The main criteria used in the MAUT calculation include public facilities, homestay management, local crafts, local arts, and local food. The results of the calculation using the MAUT method show that Batu Nunggal Margaluyu Tourism Village ranks first with a preference value of 100, Sasanakerta Tourism Village ranks second with a value of 96, and Sumbersari Tourism Village ranks third with a value of 90. Therefore, these three tourism villages are the best recommendations to be prioritized in the development of tourism villages in Purwakar

    RANCANG BANGUN APLIKASI PREDIKSI TAGIHAN AIR BERBASIS WEB MENGGUNAKAN REGRESI LINIER BERGANDA

    Get PDF
    The management of water billing in the PAMSIMAS service in Sidobandung Village is still conducted manually and does not provide early information regarding bill estimates, often resulting in delayed payments by customers. This study aims to design and develop a web-based water bill prediction application using the Multiple Linear Regression (MLR) method, capable of delivering fast, accurate, and accessible billing estimates. The dataset used in this research consists of historical monthly water usage and billing data from January to December 2024, with a structure comprising 231 rows of customer data and 30 feature columns. The research stages include data preprocessing, model training using MLR, integration of the model into a web-based system, and evaluation of prediction results using the Mean Squared Error (MSE) and R-squared ( ) metrics. Evaluation results showed that the model achieved an MSE of 18,882 and an  of 0,8, indicating a fairly good and stable prediction performance. The system allows customers to log in, view predicted water bills for the 13th month based on previous data, and access graphical visualizations of usage and cost trends. Meanwhile, the admin can efficiently manage customer data through a dedicated dashboard. With the implementation of this application, the management and prediction process of water billing becomes more transparent, efficient, and helps customers in planning their water expenses more precisely

    RANCANG BANGUN SISTEM INFORMASI MANAJEMEN DISTRIBUSI QURBAN

    Get PDF
    One of the most important aspects of Eid al-Adha celebrations is the distribution of sacrificial meat. However, the process of distributing sacrificial meat often faces various challenges, such as inaccurate data collection, difficulty in tracking the amount of sacrificial meat, and a lack of transparency and efficiency. The objective of this study is to design and develop an application that can enhance efficiency, accuracy, and accountability in the distribution of sacrificial meat through the systematic use of information technology. This study employs the waterfall method, which involves several sequential stages: needs analysis, system design, implementation, and testing. This system was developed to support the performance of the sacrificial committee in managing data on sacrificial animals, information on recipients, the distribution process of meat, and the documentation of all activities in a digital and real-time manner. In the user interface (front end), the Next.js/React.js framework is combined with Tailwind CSS to produce a responsive and user-friendly interface. Meanwhile, the server side (back end) was developed using Laravel as a reliable and efficient PHP framework, and MySQL as a database to store all information related to distribution. The result of this research is a web-based application prototype featuring animal sacrifice data collection, beneficiary data recording, and distribution report generation. It is hoped that this application will facilitate more organized and effective distribution of sacrificial mea

    1,448

    full texts

    1,504

    metadata records
    Updated in last 30 days.
    ejournal.nusamandiri.ac.id (STMIK Nusa Mandiri)
    Access Repository Dashboard
    Do you manage Open Research Online? Become a CORE Member to access insider analytics, issue reports and manage access to outputs from your repository in the CORE Repository Dashboard! 👇