Claim Missing Document
Check
Articles

Found 7 Documents
Search
Journal : Jurnal Riset Informatika

Approaches to Customer Types Classification Method in the Supermarket Nanang Ruhyana; Mardiana, Tati
Jurnal Riset Informatika Vol. 6 No. 1 (2023): December 2023
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1128.804 KB) | DOI: 10.34288/jri.v6i1.269

Abstract

The development of the retail industry in the economy is very rapid so it provides good economic growth, one of the retailers is supermarkets, in supermarkets consumers can buy goods directly, so consumers must be served well. The problem is how supermarkets can continue to increase their sales results, because there is a lot of competition from supermarket competitors, so the marketing team when creating events or promotions must be right on target so that loyalty for member or non-member customers can be measured, which will be used as the right marketing strategy and can increase customer satisfaction when the customer is satisfied with the services, products and promotional activities at the supermarket, the customer will continue to make purchases and will increase the results of achieving good sales. Based on this problem, how will this research apply the classification method, so that when we can make predictions from supermarket sales data for member and non-member customers, there will be a lot of insight for the marketing team, so that marketing activities are right on target for member or non-member customers. This research uses machine learning methods for data classification, using the Support Vector Machine (SVM) and Naïve Bayes algorithms. The results of this research are from the Support Vector Machine (SVM) algorithm. Accuracy is 0.493 while using the Naïve Bayes algorithm is 0.535. From the results of this research, the use of the Naïve Bayes algorithm is better than SVM so that it can approach the prediction of member and non-member customer classification in supermarket data in this research.
Integration of Adasyn Method with Decision Tree Algorithm in Handling Imbalance Class for Loan Status Prediction Ami Rahmawati; Yulianti, Ita; Mardiana, Tati; Pribadi, Denny
Jurnal Riset Informatika Vol. 6 No. 3 (2024): June 2024
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (761.285 KB) | DOI: 10.34288/jri.v6i3.299

Abstract

Determining the provision of credit is generally carried out based on measuring credibility using credit analysis principles (5C principles). However, this method requires quite a long processing time and is very susceptible to subjective judgments which might influence the final results. This research uses data mining techniques by developing modeling on loan status prediction datasets. The stages in this research include data preprocessing, modeling, and evaluation using accuracy metrics and ROC graphs. In this analysis, it is known that there is a class imbalance in the processed dataset, so an oversampling technique must be carried out. This research uses the ADASYN (Adaptive Synthetic) Oversampling technique to ensure the class distribution is more balanced. Then, the ADASYN technique is integrated with the Decision Tree Algorithm to build a prediction model. The research results show that the two methods can increase prediction accuracy by 12.22%, from 73,91% to 85.22%. This improvement was obtained by comparing the accuracy results before and after using the ADASYN Oversampling technique. This finding is important because it proves that implementing such integration modeling can significantly improve the performance of classification models and provide strong potential for practical application in helping more effective loan status predictions.
CLASSIFICATION OF STUDENT SATISFACTION WITH ONLINE LECTURE Ruhyana, Nanang; Mardiana, Tati; Amsury, Fachri; Sulistyowati, Daning Nur
Jurnal Riset Informatika Vol. 4 No. 1 (2021): December 2021
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1171.987 KB) | DOI: 10.34288/jri.v4i1.144

Abstract

Abstra Covid-19 has had a significant impact on people's lives, resulting in the paralysis of almost the entire economy and education, especially in the education sector, resulting in many students being unable to carry out teaching and learning activities at schools or universities. Based on this, the Ministry of Education and Culture has issued an appeal to stop face-to-face teaching and learning activities at schools and universities and replace them with distance or online learning. Resulting in teaching and learning activities to be less than optimal for students or students, there is dissatisfaction with the distance or online learning system, the purpose of this study is to measure the level of student satisfaction with online lectures by applying data mining techniques, classifying the level of online learning satisfaction using an online learning approach. k-NN algorithm and Decision Tree with 100 questionnaire data that has been collected from active students who carry out online lectures with an accuracy rate of 96.00% from the k-NN algorithm and a satisfied precision value of 95.51%, a satisfied recall value of 98.84% on a precision value the dissatisfied class is 90.91%, the recall value of the dissatisfied class is 71.43%. While the accuracy results using the Decision Tree algorithm approach is lower with an accuracy of 95.00%. based on research results that the level of student satisfaction with distance learning or online is quite high.
THE EFFECTIVENESS ANALYSIS OF RANDOM FOREST ALGORITHMS WITH SMOTE TECHNIQUE IN PREDICTING LUNG CANCER RISK Yulianti, Ita; Rahmawati, Ami; Mardiana, Tati
Jurnal Riset Informatika Vol. 4 No. 2 (2022): March 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (996.334 KB) | DOI: 10.34288/jri.v4i2.159

Abstract

