Claim Missing Document
Check
Articles

Found 9 Documents
Search

Aspect Based Sentiment Analysis of Product Review Using Memory Network Ismet, Hilya Tsaniya; Mustaqim, Tanzilal; Purwitasari, Diana
Scientific Journal of Informatics Vol 9, No 1 (2022): May 2022
Publisher : Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/sji.v9i1.34094

Abstract

Abstract. Purpose: Consumer opinion is one of the essential keys that affect the success of a product. Sentiment analysis of consumer opinion is needed to find out information about customer satisfaction for companies in the decision-making process. The traditional sentiment analysis process extracts a complete sentiment from a single sentence. However, it does not consist of only one sentiment in one sentence. The total number depends on the number of aspects that make up the sentence. Therefore, a sentiment analysis process is needed to pay attention to aspects.Methods: This research focuses on product reviews from Indonesian e-commerce on several aspects of sentiment. Uses fastText word embedding to avoid Out of Vocabulary in datasets and Gated Recurrent Units for aspect spread detection. Sentiment classification on aspects using the Memory Network method.Result: The experiment results showed that aspect-based sentiment classification predictions had an accuracy of 83% compared to 78% overall classification predictions for review texts, indicating that aspect-based sentiment analysis can improve model performance on product review classification predictions.Novelty: Most product reviews analysis use document-level classification to extract and predict sentiment reviews, aspect-based analysis can be applied to product reviews for better sentiment understanding, using Memory Network to store important information explicitly on aspects and polarity.
Combination of Cross Stage Partial Network and GhostNet with Spatial Pyramid Pooling on Yolov4 for Detection of Acute Lymphoblastic Leukemia Subtypes in Multi-Cell Blood Microscopic Image Mustaqim, Tanzilal; Fatichah, Chastine; Suciati, Nanik
Scientific Journal of Informatics Vol 9, No 2 (2022): November 2022
Publisher : Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/sji.v9i2.37350

Abstract

Purpose: Acute Lymphoblastic Leukemia (ALL) Detection with microscopic blood images can use a deep learning-based object detection model to localize and classify ALL cell subtypes. Previous studies only performed single cell-based detection objects or binary classification with leukemia and normal classes. Detection of ALL subtypes is crucial to support early diagnosis and treatment. Therefore, an object detection model is needed to detect ALL subtypes in multi-cell blood microscopic images.Methods: This study focuses on detecting the ALL subtype using YOLOV4 with a modified neck using Cross Stage Partial Network (CSPNet) and GhostNet. CSPNet is combined with Spatial Pyramid Pooling (SPP) to become SPPCSP to get various features map before the YOLOv4 final layer. Ghostnet was used to reduce the computation time of the modified YOLOV4 neck.Result: Experimental results show that YOLOv4 SPPCSP outperformed the recall value of 14.6%, the value of mAP@.5 0.8%, and reduced the computation time by 4.7 ms compared to the original YOLOv4.Novelty: The combination of CSPNet and GhostNet for YOLOV4 neck modification can increase the variety of features map and reduce computing time compared to the Original YOLOv4.
Socialization and Assistance in the Implementation of Social Assistance for the Dalegan Village Community, Gresik Regency Titus Kristanto; Wachda Yuniar Rochmah; Riza Akhsani Setyo Prayoga; Tanzilal Mustaqim; Mustafa Kamal; Mohammad Sholik; Fandisya Rahman; Aris Kusumawati; Muhammad Dwi Hariyanto
Jurnal Masyarakat Mengabdi Vol. 1 No. 2 (2024): Article
Publisher : CV. Pustaka An Nur

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62058/jumadi.v1i2.94

Abstract

One of the government's efforts to improve the welfare of the Indonesian people, especially for people living below the poverty line, is the social assistance program. However, some people cannot utilize the social assistance program effectively due to a lack of understanding and access to information about the program. The purpose of community service activities is to increase public awareness and understanding of the various types of social assistance available so that community service activities can help the community in the process of applying for and receiving social assistance. It is expected that the social assistance program will be distributed on target through an approach and assistance involving village officials, community leaders, and direct assistance to village communities. Direct assistance to village communities can also be carried out to ensure that the social assistance distribution information system runs well. The results of community service activities can improve the welfare of village communities, reduce social disparities, increase the transparency of social assistance data, and improve the ability of village officials to manage social assistance. Community service activities can be a model for other villages in managing social assistance.
Arrhythmia Classification with ECG Signal using Extreme Gradient Boosting (XGBoost) Algorithm Asmawati, Diah; Arif Sanjani, Lukman; Dimas Renggana, Christiant; Fatichah, Chastine; Mustaqim, Tanzilal
Journal of Technology and Informatics (JoTI) Vol. 6 No. 1 (2024): Vol. 6 No.1 (2024)
Publisher : Universitas Dinamika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.37802/joti.v6i1.792

