p-Index From 2021 - 2026
8.186
P-Index
This Author published in this journals
All Journal Jurnal Inovasi Teknologi Pendidikan Jurnal Teknologi Informasi dan Ilmu Komputer Jurnal Pengabdian Magister Pendidikan IPA GERVASI: Jurnal Pengabdian kepada Masyarakat DIKDAS MATAPPA: Jurnal Ilmu Pendidikan Dasar Journal of Electronics, Electromedical Engineering, and Medical Informatics Jurnal Mnemonic At-Tanzir : Jurnal Ilmiah Prodi Komunikasi Penyiaran Islam Ihtiyath : Jurnal Manajemen Keuangan Syariah AT-TASYRI' Jurnal Ilmiah Prodi Muamalah Jurnal Teknologi Informatika dan Komputer Ilomata International Journal of Social Science jeti Indonesian Journal of Educational Development (IJED) Jurnal Begawe Teknologi Informasi Rumoh: Journal of Architecture Jurnal Teknik Sipil Macca Progressive Physics Journal COMPETITIVE: Journal of Education Journal of Data Science and Software Engineering JURNAL PENGABDIAN MASYARAKAT YAMASI Vokatek : Jurnal Pengabdian Masyarakat Information Technology Education Journal Journal of Embedded Systems, Security and Intelligent Systems Aceh Journal of Electrical Engineering and Technology ARUS JURNAL SAINS DAN TEKNOLOGI WATHAN: Jurnal Ilmu Sosial dan Humaniora Jurnal MediaTIK Macca: Science-Edu Journal Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Jurnal MEKOM: Media Komunikasi Pendidikan Kejuruan International Journal of Sociology of Religion International Journal Of Synergi In Law, Criminal And Justice Journal of Shoutheast Asian Islam and Society (JSEAIS) Al-Hayat: Journal of Islamic Education Jurnal Kolaborasi Akademika Media for Empowerment, Mobilization, and Innovation in Research & Community Journal of Primary Education Innovation and Research SainsTech Innovation Journal Tilawah: Journal of Al-Qur'an Studies Jurnal Ilmiah Mandalika Education International Journal for Advanced Research
Claim Missing Document
Check
Articles

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

Implementation of Information Gain Ratio and Particle Swarm Optimization in the Sentiment Analysis Classification of Covid-19 Vaccine Using Support Vector Machine Muhamad Fawwaz Akbar; Muhammad Itqan Mazdadi; Muliadi; Triando Hamonangan Saragih; Friska Abadi
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.328

Abstract

In the current digital era, sentiment analysis has become an effective method for identifying and interpreting public opinions on various topics, including public health issues such as COVID-19 vaccination. Vaccination is a crucial measure in tackling this pandemic, but there are still a number of people who are skeptical and reluctant to receive the COVID-19 vaccine. This public perception is largely influenced by, including information received from social media and online platforms. Therefore, sentiment analysis of the COVID-19 vaccine is one way to understand the public's perception of the COVID-19 vaccine. This research has the purpose to enhance the classification performance in sentiment analysis of COVID-19 vaccines by implementing Information Gain Ratio (IGR) and Particle Swarm Optimization (PSO) on the Support Vector Machine (SVM). With a dataset of 2000 entries consisting of 1000 positive labels and 1000 negative labels, validation was performed through a combination of data splitting with an 80:20 ratio and stratified 10-Fold cross-validation. Applying the basic SVM, an accuracy of 0.794 and an AUC value of 0.890 were obtained. Integration with Information Gain Ratio (IGR) feature selection improved the accuracy to 0.814 and an AUC of 0.907. Furthermore, through the combination of SVM based on PSO and IGR, the accuracy significantly improved to 0.837 with an AUC of 0.913. These results demonstrate that the combination of feature selection techniques and parameter optimization can enhance the performance of sentiment classification towards COVID-19 vaccines. The conclusions drawn from this research indicate that the integration of IGR and PSO positively contributes to the effectiveness and predictive capability of the SVM model in sentiment classification tasks.
LSTM and Bi-LSTM Models For Identifying Natural Disasters Reports From Social Media Yunida, Rahmi; Faisal, Mohammad Reza; Muliadi; Indriani, Fatma; Abadi, Friska; Budiman, Irwan; Prastya, Septyan Eka
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.319

Abstract

