Claim Missing Document
Check
Articles

Found 23 Documents
Search

Optimasi Penjadwalan Rapat Berbasis Web Untuk Mengurangi Konflik Jadwal Menggunakan Kombinasi Algoritma Greedy dan Decision Tree Ahmad, Tjoet Muty; Lamasitudju, Chairunnisa Ar.
Jurnal Algoritma Vol 22 No 2 (2025): Jurnal Algoritma
Publisher : Institut Teknologi Garut

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33364/algoritma/v.22-2.3080

Abstract

The manual meeting scheduling process has a high potential for scheduling conflicts. These conflicts include delays in information, meeting room clashes, or meeting time clashes. These problems are caused by the absence of a system and visualization for managing meeting schedules. To streamline the scheduling process, a website-based meeting scheduling information system was developed for activities that are carried out routinely with high frequency, using a combination of two algorithms that can overcome these problems. The Greedy algorithm is used to detect conflicts, and the rule-based Decision Tree algorithm is used to provide alternative time or room suggestions when schedule conflicts occur. The results of blackbox testing and usability testing prove that the application of these algorithms makes the system more effective and provides the right workflow for this system. This research contributes to the development of an effective meeting scheduling system and integrates two algorithms as a new solution in managing the scheduling process.
Performance Comparison of Multilayer Perceptron (MLP) and Random Forest for Early Detection of Cardiovascular Disease Setiawan, Dita Widayanti; Lapatta, Nouval Trezandy; Amriana, Amriana; Nugraha, Deny Wiria; Lamasitudju, Chairunnisa Ar.
Journal of Applied Informatics and Computing Vol. 9 No. 6 (2025): December 2025
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v9i6.10826

Abstract

Cardiovascular disease is a disorder of the heart and blood vessels that can lead to heart attacks, strokes, and heart failure, so early detection is essential. This study compares Multilayer Perceptron (MLP) and Random Forest for risk classification in a Kaggle dataset containing 70,000 samples with balanced targets. Pre-processing included age conversion, outlier cleaning, standardization, and feature selection based on feature importance. Both models were optimized using RandomizedSearchCV and evaluated using accuracy, precision, recall, F1-score, AUC-ROC, confusion matrix, and k-fold cross-validation. The results show that the accuracy of MLP is 73.90% and Random Forest is 74.23% with an AUC of 0.80 for both. Random Forest is more stable across all folds and performs better on the negative class, while MLP is slightly more sensitive to the positive class. Independent t-test and Mann-Whitney U tests show p>0.05, indicating that the difference in performance is not significant. The most influential features were diastolic blood pressure, age, cholesterol, and systolic blood pressure. The non-clinical Streamlit prototype demonstrated the model's potential for education and initial decision support.
Model Jaringan Syaraf Tiruan dalam Peramalan Kasus Positif Covid-19 di Indonesia Wirawan Setialaksana; Dwi Rezky Anandari Sulaiman; Shabrina Syntha Dewi; Chairunnisa Ar Lamasitudju; Nini Rahayu Ashadi; Muhammad Asriadi
Jurnal MediaTIK Volume 3 Issue 2, Mei (2020)
Publisher : Jurusan Teknik Informatika dan Komputer

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59562/mediatik.v3i2.1557

Abstract

Mitigation steps to control Covid-19 outbreak in Indonesia need to take. One of those step is forecasting the spread of the disease. This study compare two artificial neural network models in catching the pattern of Covid-19 positive total cases in Indonesia. Data Training used in this study is Indonesian total positive cases of Covid-19 from March 2 until May 26. The next 10 days data become data testing to show the model accuracy in predicting Covid-19 total cases. MLP shows a better prediction comparing to ELM.Three different prediction accuracy measurement is used – MAE, MAPE, and RMSE. All of them shows less value in MLP than in ELM.