Claim Missing Document
Check
Articles

Found 14 Documents
Search

Penerapan Algoritma K-Medoids Pada Clustering Penerima Bantuan Pangan Non Tunai (BPNT) Tiara Ramayanti; Elin Haerani; Jasril Jasril; Lola Oktavia
JURNAL MEDIA INFORMATIKA BUDIDARMA Vol 7, No 3 (2023): Juli 2023
Publisher : Universitas Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/mib.v7i3.6475

Abstract

Bantuan Pangan Non Tunai (BPNT) is assistance distributed by the government to underprivileged communities to ease the financial burden that is increasingly burdening their lives. In a number of cases, it was found that the number of people who received BPNT was not properly targeted, so it was necessary to analyze the pattern of the characteristics of BPNT recipients so that the assistance was right on target. There are many criteria that must be considered to determine the people who are entitled to receive BPNT, so an appropriate algorithm is needed to determine the right cluster when analyzing characteristic patterns. This study applies the K-Medoids algorithm to classify BPNT data obtained from Firza Syahputra's research in 2020–2021, with a total of 732 attributes, so that the government can consider the factors that characterize beneficiaries. Perform tests using the Silhouette coefficient, which is useful for maximizing clustering results. The clustering result is three clusters, and the silhouette coefficient is 0.4439221599010089. The results of the analysis show that clustering performed using the K-Medoids algorithm can assume that clusters are grouped according to grouping: cluster 0 is eligible to receive BPNT, cluster 1 is considered, and cluster 2 is not eligible to receive BPNT.
Penerapan Seleksi Fitur Untuk Klasifikasi Penerima Bantuan Sosial Pangkalan Sesai Menggunakan Metode K-Nearest Neighbor Muhammad Fauzan; Siska Kurnia Gusti; Jasril Jasril; Pizaini Pizaini
Jurnal Sistem Komputer dan Informatika (JSON) Vol 5, No 1 (2023): September 2023
Publisher : STMIK Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/json.v5i1.6654

Abstract

The inability to fulfill basic human needs is how poverty is defined. To address this issue, the indonesian goverment implements various social assistance programs, one of which is Kartu Indonesia Pintar (KIP), aimed at providing free education to children aged 7-18 who are economically disadvantaged. However, in the distribution of aid in the Pangkalan sesai sub-district, distributing officers often face challenges due to the high number of eligible recipients applying, complex data requierements, and limited time for the officers. Distributing this social assistance accurately is crusial. Therefore, this research aims to determine the accuracy value for the data of potential recipients of the Kartu Indonesia Pintar (KIP to enhance the data verification process’s outcomes. To tackle this issue, the research employs the K-Nearest Neighbor (K-NN) algoritm and also employs feature selection using Information Gain to reduce less influential attributes. The data used consists of 1998 records of KIP beneficiaries from the 2023 in excel format, with 33 attributes. After performing data cleaning an Information Gain-based feature selection, the dataset is reduced to 1675 records, with 5 selected attributes. The best classification result in this study is achieved with ratios of 7:3 and 8:2, and a value of k = 5, yielding the highest accuracy of 98,21%. The lowest accuracy is obtained using a ratio of 9:1 with the same k value when not using Information Gain, resulting in an accuracy of 89,82%.
Penerapan Fuzzy C-Means Pada Klasterisasi Penerima Bantuan Pangan Non Tunai Sola Huddin; Elin Haerani; Jasril Jasril; Lola Oktavia
KLIK: Kajian Ilmiah Informatika dan Komputer Vol. 4 No. 1 (2023): Agustus 2023
Publisher : STMIK Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/klik.v4i1.988

Abstract

One of the social assistance programs routinely provided by the government to Beneficiary Families (KPM) to overcome poverty problems in Indonesia at this time is Non-Cash Food Assistance (BPNT). The Pekanbaru City Social Service itself in distributing BPNT still experiences obstacles, such as the provision of assistance that is less targeted due to the absence of a system that is able to determine the recipient of aid appropriately. This research applies the Fuzzy C-Means Clustering method to analyze KPM data using MATLAB tools. This algorithm allows overlap between data groups and classifies KPM based on their characteristic patterns. This algorithm takes into account the membership level of each data in each group, thus providing more flexible results and not categorizing data rigidly. The results of the application of the FCM Clustering method in this study form two clusters, where the first cluster contains 331 data while in the second cluster there are 351 data. Testing the results of FCM clustering conducted using the Silhouette Coefficient method produces an average coefficient value of 0.426653079. Based on the value of the test results that have been carried out, the FCM algorithm is considered capable of forming clusters on BPNT data
Klasifikasi Citra Daging Sapi dan Babi Menggunakan CNN Alexnet dan Augmentasi Data Ikhwanul Akhmad DLY; Jasril Jasril; Suwanto Sanjaya; Lestari Handayani; Febi Yanto
Journal of Information System Research (JOSH) Vol 4 No 4 (2023): Juli 2023
Publisher : Forum Kerjasama Pendidikan Tinggi (FKPT)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/josh.v4i4.3702

Abstract

Konsumsi daging di Indonesia didominasi oleh sapi, kerbau, dan ayam. Namun, beberapa pedagang nakal mencampur daging sapi dengan daging babi sehingga sulit dibedakan oleh masyarakat awam. Beberapa penelitian telah menggunakan metode Convolutional Neural Network (CNN) untuk mengklasifikasikan citra, namun kekurangan data menjadi tantangan. Oleh karena itu, penelitian ini menerapkan teknik augmentasi data pada model CNN Alexnet untuk mengklasifikasikan daging sapi, babi, dan daging oplosan. Penelitian ini menggunakan dua rasio pembagian data yang berbeda, yaitu 90:10 dan 80:20, dengan total 600 data non-augmentasi dan 3000 data augmentasi yang dibagi menjadi tiga kelas. Beberapa hyperparameter diuji untuk mengoptimalkan kinerja model seperti optimizer Adaptive Moment Estimation (Adam), Stochastic Gradient Descent (SGD) dan Propagasi Root Mean Square (RMSprop) serta learning rate 0.1, 0.01, 0.001 dan 0.0001. Hasil menunjukkan bahwa penggunaan data citra augmentasi dengan optimizer Adam dan learning rate 0,001 memberikan accuracy tertinggi sebesar 85,00%. Sementara itu, penggunaan data citra non-augmentasi dengan skenario optimizer RMSprop dan learning rate 0, 0001 menghasilkan performa yang sedikit lebih rendah, yaitu mendapatkan accuracy 80.00%. Keduanya menggunakan perbandingan data 80:20. Teknik augmentasi data berhasil meningkatkan kinerja model deep learning dengan menciptakan data baru dari data yang ada.