Natural disaster events are occurrences that cause significant losses, primarily resulting in environmental and property damage and in the worst cases, even loss of life. In some cases of natural disasters, social media has been utilized as the fastest information bridge to inform many people, especially through platforms like Twitter. To provide accurate categorization of information, the field of text mining can be leveraged. This study implements a combination of the word2vec and LSTM methods and the combination of word2vec and Bi-LSTM to determine which method is the most accurate for use in the case study of news related to disaster events. The utility of word2vec lies in its feature extraction method, transforming textual data into vector form for processing in the classification stage. On the other hand, the LSTM and Bi-LSTM methods are used as classification techniques to categorize the vectorized data resulting from the extraction process. The experimental results show an accuracy of 70.67% for the combination of word2vec and LSTM and an accuracy of 72.17% for the combination of word2vec and Bi-LSTM. This indicates an improvement of 1.5% achieved by combining the word2vec and Bi-LSTM methods. This research is significant in identifying the comparative performance of each combination method, word2vec + LSTM and word2vec + Bi-LSTM, to determine the best-performing combination in the process of classifying data related to earthquake natural disasters. The study also offers insights into various parameters present in the word2vec, LSTM, and Bi-LSTM methods that researchers can determine.
Implementation of SMOTE and whale optimization algorithm on breast cancer classification using backpropagation Erlianita, Noor; Itqan Mazdadi, Muhammad; Saragih, Triando Hamonangan; Reza Faisal, Mohammad; Muliadi
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.334

Abstract

Breast cancer, which is characterized by uncontrolled cell growth, is the primary cause of mortality among women worldwide. The unchecked proliferation of cells leads to the formation of a mass or tumor. Generally, the absence of timely and efficient treatment contributes to this phenomenon. To prevent breast cancer, one of the strategies involves the classification of malignant and non-malignant types. For this particular investigation, the Breast Cancer Wisconsin dataset (original) comprising 699 instances with 11 classes and 1 target attribute was utilized. Synthetic Minority Oversampling (SMOTE) was employed to balance the dataset, with the Backpropagation classification algorithm and the Whale Optimization Algorithm (WOA) serving as optimization techniques. The main objectives of this study were to analyze the impact of the backpropagation method and SMOTE, examine the effect of the backpropagation method in conjunction with WOA, and assess the outcome of using the backpropagation method and SMOTE after incorporating WOA. The evaluation of the study's findings was performed using a confusion matrix and the Area Under the Curve (AUC) metric. The research outcomes based on the application of backpropagation yielded an accuracy rate of 96%, precision of 94%, recall of 95%, and an AUC of 96%. Subsequently, upon implementing SMOTE and WOA, the performance of the backpropagation method improved, resulting in an accuracy rate of 99%, precision of 97%, recall of 97%, and an AUC of 98%. This notable enhancement in performance suggests that the utilization of SMOTE and WOA effectively enhances accuracy. However, it is important to note that the observed improvements are relatively modest in nature.
Comparison of CatBoost and Random Forest Methods for Lung Cancer Classification using Hyperparameter Tuning Bayesian Optimization-based Zamzam, Yra Fatria; Saragih, Triando Hamonangan; Herteno, Rudy; Muliadi; Nugrahadi, Dodon Turianto; Huynh, Phuoc-Hai
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.382

Abstract

Lung Cancer is a disease that has a high mortality rate and is often difficult to detect until it reaches a very severe stage. Data indicates that lung cancer cases are typically diagnosed late, posing significant challenges to effective treatment. Early detection efforts offer potential for better recovery chances. Therefore, this research aims to develop methods for the identification and classification of lung cancer in the hope of providing further knowledge on effective ways to detect this condition at an early stage. One approach under scrutiny involves employing machine learning classification techniques, anticipated to serve as a pivotal tool in early disease detection and enhancing patient survival rates. This study involves five stages: data collection, data preprocessing, data partitioning for training and testing using 10-fold cross validation, model training, and analysis of evaluation results. In this research, four experiments consist of applying two classification methods, CatBoost and Random Forest, each tested using default hyperparameter and hyperparameter tuning using Bayesian Optimization. It was found that the Random Forest model using hyperparameter tuning Bayesian Optimization outperformed the other models with accuracy (0.97106), precision (0.97339), recall (0.97185), f-measure (0.97011), and AUC (0.99974) for lung cancer data. These findings highlight Bayesian Optimization for hyperparameter tuning in classification models can improve clinical prediction of lung cancer from patient medical records. The integration of Bayesian Optimization in hyperparameter tuning represents a significant step forward in refining the accuracy and effectiveness of classification models, thus contributing to the ongoing enhancement of medical diagnostics and healthcare strategies.
Comparison of the Adaboost Method and the Extreme Learning Machine Method in Predicting Heart Failure Muhammad Nadim Mubaarok; Triando Hamonangan Saragih; Muliadi; Fatma Indriani; Andi Farmadi; Rizal, Achmad
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 3 (2024): July
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

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

Abstract