Abstract

Heart disease is one of the most dangerous illnesses because it has the potential to take people's lives. One of the causes of heart disease is arrhythmia, an abnormal condition of the heartbeat. To diagnose arrhythmia, analysis of electrocardiographic (ECG) signals can be performed. However, this analysis is very difficult to do conventionally and has the potential for errors, so there is a need for automatic ECG classification to detect arrhythmia. This study aims to fill the research gap by creating an ECG classification model to detect arrhythmia using the XGBoost algorithm. The results are quite good for each class, with accuracies for class N at 98.87%, class SVEB at 99.37%, class VEB at 99.4%, class F at 99.75%, and class Q at 99.99%. However, compared to existing methods in previous research, these results are still considered not better than those models.
A Deep Learning Model Comparation for Diabetic Retinopathy Image Classification Mustaqim, Tanzilal; Safitri, Pima Hani; Muhajir, Daud
Scientific Journal of Informatics Vol. 12 No. 1: February 2025
Publisher : Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/sji.v12i1.20939

Abstract

Purpose: This study compares the performance of various deep learning models for diabetic retinopathy (DR) classification, emphasizing the impact of different optimization functions. Early detection of DR is vital for preventing blindness, and the research investigates how optimization functions influence the classification accuracy and efficiency of several convolutional neural networks (CNNs). This study fills a gap in the existing literature by examining how optimization functions affect model performance in conjunction with architectural considerations. Methods: This paper uses the APTOS 2019 dataset, which comprises 3,663 retinal fundus images classified into five classes of diabetic retinopathy severity. Four CNN-based models, including CNN, ResNet50, DenseNet121, and EfficientNet B0, were trained using five optimization techniques: Adam, SGD, RMSProp, AdamW, and NAdam. The performance of the experimental scenarios was evaluated through accuracy, precision, recall, F1-score, training duration, and model size. Result: EfficientNet B0 demonstrated superior computational efficiency with a minimal model size of 16.16 MB. Subsequently, DenseNet121 with the SGD optimizer achieved the highest test accuracy of 96.86%. The experimental results indicate that the optimizer significantly influences model performance. AdamW and NAdam yield superior outcomes for deeper architectures such as ResNet50 and DenseNet121. Novelty: This paper offers an analytical examination of deep learning models and optimization techniques for DR classification, helping to clarify the trade-offs between computational efficiency and classification performance. The findings contribute to the development of more accurate and efficient DR detection systems, which could be utilized in real-world, resource-limited settings.
Rancang Bangun Prototipe Sistem Deteksi Dini Retinopathic Diabetic Berbasis Website Muhajir, Daud; Mustaqim, Tanzilal; Safitri, Pima Hani; Oktavia, Vessa Rizky
Jurnal Algoritma Vol 22 No 1 (2025): Jurnal Algoritma
Publisher : Institut Teknologi Garut

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33364/algoritma/v.22-1.2255

Abstract

Diabetic Retinopathic (DR) is one of the retinal disorders caused by high blood sugar levels. There are fewer ophthalmologists available, and treating DR patients manually is a time-consuming process. Therefore, there is a need for an automatic DR early detection method using Deep Learning. The purpose of this research is to build a web-based DR early detection prototype with retinal image classification using the DenseNet121 Deep Learning model and the Stochastic Gradient Descent (SGD) optimizer to improve the accessibility and efficiency of screening. The software development method used in this research is waterfall which consists of analysis phase, design phase, implementation phase, and testing phase. To ensure the prototype runs as planned, black-box testing is carried out on each of its features to ensure system functionality in accordance with predetermined specifications. This research produces a RD early detection prototype that has been tested with all 16 test cases and has a suitable status. Future research can be carried out further system development by involving real users such as ophthalmologists and can be applied in hospitals.
Accuracy of Malaysia Public Response to Economic Factors During the Covid-19 Pandemic Using Vader and Random Forest Jumanto, Jumanto; Muslim, Much Aziz; Dasril, Yosza; Mustaqim, Tanzilal
Journal of Information System Exploration and Research Vol. 1 No. 1 (2023): January 2023
Publisher : shmpublisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52465/joiser.v1i1.104

