Claim Missing Document
Check
Articles

PENGELOMPOKAN BIDANG LAJU PERTUMBUHAN EKONOMI INDONESIA MENGGUNAKAN ALGORITMA K-MEANS Amril Mutoi Siregar
Jurnal Accounting Information System (AIMS) Vol. 2 No. 2 (2019)
Publisher : Ma'soem University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32627/aims.v2i2.342

Abstract

Indonesian is one of countries with economic development in the very good category. Economic growth is seen from several supporting fields, Indonesia has a lot of excess natural resources, which can support the economy compared to other countries. But the problem faced is the lack of maximum management of the economy, Indonesia has economic support categorized into 17 fields. Among the fields not in the same development because they are still stuck in one area, it turns out that Indonesia has all the potential to improve all fields. To increase the growth of all fields, the government must have correct, accurate and relevant data to group these fields. In this study using the Decision Tree algorithm to classify fields supporting economic growth automatically. The grouping results into three classes, namely high, medium, low. After the research was conducted the results were that the high category group was Mining and Excavation, Construction, transportation and warehousing, Provosion of accommodation and food Drinking, Information and Communication, Financial Services and Insurance, Real Estate, Educational Services, Health Services and Social Activities, medium groups were Procurement of Electricity and Gas, Company Services and low-income groups are in the fields of Agriculture, Forestry, and Fisheries, Processing Industry, water supply , waste management, Waste and Recycling, large Trade and retail, car and motorcycle repair, Government Administration, Defense and Compulsory Social Security, Other Services.
KLASIFIKASI ALGORITMA TF DAN NEUTRAL NETWORK DALAM SENTIMEN ANALISIS Amril Mutoi Siregar
Jurnal Accounting Information System (AIMS) Vol. 1 No. 2 (2018)
Publisher : Ma'soem University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32627/aims.v1i2.359

Abstract

Nowadays social media has become one of the tools to express idea or opinion. They are more active expressing it on social media instead of speaking directly. Twitter is the most popular among them to express idea, also share news, picture, music and etc. Twitter users are increasing significantly each year as the result the information grows in same way. Due too much information flow, people get difficulties to make sure or clarify the news. For example, Looking for the information about a figure who will participate in a Pilkada. There are many researchers analyze subjectively and haven’t given the maximum result yet. This research is trying to clarify information and divided them into positive, negative and neutral information. It is using TF algorithm and Neutral Network as the tools. The dataset is taken from a figure’ twitter which is participate in Pilkada. And the result shows that accuracy 66.92%, positive precision 67.80%, negative precision  64.29%, neutral precision 73.33%, and positive recall 80%, negative recall 70%, neutral recall 36.67%.
PREDIKSI KESEHATAN MASYARAKAT INDONESIA MENGGUNAKAN RECURENT NEURAL NETWORK Amril Mutoi Siregar; Jajam Haerul Jaman; Abdul Mufti
INTERNAL (Information System Journal) Vol. 4 No. 1 (2021)
Publisher : Masoem University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32627/internal.v4i1.285

Abstract

Health is very important for all human beings, especially in Indonesia, because human health can do activities properly and have high performance for both work and other social life. The task of predicting the future values of a time series is a problem that applications have in areas such as sales, engineering, epidemiology, etc. Much research effort has been made in the development of predictive models and performance improvement. The level of public health in Indonesia from 1995 to 2018 varied with the percentage of the population who experienced health complaints. The purpose of this study is to predict the future health of the Indonesian public so that it can be used as a tool to determine government policies in the health sector. The method used in predicting is the Recurent Neural Network (RNN) with secondary data sourced from the Central Statistics Agency (BPS) in the form of data sets, and dividing the data sets into training data and test data. Before the data is used as training data, we clean and tidy up the data first so that when it is implemented there are no errors either during training or testing. The results showed that at the beginning of the method RNN, the prediction results were far from the data, after an interval of 7 and above the predicted results were actually the same. Based on Figures 5 and 6, it can be said that the RNN method is very good for the prediction method.
PENERAPAN ALGORITMA K-MEANS UNTUK PENGELOMPOKAN DAERAH RAWAN BENCANA DI INDONESIA Amril Mutoi Siregar
INTERNAL (Information System Journal) Vol. 1 No. 2 (2018)
Publisher : Masoem University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32627/internal.v1i2.322

Abstract

Indonesia is a country located in the equator, which has beautiful natural. It has a mountainous constellation, beaches and wider oceans than land, so that Indonesia has extraordinary natural beauty assets compared to other countries. Behind the beauty of natural it turns out that it has many potential natural disasters in almost all provinces in Indonesia, in the form of landslides, earthquakes, tsunamis, Mount Meletus and others. The problem is that the government must have accurate data to deal with disasters throughout the province, where disaster data can be in categories or groups of regions into very vulnerable, medium, and low disaster areas. It is often found when a disaster occurs, many found that the distribution of long-term assistance because the stock for disaster-prone areas is not well available. In the study, it will be proposed to group disaster-prone areas throughout the province in Indonesia using the k-means algorithm. The expected results can group all regions that are very prone to disasters. Thus, the results can be Province West java, central java very vulnerable categories, provinces Aceh, North Sumatera, West Sumatera, east Java and North Sulawesi in the medium category, provinces Bengkulu, Lampung, Riau Island, Babel, DIY, Bali, West Kalimantan, North Kalimantan, Central Sulawesi, West Sulawesi, Maluku, North Maluku, Papua, west Papua including of rare categories. With the results obtained in this study, the government can map disaster-prone areas as well as prepare emergency response assistance quickly. In order to reduce the death toll and it is important to improve the services of disaster victims. With accurate data can provide prompt and appropriate assistance for victims of natural disasters.
Comparison of the Accuracy of Drug User Classification Models Using Machine Learning Methods Nursela Basuni; Amril Mutoi Siregar
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 7 No 6 (2023): December 2023
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

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

