p-Index From 2020 - 2025
7.253
P-Index
This Author published in this journals
All Journal International Journal of Electrical and Computer Engineering IJCCS (Indonesian Journal of Computing and Cybernetics Systems) Jurnal Ilmiah Merpati (Menara Penelitian Akademika Teknologi Informasi) JURNAL SISTEM INFORMASI BISNIS Epsilon: Jurnal Matematika Murni dan Terapan Bulletin of Electrical Engineering and Informatics Jurnal Ilmiah Teknik Elektro Komputer dan Informatika (JITEKI) Jurnal Teknologi Informasi dan Ilmu Komputer Telematika Jurnal Edukasi dan Penelitian Informatika (JEPIN) JUITA : Jurnal Informatika Proceedings Konferensi Nasional Sistem dan Informatika (KNS&I) Mimbar Sekolah Dasar POSITIF KLIK (Kumpulan jurnaL Ilmu Komputer) (e-Journal) Jurnal ELTIKOM : Jurnal Teknik Elektro, Teknologi Informasi dan Komputer Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) JURNAL MEDIA INFORMATIKA BUDIDARMA Jurnal Komputasi Jurnal Sains dan Informatika MATRIK : Jurnal Manajemen, Teknik Informatika, dan Rekayasa Komputer Jurnal Pengembangan Riset dan Observasi Teknik Informatika Journal of Computer Science and Informatics Engineering (J-Cosine) J-SAKTI (Jurnal Sains Komputer dan Informatika) Jurnal Formil (Forum Ilmiah) Kesmas Respati Journal of Electronics, Electromedical Engineering, and Medical Informatics Jurnal Pengabdian Kepada Masyarakat (Mediteg) Altasia : Jurnal Pariwisata Indonesia Jurnal Mnemonic Jurnal Teknik Informatika (JUTIF) J-SAKTI (Jurnal Sains Komputer dan Informatika) JUSTIN (Jurnal Sistem dan Teknologi Informasi) Journal of Data Science and Software Engineering Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics
Claim Missing Document
Check
Articles

Found 10 Documents
Search
Journal : Journal of Electronics, Electromedical Engineering, and Medical Informatics

Implementation of Particle Swarm Optimization Feature Selection on Naïve Bayes for Thoracic Surgery Classification Shalehah; Muhammad Itqan Mazdadi; Andi Farmadi; Dwi Kartini; Muliadi
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 5 No 3 (2023): July
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeemi.v5i3.305

Abstract

Thoracic surgery is among the operations that are most often performed on patients with lung cancer. Naive Bayes is one of the data mining classification techniques that may be used to handle thoracic surgery data. Therefore, the goal of this study is to assess the precision of all research models using Naive Bayes with and without Particle Swarm Optimization. This study's methodology includes the dataset used, the Naive Bayes algorithm theory, the particle swarm optimization algorithm, test validation using split validation, and performance assessment using the confusion matrix and AUC evaluation approaches. In this inquiry, secondary data are retrieved via the UCI Repository website. Thoracic surgery weight optimization accuracy is increased using particle swarm optimization. The test results of the Naive Bayes technique utilizing the thoracic surgery dataset showed the highest accuracy of 81.91% at a ratio of 80:20 and an AUC value of 0.620. The highest accuracy score is 93.62% with an AUC value of 0.773 at a ratio of 90:10, with three characteristics, namely PRE6, PRE14, and PRE17, having zero weight. This accuracy score was achieved when Particle Swarm Optimization was used to refine feature selection for attribute weighting. As a consequence, Naïve Bayes accuracy in thoracic surgery has increased as a result of attribute weighting on feature selection utilizing Particle Swarm Optimization. In turn, this research contributes to increasing the precision and efficiency with which thoracic surgical data are processed, which benefits lung cancer diagnosis in both speed and accuracy.
Feature Selection Using Firefly Algorithm With Tree-Based Classification In Software Defect Prediction Maulida, Vina; Herteno, Rudy; Kartini, Dwi; Abadi, Friska; Faisal, Mohammad Reza
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 5 No 4 (2023): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v5i4.315

Abstract

