Claim Missing Document
Check
Articles

Found 3 Documents
Search

IMPLEMENTATION OF NETWORK WEBSITE TECHNOLOGY IN COMPANY BRANDING PROFILE Wisnu Sukma Maulana; Andre Pratama Adiwijaya
International Journal Science and Technology Vol. 2 No. 2 (2023): July: International Journal Science and Technology
Publisher : Asosiasi Dosen Muda Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56127/ijst.v2i2.867

Abstract

A website is a network-based information medium that can be accessed anywhere and anytime using a computer. It is relatively inexpensive compared to conventional information media such as newspapers. We can do many things by using a website, one of which is to inform about a company, also known as a company profile. The research method used is WDLC. In the testing phase, three different web browsers were used. When tested on these three browsers, there were no bugs at all.
Analysis Large Language Model (LLM) for Digital Transformation in a Ministry Andre Pratama Adiwijaya
International Journal Science and Technology Vol. 4 No. 2 (2025): July: International Journal Science and Technology
Publisher : Asosiasi Dosen Muda Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56127/ijst.v4i2.2194

Abstract

Digital transformation in government requires the use of cutting-edge technology to improve efficiency and accuracy in decision-making. Ministries are strategic institutions that manage large-scale data and information, particularly related to regional government administration and population affairs. This article examines the application of Large Language Models (LLM) as an artificial intelligence (AI)-based solution to assist document processing, information extraction, and policy analysis. The study presents a relevant legal framework, LLM model recommendations, a schematic diagram of LLM implementation from end-to-end, and Python code examples for technical simulations. This approach is expected to strengthen the Ministry's digital system in accordance with the guidelines of the Electronic-Based Government System (SPBE) and One Data Indonesia.
Optimization of Support Vector Machine for Imbalanced Credit Risk Classification Andre Pratama Adiwijaya
International Journal Science and Technology Vol. 5 No. 2 (2026): July: International Journal Science and Technology
Publisher : Asosiasi Dosen Muda Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56127/ijst.v5i2.3038

Abstract

Credit risk classification is an important component of financial decision-making because inaccurate classification may increase payment-default exposure and reduce lending quality. Credit datasets commonly contain numerical variables with different measurement scales and imbalanced distributions between default and non-default clients, which can affect the reliability of machine-learning models. Objective: This study aims to develop and evaluate a Support Vector Machine model for classifying credit card clients into default and non-default categories. The study also examines the influence of numerical standardization, kernel selection, hyperparameter optimization, and balanced class weighting on classification performance. Methodology: A quantitative experimental approach was applied using the Default of Credit Card Clients dataset from the UCI Machine Learning Repository. The dataset consisted of 30,000 observations and 23 predictor variables. Data were divided into training and testing subsets using a stratified 80:20 ratio. Categorical variables were encoded, numerical variables were standardized, and several SVM kernels were evaluated. Hyperparameter selection was conducted using five-fold cross-validation. Model performance was assessed using accuracy, precision, recall, F1-score, specificity, balanced accuracy, and ROC–AUC. Findings: The SVM model trained without standardization failed to identify default clients effectively. Numerical standardization substantially improved classification performance, while the radial basis function kernel produced the strongest validation results. The selected balanced RBF-SVM achieved 77.13% accuracy, 48.54% precision, 56.22% recall, 52.09% F1-score, 83.07% specificity, 69.65% balanced accuracy, and 75.10% ROC–AUC. Balanced class weighting improved default detection but increased false-positive predictions. Implications: The model can support financial institutions as an initial credit-risk screening tool. Its predictions should be combined with document verification, repayment-capacity analysis, and manual assessment rather than being used as the sole basis for credit approval. Originality: This study provides a controlled evaluation of SVM performance by integrating feature standardization, kernel selection, hyperparameter optimization, class-imbalance treatment, and class-sensitive performance metrics. The study demonstrates that credit-risk models should be selected based on balanced default detection rather than overall accuracy alone.