SciRepID - Scientific Publication Search

Publication Search

54,413 articles from 425 journals · 1,456 citations tracked

Showing 1-20 of 285

Analytics

Risdiansyah, Deni; Fachrurozi, Ahmad; Juningsih, Eka Herdit; Seimahuira, Syarah; Agustin Fitriana, Lady

Teknik: Jurnal Ilmu Teknik dan Informatika 2026 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

The development of digital services by BPJS Ketenagakerjaan through the JMO (Jamsostek Mobile) application has triggered a surge in large-scale and unstructured user reviews on the Google Play Store, thereby complicating manual analysis and conventional sentiment analysis in accurately identifying specific issues. This research aims to implement the Aspect-Based Sentiment Analysis (ABSA) method to granularly evaluate JMO application reviews based on specific aspects, while simultaneously addressing class imbalance and computational efficiency issues. The proposed method combines the pretrained IndoBERT model as a contextual feature extractor, the SMOTE technique to balance the training data, and an artificial neural network (Neural Network) as the classification layer without performing full fine-tuning. The dataset used consists of 90,268 unique reviews categorized into five main aspects through keyword matching, namely General Satisfaction/Complaints, Performance & Stability, Service & Support, Feature Quality, and UI/UX, with initial lexicon-based labeling using the InSet Lexicon. The research results indicate that the proposed model successfully achieves highly optimal performance with an accuracy rate of 91.81% and a weighted F1-score of 92%. Furthermore, the implementation of SMOTE proved effective in enhancing model reliability on the minority class (negative sentiment), achieving an F1-score of 89%. The implications of this research contribute an accurate and efficient aspect-based sentiment analysis framework for developers, and serve as a strategic evaluation tool for BPJS Ketenagakerjaan in mapping specific user complaints to accelerate continuous improvements in the performance, stability, and service quality of the JMO application.

Aqiilah, Inge Najwa; Saptono, Ristu; Syaifuddin, Akhmad

Journal of Computing Theories and Applications 2026 Universitas Dian Nuswantoro