Defects that occur in software products are a universal occurrence. Software defect prediction is usually carried out to determine the performance, accuracy, precision and performance of the prediction model or method used in research, using various kinds of datasets. Software defect prediction is one of the Software Engineering studies that is of great concern to researchers. This research was conducted to determine the performance of tree-based classification algorithms including Decision Trees, Random Forests and Deep Forests without using feature selection and using firefly feature selection. And also know the tree-based classification algorithm with firefly feature selection which can provide better software defect prediction performance. The dataset used in this study is the ReLink dataset which consists of Apache, Safe and Zxing. Then the data is divided into testing data and training data with 10-fold cross validation. Then feature selection is performed using the Firefly Algorithm. Each ReLink dataset will be processed by each tree-based classification algorithm, namely Decision Tree, Random Forest and Deep Forest according to the results of the firefly feature selection. Performance evaluation uses the AUC value (Area under the ROC Curve). Research was conducted using google collab and the average AUC value generated by Firefly-Decision Tree is 0.66, the average AUC value generated by Firefly-Random Forest is 0.77, and the average AUC value generated by Firefly-Deep Forest is 0, 76. The results of this study indicate that the approach using the Firefly algorithm with Random Forest classification can work better in predicting software damage compared to other tree-based algorithms. In previous studies, tree-based classification with hyperparameter tuning on software defect prediction datasets obtained quite good results. In another study, the classification performance of SVM, Naïve Bayes and K-nearest neighbor with firefly feature selection resulted in improved performance. Therefore, this research was conducted to determine the performance of a tree-based algorithm using the firefly selection feature.
Implementation of Random Forest and Extreme Gradient Boosting in the Classification of Heart Disease using Particle Swarm Optimization Feature Selection Ansyari, Muhammad Ridho; Mazdadi, Muhammad Itqan; Indriani, Fatma; Kartini, Dwi; Saragih, Triando Hamonangan
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 5 No 4 (2023): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v5i4.322

Abstract

Heart disease is a condition that ranks as the primary cause of death worldwide. Based on available data, over 36 million people have succumbed to non-communicable diseases, and heart disease falls within the category of non-communicable diseases. This research employs a heart disease dataset from the UCI Repository, consisting of 303 instances and 14 categorical features. In this research, the data were analyzed using the classification methods XGBoost (Extreme Gradient Boosting) and Random Forest, which can be applied with PSO (Particle Swarm Optimization) as a feature selection technique to address the issue of irrelevant features. This issue can impact prediction performance on the heart disease dataset. From the results of the conducted research, the obtained values for the XGBoost (Extreme Gradient Boosting) model were 0.877, and for the Random Forest model, it was 0.874. On the other hand, in the model utilizing Particle Swarm Optimization (PSO), the obtained AUC values are 0.913 for XGBoost (Extreme Gradient Boosting) and 0.918 for Random Forest. These research results demonstrate that PSO (Particle Swarm Optimization) can enhance the AUC of heart disease prediction performance. Therefore, this research contributes to enhancing the precision and efficiency of heart disease patient data processing, which benefits heart disease diagnosis in terms of speed and accuracy.
A Comparative Study of Machine Learning Methods for Baby Cry Detection Using MFCC Features Riadi, Putri Agustina; Faisal, Mohammad Reza; Kartini, Dwi; Nugroho, Radityo Adi; Nugrahadi, Dodon Turianto; Magfira, Dike Bayu
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 1 (2024): January
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i1.350

Abstract

The vocalization of infants, commonly known as baby crying, represents one of the primary means by which infants effectively communicate their needs and emotional states to adults. While the act of crying can yield crucial insights into the well-being and comfort of a baby, there exists a dearth of research specifically investigating the influence of the audio range within a baby cry on research outcomes. The core problem of research is the lack of research on the influence of audio range on baby cry classification on machine learning. The purpose of this study is to ascertain the impact of the duration of an infant’s cry on the outcomes of machine learning classification and to gain knowledge regarding the accuracy of results F1 score obtained through the utilization of the machine learning method. The contribution is to enrich an understanding of the application of classification and feature selection in audio datasets, particulary in the context of baby cry audio. The utilized dataset, known as donate-a-cry-corpus, encompasses five distinct data classes and possesses a duration of seven seconds. The employed methodology consists of the spectrogram technique, cross-validation for data partitioning, MFCC feature extraction with 10, 20, and 30 coefficients, as well as machine learning models including Support Vector Machine, Random Forest, and Naïve Bayes. The findings of this study reveal that the Random Forest model achieved an accuracy of 0.844 and an F1 score of 0.773 when 10 MFCC coefficients were utilized and the optimal audio range was set at six seconds. Furthermore, the Support Vector Machine model with an RBF kernel yielded an accuracy of 0.836 and an F1 score of 0.761, while the Naïve Bayes model achieved an accuracy 0.538 and F1 score of 0.539. Notably, no discernible differences were observed when evaluating the Support Vector Machine and Naïve Bayes methods across the 1-7 second time trial. The implication of this research is to establish a foundation for the advancement of premature illness identification techniques grounded in the vocalizations of infants, thereby facilitating swifter diagnostic processes for pediatric practitioners.
Sentiment Analysis of TikTok Shop Closure in Indonesia on Twitter Using Supervised Machine Learning Al Habesyah, Noor Zalekha; Herteno, Rudy; Indriani, Fatma; Budiman, Irwan; Kartini, Dwi
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 2 (2024): April
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i2.381

