p-Index From 2020 - 2025
11.341
P-Index
This Author published in this journals
All Journal Bulletin of Electrical Engineering and Informatics Nuansa Informatika Jurnal Informatika dan Teknik Elektro Terapan Sistemasi: Jurnal Sistem Informasi JOIV : International Journal on Informatics Visualization Sinkron : Jurnal dan Penelitian Teknik Informatika Jurnal Ilmiah Universitas Batanghari Jambi JURNAL MEDIA INFORMATIKA BUDIDARMA CogITo Smart Journal Jurnal Informatika Universitas Pamulang JITTER (Jurnal Ilmiah Teknologi Informasi Terapan) ILKOM Jurnal Ilmiah JurTI (JURNAL TEKNOLOGI INFORMASI) Jurnal Teknologi Terpadu EDUMATIC: Jurnal Pendidikan Informatika Building of Informatics, Technology and Science Jutisi: Jurnal Ilmiah Teknik Informatika dan Sistem Informasi Technologia: Jurnal Ilmiah Aisyah Journal of Informatics and Electrical Engineering Indonesian Journal of Business Intelligence (IJUBI) bit-Tech Aviation Electronics, Information Technology, Telecommunications, Electricals, Controls (AVITEC) Respati Jurnal Abdi Insani Journal of Computer System and Informatics (JoSYC) Jurnal Graha Pengabdian Infotek : Jurnal Informatika dan Teknologi jurnal syntax admiration TEPIAN Jurnal Teknologi Informatika dan Komputer Jurnal Teknik Informatika (JUTIF) Jurnal Teknimedia: Teknologi Informasi dan Multimedia JNANALOKA SENADA : Semangat Nasional Dalam MengabdI Journal of Electrical Engineering and Computer (JEECOM) Jurnal FASILKOM (teknologi inFormASi dan ILmu KOMputer) Jurnal Informatika dan Teknologi Komputer ( J-ICOM) Jurnal Sisfotek Global Jurnal Informatika Teknologi dan Sains (Jinteks) Malcom: Indonesian Journal of Machine Learning and Computer Science Cerdika: Jurnal Ilmiah Indonesia SENADA : Semangat Nasional Dalam Mengabdi Intechno Journal : Information Technology Journal The Indonesian Journal of Computer Science SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Jurnal Teknik AMATA Jurnal TAM (Technology Acceptance Model)
Claim Missing Document
Check
Articles

Found 7 Documents
Search
Journal : SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan

Performance Analysis of SVM and Random Forest Algorithms in the Case of the Influence of Music on Mental Health Karisma Septa Kresna; Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 2 (2025): April
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.15130408

Abstract

Mental health disorders are conditions that impress a person's behavior, mindset, and emotions. According to WHO data, the rate of mental disorders in Asia has increased significantly in the past two decades, with about one-fifth of the world's adolescent population experiencing stress each year. Music has long been known to have a positive influence on mental health, and music therapy is used as one approach to assist individuals in improving social, mental, and physical conditions. In this study, the authors used data mining techniques to identify relevant patterns regarding the influence of music on mental health. Two classification algorithms, namely the Support Vector Machine (SVM) and Random Forest, is used to analyze and characterize the data. SVM is known to excel at managing high-dimensional data, while Random Forest is effective at handling data with missing outliers and features. This study purpose to oppose the performance of the two algorithms in classifying the influence of music on mental health to identify the superior algorithm in this context. The Random Forest algorithm gets 93% accuracy and SVM gets 95% accuracy, the hyperparameter tuning on the SVM algorithm has a better performance than Random Forest with an accuracy score of 97% for SVM, while for Random Forest it gets an accuracy score of 94%. The results of the study are expected to provide insight into the use of music as a mental health therapy tool.
Performance Analysis of Support Vector Machine and Gradient Boosting Machine Algorithms for Heart Disease Prediction Wirawan, Tegar; Kusnawi, Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 2 (2025): April
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.15126239

Abstract

Cardiovascular disease ranks among the primary causes of mortality globally, with death rates rising each year. Assessing heart disease risk is crucial for enhancing the efficiency of prevention and treatment strategies. This study seeks to evaluate the effectiveness of two machine learning techniques, namely Support Vector Machine and Gradient Boosting Machine, in forecasting heart disease using a dataset obtained from Kaggle. The research process starts with gathering data, followed by exploratory analysis, preprocessing through label encoding, handling class imbalance with SMOTE, and normalizing data using Standard Scaler. Features were selected using the Correlation Thresholding method. Subsequently, the dataset was divided into training and testing sets to develop predictive models. The model performance was assessed using evaluation metrics, including accuracy, precision, recall, and F1-Score. The findings indicate that the Gradient Boosting Machine outperformed the Support Vector Machine, achieving an accuracy of 98% compared to SVM's accuracy of 93%. This research is expected to contribute to healthcare practices by enabling early detection of heart disease risks. Future research is recommended to explore other algorithms or employ more diverse datasets to achieve better results
Optimization of Stress Classification Among Students Using Random Forest Algorithm Raffa Nur Listiawan Dhito Eka Santoso; Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 2 (2025): April
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.15130385

