Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : JOURNAL OF APPLIED INFORMATICS AND COMPUTING

Sentiment Analysis of Public Comments on X Social Media Related to Israeli Product Boycotts Using The Long Short-Term Memory (LSTM) Method Panggabean, Pitra Rahmadani; Asrianda, Asrianda; Aidilof, Hafizh Al-Kausar
Journal of Applied Informatics and Computing Vol. 9 No. 3 (2025): June 2025
Publisher : Politeknik Negeri Batam

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

Abstract

The boycott of Israeli products is a widely discussed issue on social media, particularly on X. This study aims to analyze public sentiment regarding the boycott using the Long Short-Term Memory (LSTM) method. Data was collected via the X API, resulting in 800 comments after cleaning and removing duplicates from initially 980 crawled datasets. LSTM was chosen for this analysis due to its superior ability to process sequential data like text and effectively capture long-term dependencies in natural language, which is crucial for accurate sentiment classification. Data was processed through preprocessing steps, sentiment labeling, and Term Frequency-Inverse Document Frequency (TF-IDF) weighting before being fed into the LSTM model. Sentiment was classified into three categories: positive, negative, and neutral. Model evaluation was conducted using accuracy, precision, recall, and F1-score metrics. The results show that the LSTM model achieved an accuracy of 80.62%, with negative sentiment dominating, followed by neutral and positive. This study demonstrates that the LSTM method effectively classifies public sentiment and can be applied to inform public policy decisions, map public opinion trends, and monitor responses to foreign policy issues related to the Israeli-Palestinian conflict.
A Random Forest-Based Predictive Model for Student Academic Performance: A Case Study in Indonesian Public High Schools Saputri, Rifa Andriani; Asrianda, Asrianda; Rosnita, Lidya
Journal of Applied Informatics and Computing Vol. 9 No. 3 (2025): June 2025
Publisher : Politeknik Negeri Batam

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

Abstract

The rapid advancement of information technology has transformed education by providing tools to accurately predict students' academic performance. This study aims to develop a system for predicting academic achievement using the Random Forest algorithm, with a case study at SMAN 1 Aceh Barat Daya and SMAN 3 Aceh Barat Daya. Data from 632 student report cards for grades X and XI in the second semester of the 2023/2024 academic year were used, covering subjects such as Mathematics, Indonesian Language, and others, divided into 80% training data (506 samples) and 20% test data (136 samples). The research methodology involved data preprocessing, training the Random Forest model using entropy and information gain to construct decision trees, and performance evaluation using metrics such as accuracy, precision, and recall. The implementation resulted in a web-based application using Python and Flask, featuring an interactive interface and decision tree visualization. Testing on 136 test samples achieved an accuracy of 87.40%, with 111 correct predictions, 16 false positives, and 0 false negatives, demonstrating the model's reliability in identifying high-achieving students without missing potential. This research is expected to assist schools in identifying outstanding students, making data-driven decisions, and designing more effective educational strategies.
Sentiment Analysis of Youtube and Gotube Reviews on Google Play Using the Support Vector Machine (SVM) Method in Indonesia Putri, Sri Raihan; Asrianda, Asrianda; Rosnita, Lidya
Journal of Applied Informatics and Computing Vol. 9 No. 3 (2025): June 2025
Publisher : Politeknik Negeri Batam

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

Abstract

This research, titled Sentiment Analysis of YouTube and GoTube Reviews on Google Play Using the Support Vector Machine (SVM) Method in Indonesia, analyzes user perceptions of YouTube and GoTube based on Google Play reviews. The study is motivated by the growing popularity of video streaming apps in Indonesia and the limited sentiment analysis research on these platforms. The research collects 1,600 reviews (800 per app) from 2023-2024 using Python’s Scrapy library. The data is split 70% for training and 30% for testing, undergoing text preprocessing (tokenization, stop word removal, stemming), TF-IDF weighting, and SVM classification with an RBF kernel. Evaluation metrics include accuracy, precision, recall, and F1-score, with PCA used for visualization. Results show 94.50% accuracy overall, 97.01% for YouTube, and 92.66% for GoTube. GoTube has higher positive sentiment (385 of 400 test reviews) than YouTube (345 of 400) but lower negative sentiment (15 vs. 55). However, the model exhibits a positive class bias due to data imbalance. The study concludes that SVM effectively detects positive sentiment, but balancing data and exploring non-linear methods could improve negative sentiment detection.
Stunting Risk Detection and Food Recommendation via Maternal Diagnosis Using the CF Method Kautsar, Al; Asrianda, Asrianda; Afrillia, Yesy
Journal of Applied Informatics and Computing Vol. 9 No. 4 (2025): August 2025
Publisher : Politeknik Negeri Batam

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

Abstract

Stunting in children often stems from maternal health conditions during pregnancy. This study aims to develop an intelligent rule-based IF–THEN system using the Certainty Factor method as a decision-support tool for the early detection of stunting risk factors. The detection is performed indirectly by diagnosing maternal health conditions during pregnancy. The knowledge base was constructed through interviews with obstetricians and nutritionists, encompassing 20 symptoms categorized into three primary conditions namely Chronic Energy Deficiency (CED), anemia, and preeclampsia. A total of 119 pregnant women from 11 villages in Muara Satu District participated as respondents. Implementation results revealed that among the respondents, 20 were identified with CED, 96 had anemia, and 3 exhibited signs of preeclampsia. Based on Certainty Factor (CF) calculations, the confidence distribution for CED included 2 respondents with CF <50%, 5 respondents within the 50–80% range, and 13 respondents with CF >80%. For anemia, 1 respondent had a CF value <50%, 4 fell within the 50–80% range, and 91 respondents had CF values above 80%. Meanwhile, for preeclampsia, all respondents exceeded the 50% CF threshold, with 1 respondent in the 50–80% range and 2 respondents >80%. In addition to diagnosis, the system provides tailored meal recommendations (breakfast, lunch, and dinner) based on the identified health conditions. Expert validation indicated a 90% agreement rate. However, results still require confirmation through clinical examinations and consultations to ensure medical accuracy.