Abstract

TikTok Shop is one of the features in TikTok application which facilitates users to buy and sell products. The integration of TikTok Shop with social media has provided new opportunities to reach customers and increase sales. However, the closure of TikTok Shop has caused controversy among the public. This study aims to analyze the views and responses of TikTok users in Indonesia to the closure of TikTok Shop. The dataset used was obtained from Twitter. The research methodology consists of labeling, oversampling, splitting, and machine learning, which includes SVM, Random Forest, Decision Tree, and Deep Learning (H2O). The contribution of this research enriches our understanding of the implementation of machine learning, especially in sentiment analysis of TikTok Shop closures. From the test results, it is known that Deep Learning (H2O) + SMOTE obtained AUC 0.900, without using SMOTE, AUC 0.867. SVM + SMOTE obtained AUC 0.885, without using SMOTE AUC 0.881. Random Forest + SMOTE obtained AUC 0.822, while without using SMOTE AUC 0.830. Decision Tree + SMOTE AUC 0.59; without SMOTE, AUC 0.646. Deep Learning (H2O) with SMOTE produces better performance compared to SVM, Random Forest, and Decision Tree. With an AUC of 0.900; it can be said that Deep Learning (H2O) has excellent performance for sentiment analysis of TikTok Shop closures. This research has significant implications for social electronic commerce due to its potential utilization by social media analysts.
Implementation of C5.0 Algorithm using Chi-Square Feature Selection for Early Detection of Hepatitis C Disease MAHMUD, Mahmud; BUDİMAN, Irwan; INDRİANİ, Fatma; KARTİNİ, Dwi; FAİSAL, Mohammad Reza; ROZAQ, Hasri Akbar Awal; YILDIZ, Oktay; Caesarendra, Wahyu
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 2 (2024): April
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i2.384

Abstract

Hepatitis C, a significant global health challenge, affects 71 million people worldwide, with severe complications such as cirrhosis and hepatocellular carcinoma. Despite its prevalence and availability in rapid diagnostic tests (RDTs), the need for accurate early detection methods remains critical. This research aims to enhance hepatitis C virus classification accuracy by integrating the C5.0 algorithm with Chi-Square feature selection, addressing the limitations of current diagnostic approaches and potentially reducing diagnostic errors. This research explores the development of a machine learning model for hepatitis C prediction, utilizing a publicly available dataset from Kaggle. It encompasses preprocessing techniques such as label encoding, handling missing values, normalization, feature selection, model development, and evaluation to ensure the model's efficacy and accuracy in diagnosing hepatitis C. The findings of this study reveal that implementing Chi-Square feature selection significantly enhances the effectiveness of machine learning algorithms. Specifically, the combination of the C5.0 algorithm and Chi-Square feature selection yielded a remarkable accuracy of 96.75%, surpassing previous research benchmarks. This highlights the potent synergy between advanced feature selection techniques and machine learning algorithms in improving diagnostic precision. The study conclusively demonstrates that machine learning is an effective tool for detecting hepatitis C, showcasing the potential to enhance diagnostic accuracy significantly. As a future recommendation, adopting AutoML is suggested to periodically automate the selection of the optimal algorithm, promising further improvements in detection capabilities.
Classification of Lung Disease in X-Ray Images Using Gray Level Co-Occurrence Matrix Method and Convolutional Neural Network Nurcahyati, Ica; Saragih, Triando Hamonangan; Farmadi, Andi; Kartini, Dwi; Muliadi, Muliadi
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 4 (2024): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i4.457

Abstract