Document-level sentiment analysis assigns a single polarity label to an entire review, often obscuring opinion diversity within multi-sentence submissions. This limitation is particularly evident in reviews of multi-service platforms, where users frequently express heterogeneous opinions toward different aspects of the platform in the same review. To address this challenge, this study proposes a sentence-level sentiment analysis framework for Indonesian Gojek app reviews collected from the Google Play Store. The proposed framework introduces a two-stage segmentation strategy that combines punctuation-aware rules with conjunction-aware splitting based on coordinating and adversative conjunctions (e.g., tapi [but], padahal [even though]) to identify opinion boundaries and decompose mixed-sentiment reviews into independently classifiable sentence units. A total of 14,730 raw reviews collected between May and July 2025 were subjected to data cleaning and quality filtering, resulting in 7,187 valid reviews that were further segmented into 14,187 sentence-level instances. Each instance was manually annotated by three annotators using a four-class labeling scheme consisting of app-positive, app-negative, app-neutral, and service categories. Sentiment-level inter-annotator agreement, computed on the subset of instances unanimously categorized as app-related by all three annotators (n = 4,384), achieved substantial agreement (Fleiss'  = 0.636). Hyperparameter optimization was conducted using Optuna with the Tree-structured Parzen Estimator (TPE) sampler across four experimental scenarios. The best performance was achieved by IndoBERTweet under Stratified K-Fold evaluation, attaining an accuracy of 0.751 and a macro F1-score of 0.729, outperforming all IndoBERT configurations. The results demonstrate the effectiveness of domain-adaptive pre-training on informal Indonesian text and highlight the value of conjunction-aware segmentation for preserving fine-grained opinion structures in mixed-sentiment reviews. These findings suggest that domain-aligned language representations provide a practical and effective solution for sentence-level sentiment analysis of Indonesian app reviews.

Icon Latif; Udin Hamim; Muchtar Ahmad

International Journal of Humanities and Social Sciences Reviews 2026 Asosiasi Penelitian dan Pengajar Ilmu Sosial Indonesia

This study examines human resource competence in improving financial management at the Public Service Agency of Gorontalo State University, a public higher education institution that operates under a flexible financial management model while remaining accountable for public funds. The main problem addressed is how financial management personnel translate regulatory knowledge, technical skills, and professional attitudes into efficient, effective, and accountable financial governance. This study aims to analyze the competence of financial management personnel and explain its contribution to strengthening institutional financial management. A qualitative descriptive approach was employed through interviews, observation, and document analysis involving bureau leaders, financial work team officials, treasurers, and financial managers across relevant work units. The findings show that knowledge competence is reflected in personnel understanding of regulations, policies, financial systems, budgeting procedures, reporting requirements, and the linkage between budget and institutional performance. Skills competence is demonstrated through financial administration, transaction recording, document verification, use of financial information systems, reconciliation, reporting, and preparation of accountability documents. Attitudinal competence appears in professionalism, compliance, integrity, prudence, responsibility, and openness to evaluation and audit. Financial management has been directed toward performance-based planning, expenditure control, budget realization monitoring, reporting, supervision, and audit follow-up. However, challenges remain in regulatory adaptation, system integration, data quality, document timeliness, account-code accuracy, inter-unit coordination, and consistency of audit follow-up. The study concludes that strengthening human resource competence is essential for improving financial management that is efficient, effective, accountable, and performance-oriented in public university financial governance.

Gamaliel, Dileando; Sulistyo, Wiwin

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2026 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

This study investigates the implementation of the Gradient Boosting Machine (GBM) algorithm for network intrusion detection using the CICIDS2017 dataset within the CRISP-DM framework. The process encompasses Business Understanding, Data Understanding, and Data Preparation including data cleaning, categorical feature encoding, normalization, and data split (80 % training, 20 % testing). In the Modeling phase, GBM Hyperparameters (learning_rate = 0.1; max_depth = 5; n_estimators = 150) were optimized via Grid Search with 2-fold Cross Validation, and F1-Score  was selected as the primary metric due to class imbalance. Evaluation on the test set yielded accuracy of 99.99 %, precision of 100 %, Recall of 99.98 %, and F1-Score  of 99.99 %, demonstrating exceptional detection capability with minimal false negatives and false positives. Compared to previous studies, this GBM model outperforms in accuracy and stability without overfitting. These findings confirm GBM’s effectiveness for modern Intrusion Detection Systems and its suitability for Deployment in resource-constrained operational environments.

Richardo, Daniel Darren; Wellem, Theophilus

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2026 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

Malware represents an evolving cybersecurity threat that demands more effective detection methods. Conventional signature-based detection systems have limitations in identifying new variants, driving the development of deep learning-based approaches. This research implements and evaluates four variants of the YOLOv11 algorithm (n, s, m, l) for malware classification based on visual image representation. The dataset consists of 22,056 malware and benign images, divided into 70% training, 15% validation, and 15% testing across 8 classes (adware, backdoor, benign, downloader, spyware, trojan, virus, worm). Each model was trained for 100 epochs with batch size 32 using Google Colab with GPU support. Results demonstrate that all variants achieve high accuracy (97.8%-98.1%) with YOLOv11m as the best performer (98.1%). YOLOv11n offers optimal balance between accuracy (97.9%) and efficiency (1.5M parameters, 0.3 ms/img inference) ideal for real-time applications. This research surpasses previous methods such as K-NN (97.18%) and hybrid CNN (96.55%) with superior inference speed (0.3-0.9 ms/img vs tens to hundreds of ms/img), proving the effectiveness of YOLOv11 for fast, accurate, and scalable malware detection.

Priyambodo, Aji; Isnanto, R. Rizal; Sanjaya, Ridwan

Journal of Computing Theories and Applications 2026 Universitas Dian Nuswantoro

Batik motif classification has attracted growing attention in visual computing due to its role in cultural heritage preservation, textile informatics, museum documentation, and automated cataloging. Although many studies report high classification accuracy, robustness under real-world acquisition conditions remains insufficiently understood. Batik images are frequently affected by illumination variation, blur, folds, watermark overlays, wearable deformation, scale inconsistency, and background clutter, creating challenges that extend beyond conventional image-noise assumptions. Existing studies largely focus on improving classification performance, while the interactions among acquisition variability, feature representation, evaluation practice, and deployment constraints remain fragmented. This systematic literature review addresses this gap by synthesizing batik classification research through a robustness-aware perspective. Using query expansion, backward and forward citation chaining, relevance screening, and thematic coding, 116 candidate records were identified, resulting in 50 highly relevant studies for detailed analysis. The review reveals that robustness is shaped less by denoising alone than by the combined effects of acquisition conditions, representation design, evaluation realism, and deployment context. Handcrafted descriptors remain competitive for small datasets and structured motifs due to their data efficiency and interpretability, whereas deep learning models achieve the highest reported accuracy when supported by sufficient data diversity and realistic augmentation. Hybrid representations emerge as the most consistently balanced approach, combining local texture stability with higher-level abstraction across heterogeneous acquisition settings. The review further identifies recurring robustness failure patterns, including background dependency, illumination instability, motif-scale inconsistency, wearable deformation, and source-shift vulnerability. Based on these findings, a robustness-oriented research agenda is proposed, emphasizing cross-acquisition evaluation, representation-stability analysis, batik-specific robustness benchmarks, acquisition-aware augmentation, and deployable lightweight or hybrid architectures. The study contributes a domain-specific synthesis that reframes batik motif classification from an accuracy-centric task toward a robustness-aware visual recognition problem.

Baharudin, Ali Musthofa; Ilham, Aqsha Maulana; Resmi, Arum Sita; Azkia, Bella Firdha; Reswara, Naufal +1 more

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2026 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

Python programming has become a fundamental competence in the digital era, yet students often struggle to transform algorithmic logic into functional code. This gap between conceptual understanding and practical implementation skills requires a thorough investigation into learning challenges within the Industrial Informatics Engineering Technology (TRIN) program at Politeknik Manufaktur Bandung. Grounded in Bloom's Revised Taxonomy and Cognitive Load Theory, this descriptive quantitative study utilized a Likert-scale questionnaire and an objective comprehension test administered to 87 third-year students. Data were analyzed using descriptive statistics to map performance across three aspects: conceptual understanding, syntactic comprehension, and implementation ability. Results indicate the conceptual aspect achieved the highest average of 4.15, followed by syntax at 3.56 and implementation at 3.54, with objective test accuracy rates of 76.09%, 65.52%, and 67.36%, respectively. Major obstacles identified include difficulties with looping, debugging, and comparison operators. Therefore, enhanced structured practice and Project-Based Learning approaches are recommended to strengthen students' implementation competencies.

Rifna, Iza; Nurdin, Nurdin

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2026 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

The Free Nutritional Meal Program (MBG) is a government policy that is widely discussed by the public through social media, especially TikTok. Various comments that have emerged indicate differences in public opinion towards the program, so an analysis is needed to determine the tendency of public sentiment. This study aims to analyze TikTok user sentiment towards the Free Nutritional Meal Program using the Naive Bayes method. The research method is carried out through several steps, namely collecting TikTok comment data, preprocessing text, labeling sentiment data into positive, negative, and neutral, feature transformation using TF-IDF, and classification using the Naive Bayes algorithm. Based on the analysis of 500 comment data, the results show that positive sentiment dominates public opinion by 42% (210 data), followed by negative sentiment by 36% (180 data), and neutral sentiment by 22% (110 data). Testing the classification model using Naive Bayes produces excellent performance with an accuracy rate of 86%, precision of 84%, recall of 85%, and F1-score of 84%. The conclusion of this study shows that the Naive Bayes method is effective as an approach in social media sentiment analysis to map public responses to government policies.

Surya, Muhamad Fikri

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2026 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

The thesis supervision process in higher education institutions is still frequently conducted manually, which may lead to inefficiencies in recording supervision data. This study focuses on the development and implementation of a web-based thesis supervision attendance application designed to facilitate attendance documentation, supervision session administration, and systematic monitoring of thesis supervision history. The methodology applied in this study is the Waterfall model, which includes the phases of requirements analysis, system design, implementation, and testing. The application was developed using the Laravel framework and a MySQL database. The system design was modeled using Unified Modeling Language (UML), while the validation process was conducted through Black Box Testing techniques. The research findings indicate that the developed application is capable of performing real-time supervision attendance recording, managing supervision information, and generating attendance reports effectively and efficiently. It can be concluded that the web-based thesis supervision attendance application improves the efficiency and accuracy of supervision record management and supports a more effective thesis supervision monitoring process..

Damayanti, Nadia; Puspasari, Shinta; Suhandi, Nazori

Teknik: Jurnal Ilmu Teknik dan Informatika 2026 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

Nature tourism is one of the sectors that plays an important role in supporting the development of regional tourism, including in Lahat Regency, which has significant waterfall tourism potential. Currently, many visitors share their reviews and experiences through digital platforms such as Google Maps. This review can be used as a source of information to understand the public's evaluation of the quality of tourist attractions. This study aims to examine public perception of tourist attractions in Lahat Regency using the Support Vector Machine (SVM) method. Research data were collected through scraping from Google Maps, totaling 500 reviews from five tourist attractions, namely Curup Maung, Curup Buluh, Senyawe Waterfall, Panjang Waterfall, and Green Canyon. The research stages include data preprocessing, consisting of cleaning, case folding, normalization, tokenization, stopword removal, and stemming. After that, feature extraction was carried out using the TF-IDF method and the classification process using the SVM algorithm. Based on the research results, the Support Vector Machine (SVM) method is able to perform sentiment classification quite well, although the accuracy level varies for each tourist attraction. Curup Maung and Panjang Waterfall achieved the highest accuracy level of 90%. Nevertheless, most visitor reviews were dominated by negative sentiments. This indicates that there are still several aspects that need to be improved, particularly related to tourist facilities and services. This research is expected to serve as a consideration for tourism managers and local governments in efforts to improve management quality as well as the development of tourism in Lahat Regency.

Halawa, Fransisco Lucky; Heriansyah, Rudi; Permatasari, Indah

Teknik: Jurnal Ilmu Teknik dan Informatika 2026 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

This study analyzes netizen sentiment concerning the 17+8 public aspirations circulating the digital platform X spanning the period from August 18 through October 31, 2025. 1,837 comments obtained through scraping method. Classification Research stages include data preprocessing, sentiment weighting based on lexicon, and feature extraction using TF-IDF. Data 80% used for learning purposes and the remaining 20% utilized for validation. The findings reveal that the majority of comments, amounting to 81.14%, contained negative sentiment, while the remaining 18.86% were positive. The outcomes demonstrate that community reactions toward the 17+8 People's Demands were dominated by unsupportive views. From a theoretical standpoint this scholarly work offers to enriching knowledge concerning public opinion classification on political issues through a computational approach, while also serving as a reference for future research focused on improving the accuracy of sentiment analysis related to political dynamics and the behavior of state institutions.

Violla Evarista; Kristanto Kristanto; Vinanda Langgeng Kencana; Riyan Ardiansyah; I Komang Agus Tri Wismantara

Prosiding Seminar Nasional Ilmu Hukum 2026 Asosiasi Peneliti dan Pengajar Ilmu Hukum Indonesia

Land rights disputes arising from overlapping land certificates remain a complex agrarian law issue frequently encountered in Indonesia. This phenomenon reflects weaknesses in the land administration system, particularly in data collection, land measurement, and certificate issuance. Such disputes create conflicts, legal uncertainty, and reduced public trust in the land registration system. In practice, these disputes are generally resolved through civil litigation procedures in the District Court. This study aims to comprehensively analyze civil procedural law in resolving land rights disputes involving overlapping certificates and to examine the evidentiary strength of land certificates in judicial proceedings. This research employs a normative legal method using statutory and conceptual approaches, supported by primary and secondary legal materials. The findings indicate that dispute resolution begins with the filing of a lawsuit, followed by mediation, court examination, and the evidentiary process as the most crucial stage in determining lawful ownership. Land certificates serve as strong evidence; however, they are not absolute, as they may be challenged if administrative or substantive legal defects are identified. Judges play a central role in assessing certificate validity by considering land history, physical possession, good faith, and compliance with legal procedures. Nevertheless, the effectiveness of dispute resolution still requires improvement through better land administration, enhanced data accuracy, and stronger institutional integration.

Sutisna Sutisna; Tri Wahyudi; Dwi Swasono Rachmad; Fachrur Rozi

International Journal of Information Engineering and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

Social media X (Twitter) has become the main platform for the Indonesian public to express opinions, including on the trend of 'kabur aja dulu' (let's just run away for a bit). This research aims to classify the sentiments of the public using the Naïve Bayes and Support Vector Machine (SVM) methods, and to compare the accuracy of both in sentiment analysis. Data was collected via the Twitter API with the hashtag #kaburajadulu, resulting in 2,067 tweets, which, after the cleansing process and manual labeling, left 385 data points. The analysis process followed the CRISP-DM stages, which include business understanding, data understanding, data preparation, modeling, evaluation, and deployment. Model evaluation was conducted using a confusion matrix with accuracy, precision, and recall metrics. The classification results show that 82% of tweets have a positive sentiment and 18% negative. The Naïve Bayes algorithm achieved an accuracy of 86.49%, slightly lower than SVM, which reached 88.05%. In conclusion, Support Vector Machine is more effective in sentiment classification on public opinion data. This research contributes to the digital mapping of public opinion and recommends the development of automatic labeling methods as well as the exploration of advanced algorithms in the future.

Yuma Akbar; Frencis Matheos Sarimolle; Dwi Swasono Rachmad; Muhammad Derry Oktaviandi

International Journal of Applied Mathematics and Computing 2026 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

This study aims to analyze public sentiment toward the hashtag #KaburAjaDulu, which has circulated widely on the social media platform X (formerly Twitter). The hashtag reflects the growing anxiety among the public, especially younger generations, regarding socio-political issues in Indonesia. The data were collected using web scraping techniques, focusing on user-generated tweets that contain the hashtag. A comprehensive text preprocessing phase was conducted to clean the raw data by removing irrelevant elements such as URLs, emojis, numbers, and punctuation. The research applies a hybrid classification approach using a combination of Support Vector Machine (SVM) and Random Forest algorithms to categorize sentiment into three classes: positive, negative, and neutral. The performance of the model was evaluated using metrics such as accuracy, precision, recall, and F1-score to determine the effectiveness of the classification. The study aims to demonstrate that combining algorithms can improve classification performance compared to using a single algorithm. This research contributes to the field of sentiment analysis and provides valuable insights for researchers, policymakers, and social observers in understanding public opinion trends in digital media.

Untung Surapati; Dadang Iskandar Mulyana; Dedi Gunawan; Anggit Purnama

International Journal of Applied Mathematics and Computing 2026 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Early detection of a potential heart attack is a crucial step in preventing sudden death from heart disease. This research aims to develop an Internet of Things (IoT)-based health monitoring system capable of measuring vital body data in real time and predicting the likelihood of a heart attack from CSV data obtained from sensors, integrated through RapidMiner as learning data using a machine learning algorithm, the Support Vector Machine (SVM). The system was built using an ESP32 microcontroller connected to a MAX30102 sensor to measure heart rate and finger oxygen levels (SpO₂), as well as a DHT22 sensor to measure temperature and humidity. The resulting data is sent to the Blynk application to display real-time data according to its parameters. The initial prediction logic was developed using a rule-based method based on medical thresholds for four vital parameters. The data was then used to train an SVM model as a classification system to detect potential heart attacks. Test results showed that the system can identify abnormal conditions with a good level of accuracy and provide early warnings based on changes in vital parameters in real time. This system is expected to be an initial solution for personal health monitoring, especially for individuals at risk of heart disease. It can be further developed with cloud integration and automatic notifications to users' devices.

Yuma Akbar; Sopan Adrianto; Rasiban Rasiban; Nadya Khairunnisa

International Journal of Applied Mathematics and Computing 2026 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

This study discusses a student concentration detection system using Convolutional Neural Network (CNN) with the MobileNetV2 architecture. The dataset was adapted from Classroom Student Behaviors and mapped into four concentration categories: highly focused, focused, less focused, and unfocused. The system was tested with a 720p webcam and produced real-time detection data. The evaluation results show an overall accuracy of 75.85%, with the highest precision achieved in the focused class (0.9859) and the highest recall in the highly focused (0.9739) and unfocused (0.9811) classes. The confusion matrix indicates that the focused class was detected most consistently, while highly focused and unfocused classes were often misclassified as focused, resulting in lower precision. In real-time testing, the system operated at an average of 7 FPS and worked optimally when students faced the camera directly with sufficient lighting, but its performance decreased significantly at face angles greater than 45°. User evaluation shows that 75% of students rated the detection results as accurate/very accurate with an average satisfaction score of 3.6 out of 5, and 75% felt assisted in recognizing their concentration level. From the teachers’ perspective, most stated that the results were consistent with classroom observations, and all expressed willingness to reuse the system.

Rasiban Rasiban; Dadang Iskandar Mulyana; Muhammad Joko Umbaran Kharis Bahrudin; Nicola Marthy

International Journal of Information Engineering and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

The development of social media, especially TWITTER, has become one of the main means for people to express opinions and criticism on various issues, including the performance of law in Indonesia. This study aims to analyze public sentiment towards the performance of law based on TWITTER user comments using the Naïve Bayes algorithm. The research data consists of 1004 comments collected from several videos related to legal topics. The analysis process includes the stages of data crawling, pre- processing (text cleaning, normalization, and tokenization), labeling sentiment into positive, negative, and neutral, and testing the Naïve Bayes model. The results show that the Naïve Bayes algorithm is able to classify sentiment with an accuracy level of 93.73%. The distribution of sentiment from 1004 comments shows that the majority of public opinion is (negative/positive/neutral), which indicates that public perception of the performance of law is still (critical/positive). These findings are expected to be input for related parties to understand public opinion and improve the quality of legal performance in

Veri Arinal; Satria Wira Yudha; Muhammad Joko Umbaran Kharis Bahrudin; Dessyanti Ryantina

International Journal of Information Engineering and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

QRIS (Quick Response Code Indonesian Standard) has become a widely used national digital payment standard. User satisfaction with this service needs to be monitored continuously to ensure its sustainability. This study aims to predict the level of QRIS user satisfaction based on their experiences and perceptions expressed organically on the Twitter social media platform. The method used is sentiment analysis with the Naive Bayes classification algorithm implemented using RapidMiner software. The research data was obtained from Twitter user comments collected through web scraping techniques. The text data then went through a preprocessing stage that included cleansing, stopword filtering, stemming, and tokenizing to be prepared as features ready to be processed by the model. The data was divided into training (80%) and testing (20%) subsets for model training and validation. The results showed that the Naive Bayes model was able to predict user satisfaction sentiment with an accuracy of 80.99%. These findings indicate that the model is highly accurate in identifying satisfied comments and sufficiently sensitive in detecting dissatisfaction. This study concludes that sentiment analysis of Twitter UGC data using Naive Bayes is an effective and efficient approach for predicting QRIS user satisfaction in real time. The practical implication of this study is to provide an automatic feedback system for service providers to monitor public sentiment and take targeted corrective actions.

Sutisna Sutisna; Rizki Ananda Pratama; Nandang Sutisna; Jundi Kariman Husni

International Journal of Information Engineering and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

Bullying is a serious problem that can disrupt the learning process and mental development of students, including in Islamic boarding schools. Early detection of bullying is essential to creating a safe and conducive learning environment. This study aims to apply the You Only Look Once (YOLO) algorithm to automatically detect bullying through video recordings in the environment of the SMK Skill Village Islamic School Business Boarding School. The method used involves collecting a video dataset representing various types of bullying behavior, labeling the data, and training an object detection model using the YOLOv5 algorithm. The developed system is capable of detecting and classifying bullying behavior in real- time with detection accuracy reaching [accuracy value if known]. The implementation of this system is expected to assist school authorities and boarding school administrators in monitoring, preventing, and addressing bullying incidents more quickly and effectively, while also serving as an initial step in leveraging artificial intelligence technology to create a safer and more comfortable educational environment.

Mesra Betty Yel; Sopan Adrianto; Rasiban Rasiban; Eva Widiyanti

International Journal of Information Engineering and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

The growth of information technology has driven changes in consumer behavior, one of which is through e-commerce platforms such as Shopee. This phenomenon has generated a large number of customer reviews, including those for local cosmetic products such as Wardah. These reviews serve as an important source of information for understanding customer perceptions and satisfaction levels. However, manual analysis of large and linguistically diverse datasets is inefficient and potentially subjective. This study aims to implement the multi-category Naive Bayes algorithm to classify the sentiment of Wardah product reviews on Shopee into three categories: positive, negative, and neutral. The data were collected using a web scraping technique and processed through a series of preprocessing stages including case folding, tokenization, stopword removal, stemming, and text cleaning. Subsequently, term weighting was performed using the TF-IDF method prior to classification. Model performance was evaluated using a confusion matrix as well as accuracy, precision, and recall metrics. The results indicate that the multi-category Naive Bayes algorithm achieved an accuracy of 86.00%, a precision of 86.63%, and a recall of 98.24%. This approach can assist business practitioners in objectively understanding customer opinions and support decision-making in business strategy and product development.