Claim Missing Document
Check
Articles

Found 22 Documents
Search

APPLICATION OF K-NEAREST NEIGHBOR REGRESSION METHOD FOR RICE YIELD PREDICTION Handayani, Lestari; Alfarabi.B, Alif; Aprilia, Tasya; Wulandari, Indah; Jasril, Jasril; Ramadhani, Siti; Budianita, Elvia
Jurnal CoreIT: Jurnal Hasil Penelitian Ilmu Komputer dan Teknologi Informasi Vol 11, No 1 (2025): June 2025
Publisher : Fakultas Sains dan Teknologi, Universitas Islam Negeri Sultan Syarif Kasim Riau

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24014/coreit.v11i1.30907

Abstract

Rice plants with the Latin name Oryza Sativa are food plants that are widely used as the main food crop in various countries, one of which is Indonesia. Indonesia is ranked 4th as the largest rice consuming country in the world. This requires the availability of rice to be maintained. Unstable rice production can be a problem. One of the districts that has experienced a decline in rice production in recent years is the district of Lima puluh kota located in West Sumatra province. This requires prediction of rice production so that it can be used as a benchmark for the future. This study uses data on rice production in fifty cities from 2013 to 2023. The method used to predict is k-nearest neighbor regression (KNN Regression). The data division uses rasio 90 : 10. In testing the data used is divided into 2, namely normal data and data that has been normalized. The test results produce the smallest mean absolute percentage error (MAPE) value of 6.98% on normal data, the value of k is 6 with data division using k-fold 5. Based on the resulting MAPE value, it can be said that KNN Regression can predict rice production results very accurately.
Klasifikasi Sentimen Tweet Masyarakat terhadap Kendaraan Listrik Menggunakan Support Vector Machine Ananda, Nuari; Fikry, Muhammad; Yusra, Yusra; Handayani, Lestari; Iskandar, Iwan
Jurnal Informatika Universitas Pamulang Vol 8 No 4 (2023): JURNAL INFORMATIKA UNIVERSITAS PAMULANG
Publisher : Teknik Informatika Universitas Pamulang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32493/informatika.v8i4.36754

Abstract

Sentiment analysis involves using classification algorithms to analyze public opinions and feelings in text. Within the automobile industry, electric vehicles (EVs) stem from the circular economy and represent a novel technology under investigation in sentiment classification studies. The Support Vector Machine (SVM) algorithm is commonly used in this research due to its superior accuracy compared to other algorithms. The goal of this study is to apply SVM variable selection techniques to enhance sentiment analysis quality. Python is the programming language used to build the sentiment classification model, which involves feature selection using TF-IDF, training with cross-validation and grid search, evaluation using a confusion matrix, and storing the dataset in a MySQL database. The research focuses on the sentiment classification of 3000 public tweets about electric vehicles on Twitter. Through various scenarios, it was observed that the accuracy of sentiment classification varied depending on factors such as randomizing data, handling negation, and using different types of features like unigrams or bigrams. The highest accuracy achieved was 84% using a scenario with random data, negation handling, and unigram features. Overall, this research highlights the impact of randomizing data and selecting appropriate features on sentiment classification accuracy for electric vehicles on Twitter.