The lungs are a very important part of the human body, as they serve as a place for oxygen exchange. They have a very complex task and are susceptible to damage from the polluted air we breathe every day, which can lead to various diseases. Lung disease is a very common health problem that can be found in everyone, but there are still many people who do not pay attention to their lung health, making them vulnerable to lung disease. One of the methods used to detect lung disorders is by examining images obtained from X-rays. Image processing is one of the techniques that can also be used for lung disease identification and is most commonly used in medical images. Therefore, the purpose of this research is to implement image processing to determine the accuracy of lung disease identification using deep learning algorithms and the application of feature extraction. In this research, there are two experiments conducted consisting of the application of the classification method, namely Convolutional Neural Network and Gray Level Co-Occurrence Matrix feature extraction with CNN. The results show that the CNN model gets a precision of 0.92, recall of 0.92, f1-score of 0.92, and average accuracy of 0.92. The combination of the GLCM method with CNN produces a precision of 0.87, recall of 0.87, f1-score of 0.87, and average accuracy of 0.87. The results of this study indicate that the use of CNN in the lung disease classification model based on X-ray images is superior to the GLCM-CNN method.
1D and 2D Feature Extraction Based on AAC and DC Protein Descriptors for Classification of Acetylation in Lysine Proteins using Convolutional Neural Network Faisal, Mohammad Reza; Adawiyah, Laila; Saragih, Triando Hamonangan; kartini, Dwi; Herteno, Rudy; Lumbanraja, Favorisen Rosyking; Handayani, Lilies; Solechah, Siti Aisyah
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 4 (2024): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i4.458

Abstract

Post-Translational Modification (PTM) denotes a biochemical alteration observed in an amino acid, playing crucial roles in protein activity, functionality, and the regulation of protein structure. The recognition of associated PTMs serves as a fundamental basis for understanding biological processes, therapeutic interventions for diseases, and the development of pharmaceutical agents. Using computational approaches (in silico) offers an efficient and cost-effective means to identify PTM sites swiftly. The exploration of protein classification commences with extracting protein sequence features that are subsequently transformed into numerical features for utilization in classification algorithms. Feature extraction methodologies involve using protein descriptors like Amino Acid Composition (AAC) and Dipeptide Composition (DC). Yet, these approaches exhibit a limitation by neglecting crucial amino acid sequence details. Moreover, both descriptor techniques generate a limited number of 1-dimensional (1D) features, which may not be ideal for processing through the Convolutional Neural Network (CNN) classification method. This investigation presents a novel approach to enhance feature diversity through protein sequence segmentation techniques, employing adjacent and overlapping segment strategies. Furthermore, the study illustrates the organization of features into 1D and 2D formats to facilitate processing through 1D CNN and 2D CNN classification methodologies. The findings of this research endeavour highlight the potential for enhancing the accuracy of acetylation classification in lysine proteins through the multiplication of protein sequence segments in a 2D configuration. The highest accuracy achieved for AAC and DC-based feature extraction methods is 77.39% and 76.75%, respectively.
The Comparison of Extreme Machine Learning and Hidden Markov Model Algorithm in Predicting The Recurrence Of Differentiated Thyroid Cancer Using SMOTE Aida, Nor; Saragih, Triando Hamonangan; Kartini, Dwi; Nugroho, Radityo Adi; Nugrahadi, Dodon Turianto
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 4 (2024): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i4.467

Abstract

Differentiated thyroid cancer is the most common type of thyroid cancer; the types in this category are papillary, follicular, and hurthel cell carcinoma. Up to 20% of DTCs will experience recurrence, although this figure reduces to 5% in low-risk patients. There is still little research on thyroid cancer prediction using a machine learning approach, especially the prediction recurrence of DTCs. This research aims to compare the performance of the Extreme Learning Machine and the Hidden Markov Model using SMOTE in predicting the recurrence of DTCs. The dataset used in this research is differentiated thyroid cancer recurrence from Kaggle. This research methodology comprises preprocessing, data sharing, SMOTE, ELM and HMM modeling algorithms, and evaluation. ELM with SMOTE gets the best results at a ratio of 90:10 with 35 hidden neurons that get an accuracy value of 1.00, precision 1.00, recall 1.00, and AUC 1.00. ELM modeling gets the best results at a ratio of 90:10 with 45 hidden neurons that get an accuracy value of 1.00, precision 1.00, recall 1.00, and AUC 1.00. HMM modeling gets the best value at a ratio of 70:30 with two hidden states and two iterations, which get an accuracy value of 0.8696, precision 0.8696, recall 0.7944, and AUC 0.9575. Last, HMM modeling with SMOTE gets the best results at a ratio of 60:40 with two hidden states and two iterations, with an accuracy value of 0.8696, precision of 0.8832, recall of 0.7848, and AUC of 0.9174. Based on the results of this study, it can be concluded that ELM with SMOTE gets the best performance, followed by ELM without SMOTE, HMM without SMOTE, and finally, HMM with SMOTE. The implication is that ELM with SMOTE can produce high accuracy in predicting the recurrence of DTCs.
The Enhancing Diabetes Prediction Accuracy Using Random Forest and XGBoost with PSO and GA-Based Feature Selection Dzira Naufia Jawza; Mazdadi, Muhammad Itqan; Farmadi, Andi; Saragih, Triando Hamonangan; Kartini, Dwi; Abdullayev, Vugar
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 7 No 2 (2025): April
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v7i2.626

