Claim Missing Document
Check
Articles

Found 2 Documents
Search

Comparison of the Word2vec Skipgram Model Method Linkaja Application Review using Bidirectional LSTM Algorithm and Support Vector Machine Ayuningtyas, Puji; Tantyoko, Henri
JUSTIN (Jurnal Sistem dan Teknologi Informasi) Vol 12, No 1 (2024)
Publisher : Jurusan Informatika Universitas Tanjungpura

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26418/justin.v12i1.72530

Abstract

Word embedding is a phase in word processing that seeks to convert each word into a vector representation. Word2Vec is a sort of word embedding that is frequently utilized in natural language processing research. Choosing the proper algorithm can help increase the performance of the word embedding method while doing text data categorization tasks. This research uses the Bidirectional LSTM deep learning algorithm and the Support Vector Machine (SVM) machine learning algorithm. The crawling approach was used to obtain data by accessing the LinkAja Application ID on the Google Play Store. The total number of rows in the dataset was 35560. Labeling data involves categorizing it into two target classes: positive (score 1) and negative (score 0). This study employs the Word2Vec approach with skipgram architecture during the vectorization stage. Vector size, window, min count, and sg are the four parameters employed. The bidirectional LSTM architecture employs a sequential model that consists of three neural network layers: embedding, bidirectional, and dense. In the meanwhile, the SVM architecture employs the Radial Basis Function (RBF) kernel parameters. For the final stage of algorithm testing, the accuracy of the bidirectional LSTM (BiLSTM) algorithm was 0.9505, which means it was higher than the support vector machine (SVM) algorithm with an accuracy value of 0.93.
Pelabelan Sentimen Berbasis Semi-Supervised Learning menggunakan Algoritma LSTM dan GRU Ayuningtyas, Puji; Khomsah, Siti; Sudianto, Sudianto
JISKA (Jurnal Informatika Sunan Kalijaga) Vol. 9 No. 3 (2024): September 2024
Publisher : UIN Sunan Kalijaga Yogyakarta

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.14421/jiska.2024.9.3.217-229

Abstract

In the sentiment analysis research process, there are problems when still using manual labeling methods by humans (expert annotation), which are related to subjectivity, long time, and expensive costs. Another way is to use computer assistance (machine annotator). However, the use of machine annotators also has the research problem of not being able to detect sarcastic sentences. Thus, the researcher proposed a sentiment labeling method using Semi-Supervised Learning. Semi-supervised learning is a labeling method that combines human labeling techniques (expert annotation) and machine labeling (machine annotation). This research uses machine annotators in the form of Deep Learning algorithms, namely the Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) algorithms. The word weighting method used in this research is Word2Vec Continuous Bag of Word (CBoW). The results showed that the GRU algorithm tends to have a better accuracy rate than the LSTM algorithm. The average accuracy of the training results of the LSTM and GRU algorithm models is 0.904 and 0.913. In contrast, the average accuracy of labeling by LSTM and GRU is 0.569 and 0.592, respectively.