Sulis Sandiwarno, Sulis
Unknown Affiliation

Published : 5 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 5 Documents
Search

Analisis Performa Metode Klasifikasi Dataset Multi-Class Kanker Kulit Menggunakan KNN dan HOG Rahayu, Sarwati; Sandiwarno, Sulis; Dwika Putra, Erwin; Utami, Marissa; Setiawan, Hadiguna
JSAI (Journal Scientific and Applied Informatics) Vol 7 No 2 (2024): Juni
Publisher : Fakultas Teknik Universitas Muhammadiyah Bengkulu

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.36085/jsai.v7i2.6423

Abstract

Detection of skin cancer in its early phase is a challenge even for dermatologists. This study aims to analyze the performance of classification methods on multiclass skin cancer datasets using K-nearest neighbor (KNN) and histogram of oriented gradients (HOG). The dataset is taken publicly under the name Skin Cancer MNIST dataset: HAM10000 dataset totaling 10,015 data. The first experiment used the pixels per cell parameter of 8.8 and cells per block of 2.2 to get an accuracy of 60.58%. The second experiment used the pixels per cell parameter of 8.8 and cells per block of 2.2 to get an accuracy of 60.58%. The last experiment using the pixels per cell parameter of 8.8 and cells per block of 2.2 got the best accuracy of 61.43%.
Analisis Usabilitas Sistem Informasi Akademik Berdasarkan Usability Scale (Studi Kasus: Universitas Mercu Buana) Rahayu, Sarwati; Nugroho, Andi; Sandiwarno, Sulis; Salamah, Umniy; Dwika Putra, Erwin; Purba, Mariana; Setiawan, Hadiguna
JSAI (Journal Scientific and Applied Informatics) Vol 7 No 3 (2024): November
Publisher : Fakultas Teknik Universitas Muhammadiyah Bengkulu

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.36085/jsai.v7i3.7478

Abstract

The usability analysis on the website of Mercu Buana University (UMB) is an important research carried out to ensure that the site effectively supports the university's goals, especially in terms of the user's experience in completing academic and administrative goals with ethical and professional standards. This research was carried out during the period January 2024 to May 2024. The main purpose of this study is to measure the usability of the UMB website using a questionnaire method. The questionnaire used for the research adapted the System Usability Scale (SUS) which consisted of a total of 10 questions. Based on the calculation of each statement item having a minimum score of 0 and a maximum score of 2.5, the final score of each respondent ranged from 0 to l00. The average score obtained was 63,125. Based on the results of the score of 63,125, the UMB website has a score in the range of 50 to 70. This shows that the UMB website is in the "quite good" category but there is still a need for a little improvement. Some icons or layouts on the UMB website are not familiar to respondents. In addition, there needs to be guidelines developed to provide information on how to use the website for users who are using the UMB website for the first time.
Penentuan Prioritas Persediaan Barang dengan Menggunakan Hybrid Method Aldino, Muhammad Satria; Sandiwarno, Sulis
Jurnal Sistem Informasi Bisnis Vol 15, No 1 (2025): Volume 15 Number 1 Year 2025
Publisher : Diponegoro University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.14710/vol15iss1pp1-10

Abstract

Warehouse is a facility that serves as storage of goods or products. Inventory of goods has an impact on the continuity of the construction project, because if the material runs out, the contractor cannot carry out the work, as a result the project may be delayed from the predetermined schedule. The purpose of the warehouse is to monitor and control the incoming or outgoing materials in a project. In previous studies, an analysis of the AHP and TOPSIS methods has been carried out, but AHP has problems when used in cases with a large number of criteria and alternatives. While TOPSIS has problems in determining the value of the criteria because it is too subjective. Therefore, in this study we propose a hybrid method for calculating DSS which is called “Analytical Hierarchy – Similarity to Ideal Process” (AH-SIP). This proposed method has goals, namely in determining the value of the criteria with a comparison matrix using AHP, and performing alternative rankings using TOPSIS. The results of this study in determining the best material recommendations for procurement are D 25 Threaded Iron with a preference of 0.777, Chicken Wire with a preference of 0.677, and Pilox with a preference of 0.669.
Prediction Analysis of Sleep Disorders Using Machine Learning-Based Techniques Setiawati, Mega; Aldianto, Denise; Sandiwarno, Sulis
Jurnal Sistem Informasi Bisnis Vol 15, No 1 (2025): Volume 15 Number 1 Year 2025
Publisher : Diponegoro University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.14710/vol15iss1pp89-101

Abstract

Sleep is crucial indicator for an individual. Poor sleep quality has serious implication for health. This condition is often triggered by high work pressure and imbalance between work and rest time. While previous research with similar topic has been conducted, it has not comprehensively elucidated the key factors influencing sleep disorders. Therefore, this study conducts more in-depth analysis of factors contributing to sleep disorders including; gender, age, occupation, sleep duration, quality of sleep, physical activity level, stress level, BMI, heart rate, and daily steps. Subsequently, we employ Machine Learning (ML) techniques to investigate further sleep disorders. The ML models include: Naïve Bayes (NB), Support Vector Machine (SVM), K-Nearest Neighbor (KNN), Logistic Regression (LR), Convolutional Neural Network (CNN), dan Long Short-Term Memory Network (LSTM). The objective is to assess the effectiveness of ML model implementation based on information from data and the significance of specific factors in predicting sleep disturbances. The results of this study indicate that the combination of the LR model with Chi-Square achieved the highest average F1 score, which was 84.75%, in sleep disorder classification. The research comprises several stages: (1) Data collection, (2) Pre-processing of the collected data, and (3) Training models capable of processing data for evaluation to understand the contribution of indicators to sleep disorder predictions. The findings of this study provide insights into the effectiveness of the constructed models in predicting sleep disorders
Comparison of Sentiment Analysis Models Using Machine Learning Methods for Customer Response Evaluation (Case Study: Bosca Living) Sandiwarno, Sulis
Jurnal Sistem Informasi Bisnis Vol 15, No 3 (2025): Volume 15 Number 3 Year 2025 (Publication in Progress)
Publisher : Diponegoro University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.14710/vol15iss4pp%p

Abstract

Bosca Living, a star seller on Shopee and Tokopedia, is facing the challenge of customer sentiment analysis. This research evaluates models and methods to strengthen the response to customer feedback. In previous studies, feature extraction techniques such as Term Frequency-Inverse Document Frequency (TF-IDF), Word2Vec, FastText, and Global Vectors for Word Representation (GloVe) have been tested. Machine learning models such as K-Nearest Neighbors (KNN), Random Forest, Support Vector Classifier (SVC), XGBoost, Logistic Regression, and Decision Tree have been employed, but a more in-depth comparison is needed according to Bosca Living's assessment. This research proposes a model comparison through preprocessing, feature extraction, and parameter determination stages using GridSearchCV. Machine learning models like KNN, Random Forest, SVC, XGBoost, Logistic Regression, and Decision Tree are evaluated with StratifiedKFold to reduce the risk of overfitting. The research results provide deep insights, guiding Bosca Living in improving responses to customer feedback. This approach is expected to optimize business strategies, support continuous improvement, and be responsive to market dynamics and evolving customer needs