Abstract

Drug abuse are on the rise, with many users enter the addiction phase, often resulting in overdose and death. Drugs are chemical compounds that are capable of affecting biological functions, and they can induce feelings of happiness and reduce pain. To address this growing problem, a proactive measure is needed. Therefore, this study aims to classify drug users and non-users, so that health workers and therapists can educate about the dangers of drugs to non-users and rehabilitate drug users. This study uses drug consumption data taken from the UCI Irvine Machine Learning Repository. The data consist of 1885 rows with 32 attributes and 2 classes, where there are 18 types of legal and illegal drugs. This research utilizes machine learning methods, specifically Artificial Neural Networks (ANN), Decision Tree (DT), K-Nearest Neighbor (KNN), Support Vector Machine (SVM) and Random Forest (RF), in addition to evaluation methods such as Confusion Matrix and Area Under Curve (AUC). The results showed that RF outperformed the other methods, with accuracy, precision, and recall of 93%, and an f1 score of 89%, while the AUC value was still suboptimal at 0.66. DT had the worst results, with 82% precision, 87% precision, 82% recall, 84% f1 score, and an AUC value of 0.56. With these results, this research can be continued into an application that can classify drug users and nonusers.
Bank Customer Segmentation Model Using Machine Learning Vira Bunga Tiara; Amril Mutoi Siregar; Dwi Sulistya Kusumaningrum Kusumaningrum; Tatang Rohana
Jurnal Nasional Pendidikan Teknik Informatika : JANAPATI Vol. 13 No. 1 (2024)
Publisher : Prodi Pendidikan Teknik Informatika Universitas Pendidikan Ganesha

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.23887/janapati.v13i1.75233

Abstract

Banks generally carry out marketing strategies by offering deposit products directly to customers. However, this method is less effective because it requires individualized communication without considering the customer's interest in the product offered. Therefore, this research aims to categorize the classification of bank customers into Yes and No. This research uses a dataset of bank deposits taken from KTM. This research uses a bank deposit dataset taken from Kaggle, the data consists of 11162 rows with 17 attributes.  PCA technique was used for feature selection which was optimized by reducing the dimensionality of the dataset before modeling. It was found that the best model accuracy was SVM RBF kernel with C parameters achieving 80.51% accuracy and ANN 80.78%, but ANN showed a higher ROC graph than SVM because ANN performance results were faster than SVM. Thus, the overall performance measurement of ANN is much better.
Classification of Dog Emotions Using Convolutional Neural Network Method Slamet Hermawan; Amril Mutoi Siregar; Sutan Faisal; Tohirin Al Mudzakir
Jurnal Nasional Pendidikan Teknik Informatika : JANAPATI Vol. 13 No. 2 (2024)
Publisher : Prodi Pendidikan Teknik Informatika Universitas Pendidikan Ganesha

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.23887/janapati.v13i2.74340

Abstract

The utilization of neural networks in dog emotion classification has great potential to improve the understanding of pet emotions. The goal is to develop a dog emotion classification system. This is important due to the lack of public ability to recognize and understand dog emotions. Neural networks able to create learning models can be used for decision-making, thus helping to reduce the risk of dangerous dog attacks. CNN itself is part of neural networks, where the CNN model has a higher accuracy rate of 74.75% compared to ResNet 65.10% and VGG 68.67%. Modeling using ROC-AUC shows the model's ability to distinguish emotion classes well. Angry has the highest AUC of 0.97, happy 0.93 and sad 0.96. While relaxed has the lowest AUC of 0.92. Classification report results show model has the highest precision and F1-Score values in angry class, while the highest recall value is in sad class.
Comparison Model Optimal Machine Learning Model With Feature Extraction for Heart Attack Disease Classification Salsa Desmalia; Amril Mutoi Siregar; Kiki Ahmad Baihaqi; Tatang Rohana
Scientific Journal of Informatics Vol. 11 No. 2: May 2024
Publisher : Universitas Negeri Semarang

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

Abstract

Purpose: The purpose of this study is to classify the number of people affected by heart disease and those not affected by heart disease based on various categories of heart attack causes. This study aims to urge people to take better care of their health and to serve as a reference for doctors to educate patients about the dangers of heart attacks. Methods: The model will be constructed via a machine learning methodology. The algorithms utilized in its development encompass the Support Vector Machine (SVM) algorithm, the K-Nearest Neighbor (k-NN) algorithm, and the Random Forest (RF) algorithm.  This study utilizes principal component analysis (PCA) as a means of extracting optimized features from the dataset, employing techniques for dimension reduction prior to modeling the data. Result: Cumulative explication of the concept of variance constitutes a foundational aspect of PCA (principal component analysis) within the scope of the current research, namely a dimensionality reduction technique employed in multivariate data analysis to facilitate model development, thereby enabling the creation of more optimal and comprehensive models. In this research, the dimensions of training data are incorporated during the process of model creation.   The results show KNN model exhibits the highest performance, with an accuracy of 86%, precision of 86%, recall of 91%, and F1-score of 88%. Furthermore, evaluation using the ROC metric also provides a relatively favorable value, 0.85. Novelty: Researchers used 1190 patient data sourced from Kaggle. Before modeling the algorithm, researchers conducted EDA & Preprocessing which includes missing values to find data that does not have information, then duplicate data to find duplicated data, there are 270 duplicated data, then the duplicated data is deleted so that the data becomes 737, then PCA implementation is carried out.  PCA is reducing features automatically without changing the data.