Abstract When compared with other types of cancer, most of the population with cancer die from lung cancer.A person needs to do a screening test through X-rays, CT scans, and MRI to detect the disease. However, before carrying out the process, the doctor will ordinarily investigate a medical history and physical examination first to study the symptoms and possible risk factors for lung cancer. The lung cancer data set has a class imbalance that affects the performance of the random forest algorithm in predicting the risk of lung cancer. This study aims to employ the SMOTE technique to the random forest algorithm to increase accuracy in predicting lung cancer risk. In this research, data processing and analysis use the Python programming language. The test results show an accuracy value of 88% with an AUC value of 0.93. When employing the random forest method to forecast lung cancer risk, the SMOTE technique is useful in dealing with class imbalances in the data set.
COMPARISON OF CLASSIFICATION ALGORITHMS FOR ANALYSIS SENTIMENT OF FORMULA E IMPLEMENTATION IN INDONESIA Amsury, Fachri; Ruhyana, Nanang; Mardiana, Tati
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (981.562 KB) | DOI: 10.34288/jri.v4i3.187

Abstract

The Formula E racing series has become one of the world's most prestigious competitions. In 2022, Indonesia hosted the famous Formula E race. The event possesses the potential for economic benefits for Indonesia worth 78 million euros through the arrival of 35,000 spectators. Indonesians are enthusiastic about Formula E since it allows their nation to encourage tourists and gain international prominence. However, some people do not support this event. Since they regard that amid the COVID-19 pandemic, it is preferable for the government to focus on people affected by the pandemic rather than support a Formula E event. This study compares the Support Vector Machine and Naive Bayes algorithms in classifying public opinion in the Formula E race. This study gets its information from user comments on social media platforms, especially Twitter. The stages start with text preprocessing and include cleaning, case folding, tokenization, filtering, and stemming. Proceed with weighting using the TF-IDF approach. Data testing uses a confusion matrix to evaluate the classification results by testing accuracy, precision, and recall. Categorizing public opinion using the SVM algorithm has an accuracy of 82 percent, a precision of 97.86 percent, and a recall of 77.90 percent. On the other hand, the accuracy of the Naive Bayes technique is more limited, at 87.54 percent. Society's opinion on Twitter shows positive sentiment towards implementing Formula E.
DECISION SUPPORT SYSTEM FOR DETERMINING APPROPRIATE FRANCHISE LOCATIONS USING THE PROFILE MATCHING METHOD Mardiana, Tati; Malau, Yesni
Jurnal Riset Informatika Vol. 3 No. 1 (2020): December 2020 Edition
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34288/jri.v3i1.48

Abstract

Finding the appropriate location is crucial when starting a franchise. The appropriate location will affect the overall business risk and profitability of the franchise. Nevertheless, some franchises have a bankruptcy in running their business. One of the factors that contribute to the bankruptcy of a franchise business is a location that does not meet several criteria that support business success. Therefore, this study aims to propose a decision support system model to determine the location of the franchise based on matching profiles between the actual data value of a location and the value of the location profile expected by the franchisor. The profile matching method has a better level of objectivity because it measures the value of each indicator variable. The criteria for determining the location of a franchise are potential customers, access to location, competition, and costs. The test results show that the decision support system to determine the location of the franchise using the profile matching method meets the functional requirements. This decision support system helps franchises to determine the appropriate when starting a franchise.
An Expert System for Detection of Diabetes Mellitus with the Forward Chaining Method Mardiana, Tati; Ditama, Ega Maulana; Tuslaela, Tuslaela
Jurnal Riset Informatika Vol. 2 No. 2 (2020): March 2020 Edition
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34288/jri.v2i2.49

Abstract

In recent years, diabetes mellitus in Indonesia has become a health problem in the community because its population has increased 2-3 times faster than in other countries. Diabetes prevalence in Indonesia ranks 4th highest globally after China, India, and the United States. People can prevent complications and premature death if they detect early symptoms of diabetes. However, people do not know that they are at risk of diabetes and do not have knowledge about the symptoms of diabetes, the complexity of the process of diagnosis, and the high cost of examinations. Therefore, we need an application that can provide the results of the type of diabetes and its management solutions as practiced by experts. This research aims to develop an expert system for detecting types of diabetes such as type one diabetes, type two diabetes, neuropathy diabetes, diabetes retinopathy, and diabetes nephropathy. The object of this research is diabetes, which was carried out from March to April 2019 in the Klinik Pratama Desa Putera. This study uses primary data from patients with a history of diabetes at Klinik Pratama Desa Putra and secondary data from literature, research journals, and data documents needed to compile this study. In addition, we generated a knowledge base using forward chaining. The test results show that the expert system meets the functional requirements, and the system performance reaches an accuracy of 100%. This expert system helps people in Indonesia to detect diabetes early so that it can prevent complications.