Heart disease, which is classified as a non-communicable disease, is the main cause of death every year. The involvement of experts is considered very necessary in the process of diagnosing heart disease, considering its complex nature and potential severity. Machine Learning Algorithms have emerged as powerful tools capable of effectively predicting and detecting heart diseases, thereby reducing the challenges associated with their diagnosis. Notable examples of such algorithms include Extreme Learning Machine Algorithms and Adaptive Boosting, both of which represent Machine Learning techniques adapted for classification purposes. This research tries to introduce a new approach that relies on the use of one parameter. Through careful optimization of algorithm parameters, there is a marked improvement in the accuracy of machine learning predictions, a phenomenon that underscores the importance of parameter tuning in this domain. In this research, the Heart Failure dataset serves as the focal point, with the aim of demonstrating the optimal level of accuracy that can be achieved through the use of Machine Learning algorithms. The results of this study show an average accuracy of 0.83 for the Extreme Learning Machine Algorithm and 0.87 for Adaptive Boosting, the standard deviation for both methods is “0.83±0.02” for Extreme Machine Learning Algorithm and “0.87±0.03” for Adaptive Boosting thus highlighting the efficacy of these algorithms in the context of heart disease prediction. In particular, entering the Learning Rate parameter into Adaboost provides better results when compared with the previous algorithm. Our research findings underline the supremacy of Extreme Learning Machine Algorithms and Adaptive Improvement, especially when combined with the introduction of a single parameter, it can be seen that the addition of parameters results in increased accuracy performance when compared to previous research using standard methods alone.
A Comparative Study: Application of Principal Component Analysis and Recursive Feature Elimination in Machine Learning for Stroke Prediction Hermiati, Arya Syifa; Herteno, Rudy; Indriani, Fatma; Saragih, Triando Hamonangan; Muliadi; Triwiyanto, Triwiyanto
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 3 (2024): July
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

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

Abstract

Stroke is a disease that occurs in the brain and can cause both vocal and global brain dysfunction. Stroke research mainly aims to predict risk and mortality. Machine learning can be used to diagnose and predict diseases in the healthcare field, especially in stroke prediction. However, collecting medical record data to predict a disease usually makes much noise because not all variables are important and relevant to the prediction process. In this case, dimensionality reduction is essential to remove noisy (i.e., irrelevant) and redundant features. This study aims to predict stroke using Recursive Feature Elimination as feature selection, Principal Component Analysis as feature extraction, and a combination of Recursive Feature Elimination and Principal Component Analysis. The dataset used in this research is stroke prediction from Kaggle. The research methodology consists of pre-processing, SMOTE, 10-fold Cross-Validation, feature selection, feature extraction, and machine learning, which includes SVM, Random Forest, Naive Bayes, and Linear Discriminant Analysis. From the results obtained, the SVM and Random Forest get the highest accuracy value of 0.8775 and 0.9511 without using PCA and RFE, Naive Bayes gets the highest value of 0.7685 when going through PCA with selection of 20 features followed by RFE feature selection with selection of 5 features, and LDA gets the highest accuracy with 20 features from feature selection and continued feature extraction with a value of 0. 7963. It can be concluded in this study that SVM and Random Forest get the highest accuracy value without PCA and RFE techniques, while Naive Bayes and LDA show better performance using a combination of PCA and RFE techniques. The implication of this research is to know the effect of RFE and PCA on machine learning to improve stroke prediction.
A Classification of Appendicitis Disease in Children Using SVM with KNN Imputation and SMOTE Approach Difa Fitria; Triando Hamonangan Saragih; Muliadi; Dwi Kartini; Fatma Indriani
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 3 (2024): July
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

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

Abstract

