Praskatama, Vincentius
Unknown Affiliation

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

Found 2 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

COMPARATIVE ANALYSIS OF LSTM, BILSTM, GRU, CNN, AND RNN FOR DEPRESSION DETECTION IN SOCIAL MEDIA Muhammad Huda, Alam; Shidik, Guruh Fajar; Praskatama, Vincentius
Jurnal Teknik Informatika (Jutif) Vol. 5 No. 6 (2024): JUTIF Volume 5, Number 6, Desember 2024
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2024.5.6.4060

Abstract

The prevalence of mental health issues and the increasing use of social media provide an opportunity to leverage technology for early detection of depression. This study evaluates and compares five deep learning models, LSTM, BiLSTM, GRU, CNN, and RNN for detecting depressive tendencies from over 10,000 annotated social media messages. These models were trained on preprocessed data using standard techniques, including cleansing, tokenization, and padding. Evaluation metrics such as accuracy, precision, recall, and F1-score were utilized. BiLSTM emerged as the best-performing model with an accuracy of 98.45% and an F1-score of 96.37%, attributed to its bidirectional architecture for contextual analysis. In contrast, CNN achieved high precision (98.55%) but struggled with recall (15.14%), while RNN and GRU exhibited limitations in capturing complex patterns, with GRU showing no measurable performance. These findings establish BiLSTM as a robust tool for mental health monitoring. Future research could explore transformer-based models such as BERT or multilingual datasets for enhanced applicability.
PNEUMONIA PREDICTION USING CONVOLUTIONAL NEURAL NETWORK Praskatama, Vincentius; Sari, Christy Atika; Rachmawanto, Eko Hari; Mohd Yaacob, Noorayisahbe
Jurnal Teknik Informatika (Jutif) Vol. 4 No. 5 (2023): JUTIF Volume 4, Number 5, October 2023
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2023.4.5.1353

Abstract

Pneumonia is condition which our lungs become inflamed due to infection from viruses, bacteria, or fungi. Pneumonia can affect anyone, both adults and children. Because of this, prevention of pneumonia is important. Prevention can be done by the process of maintain our immunity and lungs. In this study, had been done classify pneumonia based on X-ray images. This study using X-ray images dataset with total data is 5840 images in .jpg extensions. With a total number of images from training data is 5216 images and number of images from the test data is 624 images. The dataset that used in this research has 2 main classes, namely class normal and pneumonia. Normal class indicates that the X-Ray results are not detected with pneumonia. While the pneumonia class indicates that the processed X-Ray results are diagnose affected by pneumonia. The purpose of this research is building model that can be used to classify pneumonia based on X-Ray images. The classification process carried out in this study uses the Convolutional Neural Network method. The purpose of using the CNN method in the classification process of this research is because, in the process, CNN can extract features automatically and independently, so that the data provided does not need to be preprocessing first, but the data still produces good extraction features and can provide accurate classification results. The results from the testing process is carried out to run or perform in the pneumonia classification process, the CNN model built obtained a classification test accuracy of 87.82051205635071%.