Abstract

This study conducted a sentiment analysis of the impact of the Covid-19 pandemic in the economic sector on people's lives through social media Twitter. The analysis was carried out on 23,777 tweet data collected from 13 states in Malaysia from 1 December 2019 to 17 June 2020. The research process went through 3 stages, namely pre-processing, labeling, and modeling. The pre-processing stage is collecting and cleaning data. Labeling in this study uses Vader sentiment polarity detection to provide an assessment of the sentiment of tweet data which is used as training data. The modeling stage means to test the sentiment data using the random forest algorithm plus the extraction count vectorizer and TF-IDF features as well as the N-gram selection feature. The test results show that the polarity of public sentiment in Malaysia is predominantly positive, which is 11,323 positive, 4105 neutral, and 8349 negative based on Vader labeling. The accuracy rate from the random forest modeling results was obtained 93.5 percent with TF-IDF and 1 gram.
Development of MongoDB-based Gait System with Interactive Visualization for Clinical Analysis Rizkika, Rizal Rahman; Fadhilah, Helisyah Nur; Mustaqim, Tanzilal; Ni'mah, Rifdatun
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 9 No 3 (2025): June 2025
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v9i3.6451

Abstract

Gait analysis is a crucial aspect of biomechanics and medical rehabilitation, used to detect movement disorders, assess therapy effectiveness, and understand human walking patterns. In Indonesia, gait research remains limited, with most data sourced from abroad, which may not reflect the characteristics of the local population. This study uses data from Vicon camera recordings that track marker movements on the subject's body and convert them into kinematic data in spatial coordinates, stored in Excel files. To support clinical applications, an efficient system is needed to manage gait data and present analysis results interactively. Therefore, a MongoDB-based gait data management system was developed due to its flexibility in handling unstructured data and scalability. The system was designed to preprocess gait data and display the results through an interactive Streamlit dashboard. The analysis involved calculating gait angle parameters, visualized in a gait cycle angle graph and analyzed statistically using mean and standard error to improve interpretation accuracy. Testing shows that the system can store data in an average of 1.52 seconds, retrieve it in 3.598 seconds, and render visualizations in 0.192 seconds, with high accuracy and only a 0.1-degree error between the input and output. This system effectively addresses the challenge of managing local gait data and supports comprehensive biomechanical analysis, enabling clinicians to make informed decisions regarding rehabilitation needs based on deviations from normal gait angle ranges.
Comparative Analysis of High School Student and AI-Generated Essays Using IndoBERT and Linguistic Features Adani, Muhammad Harits Shofwan; Rausanfita, Alqis; Mustaqim, Tanzilal
Scientific Journal of Informatics Vol. 12 No. 3: August 2025
Publisher : Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/sji.v12i3.27732

Abstract

Purpose: The purpose of this study is to address the growing challenge of distinguishing between essays written by humans and essays generated by AI, particularly in the context of high school education in Indonesia. This study aims to analyze the semantic and linguistic differences between student-written and ChatGPT-generated in Indonesian language. Methods: The study employs an IndoBERT-based semantic model trained with triplet loss to generate paragraph-level embeddings, allowing the measurement of semantic similarity within and between essay classes. Additionally, linguistic features such as lexical diversity, word count, modal usage, and stopword ratio were extracted to capture stylistic and structural differences. These three key features are combined and used as input to a neural network classifier. Result: The IndoBERT-based semantic model successfully grouped student-written and ChatGPT-generated essays into distinct clusters. The similarity scores within student essays ranged from 0.7 to 0.9, while the similarity between classes was mostly negative with a few outliers, reflecting the cosine similarity metric used in this study, which has a range of -1 to 1. The classification model showed a 90.55% accuracy and an AUC of 0.9999 when evaluated on the independent test set defined in the Data Preparation stage. These results suggest that student-written and ChatGPT-generated essays form distinct semantic clusters. Students’ essays show more linguistic diversity, while ChatGPT essays show consistency in the coherence and formality aspects of the essays. Novelty: This study provides empirical insights of semantic similarities and linguistic features to differentiate between human and AI-generated essays in the Indonesian language. It contributes to supporting academic integrity efforts and highlighting the need for further research across different writing models and contexts.