This study evaluates the effect of SMOTE and KNN imputation techniques on the performance of SVM classification models on a nearly balanced dataset. The results show that using SMOTE increases model precision but decreases recall. This shows the importance of careful consideration when choosing data processing strategies to achieve optimal classification model performance. This study evaluates the effect of the Synthetic Minority Over-sampling Technique (SMOTE) and K-Nearest Neighbors (KNN) imputation on the performance of Support Vector Machine (SVM) classification models on nearly balanced datasets. The results of this study noted that the use of SMOTE techniques in balancing the dataset led to a decrease in classification model accuracy from 87.26% to 85.99%. However, there was a slight increase in AUC-ROC, from 85.96% to 88.04%. The results of this study noted that the use of the SMOTE technique in balancing the dataset caused a decrease in the accuracy of the classification model from 87.26% to 85.99%. However, there was an improvement in the AUC-ROC, from 85.96% to 88.04%.
Co-Authors A.A. Ketut Agung Cahyawan W Abd. Hafid Abd. Rahman Patta Abdul Fattah Nasution Abdul Karim Abdul Latif Abdul Muis Mappalotteng Abner Bumbungan Achmad Rizal Adean Mayasri Adrianda, Irsan Agitha, Nadiyasari Agus Rizal Aisyah Maydina Ajrun Karim Akbar Prayoga Aldy Ramadhan Alifah Nur Alfiyyah Amani, Risca Amin, Kasma Amna, Nurlaila Andi Farmadi Andi Farmandi Andi Haldina Dwi Ramadhani Andi Ihwan Andriani, Cut Yessi Anjar Pranggawan Azhari Ardila Eltari Ningtiyas Arlina Arnita Asriadi Asyadi, Teuku Murisal Atri Sandi Aulia Sabril Awal Nusantara Ayu Widya Lestari Bayu Hadi Sudrajat Cahaya Maharani Sitompul Cahayani, An’gun Chalida Alfany Dedi Iskandar Desti Suci Safitri Difa Fitria Dini Rosyida Dira Ayu Annisa Dodon Turianto Nugrahadi Duyo, Rizal A Dwi Kartini Dwi Kartini, Dwi Eddy Sutadji Emma Andini Erlianita, Noor Fadhli, Cut Fadillah, M. Surya Fahrul Rozi Fajriani Nurl, Anisa Fatma Indriani Fauzan Fitri, Rati Saktia Fridawati, Titit Friska Abadi Gugus Rahmadi Gunawan Gunawan, Khairol Hafid, Abd Halimah Hasibuan, Helviana Hasita Dwi Putri Havna Hendrawan Herman, Marlinda Hermiati, Arya Syifa Herri Muliadi Huynh, Phuoc-Hai Indah Nahdiat Isrori Irensi Seppa, Yusi Irhami Irwan Budiman Irwan Budiman Isnandar Itqan Mazdadi, Muhammad Jahada Haluti, Islamiyati Jamaludin, Masdar Joko Sampurno Khairun Nisa Marpaung Kholipatul Hasanah Kurnia Prima Putra Kurniawan, Indra Reza Linda Kurnia Mustafa M. Fauzi Rifqi M. Teguh Jaka Satya Samudra Jati Suara Mahsur Marzuki Mashfufah Maulani Mochammad Imron Awalludin Muh. Ishak Jumarang Muh. Jaelani Suwardy Muhamad Fawwaz Akbar Muhammad Denny Ersyadi Rahman Muhammad Itqan Mazdadi Muhammad Latief Saputra Muhammad Mahdinul Bahar Muhammad Marwin Muhammad Maulana Muhammad Maulana Muhammad Nadim Mubaarok Muhammad Reza Faisal, Muhammad Reza Muhammad Riska Muhardi Mulyantika, Dea Ambar Musa, Ratna Mustari S. Lamada Muzafar Nafis Satul Khasanah Nanda Wafiya Nannung, Jumita Nirwana, Hafsah Nugraha, Muhammad Amir Nurhastuti Nurlaila Amna Perdhana, Radhitya Pirjatullah Prastya, Septyan Eka Pyrda Monica Qaaf, Muhammad Alfath Radityo Adi Nugroho Rahmahtrisilvia Rahman Hadi Rahman Ramadhan, Rafsanjani Ramadhani, Maudy Rati Saktia Fitri Reza Faisal, Mohammad Riana T. Mangesa Ridwan, M. Arif Rina Sasmita Alfani Risdawati, Irsyam Rivai, Andi Muhammad Riza Adriat Rizka Fadliah Nur Rosmalah Rudy Herteno Ruslan Sa'ban Miru, Alimuddin sahar, resti Saragih, Sry Ningsih Saragih, Triando Hamonangan Satria Putra, Yoga Siena, Laifansan Sindi Hikmala Siti Syarifah Wafiqah Wardah Sitti Jauhar, Sitti Situngkir, Andreas Henfri Sri Indah Setiyaningsih MSM Sudarto Sugeng A. Karim Syahrul Syamsuddin Syamsuddin Sylva Rahmah Hafiz Syukri Taufiq, Wildan Tengku Riza Zarzani N Tsaputra, Antoni Udin Sidik Sidin Ulantari Suhal Ulfa Khairina Uswatun Hasanah Wahyu Caesarendra Wahyu Hidayat M Wahyu Muhammad Abdul Wahid Wasik, Abdul Waulandari, Elysa Widia Rahayu Widiyanti Widiyanti Wisnu Bekti Nugraha Yulia Azmi Khotimah Yulisnaeni, Sri Yunida, Rahmi Yunizar, Muhammad Yuris Sutanto Zainuri, Hamzah Zamzam, Yra Fatria Zulfian Zulfian