Abstract

Stress is a condition of physical and psychological discomfort experienced by students due to academic pressure, demands from parents and teachers, and schoolwork. This stress can lead to physical tension, behavioral changes, and mental health problems if not handled properly.  Random Forest is a promising approach to analyze and classify student stress. The aim of this study is to classify stress among students to enable the development of targeted interventions to support student well-being and academic success. The dataset used was sourced from Kaggle and included 1100 datasets with 21 columns. The research stages included data preprocessing, exploratory data analysis, modeling, Decision tree classification and evaluation of the confusion matrix model and Deployment as a measure of stress level. Classification results were evaluated by calculating accuracy, precision, recall and f1-score for stress classes (low, medium and high). The results of this study resulted in an accuracy value before tuning of 87.27% and after tuning of 88.64%. This research can provide insights for schools, parents, and government to develop more effective strategies in addressing the problem of stress among students. The use of Random Forest algorithm is proven to be effective in analyzing and classifying stress, so that it can help in decision making and appropriate welfare interventions to tackle before stress reaches critical levels.
Random Search Optimization Using Random Forest Algorithm For Liver Disease Prediction BAYU SATRIYA, RIYAN; Kusnawi, Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 3 (2025): July
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.15468679

Abstract

The liver is a vital human organ with complex and diverse functions. One of the diseases that affect the liver is hepatitis or liver disease. Early detection is crucial to enable more effective intervention and slow the progression of the disease. However, diagnosing liver disease often faces challenges, especially in detecting the early stages of the disease from complex and diverse medical data. This study aims to optimize the Random Forest algorithm using the Random Search method for liver disease detection. The Random Forest algorithm is applied as the primary model in this research, while hyperparameter optimization is performed using the Random Search method to enhance model performance. The results show that the Random Forest model without optimization achieves an accuracy of 93%. After hyperparameter optimization, the model's accuracy increases to 94%. In conclusion, applying hyperparameter optimization using the Random Search method successfully improves the performance of the Random Forest model. The resulting model provides more accurate predictions.
AI Web-based Computer Service Management System at PUSCOM Muhammad Irvan Shandika; Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 3 (2025): July
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.16280893

Abstract

This research aims to develop a web-based computer service management system with artificial intelligence (AI) integration at PUSCOM to address challenges in manual service management, such as customer data recording, service status tracking, and report generation. The problems faced by PUSCOM include potential data errors, loss of physical documents, and delays in performance evaluation due to manual processes. The research method used is the Agile SDLC approach, covering problem identification, data collection through interviews and documentation, functional and non-functional requirements analysis, system modeling using UML, NoSQL Firebase database design, interface design, implementation using Next.js and Javascript, and AI chatbot integration using Vercel AI SDK with the Google Gemini model. The research results demonstrate the successful development of a system capable of automating data recording, facilitating online service registration, managing products, and providing an AI chatbot to assist admins in report generation and real-time damage analysis. This system is proven to enhance operational efficiency, reduce manual errors, and support strategic decision-making at PUSCOM, contributing to improved service quality and customer satisfaction.
Water Quality Analysis and Consumption Feasibility Using Support Vector Machine and CatBoosting with Hyperparameter Tuning Rahayu, Christa Putri; Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 4 (2025): October
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.17342085

Abstract

Water quality analysis plays an important role in determining the suitability of water for human consumption. This study aims to build a machine learning model that is able to classify water quality based on several parameters such as pH, hardness, solids content, chloramines, sulfate, conductivity, organic carbon, trihalomethanes, and turbidity. The dataset used comes from Kaggle with a total of 3,276 sample data. The two main algorithms applied in this study are Support Vector Machine (SVM) and CatBoost. The research process includes data preprocessing, data balancing using SMOTE, modeling, and model performance evaluation. Hyperparameter tuning is applied to both algorithms to improve performance. The results show that CatBoost has the best performance with an accuracy of 95.8% after hyperparameter tuning, compared to SVM which achieved an accuracy of 77.9%. In addition, CatBoost excels in all evaluation metrics, including precision, recall, and F1-score.
Chili Leaf Disease Classification Using Transfer Learning with VGG16 and MobileNetV2 Combined with Random Search Hyperparameter Tuning Aryawijaya; Kusnawi
SITEKNIK: Sistem Informasi, Teknik dan Teknologi Terapan Vol. 2 No. 4 (2025): October
Publisher : RAM PUBLISHER

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.5281/zenodo.17383224

