Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Sinkron : Jurnal dan Penelitian Teknik Informatika

Comparison of Drug Type Classification Performance Using KNN Algorithm Aldi, Febri; Nozomi, Irohito; Soeheri, Soeheri
Sinkron : jurnal dan penelitian teknik informatika Vol. 6 No. 3 (2022): Article Research Volume 6 Number 3, July 2022
Publisher : Politeknik Ganesha Medan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33395/sinkron.v7i3.11487

Abstract

The error of decommissioning is a serious problem that is often faced in medicine. In the face of these problems, information technology has a very important role. One of the information technologies that can be used is to use the machine learning classification algorithm K-Nearest Neighbor KNN. KNN is a type of machine learning algorithm that can be applied to problems with classification and regression prediction. The classification of types of drugs for patients greatly affects the health of the patient. The patient data is processed and transformed to numbers, which are then divided into training data and test data from 90:10, 80:20, 70:30 and using the Cross Validation model. KNN works through the nearest neighboring value with a value of k = 3 calculated by the calculation of Euclidean Distance, and then evaluated using the Confusion Matrix. The performance of the KNN algorithm resulted in the highest Accuracy value of 98.33%, a Precision value of 98.8%, a Recall value of 96.2%, and an F-measure value of 97.48%. The performance is obtained from the sharing of training data and 90:10 test data. The data share results in high performance compared to other data shares, including using the Cross Validation model. And the lower the k value, the higher the value of the resulting performance. The results show that the performance of the KNN algorithm is working well.
Machine Learning to Identify Monkey Pox Disease Aldi, Febri; Nozomi, Irohito; Sentosa, Rio Bayu; Junaidi, Ahmad
Sinkron : jurnal dan penelitian teknik informatika Vol. 7 No. 3 (2023): Article Research Volume 7 Issue 3, July 2023
Publisher : Politeknik Ganesha Medan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33395/sinkron.v8i3.12524

Abstract

In May 2022, it has received by WHO reports from non-endemic countries on cases of monkey pox disease. Monkey pox is a rare zoonotic disease caused by infection with the monkeypox virus that belongs to the genus orthopoxvirus and the family poxviridae, and also the variola virus. This study aims to classify patients who have contracted the monkey pox virus. We modeled an analysis of monkey pox disease and conducted comparisons utilizing a dataset from Kaggle consisting of a CSV file with records for 25,000 patients. The monkey pox dataset was analyzed using the correlation coefficient and the number of target variables. Machine learning (ML) methods are used for classification by utilizing the K-Nearest Neighbor (KNN), Support Vector Machine (SVM), Random Forest (RF), and Gradient Boosting (GB) algorithms. This study resulted in the highest classifier Gradient Boosting (GB) algorithm with an accuracy value of 71%. then the accuracy obtained by Support Vector Machine (SVM) is 69%, Random Forest (RF) accuracy is 68%, and finally K-Nearest Neighbor (KNN) obtains 63% accuracy. This ML method is expected to analyze monkey pox disease so that it helps the country and government, especially the health field in assessing, identifying, and being able to take appropriate action against monkey pox disease.