首页 > 最新文献

IJCCS Indonesian Journal of Computing and Cybernetics Systems最新文献

英文 中文
Backward Elimination for Feature Selection on Breast Cancer Classification Using Logistic Regression and Support Vector Machine Algorithms 基于逻辑回归和支持向量机算法的乳腺癌分类特征选择的反向消除
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.88926
Salsha Farahdiba, Dwi Kartini, Radityo Adi Nugroho, Rudy Herteno, Triando Hamonangan Saragih
Breast cancer is a prevalent form of cancer that afflicts women across all nations globally. One of the ways that can be done as a prevention to reduce elevated fatality due to breast cancer is with a detection system that can determine whether a cancer is benign or malignant. Logistic Regression and Support Vector Machine (SVM) classification algorithms are often used to detect this disease, but the use of these two algorithms often doesn’t give optimal results when applied to datasets that have many features, so additional algorithm is needed to improve classification performance by using Backward Elimination feature selection. The comparison of Logistic Regression and SVM algorithms was carried out by applying feature selection to breast cancer data to see the best model. The breast cancer dataset has 30 features and two classes, Benign and Malignant. Backward Elimination has reduced features from 30 features to 13 features, thereby increasing the performance of both classification models. The best classification was obtained by using the Backward Elimination feature selection and linear kernel SVM with an increase in accuracy value from 96.14% to 97.02%, precision from 98.06% to 99.49%, recall from 90.48% to 92.38%, and the AUC from 0.95 to 0.96.
乳腺癌是一种普遍存在的癌症,折磨着全球所有国家的女性。预防乳腺癌的方法之一就是通过检测系统来确定癌症是良性的还是恶性的。通常使用逻辑回归(Logistic Regression)和支持向量机(Support Vector Machine, SVM)分类算法来检测这种疾病,但当应用于特征较多的数据集时,这两种算法往往不能给出最优的结果,因此需要额外的算法来提高分类性能,使用反向消去特征选择。通过对乳腺癌数据进行特征选择,比较Logistic回归和SVM算法,找出最佳模型。乳腺癌数据集有30个特征,分为良性和恶性两类。向后消除将特征从30个特征减少到13个特征,从而提高了两种分类模型的性能。采用后向消去特征选择和线性核支持向量机进行分类,准确率从96.14%提高到97.02%,精密度从98.06%提高到99.49%,召回率从90.48%提高到92.38%,AUC从0.95提高到0.96。
{"title":"Backward Elimination for Feature Selection on Breast Cancer Classification Using Logistic Regression and Support Vector Machine Algorithms","authors":"Salsha Farahdiba, Dwi Kartini, Radityo Adi Nugroho, Rudy Herteno, Triando Hamonangan Saragih","doi":"10.22146/ijccs.88926","DOIUrl":"https://doi.org/10.22146/ijccs.88926","url":null,"abstract":"Breast cancer is a prevalent form of cancer that afflicts women across all nations globally. One of the ways that can be done as a prevention to reduce elevated fatality due to breast cancer is with a detection system that can determine whether a cancer is benign or malignant. Logistic Regression and Support Vector Machine (SVM) classification algorithms are often used to detect this disease, but the use of these two algorithms often doesn’t give optimal results when applied to datasets that have many features, so additional algorithm is needed to improve classification performance by using Backward Elimination feature selection. The comparison of Logistic Regression and SVM algorithms was carried out by applying feature selection to breast cancer data to see the best model. The breast cancer dataset has 30 features and two classes, Benign and Malignant. Backward Elimination has reduced features from 30 features to 13 features, thereby increasing the performance of both classification models. The best classification was obtained by using the Backward Elimination feature selection and linear kernel SVM with an increase in accuracy value from 96.14% to 97.02%, precision from 98.06% to 99.49%, recall from 90.48% to 92.38%, and the AUC from 0.95 to 0.96.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"7 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931035","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exploring Pre-Trained Model and Language Model for Translating Image to Bahasa 探索图像翻译的预训练模型和语言模型
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.76389
Ade Nurhopipah, Jali Suhaman, Anan Widianto
In the last decade, there have been significant developments in Image Caption Generation research to translate images into English descriptions. This task has also been conducted to produce texts in non-English, including Bahasa. However, the references in this study are still limited, so exploration opportunities are open widely. This paper presents comparative research by examining several state-of-the-art Deep Learning algorithms to extract images and generate their descriptions in Bahasa. We extracted images using three pre-trained models, namely InceptionV3, Xception, and EfficientNetV2S. In the language model, we examined four architectures: LSTM, GRU, Bidirectional LSTM, and Bidirectional GRU. The database used was Flickr8k which was translated into Bahasa. Model evaluation was conducted using BLEU and Meteor. The performance results based on the pre-trained model showed that EfficientNetV3S significantly gave the highest score among other models. On the other hand, in the language model, there was only a slight difference in model performance. However, in general, the Bidirectional GRU scored higher. We also found that step size in training affected overfitting. Larger step sizes tended to provide better generalizations. The best model was generated using EfficientNetV3S and Bidirectional GRU with step size=4096, which resulted in an average score of BLEU-1=0,5828 and Meteor=0,4520.
在过去十年中,将图像翻译成英文描述的图像标题生成研究取得了重大进展。这项工作也用于制作非英语文本,包括印尼语文本。然而,本研究的参考文献仍然有限,因此勘探机会广阔。本文通过研究几种最先进的深度学习算法来提取图像并生成其印尼语描述,进行了比较研究。我们使用三个预训练的模型,即InceptionV3、Xception和EfficientNetV2S来提取图像。在语言模型中,我们研究了四种体系结构:LSTM、GRU、双向LSTM和双向GRU。使用的数据库是被翻译成马来文的Flickr8k。采用BLEU和Meteor进行模型评价。基于预训练模型的性能结果显示,在其他模型中,EfficientNetV3S的得分明显最高。另一方面,在语言模型中,模型性能只有轻微的差异。然而,总的来说,双向GRU得分更高。我们还发现训练中的步长影响过拟合。较大的步长倾向于提供更好的概括。使用EfficientNetV3S和Bidirectional GRU(步长=4096)生成最佳模型,BLEU-1的平均得分为0,5828,Meteor的平均得分为0,4520。
{"title":"Exploring Pre-Trained Model and Language Model for Translating Image to Bahasa","authors":"Ade Nurhopipah, Jali Suhaman, Anan Widianto","doi":"10.22146/ijccs.76389","DOIUrl":"https://doi.org/10.22146/ijccs.76389","url":null,"abstract":"In the last decade, there have been significant developments in Image Caption Generation research to translate images into English descriptions. This task has also been conducted to produce texts in non-English, including Bahasa. However, the references in this study are still limited, so exploration opportunities are open widely. This paper presents comparative research by examining several state-of-the-art Deep Learning algorithms to extract images and generate their descriptions in Bahasa. We extracted images using three pre-trained models, namely InceptionV3, Xception, and EfficientNetV2S. In the language model, we examined four architectures: LSTM, GRU, Bidirectional LSTM, and Bidirectional GRU. The database used was Flickr8k which was translated into Bahasa. Model evaluation was conducted using BLEU and Meteor. The performance results based on the pre-trained model showed that EfficientNetV3S significantly gave the highest score among other models. On the other hand, in the language model, there was only a slight difference in model performance. However, in general, the Bidirectional GRU scored higher. We also found that step size in training affected overfitting. Larger step sizes tended to provide better generalizations. The best model was generated using EfficientNetV3S and Bidirectional GRU with step size=4096, which resulted in an average score of BLEU-1=0,5828 and Meteor=0,4520.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"7 10","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931303","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Convolutional Long Short-Term Memory (C-LSTM) For Multi Product Prediction 卷积长短期记忆(C-LSTM)多产品预测
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.90149
Putu Sugiartawan, Yusril Eka Saputra, Agus Qomaruddin Munir
The retail company PT Terang Abadi Raya has a solid commitment to supporting distributors of LED lights and electrical equipment who have joined them, helping to spread their products widely in various regions. To face increasingly intense market competition, it is essential to produce high-quality products to win the competition and meet consumer demands. To achieve this, efficient production planning is necessary. The Convolutional Long Short-Term Memory (C-LSTM) method is used in this study to forecast product sales at PT Terang Abadi Raya. The research results show that C-LSTM has the potential to predict sales effectively. Evaluation is conducted using Mean Absolute Error (MAE) and Mean Absolute Percentage Error (MAPE). The calculations reveal that the smallest values are obtained at epoch 10, with an MAE of 0.1051 and a MAPE of 22% in the testing data. For the cable data, the smallest values are found at epoch 100, with an MAE of 0.0602 and a MAPE of 44% in the testing data. The Long Short-Term Memory (LSTM) method with ten neurons produces the most minor errors during training.
零售公司PT Terang Abadi Raya坚定地致力于支持加入他们的LED灯和电气设备分销商,帮助他们在各个地区广泛传播产品。面对日益激烈的市场竞争,生产高质量的产品是赢得竞争和满足消费者需求的关键。为了实现这一目标,有效的生产计划是必要的。本研究使用卷积长短期记忆(C-LSTM)方法来预测Terang Abadi Raya的产品销售。研究结果表明,C-LSTM具有有效预测销售的潜力。使用平均绝对误差(MAE)和平均绝对百分比误差(MAPE)进行评估。计算结果表明,在epoch 10得到最小值,测试数据的MAE为0.1051,MAPE为22%。对于电缆数据,在epoch 100时发现最小值,测试数据的MAE为0.0602,MAPE为44%。使用10个神经元的长短期记忆(LSTM)方法在训练中产生的误差最小。
{"title":"Convolutional Long Short-Term Memory (C-LSTM) For Multi Product Prediction","authors":"Putu Sugiartawan, Yusril Eka Saputra, Agus Qomaruddin Munir","doi":"10.22146/ijccs.90149","DOIUrl":"https://doi.org/10.22146/ijccs.90149","url":null,"abstract":"The retail company PT Terang Abadi Raya has a solid commitment to supporting distributors of LED lights and electrical equipment who have joined them, helping to spread their products widely in various regions. To face increasingly intense market competition, it is essential to produce high-quality products to win the competition and meet consumer demands. To achieve this, efficient production planning is necessary. The Convolutional Long Short-Term Memory (C-LSTM) method is used in this study to forecast product sales at PT Terang Abadi Raya. The research results show that C-LSTM has the potential to predict sales effectively. Evaluation is conducted using Mean Absolute Error (MAE) and Mean Absolute Percentage Error (MAPE). The calculations reveal that the smallest values are obtained at epoch 10, with an MAE of 0.1051 and a MAPE of 22% in the testing data. For the cable data, the smallest values are found at epoch 100, with an MAE of 0.0602 and a MAPE of 44% in the testing data. The Long Short-Term Memory (LSTM) method with ten neurons produces the most minor errors during training.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"285 ","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135930513","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimizing ODP Device Placement on FTTH Network Using Genetic Algorithms 利用遗传算法优化光纤到户网络上的ODP设备放置
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.84358
Pratiwi Hendro Wahyudiono, Ahmad Syafruddin Indrapriyatna, Ismail Yusuf Panessai, Nurus Sabah, Achmad Yani, Abdi Manaf, Nur Iksan
Currently the problem of Optical Distribution Point (ODP) infrastructure is important in fiber to the home (FTTH) network access because ODP infrastructure development is no longer dependent on demand, so placing ODP manually without a systematic method can cause an increase in the value of optical fiber attenuation. on the length of the cable and cause the cable distribution to be irregular. This study aims to optimize the placement of ODP devices in PT BCV's FTTH network by using the Traveling Salesman Problem (TSP) scheme with the genetic algorithm (GA) approach and using hybrid GA, testing is carried out using Matlab software. Testing with development using Hybrid GA gets the best path with a fitness value of 28.6457 and a computation time of 89.93 seconds.
目前光纤到户(FTTH)网络接入中,光分配点(ODP)基础设施的问题非常重要,因为ODP基础设施的发展已经不再依赖于需求,因此在没有系统方法的情况下手动放置ODP会导致光纤衰减值的增加。对电缆长度造成影响,造成电缆分布不规则。本研究采用旅行商问题(TSP)方案,结合遗传算法(GA)方法,采用混合遗传算法对PT BCV的FTTH网络中ODP设备的布局进行优化,并利用Matlab软件进行了测试。使用Hybrid GA进行开发测试,得到适应度值为28.6457,计算时间为89.93秒的最佳路径。
{"title":"Optimizing ODP Device Placement on FTTH Network Using Genetic Algorithms","authors":"Pratiwi Hendro Wahyudiono, Ahmad Syafruddin Indrapriyatna, Ismail Yusuf Panessai, Nurus Sabah, Achmad Yani, Abdi Manaf, Nur Iksan","doi":"10.22146/ijccs.84358","DOIUrl":"https://doi.org/10.22146/ijccs.84358","url":null,"abstract":"Currently the problem of Optical Distribution Point (ODP) infrastructure is important in fiber to the home (FTTH) network access because ODP infrastructure development is no longer dependent on demand, so placing ODP manually without a systematic method can cause an increase in the value of optical fiber attenuation. on the length of the cable and cause the cable distribution to be irregular. This study aims to optimize the placement of ODP devices in PT BCV's FTTH network by using the Traveling Salesman Problem (TSP) scheme with the genetic algorithm (GA) approach and using hybrid GA, testing is carried out using Matlab software. Testing with development using Hybrid GA gets the best path with a fitness value of 28.6457 and a computation time of 89.93 seconds.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"123 ","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931028","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
ESSAY ANSWER CLASSIFICATION WITH SMOTE RANDOM FOREST AND ADABOOST IN AUTOMATED ESSAY SCORING 论文答案分类与smote随机森林和adaboost在自动作文评分
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.82548
Wilia Satria, Mardhani Riasetiawan
Automated essay scoring (AES) is used to evaluate and assessment student essays are written based on the questions given. However, there are difficulties in conducting automatic assessments carried out by the system, these difficulties occur due to typing errors (typos), the use of regional languages , or incorrect punctuation. These errors make the assessment less consistent and accurate. Based on the dataset analysis that has been carried out, there is an imbalance between the number of right and wrong answers, so a technique is needed to overcome the data imbalance. Based on the literature, to overcome these problems, the Random Forest and AdaBoost classification algorithms can be used to improve the consistency of classification accuracy and the SMOTE method to overcome data imbalances.The Random Forest method using SMOTE can achieve an F1 measure of 99%, which means that the hybrid method can overcome the problem of imbalanced datasets that are limited to AES. The AdaBoost model with SMOTE produces the highest F1 measure reaching 99% of the entire dataset. The structure of the dataset is something that also affects the performance of the model. So the best model obtained in this study is the Random Forest model with SMOTE.
自动作文评分(AES)用于评估和评估学生的作文是基于给定的问题。但是,系统在进行自动评估方面存在困难,这些困难是由于打字错误、使用区域语言或不正确的标点符号造成的。这些错误使评估不那么一致和准确。根据已经进行的数据集分析,正确答案和错误答案之间存在不平衡,因此需要一种技术来克服数据不平衡。根据文献,为了克服这些问题,可以使用随机森林和AdaBoost分类算法来提高分类精度的一致性,使用SMOTE方法来克服数据不平衡。使用SMOTE的随机森林方法可以实现99%的F1度量,这意味着混合方法可以克服限于AES的数据集不平衡的问题。带有SMOTE的AdaBoost模型产生最高的F1测量,达到整个数据集的99%。数据集的结构也会影响模型的性能。因此,本研究得到的最佳模型是带有SMOTE的随机森林模型。
{"title":"ESSAY ANSWER CLASSIFICATION WITH SMOTE RANDOM FOREST AND ADABOOST IN AUTOMATED ESSAY SCORING","authors":"Wilia Satria, Mardhani Riasetiawan","doi":"10.22146/ijccs.82548","DOIUrl":"https://doi.org/10.22146/ijccs.82548","url":null,"abstract":"Automated essay scoring (AES) is used to evaluate and assessment student essays are written based on the questions given. However, there are difficulties in conducting automatic assessments carried out by the system, these difficulties occur due to typing errors (typos), the use of regional languages , or incorrect punctuation. These errors make the assessment less consistent and accurate. Based on the dataset analysis that has been carried out, there is an imbalance between the number of right and wrong answers, so a technique is needed to overcome the data imbalance. Based on the literature, to overcome these problems, the Random Forest and AdaBoost classification algorithms can be used to improve the consistency of classification accuracy and the SMOTE method to overcome data imbalances.The Random Forest method using SMOTE can achieve an F1 measure of 99%, which means that the hybrid method can overcome the problem of imbalanced datasets that are limited to AES. The AdaBoost model with SMOTE produces the highest F1 measure reaching 99% of the entire dataset. The structure of the dataset is something that also affects the performance of the model. So the best model obtained in this study is the Random Forest model with SMOTE.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"120 ","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931036","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Classification Of Maternal Health Risk Using Three Models Naive Bayes Method 基于三模型朴素贝叶斯方法的孕产妇健康风险分类
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.84242
Nurul Fathanah Mustamin, Firman Aziz, Firmansyah Firmansyah, Pertiwi Ishak
Lack of information related to maternal health care during pregnancy and post-pregnancy, especially in rural areas, results in many cases of pregnancy complications. Risk analysis for pregnant women is really needed as a reference in handling pregnant women so that the risk to pregnant women can be minimized. To analyze the risk of pregnant women can use data mining techniques by classifying the risk of pregnant women. This study proposes to classify Maternal Health Risk using the Naive Bayes method with three models, namely Gaussian, Multinomial, and Bournolli. The data used is the health data of pregnant women based on risk intensity which is grouped into three classes, namely low, mid and high risk. while the attributes are Age, Systolic Blood Pressure as SystolicBP, Diastolic BP as DiastolicBP, Blood Sugar as BS, Body Temperature as BodyTemp, and HeartRate. The results show that among the three Naïve Bayes models that have the best performance are the Multinomial and Bournolli with an accuracy of 84.8% while the Gaussian produces an accuracy of 82.6%.
特别是在农村地区,由于缺乏与怀孕期间和怀孕后产妇保健有关的信息,导致许多妊娠并发症。在处理孕妇时,确实需要对孕妇进行风险分析作为参考,以尽量减少对孕妇的风险。要分析孕妇的风险,可以利用数据挖掘技术对孕妇的风险进行分类。本研究提出使用朴素贝叶斯方法对孕产妇健康风险进行分类,并采用高斯、多项和布诺利三种模型。所使用的数据是基于风险强度的孕妇健康数据,风险强度分为三类,即低、中、高风险。而属性则是年龄、收缩压(收缩压)、舒张压(舒张压)、血糖(BS)、体温(体温)和心率。结果表明,在三种Naïve贝叶斯模型中,多项式和Bournolli模型的准确率为84.8%,高斯模型的准确率为82.6%。
{"title":"Classification Of Maternal Health Risk Using Three Models Naive Bayes Method","authors":"Nurul Fathanah Mustamin, Firman Aziz, Firmansyah Firmansyah, Pertiwi Ishak","doi":"10.22146/ijccs.84242","DOIUrl":"https://doi.org/10.22146/ijccs.84242","url":null,"abstract":"Lack of information related to maternal health care during pregnancy and post-pregnancy, especially in rural areas, results in many cases of pregnancy complications. Risk analysis for pregnant women is really needed as a reference in handling pregnant women so that the risk to pregnant women can be minimized. To analyze the risk of pregnant women can use data mining techniques by classifying the risk of pregnant women. This study proposes to classify Maternal Health Risk using the Naive Bayes method with three models, namely Gaussian, Multinomial, and Bournolli. The data used is the health data of pregnant women based on risk intensity which is grouped into three classes, namely low, mid and high risk. while the attributes are Age, Systolic Blood Pressure as SystolicBP, Diastolic BP as DiastolicBP, Blood Sugar as BS, Body Temperature as BodyTemp, and HeartRate. The results show that among the three Naïve Bayes models that have the best performance are the Multinomial and Bournolli with an accuracy of 84.8% while the Gaussian produces an accuracy of 82.6%.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931302","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Evaluation of Food Security Area of East Java Province Using Fuzzy C-Means (FCM) and Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) 基于模糊c均值(FCM)和TOPSIS的东爪哇省粮食安全区域评价
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.82297
Yuniar Farida, Ghina Salsabila Firdaus, Ahmad Teguh Wibowo, Silvia Kartika Sari, Latifatun Nadya Desinaini
The formation of quality human resources cannot be separated from food, as nutritional intake affects human performance and health. As time increases, the number of residents increases to increase food needs. The ability of a region to meet food needs in its territory is different from other regions. This study aims to classify regions in East Java Province based on food security and determine areas with the best and lowest food security. The method used is the Fuzzy C-Means (FCM) and TOPSIS methods.This research uses criteria based on the Food Security Index compiled by the Food Security Agency. The results of regional clustering using FCM selected the best cluster using three clusters for all requirements, except in food utilization in the city using five clusters. Furthermore, from the clustering results, clustering and cluster members use TOPSIS and produce Magetan regency and Madiun city as areas with the highest food security. At the same time, the lowest food securities are Probolinggo regency and Kediri city.
优质人力资源的形成离不开食物,因为营养摄入会影响人的表现和健康。随着时间的推移,居民的数量也在增加,从而增加了对食物的需求。一个地区满足其领土内粮食需求的能力与其他地区不同。本研究旨在根据粮食安全对东爪哇省的区域进行分类,并确定粮食安全最好和最低的区域。使用的方法是模糊c均值(FCM)和TOPSIS方法。这项研究使用的标准基于食品安全机构编制的食品安全指数。利用FCM进行区域聚类的结果表明,除了城市食品利用使用5个聚类外,所有需求都选择了使用3个聚类的最佳聚类。此外,从聚类结果来看,聚类和聚类成员使用TOPSIS,得出马吉丹县和马迪云市为粮食安全程度最高的地区。与此同时,粮食安全最低的是布罗宁戈县和克迪里市。
{"title":"Evaluation of Food Security Area of East Java Province Using Fuzzy C-Means (FCM) and Technique for Order Preference by Similarity to Ideal Solution (TOPSIS)","authors":"Yuniar Farida, Ghina Salsabila Firdaus, Ahmad Teguh Wibowo, Silvia Kartika Sari, Latifatun Nadya Desinaini","doi":"10.22146/ijccs.82297","DOIUrl":"https://doi.org/10.22146/ijccs.82297","url":null,"abstract":"The formation of quality human resources cannot be separated from food, as nutritional intake affects human performance and health. As time increases, the number of residents increases to increase food needs. The ability of a region to meet food needs in its territory is different from other regions. This study aims to classify regions in East Java Province based on food security and determine areas with the best and lowest food security. The method used is the Fuzzy C-Means (FCM) and TOPSIS methods.This research uses criteria based on the Food Security Index compiled by the Food Security Agency. The results of regional clustering using FCM selected the best cluster using three clusters for all requirements, except in food utilization in the city using five clusters. Furthermore, from the clustering results, clustering and cluster members use TOPSIS and produce Magetan regency and Madiun city as areas with the highest food security. At the same time, the lowest food securities are Probolinggo regency and Kediri city.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"115 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931298","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Identify Reviews of Pedulilindungi Applications using Topic Modeling with Latent Dirichlet Allocation Method 基于潜在狄利克雷分配方法的主题建模方法在peddulilindungi应用中的应用综述
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.86025
Layli Hardiyanti, Dina Anggraini, Ana Kurniawati
The emergence of Covid-19 in December 2019 has disrupted life worldwide, including Indonesia. The government has made various efforts to control the pandemic, one of which is the development of an application called PeduliLindungi. This app aims to be a reliable tool for the government and the entire community during the pandemic. As a new regulation, the use of PeduliLindungi has prompted numerous reviews assessing its quality and performance. With the app's emergence and growth, various topics have emerged and become trending among the public. These topics were identified through user reviews of the PeduliLindungi app, using the Latent Dirichlet Allocation (LDA) algorithm. The data, consisting of 15,522 reviews, was collected from the Google Play Store and underwent pre-processing, including dictionary and corpus creation, determining the number of topics, and modeling with LDA. The resulting topic modeling process generated the ten most prominent topics. The outcomes were visualized using word clouds and topic distribution graphs, representing the most discussed aspects of the PeduliLindungi app among users. These topics are considered diverse since each issue has no relation or similarity to one another.
2019年12月新冠肺炎的出现扰乱了包括印度尼西亚在内的世界各地的生活。政府为控制疫情做出了各种努力,其中之一是开发一款名为PeduliLindungi的应用程序。该应用程序旨在成为疫情期间政府和整个社会的可靠工具。作为一种新制剂,PeduliLindungi的使用引发了许多评价其质量和性能的评论。随着这款应用的出现和发展,各种话题层出不穷,并成为公众关注的热点。这些主题是通过PeduliLindungi应用程序的用户评论确定的,使用潜在狄利克雷分配(LDA)算法。数据由15522条评论组成,从Google Play Store收集,并进行了预处理,包括字典和语料库创建,确定主题数量以及使用LDA建模。最终的主题建模过程生成了十个最突出的主题。结果使用词云和主题分布图进行可视化,代表了PeduliLindungi应用程序在用户中讨论最多的方面。这些主题被认为是多样化的,因为每个问题彼此之间没有关系或相似之处。
{"title":"Identify Reviews of Pedulilindungi Applications using Topic Modeling with Latent Dirichlet Allocation Method","authors":"Layli Hardiyanti, Dina Anggraini, Ana Kurniawati","doi":"10.22146/ijccs.86025","DOIUrl":"https://doi.org/10.22146/ijccs.86025","url":null,"abstract":"The emergence of Covid-19 in December 2019 has disrupted life worldwide, including Indonesia. The government has made various efforts to control the pandemic, one of which is the development of an application called PeduliLindungi. This app aims to be a reliable tool for the government and the entire community during the pandemic. As a new regulation, the use of PeduliLindungi has prompted numerous reviews assessing its quality and performance. With the app's emergence and growth, various topics have emerged and become trending among the public. These topics were identified through user reviews of the PeduliLindungi app, using the Latent Dirichlet Allocation (LDA) algorithm. The data, consisting of 15,522 reviews, was collected from the Google Play Store and underwent pre-processing, including dictionary and corpus creation, determining the number of topics, and modeling with LDA. The resulting topic modeling process generated the ten most prominent topics. The outcomes were visualized using word clouds and topic distribution graphs, representing the most discussed aspects of the PeduliLindungi app among users. These topics are considered diverse since each issue has no relation or similarity to one another.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135930505","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Classification Methods Performance On Logistic Package State Recognition 分类方法在物流包装状态识别中的性能
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.82697
Muhammad Auzan, Dzikri Rahadian Fudholi, Paulus Josianlie P, M Ridho Fuadin
In the distribution sector, logistic package experience activities, such as transport, distribution, storage, packaging, and handling. Even though those processes have reasonable operational procedures, sometimes the package experience mishandling. The mishandling is hard to identify because many packages run simultaneously, and not all processes are monitored. An Inertial Measurement Unit (IMU) is installed inside a package to collect three acceleration and rotation data. The data is then labeled manually into four classes: correct handling, vertical fall, and thrown and rotating fall. Then, using cross-validation, ten classifiers were used to generate a model to classify the logistic package status and evaluate the accuracy score. It is hard to differentiate between free-fall and thrown. The classification only uses the accelerometer data to minimize the running time. The correct handling classification gives a good result because the data pattern has few variations. However, the thrown, free-fall and rotating data give a lower result because the pattern resembles each other. The average accuracy of the ten classifications is 78.15, with a mean deviation of 4.31. The best classifier for this research is the Gaussian Process, with a mean accuracy of 94.4 % and a deviation of 3.5 %.
在分销部门,物流包装体验活动,如运输,分销,储存,包装和处理。即使这些过程有合理的操作程序,有时包裹也会出现处理不当的情况。处理不当很难识别,因为许多包同时运行,并且并非所有进程都受到监视。惯性测量单元(IMU)安装在一个包内,以收集三个加速度和旋转数据。然后将数据手动标记为四类:正确处理、垂直坠落、抛出和旋转坠落。然后,通过交叉验证,使用10个分类器生成一个模型来对物流包装状态进行分类,并评估准确率得分。很难区分自由落体和投掷。该分类仅使用加速度计数据来最小化运行时间。正确的处理分类会产生良好的结果,因为数据模式几乎没有变化。然而,投掷、自由落体和旋转的数据给出的结果较低,因为模式彼此相似。10种分类的平均准确率为78.15,平均偏差为4.31。本研究的最佳分类器是高斯过程,平均准确率为94.4%,偏差为3.5%。
{"title":"Classification Methods Performance On Logistic Package State Recognition","authors":"Muhammad Auzan, Dzikri Rahadian Fudholi, Paulus Josianlie P, M Ridho Fuadin","doi":"10.22146/ijccs.82697","DOIUrl":"https://doi.org/10.22146/ijccs.82697","url":null,"abstract":"In the distribution sector, logistic package experience activities, such as transport, distribution, storage, packaging, and handling. Even though those processes have reasonable operational procedures, sometimes the package experience mishandling. The mishandling is hard to identify because many packages run simultaneously, and not all processes are monitored. An Inertial Measurement Unit (IMU) is installed inside a package to collect three acceleration and rotation data. The data is then labeled manually into four classes: correct handling, vertical fall, and thrown and rotating fall. Then, using cross-validation, ten classifiers were used to generate a model to classify the logistic package status and evaluate the accuracy score. It is hard to differentiate between free-fall and thrown. The classification only uses the accelerometer data to minimize the running time. The correct handling classification gives a good result because the data pattern has few variations. However, the thrown, free-fall and rotating data give a lower result because the pattern resembles each other. The average accuracy of the ten classifications is 78.15, with a mean deviation of 4.31. The best classifier for this research is the Gaussian Process, with a mean accuracy of 94.4 % and a deviation of 3.5 %.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"6 3","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931300","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Implementation of Mobile Technology in The Process of Reporting Disasters and Events 移动技术在灾害和事件报道过程中的应用
Pub Date : 2023-10-31 DOI: 10.22146/ijccs.87660
Ade Silvia Handayani, Nur Hopipah, Mohammad Fadhli
Telecommunications have an important role in facilitating communication and information exchange, especially in emergency situations such as natural disasters and unexpected community events. Implementing mobile technology is a promising solution to improve the response and handling of in-kind problems. Mobile technology allows the public to quickly report incidents of disaster or security issues through applications or short message services. The implementation of mobile technology facilitates real-time communication between the community and Babinsa. The public can send reports quickly, convey important information, and share photos or videos as evidence of events. Babinsa, on the other hand, can respond more efficiently to these reports and take necessary actions based on the information received. Apart from that, mobile technology also supports two-way communication between Babinsa and the community. The public can also get the latest information about emergencies, efforts handling, or evacuation via app or direct message notification. Thus, the implementation of mobile technology can make a significant contribution to improving communication, response, and handling of disasters and community events.
电信在促进通信和信息交流方面具有重要作用,特别是在自然灾害和突发社区事件等紧急情况下。实施移动技术是一种很有希望的解决方案,可以改善对实物问题的响应和处理。移动技术允许公众通过应用程序或短消息服务快速报告灾难事件或安全问题。移动技术的实施促进了社区和Babinsa之间的实时通信。公众可以快速发送报告,传达重要信息,并分享照片或视频作为事件的证据。另一方面,Babinsa可以更有效地对这些报告作出反应,并根据收到的信息采取必要的行动。除此之外,移动技术还支持Babinsa与社区之间的双向通信。公众还可以通过应用程序或直接消息通知获得有关紧急情况、努力处理或疏散的最新信息。因此,移动技术的实施可以为改善通信、反应和处理灾害和社区事件做出重大贡献。
{"title":"The Implementation of Mobile Technology in The Process of Reporting Disasters and Events","authors":"Ade Silvia Handayani, Nur Hopipah, Mohammad Fadhli","doi":"10.22146/ijccs.87660","DOIUrl":"https://doi.org/10.22146/ijccs.87660","url":null,"abstract":"Telecommunications have an important role in facilitating communication and information exchange, especially in emergency situations such as natural disasters and unexpected community events. Implementing mobile technology is a promising solution to improve the response and handling of in-kind problems. Mobile technology allows the public to quickly report incidents of disaster or security issues through applications or short message services. The implementation of mobile technology facilitates real-time communication between the community and Babinsa. The public can send reports quickly, convey important information, and share photos or videos as evidence of events. Babinsa, on the other hand, can respond more efficiently to these reports and take necessary actions based on the information received. Apart from that, mobile technology also supports two-way communication between Babinsa and the community. The public can also get the latest information about emergencies, efforts handling, or evacuation via app or direct message notification. Thus, the implementation of mobile technology can make a significant contribution to improving communication, response, and handling of disasters and community events.","PeriodicalId":31625,"journal":{"name":"IJCCS Indonesian Journal of Computing and Cybernetics Systems","volume":"6 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135931301","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
IJCCS Indonesian Journal of Computing and Cybernetics Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1