首页 > 最新文献

International Journal of Advances in Soft Computing and its Applications最新文献

英文 中文
Adaptive Multi-Applications Cryptographic System 自适应多应用密码系统
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.03
Basil Al-Kasasbeh
Cryptography is the core method utilized to protect the communications between different applications, terminals, and agents distributed worldwide and connected via the internet. Yet, with the distribution of the low-energy and low-storage devices, in the Internet-of-Things (IoT), the cryptography protocols cannot be implemented because of the power constraints or because the implementation is beyond the time constraints that hindered their usability of these protocols in real-time critical applications. To solve this problem, an Adaptive Multi-Application Cryptography System is proposed in this paper. The proposed system consists of the requirements identifier and the implementer, implemented on the application and transportation layer. The requirement identifier examines the header of the data, determines the underlying application and its type. The requirements are then identified and encoded according to four options: high, moderate, low, and no security requirements. The inputs are processed, and ciphertext is produced based on the identified requirements and the suitable cryptography algorithm. The results showed that the proposed system reduces the delay by 97% relative to the utilized algorithms' upper-bound delay. Keywords: Cryptography, symmetric key encryption, block cipher, delay and performance, quantum computing.
密码学是用于保护分布在世界各地并通过互联网连接的不同应用程序、终端和代理之间通信的核心方法。然而,随着低能耗和低存储设备的分布,在物联网(IoT)中,由于功率限制或实现超出了时间限制,无法实现加密协议,这阻碍了这些协议在实时关键应用中的可用性。为了解决这个问题,本文提出了一种自适应多应用密码系统。所提出的系统由需求标识符和实现者组成,在应用程序和传输层上实现。需求标识符检查数据的头部,确定底层应用程序及其类型。然后根据四个选项对需求进行识别和编码:高、中等、低和无安全需求。对输入进行处理,并根据识别的需求和合适的密码算法生成密文。结果表明,相对于所用算法的上界延迟,所提出的系统将延迟减少了97%。关键词:密码学,对称密钥加密,分组密码,延迟与性能,量子计算。
{"title":"Adaptive Multi-Applications Cryptographic System","authors":"Basil Al-Kasasbeh","doi":"10.15849/ijasca.211128.03","DOIUrl":"https://doi.org/10.15849/ijasca.211128.03","url":null,"abstract":"Cryptography is the core method utilized to protect the communications between different applications, terminals, and agents distributed worldwide and connected via the internet. Yet, with the distribution of the low-energy and low-storage devices, in the Internet-of-Things (IoT), the cryptography protocols cannot be implemented because of the power constraints or because the implementation is beyond the time constraints that hindered their usability of these protocols in real-time critical applications. To solve this problem, an Adaptive Multi-Application Cryptography System is proposed in this paper. The proposed system consists of the requirements identifier and the implementer, implemented on the application and transportation layer. The requirement identifier examines the header of the data, determines the underlying application and its type. The requirements are then identified and encoded according to four options: high, moderate, low, and no security requirements. The inputs are processed, and ciphertext is produced based on the identified requirements and the suitable cryptography algorithm. The results showed that the proposed system reduces the delay by 97% relative to the utilized algorithms' upper-bound delay. Keywords: Cryptography, symmetric key encryption, block cipher, delay and performance, quantum computing.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46172695","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
Embedding from Language Models (ELMos)- based Dependency Parser for Indonesian Language 基于嵌入语言模型(ELMos)的印尼语依赖分析器
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.01
The goal of dependency parsing is to seek a functional relationship among words. For instance, it tells the subject-object relation in a sentence. Parsing the Indonesian language requires information about the morphology of a word. Indonesian grammar relies heavily on affixation to combine root words with affixes to form another word. Thus, morphology information should be incorporated. Fortunately, it can be encoded implicitly by word representation. Embeddings from Language Models (ELMo) is a word representation which be able to capture morphology information. Unlike most widely used word representations such as word2vec or Global Vectors (GloVe), ELMo utilizes a Convolutional Neural Network (CNN) over characters. With it, the affixation process could ideally encoded in a word representation. We did an analysis using nearest neighbor words and T-distributed Stochastic Neighbor Embedding (t-SNE) word visualization to compare word2vec and ELMo. Our result showed that ELMo representation is richer in encoding the morphology information than it's counterpart. We trained our parser using word2vec and ELMo. To no surprise, the parser which uses ELMo gets a higher accuracy than word2vec. We obtain Unlabeled Attachment Score (UAS) at 83.08 for ELMo and 81.35 for word2vec. Hence, we confirmed that morphology information is necessary, especially in a morphologically rich language like Indonesian. Keywords: ELMo, Dependency Parser, Natural Language Processing, word2vec
依赖解析的目的是寻求单词之间的功能关系。例如,它告诉句子中的主体关系。解析印尼语需要掌握单词的形态信息。印尼语法在很大程度上依赖词缀来将词根词与词缀结合形成另一个词。因此,应纳入形态信息。幸运的是,它可以通过单词表示进行隐式编码。语言模型嵌入(ELMo)是一种能够捕获形态信息的单词表示。与最广泛使用的单词表示(如word2vec或全局向量(GloVe))不同,ELMo在字符上使用卷积神经网络(CNN)。有了它,词缀过程可以理想地编码在单词表示中。我们使用最近邻词和T分布随机相邻嵌入(T-SNE)词可视化进行了分析,以比较word2vec和ELMo。我们的结果表明,ELMo表示在编码形态学信息方面比它的对应表示更丰富。我们使用word2vec和ELMo来训练我们的解析器。毫不奇怪,使用ELMo的解析器获得了比word2vec更高的精度。ELMo和word2vec的无标签依恋得分分别为83.08和81.35。因此,我们确认了形态学信息是必要的,尤其是在像印尼语这样形态学丰富的语言中。关键词:ELMo,依赖分析器,自然语言处理,word2vec
{"title":"Embedding from Language Models (ELMos)- based Dependency Parser for Indonesian Language","authors":"","doi":"10.15849/ijasca.211128.01","DOIUrl":"https://doi.org/10.15849/ijasca.211128.01","url":null,"abstract":"The goal of dependency parsing is to seek a functional relationship among words. For instance, it tells the subject-object relation in a sentence. Parsing the Indonesian language requires information about the morphology of a word. Indonesian grammar relies heavily on affixation to combine root words with affixes to form another word. Thus, morphology information should be incorporated. Fortunately, it can be encoded implicitly by word representation. Embeddings from Language Models (ELMo) is a word representation which be able to capture morphology information. Unlike most widely used word representations such as word2vec or Global Vectors (GloVe), ELMo utilizes a Convolutional Neural Network (CNN) over characters. With it, the affixation process could ideally encoded in a word representation. We did an analysis using nearest neighbor words and T-distributed Stochastic Neighbor Embedding (t-SNE) word visualization to compare word2vec and ELMo. Our result showed that ELMo representation is richer in encoding the morphology information than it's counterpart. We trained our parser using word2vec and ELMo. To no surprise, the parser which uses ELMo gets a higher accuracy than word2vec. We obtain Unlabeled Attachment Score (UAS) at 83.08 for ELMo and 81.35 for word2vec. Hence, we confirmed that morphology information is necessary, especially in a morphologically rich language like Indonesian. Keywords: ELMo, Dependency Parser, Natural Language Processing, word2vec","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45361488","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
Recent Advances in Arabic Automatic Text Summarization 阿拉伯语文本自动摘要研究进展
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.05
Ahmad T. Al-Taani
Recently, the volume of the Arabic texts and documents on the internet had increased rabidly and generated a rich and valuable content on the www. Several parties had contributed to this content, this includes researchers, companies, governmental agencies, educational institutions, etc. With this big content it became difficult to search and extract useful information using only mankind skills and search engines. This motivated researchers to propose automated methodologies to extract summaries or useful information from those documents. A lot of research has been proposed for the automatic extraction of summaries for the English language and other languages. Unfortunately, the research for the Arabic automatic text summarization is still humble and needs more attention. This study presents a critical review and analysis of recent studies in Arabic automatic text summarization. The review includes all recent studies used the different text summarization approaches which include statistical-based, graph-based, evolutionary-based, and machine learning-based approaches. The selection criteria of the literature are based on the venue of publication and year of publication; back to five years. All review papers in Arabic ATS are excluded from the review since the study considers the recent methodologies in Arabic ATS. As a conclusion of this research, we recommend researchers in Arabic text summarization to investigate the use of machine learning on abstractive approach for text summarization due to the lack of research in this area. Keywords: Automatic Text Summarization, The Arabic Language, Machine Learning, Natural Language Processing, Text Processing, Computational Linguistics.
最近,互联网上的阿拉伯语文本和文件数量急剧增加,并在www.上产生了丰富而有价值的内容。包括研究人员、公司、政府机构、教育机构等在内的多方都对这些内容做出了贡献。有了这些庞大的内容,仅靠人类的技能和搜索引擎就很难搜索和提取有用的信息。这促使研究人员提出了从这些文件中提取摘要或有用信息的自动化方法。已经提出了许多关于英语和其他语言的摘要的自动提取的研究。遗憾的是,对阿拉伯语文本自动摘要的研究还很薄弱,需要更多的关注。本研究对近年来阿拉伯语文本自动摘要的研究进行了批判性的回顾和分析。该综述包括最近使用不同文本摘要方法的所有研究,包括基于统计、基于图、基于进化和基于机器学习的方法。文献的选择标准是基于出版地点和出版年份;回到五年前。所有阿拉伯语ATS的审查文件都被排除在审查之外,因为该研究考虑了阿拉伯语ATS的最新方法。作为本研究的结论,由于该领域的研究不足,我们建议阿拉伯语文本摘要研究人员研究机器学习在文本摘要抽象方法中的应用。关键词:自动文本摘要,阿拉伯语,机器学习,自然语言处理,文本处理,计算语言学。
{"title":"Recent Advances in Arabic Automatic Text Summarization","authors":"Ahmad T. Al-Taani","doi":"10.15849/ijasca.211128.05","DOIUrl":"https://doi.org/10.15849/ijasca.211128.05","url":null,"abstract":"Recently, the volume of the Arabic texts and documents on the internet had increased rabidly and generated a rich and valuable content on the www. Several parties had contributed to this content, this includes researchers, companies, governmental agencies, educational institutions, etc. With this big content it became difficult to search and extract useful information using only mankind skills and search engines. This motivated researchers to propose automated methodologies to extract summaries or useful information from those documents. A lot of research has been proposed for the automatic extraction of summaries for the English language and other languages. Unfortunately, the research for the Arabic automatic text summarization is still humble and needs more attention. This study presents a critical review and analysis of recent studies in Arabic automatic text summarization. The review includes all recent studies used the different text summarization approaches which include statistical-based, graph-based, evolutionary-based, and machine learning-based approaches. The selection criteria of the literature are based on the venue of publication and year of publication; back to five years. All review papers in Arabic ATS are excluded from the review since the study considers the recent methodologies in Arabic ATS. As a conclusion of this research, we recommend researchers in Arabic text summarization to investigate the use of machine learning on abstractive approach for text summarization due to the lack of research in this area. Keywords: Automatic Text Summarization, The Arabic Language, Machine Learning, Natural Language Processing, Text Processing, Computational Linguistics.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49320031","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
A Bi-level Neuro-Fuzzy System Soft Computing for Reservoir Operation 水库调度的双层神经模糊系统软计算
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.15
Mekonnen Redi, M. Dananto, N. Thillaigovindan
Reservoir operation studies purely based on the storage level, inflow, and release decisions during dry periods only fail to serve the optimal reservoir operation policy design because of the fact that the release decision during this period is highly dependent on wet season water conservation and flood risk management operations. Imperatively, the operation logic in the two seasons are quite different. If the two operations are not sufficiently coordinated, they may produce poor responses to the system dynamics. There are high levels of uncertainties on the model parameters, values and how they are logically operated by human or automated systems. Soft computing methods represent the system as an artificial neural network (ANN) in which the input- output relations take the form of fuzzy numbers, fuzzy arithmetic and fuzzy logic (FL). Neuro-Fuzzy System (NFS) soft computing combine the approaches of FL and ANN for single purpose reservoir operation. Thus, this study proposes a Bi-Level Neuro-Fuzzy System (BL-NFS) soft computing methodology for short and long term operation policies for a newly inaugurated irrigation project in Gidabo Watershed of Main Ethiopian Rift Valley Basin. Keywords: Bankruptcy rule, BL-NFS, Reservoir operation, Sensitivity analysis, Soft computing, Water conservation.
纯粹基于枯水期蓄水位、入流和泄洪决策的水库调度研究无法为最佳水库调度政策设计服务,因为枯水期的泄洪决策高度依赖于丰水期的水利和洪水风险管理操作。强制性地说,这两季的运作逻辑大不相同。如果这两种操作没有充分协调,它们可能会对系统动力学产生较差的响应。模型参数、值以及人工或自动化系统如何对其进行逻辑操作存在高度的不确定性。软计算方法将系统表示为人工神经网络,其中输入-输出关系采用模糊数、模糊算术和模糊逻辑的形式。神经模糊系统(NFS)软计算将FL和ANN方法相结合,用于单目标水库调度。因此,本研究提出了一种双层神经模糊系统(BL-NFS)软计算方法,用于埃塞俄比亚主裂谷盆地Gidabo流域新启动的灌溉项目的短期和长期运营政策。关键词:破产规则,BL-NFS,水库调度,敏感性分析,软计算,节水。
{"title":"A Bi-level Neuro-Fuzzy System Soft Computing for Reservoir Operation","authors":"Mekonnen Redi, M. Dananto, N. Thillaigovindan","doi":"10.15849/ijasca.211128.15","DOIUrl":"https://doi.org/10.15849/ijasca.211128.15","url":null,"abstract":"Reservoir operation studies purely based on the storage level, inflow, and release decisions during dry periods only fail to serve the optimal reservoir operation policy design because of the fact that the release decision during this period is highly dependent on wet season water conservation and flood risk management operations. Imperatively, the operation logic in the two seasons are quite different. If the two operations are not sufficiently coordinated, they may produce poor responses to the system dynamics. There are high levels of uncertainties on the model parameters, values and how they are logically operated by human or automated systems. Soft computing methods represent the system as an artificial neural network (ANN) in which the input- output relations take the form of fuzzy numbers, fuzzy arithmetic and fuzzy logic (FL). Neuro-Fuzzy System (NFS) soft computing combine the approaches of FL and ANN for single purpose reservoir operation. Thus, this study proposes a Bi-Level Neuro-Fuzzy System (BL-NFS) soft computing methodology for short and long term operation policies for a newly inaugurated irrigation project in Gidabo Watershed of Main Ethiopian Rift Valley Basin. Keywords: Bankruptcy rule, BL-NFS, Reservoir operation, Sensitivity analysis, Soft computing, Water conservation.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49340658","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 Non-Performing Financing Using Logistic Regression and Synthetic Minority Over-sampling Technique-Nominal Continuous (SMOTE-NC) 基于Logistic回归和合成少数过采样技术的不良融资分类——名义连续(SMOTE-NC)
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.09
Wahyu Wibowo, Iis Dewi Ratih
Financing analysis is the process of analyzing the ability of bank customers to pay installments to minimize the risk of a customer not paying installments, which is also called Non-Performing Financing (NPF). In 2020 the NPF ratio at one of the Islamic banks in Indonesia increased due to the decline in people’s income during the Covid-19 pandemic. This phenomenon has led to bad banking performance. In December 2020 the percentage of NPF was 17%. The imbalance between the number of good-financing and NPF customers has resulted in poor classification accuracy results. Therefore, this study classifies NPF customers using the Logistic Regression and Synthetic Minority Over-sampling Technique Nominal Continuous (SMOTE-NC) method. The results of this study indicate that the logistic regression with SMOTE-NC model is the best model for the classification of NPF customers compared to the logistic regression method without SMOTE-NC. The variables that have a significant effect are financing period, type of use, type of collateral, and occupation. The logistic regression with SMOTE-NC can handle the imbalanced dataset and increase the specificity when using logistic regression without SMOTE-NC from 0.04 to 0.21, with an accuracy of 0.81, sensitivity of 0.94, and precision of 0.86. Keywords: Classification, Islamic Bank, Logistic Regression, Non-Performing Financing, SMOTE-NC.
融资分析是分析银行客户支付分期付款的能力,以尽量减少客户不支付分期付款的风险的过程,也称为不良融资(NPF)。2020年,由于2019冠状病毒病大流行期间人民收入下降,印度尼西亚一家伊斯兰银行的NPF比率有所上升。这种现象导致银行业绩不佳。2020年12月,NPF的比例为17%。良好融资客户和NPF客户数量之间的不平衡导致分类精度结果不佳。因此,本研究使用逻辑回归和合成少数过采样技术名义连续(SMOTE-NC)方法对NPF客户进行分类。本研究结果表明,与未使用SMOTE-NC的logistic回归方法相比,采用SMOTE-NC模型的logistic回归方法是NPF客户分类的最佳模型。有显著影响的变量是融资期限、使用类型、抵押品类型和占用。与不使用SMOTE-NC的逻辑回归相比,使用SMOTE-NC的逻辑回归可以处理不平衡数据集,特异性从0.04提高到0.21,准确度为0.81,灵敏度为0.94,精密度为0.86。关键词:分类、伊斯兰银行、Logistic回归、不良融资、SMOTE-NC。
{"title":"Classification of Non-Performing Financing Using Logistic Regression and Synthetic Minority Over-sampling Technique-Nominal Continuous (SMOTE-NC)","authors":"Wahyu Wibowo, Iis Dewi Ratih","doi":"10.15849/ijasca.211128.09","DOIUrl":"https://doi.org/10.15849/ijasca.211128.09","url":null,"abstract":"Financing analysis is the process of analyzing the ability of bank customers to pay installments to minimize the risk of a customer not paying installments, which is also called Non-Performing Financing (NPF). In 2020 the NPF ratio at one of the Islamic banks in Indonesia increased due to the decline in people’s income during the Covid-19 pandemic. This phenomenon has led to bad banking performance. In December 2020 the percentage of NPF was 17%. The imbalance between the number of good-financing and NPF customers has resulted in poor classification accuracy results. Therefore, this study classifies NPF customers using the Logistic Regression and Synthetic Minority Over-sampling Technique Nominal Continuous (SMOTE-NC) method. The results of this study indicate that the logistic regression with SMOTE-NC model is the best model for the classification of NPF customers compared to the logistic regression method without SMOTE-NC. The variables that have a significant effect are financing period, type of use, type of collateral, and occupation. The logistic regression with SMOTE-NC can handle the imbalanced dataset and increase the specificity when using logistic regression without SMOTE-NC from 0.04 to 0.21, with an accuracy of 0.81, sensitivity of 0.94, and precision of 0.86. Keywords: Classification, Islamic Bank, Logistic Regression, Non-Performing Financing, SMOTE-NC.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43598928","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}
引用次数: 6
Arrhythmia Classification Using One Dimensional Conventional Neural Network 基于一维常规神经网络的心律失常分类
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.04
Sarah Kamil, L. Muhammed
Arrhythmia is a heart condition that occurs due to abnormalities in the heartbeat, which means that the heart's electrical signals do not work properly, resulting in an irregular heartbeat or rhythm and thus defeating the pumping of blood. Some cases of arrhythmia are not considered serious, while others are very dangerous, life-threatening, and cause death in a short period of time. In the clinical routine, cardiac arrhythmia detection is performed by electrocardiogram (ECG) signals. The ECG is a significant diagnosis tool that is used to record the electrical activity of the heart, and its signals can reveal abnormal heart activity. However, because of their small amplitude and duration, visual interpretation of ECG signals is difficult. As a result, we present a significant approach for identifying arrhythmias using ECG signals. In this study, we proposed an approach based on Deep Learning (DL) technology that is a framework of nine-layer one-dimension Conventional Neural Network (1D CNN) for classifying automatically ECG signals into four cardiac conditions named: normal (N), Atrial Premature Beat (APB), Left Bundle Branch Block (LBBB), and Right Bundle Branch Block (RBBB). The practical test of this work was executed with the benchmark MIT-BIH database. We achieved an average accuracy of 99%, precision of 98%, recall of 96.5%, specificity of 99.08%, and an F1-score of 95.75%. The obtained results were compared with some relevant models, and they showed that the proposed framework outperformed those models in some measures. The new approach’s performance indicates its success. Also, it has been shown that deep convolutional neural networks can be used efficiently in automated detection and, therefore, cardiovascular disease protection as well as help cardiologists in medical practice by saving time and effort. Keywords: 1-D CNN, Arrhythmia, Cardiovascular Disease, Classification, Deep learning, Electrocardiogram(ECG), MIT-BIH arrhythmia database.
心律失常是一种由心跳异常引起的心脏疾病,这意味着心脏的电信号不能正常工作,导致心跳或节奏不规则,从而阻碍了血液的输送。有些心律失常不被认为是严重的,而另一些则非常危险,危及生命,并在短时间内导致死亡。在临床常规中,心律失常的检测是通过心电图(ECG)信号进行的。心电图是记录心脏电活动的一种重要的诊断工具,它的信号可以揭示心脏的异常活动。然而,由于其幅度小、持续时间短,对心电信号的视觉解释是困难的。因此,我们提出了一种使用ECG信号识别心律失常的重要方法。在这项研究中,我们提出了一种基于深度学习(DL)技术的方法,该方法是一个九层一维传统神经网络(1D CNN)框架,用于将ECG信号自动分类为四种心脏状态:正常(N)、心房早搏(APB)、左束支传导阻滞(LBBB)和右束支传导阻滞(RBBB)。这项工作的实际测试是使用基准的MIT-BIH数据库执行的。平均准确率为99%,精密度为98%,召回率为96.5%,特异性为99.08%,f1评分为95.75%。将得到的结果与一些相关模型进行了比较,结果表明该框架在某些指标上优于那些模型。新方法的表现表明它是成功的。此外,研究表明,深度卷积神经网络可以有效地用于自动检测,从而保护心血管疾病,并通过节省时间和精力帮助心脏病专家在医疗实践中。关键词:1-D CNN,心律失常,心血管疾病,分类,深度学习,心电图,MIT-BIH心律失常数据库。
{"title":"Arrhythmia Classification Using One Dimensional Conventional Neural Network","authors":"Sarah Kamil, L. Muhammed","doi":"10.15849/ijasca.211128.04","DOIUrl":"https://doi.org/10.15849/ijasca.211128.04","url":null,"abstract":"Arrhythmia is a heart condition that occurs due to abnormalities in the heartbeat, which means that the heart's electrical signals do not work properly, resulting in an irregular heartbeat or rhythm and thus defeating the pumping of blood. Some cases of arrhythmia are not considered serious, while others are very dangerous, life-threatening, and cause death in a short period of time. In the clinical routine, cardiac arrhythmia detection is performed by electrocardiogram (ECG) signals. The ECG is a significant diagnosis tool that is used to record the electrical activity of the heart, and its signals can reveal abnormal heart activity. However, because of their small amplitude and duration, visual interpretation of ECG signals is difficult. As a result, we present a significant approach for identifying arrhythmias using ECG signals. In this study, we proposed an approach based on Deep Learning (DL) technology that is a framework of nine-layer one-dimension Conventional Neural Network (1D CNN) for classifying automatically ECG signals into four cardiac conditions named: normal (N), Atrial Premature Beat (APB), Left Bundle Branch Block (LBBB), and Right Bundle Branch Block (RBBB). The practical test of this work was executed with the benchmark MIT-BIH database. We achieved an average accuracy of 99%, precision of 98%, recall of 96.5%, specificity of 99.08%, and an F1-score of 95.75%. The obtained results were compared with some relevant models, and they showed that the proposed framework outperformed those models in some measures. The new approach’s performance indicates its success. Also, it has been shown that deep convolutional neural networks can be used efficiently in automated detection and, therefore, cardiovascular disease protection as well as help cardiologists in medical practice by saving time and effort. Keywords: 1-D CNN, Arrhythmia, Cardiovascular Disease, Classification, Deep learning, Electrocardiogram(ECG), MIT-BIH arrhythmia database.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"41626741","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}
引用次数: 1
Deep Learning for the Improvement of Object Detection in Augmented Reality 增强现实中用于改进目标检测的深度学习
Q3 Computer Science Pub Date : 2021-11-28 DOI: 10.15849/ijasca.211128.10
Zainab Oufqir, Lamiae Binan, A. El Abderrahmani, K. Satori
In this article, we give a comprehensive overview of recent methods in object detection using deep learning and their uses in augmented reality. The objective is to present a complete understanding of these algorithms and how augmented reality functions and services can be improved by integrating these methods. We discuss in detail the different characteristics of each approach and their influence on real-time detection performance. Experimental analyses are provided to compare the performance of each method and make meaningful conclusions for their use in augmented reality. Two-stage detectors generally provide better detection performance, while single-stage detectors are significantly more time efficient and more applicable to real-time object detection. Finally, we discuss several future directions to facilitate and stimulate future research on object detection in augmented reality. Keywords: object detection, deep learning, convolutional neural network, augmented reality.
在这篇文章中,我们全面概述了使用深度学习进行物体检测的最新方法及其在增强现实中的应用。目的是全面了解这些算法,以及如何通过集成这些方法来改进增强现实功能和服务。我们详细讨论了每种方法的不同特征及其对实时检测性能的影响。提供了实验分析,以比较每种方法的性能,并为它们在增强现实中的应用得出有意义的结论。两级检测器通常提供更好的检测性能,而单级检测器的时间效率明显更高,更适用于实时物体检测。最后,我们讨论了几个未来的方向,以促进和刺激增强现实中物体检测的未来研究。关键词:物体检测,深度学习,卷积神经网络,增强现实。
{"title":"Deep Learning for the Improvement of Object Detection in Augmented Reality","authors":"Zainab Oufqir, Lamiae Binan, A. El Abderrahmani, K. Satori","doi":"10.15849/ijasca.211128.10","DOIUrl":"https://doi.org/10.15849/ijasca.211128.10","url":null,"abstract":"In this article, we give a comprehensive overview of recent methods in object detection using deep learning and their uses in augmented reality. The objective is to present a complete understanding of these algorithms and how augmented reality functions and services can be improved by integrating these methods. We discuss in detail the different characteristics of each approach and their influence on real-time detection performance. Experimental analyses are provided to compare the performance of each method and make meaningful conclusions for their use in augmented reality. Two-stage detectors generally provide better detection performance, while single-stage detectors are significantly more time efficient and more applicable to real-time object detection. Finally, we discuss several future directions to facilitate and stimulate future research on object detection in augmented reality. Keywords: object detection, deep learning, convolutional neural network, augmented reality.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49255953","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}
引用次数: 2
AI Testing: Ensuring a Good Data Split Between Data Sets (Training and Test) using K-means Clustering and Decision Tree Analysis 人工智能测试:使用K-means聚类和决策树分析确保数据集(训练和测试)之间的良好数据分离
Q3 Computer Science Pub Date : 2021-02-28 DOI: 10.5121/IJSC.2021.12101
Kishore Sugali, Christine D. Sprunger, Venkata N. Inukollu
Artificial Intelligence and Machine Learning have been around for a long time. In recent years, there has been a surge in popularity for applications integrating AI and ML technology. As with traditional development, software testing is a critical component of a successful AI/ML application. The development methodology used in AI/ML contrasts significantly from traditional development. In light of these distinctions, various software testing challenges arise. The emphasis of this paper is on the challenge of effectively splitting the data into training and testing data sets. By applying a k-Means clustering strategy to the data set followed by a decision tree, we can significantly increase the likelihood of the training data set to represent the domain of the full dataset and thus avoid training a model that is likely to fail because it has only learned a subset of the full data domain.
人工智能和机器学习已经存在很长时间了。近年来,集成人工智能和机器学习技术的应用程序越来越受欢迎。与传统开发一样,软件测试是成功的AI/ML应用程序的关键组成部分。AI/ML中使用的开发方法与传统开发有很大的不同。根据这些区别,出现了各种各样的软件测试挑战。本文的重点是有效地将数据分割成训练数据集和测试数据集的挑战。通过对数据集和决策树应用k-Means聚类策略,我们可以显著增加训练数据集代表完整数据集域的可能性,从而避免训练一个可能失败的模型,因为它只学习了完整数据域的一个子集。
{"title":"AI Testing: Ensuring a Good Data Split Between Data Sets (Training and Test) using K-means Clustering and Decision Tree Analysis","authors":"Kishore Sugali, Christine D. Sprunger, Venkata N. Inukollu","doi":"10.5121/IJSC.2021.12101","DOIUrl":"https://doi.org/10.5121/IJSC.2021.12101","url":null,"abstract":"Artificial Intelligence and Machine Learning have been around for a long time. In recent years, there has been a surge in popularity for applications integrating AI and ML technology. As with traditional development, software testing is a critical component of a successful AI/ML application. The development methodology used in AI/ML contrasts significantly from traditional development. In light of these distinctions, various software testing challenges arise. The emphasis of this paper is on the challenge of effectively splitting the data into training and testing data sets. By applying a k-Means clustering strategy to the data set followed by a decision tree, we can significantly increase the likelihood of the training data set to represent the domain of the full dataset and thus avoid training a model that is likely to fail because it has only learned a subset of the full data domain.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":"71 1","pages":"1-11"},"PeriodicalIF":0.0,"publicationDate":"2021-02-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91157354","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
Advances in Soft Computing: 20th Mexican International Conference on Artificial Intelligence, MICAI 2021, Mexico City, Mexico, October 25–30, 2021, Proceedings, Part II 软计算进展:第二十届墨西哥国际人工智能会议,MICAI 2021,墨西哥城,墨西哥,2021年10月25日至30日,会议录,第二部分
Q3 Computer Science Pub Date : 2021-01-01 DOI: 10.1007/978-3-030-89820-5
{"title":"Advances in Soft Computing: 20th Mexican International Conference on Artificial Intelligence, MICAI 2021, Mexico City, Mexico, October 25–30, 2021, Proceedings, Part II","authors":"","doi":"10.1007/978-3-030-89820-5","DOIUrl":"https://doi.org/10.1007/978-3-030-89820-5","url":null,"abstract":"","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89461878","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
An Inventory Management System for Deteriorating Items with Ramp Type and Quadratic Demand: A Structural Comparative Study 斜坡型和二次需求劣化物品库存管理系统的结构比较研究
Q3 Computer Science Pub Date : 2020-11-30 DOI: 10.5121/ijsc.2020.11401
Biswaranjan Mandal
The present paper deals with an inventory management system with ramp type and quadratic demand rates. A constant deterioration rate is considered into the model. In the two types models, the optimum time and total cost are derived when demand is ramp type and quadratic. A structural comparative study is demonstrated here by illustrating the model with sensitivity analysis.
本文研究了一个具有斜坡型和二次型需求率的库存管理系统。模型中考虑了一个恒定的劣化率。在两种模型中,分别推导出需求为斜坡型和二次型时的最优时间和总成本。本文通过对模型进行敏感性分析,论证了结构比较研究。
{"title":"An Inventory Management System for Deteriorating Items with Ramp Type and Quadratic Demand: A Structural Comparative Study","authors":"Biswaranjan Mandal","doi":"10.5121/ijsc.2020.11401","DOIUrl":"https://doi.org/10.5121/ijsc.2020.11401","url":null,"abstract":"The present paper deals with an inventory management system with ramp type and quadratic demand rates. A constant deterioration rate is considered into the model. In the two types models, the optimum time and total cost are derived when demand is ramp type and quadratic. A structural comparative study is demonstrated here by illustrating the model with sensitivity analysis.","PeriodicalId":38638,"journal":{"name":"International Journal of Advances in Soft Computing and its Applications","volume":"140 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2020-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77771449","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
期刊
International Journal of Advances in Soft Computing and its Applications
全部 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