Abstract

Diabetes represents a global health concern classified as a non-communicable disease, impacting more than 422 million people worldwide, with the number expected to increase each year. This study aims to evaluate the performance of the Random Forest and Extreme Gradient Boosting (XGBoost) classification algorithms on the diabetes disease dataset taken from Kaggle. To improve prediction accuracy, feature selection was carried out using Particle Swarm Optimization (PSO) and Genetic Algorithm (GA) which are expected to filter the most relevant features. The study results showed that the Random Forest model without feature selection yielded an Area Under Curve (AUC) value of 0.8120, while XGBoost achieved an AUC of 0.7666. After applying feature selection with PSO, the AUC increased to 0.8582 for Random Forest and 0.8250 for XGBoost. The use of feature selection with GA gave better results, with an AUC of 0.8612 for Random Forest and 0.8351 for XGBoost. These results indicate that the increase in accuracy after feature selection using PSO ranges from 5.7% to 7.6%, while the increase with GA ranges from 6.1% to 8.9%, with GA providing more significant results. This study contributes to improving the accuracy of diabetes disease classification, which is expected to support the diagnosis process more quickly and accurately.
Co-Authors A.A. Ketut Agung Cahyawan W Abadi, Friska Abdullayev, Vugar Adawiyah, Laila Adin Nofiyanto, Adin Ahdyani, Annisa Salsabila Ahmad Rusadi Arrahimi - Universitas Lambung Mangkurat) Ahmad Rusadi Arrahimi - Universitas Lambung Mangkurat) Aida, Nor Ajwa Helisa Al Habesyah, Noor Zalekha Andi Farmadi Andi Farmadi Anshari, Muhammad Ridha Ansyari, Muhammad Ridho Antoh, Soterio Arfan Eko Ari Widodo Aryastuti, Nurul Azizah, Siti Roziana Bachtiar, Adam Mukharil Badali, Rahmat Amin Budiman, Irwan Daduk Merdika Mansur Dalimunthe, Gallang Perdhana Deni Kurnia Diana Sari Dike Bayu Magfira, Dike Bayu Dina Arifah Dita Amara Dodon Turianto Nugrahadi Dzira Naufia Jawza Faisal, Mohammad Reza Faisal, Mohammad Reza Fathmah, Siti Fatma Indriani Fatma Indriani Favorisen R. Lumbanraja Fitra Ahya Mubarok Friska Abadi Halimah Halimah Helma Herlinda Herteno, Rudy Ihsan, Muhammad Khairi Indriani, Fatma Irwan Budiman Irwan Budiman Irwan Budiman Itqan Mazdadi, Muhammad Jhondy Baharsyah Lestari, Mega Lilies Handayani Mafazy, Muhammad Meftah Mahmud Mahmud Maya Yusida Mera Kartika Delimayanti Miftakhul Huda Muhammad Fauzan Nafiz Muhammad Itqan Mazdadi Muhammad Reza Faisal, Muhammad Reza Muhammad Syahriani Noor Basya Basya Muliadi Muliadi Muliadi Muliadi . Muliadi . Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi, M Muliadi, Muliadi Musyaffa, Muhammad Hafizh Nafiz, Muhammad Fauzan Nor Indrani Nurcahyati, Ica Nurdiansyah Nurdiansyah Nurul Chamidah P., Chandrasekaran Padhilah, Muhammad Pirjatullah Pirjatullah Radityo Adi Nugroho Radityo Adi Nugroho Rahmat Hidayat Rahmat Ramadhani Reina Alya Rahma Riadi, Putri Agustina Rizky, Muhammad Hevny Rozaq, Hasri Akbar Awal Rudy Herteno Rudy Herteno Rusdiani, Husna Safitri, Yasmin Dwi Said, Muhammad Al Ichsan Nur Rizqi Salsha Farahdiba Saputro, Setyo Wahyu Saragih, Triando Hamonangan Sari, Fitri Eka Septyan Eka Prastya Shalehah Siena, Laifansan Siti Aisyah Solechah Sulastri Norindah Sari Sule, Ernie Tisnawati Tri Mulyani Triando Hamonangan Saragih Vina Maulida, Vina Wahyu Caesarendra Wijaya Kusuma, Arizha Yevis Marty Oesman YILDIZ, Oktay Yuyus Suryana