Abstract

Chili is one of the main food commodities in Indonesia with considerable economic value. Frequent climate changes have made chili plants more vulnerable to pest and disease attacks. Early identification of these diseases is crucial, as delays can lead to crop failure. However, this process presents its own challenges, as it requires specific expertise and considerable time. This study employs the transfer learning method using the VGG16 and MobileNetV2 architectures to build a model capable of classifying diseases in chili plants based on leaf images, along with the use of Random Search hyperparameter tuning to improve model accuracy. The results show that the use of transfer learning for disease classification achieved high accuracy, with MobileNetV2 reaching an accuracy score of 88% without tuning. Meanwhile, the application of Random Search hyperparameter tuning proved effective in improving model accuracy, particularly with the VGG16 architecture, which saw a significant accuracy increase from 51% to 89%. It can be concluded that the transfer learning method is well-suited for identifying diseases in chili plants based on leaf images with high accuracy, and that the application of Random Search hyperparameter tuning successfully enhanced the model’s performance.
Co-Authors Abdulloh, Ferian Fauzi Afrig Aminuddin Agung Susanto Agung Susanto Ahmad Fauzi Ahmad Yusuf Ainnur Rafli Ainul Yaqin Ali Mustopa, Ali Alva Hendi Muhammad Andi Sunyoto Anggit Dwi Hartanto, Anggit Dwi Antara, Pebri Ardiansyah, Fachri Arief Setyanto Arifuddin, Danang Arnila Sandi Aryawijaya Asadulloh, Bima Pramudya Assani, Moh. Yushi Atin Hasanah Atin Hasanah Atmoko, Alfriadi Dwi Aulya, Fiola Utri BAYU SATRIYA, RIYAN Bhahari, Rifqi Hilal Candra Rusmana Cynthia Widodo Dede - Sandi Dede Husen Dede Sandi Dewi Kartika Dimaz Arno Prasetio Elsa Virantika Ema Utami Erna Utami Fajar Abdillah, Moh Fajar Aji Prayoga Haris, Ruby Hartatik Haryo, Wasis Hasirun Hasirun Hendrik Hendrik Henri Kurniawan Hidayatunnisa'i Huda, Luthfi Nurul Indra Irawanto Irawanto, Indra Joang Ipmawati Kanoena, Melcior Paitin Karisma Septa Kresna Khairullah, Irfan Khalil Khoerul Anam, Khoerul Khoirunnita, Aulia Khrisna Irham Fadhil Pratama Kusirini Kusrini KUSRINI Kusrini Kusrini Kusrini - - Kusrini Kusrini Kusrini Kusrini Kusrini Kusrini Kusrini Kusrini Kusrini Kusrini Kusrini, Kusrini M Andika Fadhil Eka Putra M. Nurul Wathani Maehendrayuga, Arief Majid Rahardi Maringka, Raissa Mashuri, Ahmad Sanusi Muh. Syarif Hidayatullah Muhammad Firdaus Abdi Muhammad Firdaus Abdi Muhammad Irvan Shandika Muhammad Reza Riansyah Nayoma, Fisan Syafa Neni Firda Wardani Tan Ngaeni, Nurus Sarifatul Nurul Zalza Bilal Jannah Omar Muhammad Altoumi Alsyaibani Pattimura, Yudha Bagas Pebri Antara Pitaloka, Nadhira Triadha Pramono, Aldi Yogie Prastyo, Rahmat Prema Adhitya Dharma Kusumah Puji Prabowo, Dwi Qurniaty, Charlen Alta Raffa Nur Listiawan Dhito Eka Santoso Rahayu, Christa Putri RAMADHAN, SYAIFUL Rifda Faticha Alfa Aziza Rita Wati Ritham Tuntun Rizal Khadarusman Rodney Maringka Rohim, Ni’matur saifulloh Saifulloh, saifulloh Salman Alfaris Salman Alfaris, Salman San Sudirman Sekarsih, Fitria Nuraini Sentoso, Thedjo Sepriadi - Bumbungan Sepriadi Bumbungan Sri Yanto Qodarbaskoro Sry Faslia Hamka Sudirman, San Suyatmi Suyatmi Suyatmi Suyatmi Syaiful Huda Syaiful Ramadhan Tamuntuan, Virginia Taryoko, Taryoko Teguh Arlovin triadin, Yusrinnatul Jinana Van Daarten Pandiangan Wahyu Pujiharto, Eka Wangsa, Sabda Sastra Widodo, Cynthia Widyanto, Agung Wirawan, Tegar Yusa, Aldo Yuza, Adela Zaenul Amri