首页 > 最新文献

Journal of Artificial Intelligence and Soft Computing Research最新文献

英文 中文
Evolutionary Algorithm for Selecting Dynamic Signatures Partitioning Approach 选择动态签名的进化算法划分方法
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-10-01 DOI: 10.2478/jaiscr-2022-0018
Marcin Zalasiński, Łukasz Laskowski, Tacjana Niksa-Rynkiewicz, K. Cpałka, A. Byrski, Krzysztof Przybyszewski, Paweł Trippner, Shiquan Dong
Abstract In the verification of identity, the aim is to increase effectiveness and reduce involvement of verified users. A good compromise between these issues is ensured by dynamic signature verification. The dynamic signature is represented by signals describing the position of the stylus in time. They can be used to determine the velocity or acceleration signal. Values of these signals can be analyzed, interpreted, selected, and compared. In this paper, we propose an approach that: (a) uses an evolutionary algorithm to create signature partitions in the time and velocity domains; (b) selects the most characteristic partitions in terms of matching with reference signatures; and (c) works individually for each user, eliminating the need of using skilled forgeries. The proposed approach was tested using Biosecure DS2 database which is a part of the DeepSignDB, a database with genuine dynamic signatures. Our simulations confirmed the correctness of the adopted assumptions.
摘要在身份验证中,目的是提高有效性,减少被验证用户的参与。动态签名验证确保了这些问题之间的良好折衷。动态签名由描述触笔在时间上的位置的信号来表示。它们可以用于确定速度或加速度信号。这些信号的值可以被分析、解释、选择和比较。在本文中,我们提出了一种方法:(a)使用进化算法在时间域和速度域中创建签名分区;(b) 根据与参考签名的匹配来选择最具特征的分区;以及(c)为每个用户单独工作,消除了使用熟练伪造品的需要。所提出的方法使用Biosecure DS2数据库进行了测试,该数据库是DeepSignDB的一部分,DeepSignDB是一个具有真正动态签名的数据库。我们的模拟证实了所采用的假设的正确性。
{"title":"Evolutionary Algorithm for Selecting Dynamic Signatures Partitioning Approach","authors":"Marcin Zalasiński, Łukasz Laskowski, Tacjana Niksa-Rynkiewicz, K. Cpałka, A. Byrski, Krzysztof Przybyszewski, Paweł Trippner, Shiquan Dong","doi":"10.2478/jaiscr-2022-0018","DOIUrl":"https://doi.org/10.2478/jaiscr-2022-0018","url":null,"abstract":"Abstract In the verification of identity, the aim is to increase effectiveness and reduce involvement of verified users. A good compromise between these issues is ensured by dynamic signature verification. The dynamic signature is represented by signals describing the position of the stylus in time. They can be used to determine the velocity or acceleration signal. Values of these signals can be analyzed, interpreted, selected, and compared. In this paper, we propose an approach that: (a) uses an evolutionary algorithm to create signature partitions in the time and velocity domains; (b) selects the most characteristic partitions in terms of matching with reference signatures; and (c) works individually for each user, eliminating the need of using skilled forgeries. The proposed approach was tested using Biosecure DS2 database which is a part of the DeepSignDB, a database with genuine dynamic signatures. Our simulations confirmed the correctness of the adopted assumptions.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"12 1","pages":"267 - 279"},"PeriodicalIF":2.8,"publicationDate":"2022-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47220846","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Towards a Very Fast Feedforward Multilayer Neural Networks Training Algorithm 一种非常快速的前馈多层神经网络训练算法
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-07-01 DOI: 10.2478/jaiscr-2022-0012
J. Bilski, Bartosz Kowalczyk, Marek Kisiel-Dorohinicki, A. Siwocha, J. Zurada
Abstract **This paper presents a novel fast algorithm for feedforward neural networks training. It is based on the Recursive Least Squares (RLS) method commonly used for designing adaptive filters. Besides, it utilizes two techniques of linear algebra, namely the orthogonal transformation method, called the Givens Rotations (GR), and the QR decomposition, creating the GQR (symbolically we write GR + QR = GQR) procedure for solving the normal equations in the weight update process. In this paper, a novel approach to the GQR algorithm is presented. The main idea revolves around reducing the computational cost of a single rotation by eliminating the square root calculation and reducing the number of multiplications. The proposed modification is based on the scaled version of the Givens rotations, denoted as SGQR. This modification is expected to bring a significant training time reduction comparing to the classic GQR algorithm. The paper begins with the introduction and the classic Givens rotation description. Then, the scaled rotation and its usage in the QR decomposition is discussed. The main section of the article presents the neural network training algorithm which utilizes scaled Givens rotations and QR decomposition in the weight update process. Next, the experiment results of the proposed algorithm are presented and discussed. The experiment utilizes several benchmarks combined with neural networks of various topologies. It is shown that the proposed algorithm outperforms several other commonly used methods, including well known Adam optimizer.
摘要**本文提出了一种用于前馈神经网络训练的新的快速算法。它基于通常用于设计自适应滤波器的递归最小二乘(RLS)方法。此外,它利用了线性代数的两种技术,即称为Givens旋转(GR)的正交变换方法和QR分解,创建了GQR(象征性地,我们写GR+QR=GQR)程序,用于求解权重更新过程中的正规方程。本文提出了一种新的GQR算法。主要思想围绕着通过消除平方根计算和减少乘法次数来降低单次旋转的计算成本。所提出的修改是基于Givens旋转的缩放版本,表示为SGQR。与经典的GQR算法相比,这种修改有望显著减少训练时间。本文从引言和经典的吉文斯旋转描述开始。然后,讨论了缩放旋转及其在QR分解中的应用。文章的主要部分介绍了在权重更新过程中利用比例Givens旋转和QR分解的神经网络训练算法。接下来,给出并讨论了该算法的实验结果。该实验利用了几个基准与各种拓扑的神经网络相结合。结果表明,所提出的算法优于其他几种常用的方法,包括众所周知的Adam优化器。
{"title":"Towards a Very Fast Feedforward Multilayer Neural Networks Training Algorithm","authors":"J. Bilski, Bartosz Kowalczyk, Marek Kisiel-Dorohinicki, A. Siwocha, J. Zurada","doi":"10.2478/jaiscr-2022-0012","DOIUrl":"https://doi.org/10.2478/jaiscr-2022-0012","url":null,"abstract":"Abstract **This paper presents a novel fast algorithm for feedforward neural networks training. It is based on the Recursive Least Squares (RLS) method commonly used for designing adaptive filters. Besides, it utilizes two techniques of linear algebra, namely the orthogonal transformation method, called the Givens Rotations (GR), and the QR decomposition, creating the GQR (symbolically we write GR + QR = GQR) procedure for solving the normal equations in the weight update process. In this paper, a novel approach to the GQR algorithm is presented. The main idea revolves around reducing the computational cost of a single rotation by eliminating the square root calculation and reducing the number of multiplications. The proposed modification is based on the scaled version of the Givens rotations, denoted as SGQR. This modification is expected to bring a significant training time reduction comparing to the classic GQR algorithm. The paper begins with the introduction and the classic Givens rotation description. Then, the scaled rotation and its usage in the QR decomposition is discussed. The main section of the article presents the neural network training algorithm which utilizes scaled Givens rotations and QR decomposition in the weight update process. Next, the experiment results of the proposed algorithm are presented and discussed. The experiment utilizes several benchmarks combined with neural networks of various topologies. It is shown that the proposed algorithm outperforms several other commonly used methods, including well known Adam optimizer.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"12 1","pages":"181 - 195"},"PeriodicalIF":2.8,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42816278","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A Novel Approach to Type-Reduction and Design of Interval Type-2 Fuzzy Logic Systems 区间2型模糊逻辑系统的一种新型约简与设计方法
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-07-01 DOI: 10.2478/jaiscr-2022-0013
Janusz T. Starczewski, K. Przybyszewski, A. Byrski, E. Szmidt, Christian Napoli
Abstract Fuzzy logic systems, unlike black-box models, are known as transparent artificial intelligence systems that have explainable rules of reasoning. Type 2 fuzzy systems extend the field of application to tasks that require the introduction of uncertainty in the rules, e.g. for handling corrupted data. Most practical implementations use interval type-2 sets and process interval membership grades. The key role in the design of type-2 interval fuzzy logic systems is played by the type-2 inference defuzzification method. In type-2 systems this generally takes place in two steps: type-reduction first, then standard defuzzification. The only precise type-reduction method is the iterative method known as Karnik-Mendel (KM) algorithm with its enhancement modifications. The known non-iterative methods deliver only an approximation of the boundaries of a type-reduced set and, in special cases, they diminish the profits that result from the use of type-2 fuzzy logic systems. In this paper, we propose a novel type-reduction method based on a smooth approximation of maximum/minimum, and we call this method a smooth type-reduction. Replacing the iterative KM algorithm by the smooth type-reduction, we obtain a structure of an adaptive interval type-2 fuzzy logic which is non-iterative and as close to an approximation of the KM algorithm as we like.
与黑箱模型不同,模糊逻辑系统被称为透明的人工智能系统,具有可解释的推理规则。二类模糊系统将应用领域扩展到需要在规则中引入不确定性的任务,例如处理损坏的数据。大多数实际实现使用间隔类型-2集和进程间隔成员等级。二类推理解模糊化方法在二类区间模糊逻辑系统的设计中起着关键作用。在二类系统中,这通常分两步进行:首先是类型简化,然后是标准的去模糊化。唯一精确的类型约简方法是被称为Karnik-Mendel (KM)算法的迭代方法及其增强修正。已知的非迭代方法只提供了类型约简集边界的近似值,并且在特殊情况下,它们减少了使用2型模糊逻辑系统所带来的收益。在本文中,我们提出了一种新的基于最大值/最小值光滑逼近的类型约简方法,我们称这种方法为光滑类型约简。用光滑型约简代替迭代型KM算法,得到了一种非迭代的自适应区间2型模糊逻辑结构,该结构接近于KM算法的近似。
{"title":"A Novel Approach to Type-Reduction and Design of Interval Type-2 Fuzzy Logic Systems","authors":"Janusz T. Starczewski, K. Przybyszewski, A. Byrski, E. Szmidt, Christian Napoli","doi":"10.2478/jaiscr-2022-0013","DOIUrl":"https://doi.org/10.2478/jaiscr-2022-0013","url":null,"abstract":"Abstract Fuzzy logic systems, unlike black-box models, are known as transparent artificial intelligence systems that have explainable rules of reasoning. Type 2 fuzzy systems extend the field of application to tasks that require the introduction of uncertainty in the rules, e.g. for handling corrupted data. Most practical implementations use interval type-2 sets and process interval membership grades. The key role in the design of type-2 interval fuzzy logic systems is played by the type-2 inference defuzzification method. In type-2 systems this generally takes place in two steps: type-reduction first, then standard defuzzification. The only precise type-reduction method is the iterative method known as Karnik-Mendel (KM) algorithm with its enhancement modifications. The known non-iterative methods deliver only an approximation of the boundaries of a type-reduced set and, in special cases, they diminish the profits that result from the use of type-2 fuzzy logic systems. In this paper, we propose a novel type-reduction method based on a smooth approximation of maximum/minimum, and we call this method a smooth type-reduction. Replacing the iterative KM algorithm by the smooth type-reduction, we obtain a structure of an adaptive interval type-2 fuzzy logic which is non-iterative and as close to an approximation of the KM algorithm as we like.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"12 1","pages":"197 - 206"},"PeriodicalIF":2.8,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45365530","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Flow-Capture Location Model with Link Capacity Constraint Over a Mixed Traffic Network 混合流量网络中链路容量约束的流捕获定位模型
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-07-01 DOI: 10.2478/jaiscr-2022-0015
Pingping Liu, Jinde Cao, Yiping Luo, J. Guo, Wei Huang
Abstract This paper constructs and settles a charging facility location problem with the link capacity constraint over a mixed traffic network. The reason for studying this problem is that link capacity constraint is mostly insufficient or missing in the studies of traditional user equilibrium models, thereby resulting in the ambiguous of the definition of road traffic network status. Adding capacity constraints to the road network is a compromise to enhance the reality of the traditional equilibrium model. In this paper, we provide a two-layer model for evaluating the efficiency of the charging facilities under the condition of considering the link capacity constraint. The upper level model in the proposed bi-level model is a nonlinear integer programming formulation, which aims to maximize the captured link flows of the battery electric vehicles. Moreover, the lower level model is a typical traffic equilibrium assignment model except that it contains the link capacity constraint and driving distance constraint of the electric vehicles over the mixed road network. Based on the Frank-Wolfe algorithm, a modified algorithm framework is adopted for solving the constructed problem, and finally, a numerical example is presented to verify the proposed model and solution algorithm.
摘要本文构造并求解了混合交通网络中具有链路容量约束的充电设施选址问题。研究这一问题的原因是,传统的用户均衡模型研究大多缺乏或缺少链路容量约束,从而导致道路交通网络状态定义的模糊性。在路网中加入容量约束是提高传统均衡模型现实性的一种妥协。本文提出了考虑路段容量约束条件下的充电设施效率评价的两层模型。所提出的双层模型中的上层模型是一个非线性整数规划公式,其目的是使捕获的纯电动汽车环节流最大化。低层模型除了包含混合路网上电动汽车的路段容量约束和行驶距离约束外,是典型的交通均衡分配模型。在Frank-Wolfe算法的基础上,采用改进的算法框架对所构造的问题进行求解,最后通过数值算例对所提出的模型和求解算法进行了验证。
{"title":"Flow-Capture Location Model with Link Capacity Constraint Over a Mixed Traffic Network","authors":"Pingping Liu, Jinde Cao, Yiping Luo, J. Guo, Wei Huang","doi":"10.2478/jaiscr-2022-0015","DOIUrl":"https://doi.org/10.2478/jaiscr-2022-0015","url":null,"abstract":"Abstract This paper constructs and settles a charging facility location problem with the link capacity constraint over a mixed traffic network. The reason for studying this problem is that link capacity constraint is mostly insufficient or missing in the studies of traditional user equilibrium models, thereby resulting in the ambiguous of the definition of road traffic network status. Adding capacity constraints to the road network is a compromise to enhance the reality of the traditional equilibrium model. In this paper, we provide a two-layer model for evaluating the efficiency of the charging facilities under the condition of considering the link capacity constraint. The upper level model in the proposed bi-level model is a nonlinear integer programming formulation, which aims to maximize the captured link flows of the battery electric vehicles. Moreover, the lower level model is a typical traffic equilibrium assignment model except that it contains the link capacity constraint and driving distance constraint of the electric vehicles over the mixed road network. Based on the Frank-Wolfe algorithm, a modified algorithm framework is adopted for solving the constructed problem, and finally, a numerical example is presented to verify the proposed model and solution algorithm.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"12 1","pages":"223 - 234"},"PeriodicalIF":2.8,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44729704","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
New Event Based H∞ State Estimation for Discrete-Time Recurrent Delayed Semi-Markov Jump Neural Networks Via a Novel Summation Inequality 基于一种新的求和不等式的离散递归延迟半马尔可夫跳神经网络H∞状态估计
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-07-01 DOI: 10.2478/jaiscr-2022-0014
Yang Cao, K. Maheswari, S. Dharani, K. Sivaranjani
Abstract This paper investigates the event-based state estimation for discrete-time recurrent delayed semi-Markovian neural networks. An event-triggering protocol is introduced to find measurement output with a specific triggering condition so as to lower the burden of the data communication. A novel summation inequality is established for the existence of asymptotic stability of the estimation error system. The problem addressed here is to construct an H∞ state estimation that guarantees the asymptotic stability with the novel summation inequality, characterized by event-triggered transmission. By the Lyapunov functional technique, the explicit expressions for the gain are established. Finally, two examples are exploited numerically to illustrate the usefulness of the new methodology.
研究了离散时间递归延迟半马尔可夫神经网络基于事件的状态估计。引入事件触发协议,寻找具有特定触发条件的测量输出,降低了数据通信的负担。针对估计误差系统渐近稳定的存在性,建立了一个新的和不等式。本文解决的问题是构造一个H∞状态估计,该估计保证了以事件触发传输为特征的新求和不等式的渐近稳定性。利用李雅普诺夫泛函技术,建立了增益的显式表达式。最后,用两个数值例子说明了新方法的有效性。
{"title":"New Event Based H∞ State Estimation for Discrete-Time Recurrent Delayed Semi-Markov Jump Neural Networks Via a Novel Summation Inequality","authors":"Yang Cao, K. Maheswari, S. Dharani, K. Sivaranjani","doi":"10.2478/jaiscr-2022-0014","DOIUrl":"https://doi.org/10.2478/jaiscr-2022-0014","url":null,"abstract":"Abstract This paper investigates the event-based state estimation for discrete-time recurrent delayed semi-Markovian neural networks. An event-triggering protocol is introduced to find measurement output with a specific triggering condition so as to lower the burden of the data communication. A novel summation inequality is established for the existence of asymptotic stability of the estimation error system. The problem addressed here is to construct an H∞ state estimation that guarantees the asymptotic stability with the novel summation inequality, characterized by event-triggered transmission. By the Lyapunov functional technique, the explicit expressions for the gain are established. Finally, two examples are exploited numerically to illustrate the usefulness of the new methodology.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"12 1","pages":"207 - 221"},"PeriodicalIF":2.8,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44990952","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Noise Robust Illumination Invariant Face Recognition Via Bivariate Wavelet Shrinkage in Logarithm Domain 基于对数域二元小波收缩的抗噪声照明不变人脸识别
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-07-01 DOI: 10.2478/jaiscr-2022-0011
Guangyi Chen, A. Krzyżak, P. Duda, A. Cader
Abstract Recognizing faces under various lighting conditions is a challenging problem in artificial intelligence and applications. In this paper we describe a new face recognition algorithm which is invariant to illumination. We first convert image files to the logarithm domain and then we implement them using the dual-tree complex wavelet transform (DTCWT) which yields images approximately invariant to changes in illumination change. We classify the images by the collaborative representation-based classifier (CRC). We also perform the following sub-band transformations: (i) we set the approximation sub-band to zero if the noise standard deviation is greater than 5; (ii) we then threshold the two highest frequency wavelet sub-bands using bivariate wavelet shrinkage. (iii) otherwise, we set these two highest frequency wavelet sub-bands to zero. On obtained images we perform the inverse DTCWT which results in illumination invariant face images. The proposed method is strongly robust to Gaussian white noise. Experimental results show that our proposed algorithm outperforms several existing methods on the Extended Yale Face Database B and the CMU-PIE face database.
摘要在各种光照条件下识别人脸是人工智能和应用中一个具有挑战性的问题。本文介绍了一种新的人脸识别算法,该算法对光照不变。我们首先将图像文件转换到对数域,然后使用双树复小波变换(DTCWT)实现它们,该变换产生的图像对光照变化近似不变。我们使用基于协同表示的分类器(CRC)对图像进行分类。我们还执行以下子带变换:(i)如果噪声标准偏差大于5,我们将近似子带设置为零;(ii)然后,我们使用二元小波收缩来对两个最高频率的小波子带进行阈值设置。(iii)否则,我们将这两个最高频率的小波子带设置为零。在获得的图像上,我们执行逆DTCWT,这导致照明不变的人脸图像。该方法对高斯白噪声具有较强的鲁棒性。实验结果表明,我们提出的算法在扩展Yale人脸数据库B和CMU-PIE人脸数据库上的性能优于现有的几种方法。
{"title":"Noise Robust Illumination Invariant Face Recognition Via Bivariate Wavelet Shrinkage in Logarithm Domain","authors":"Guangyi Chen, A. Krzyżak, P. Duda, A. Cader","doi":"10.2478/jaiscr-2022-0011","DOIUrl":"https://doi.org/10.2478/jaiscr-2022-0011","url":null,"abstract":"Abstract Recognizing faces under various lighting conditions is a challenging problem in artificial intelligence and applications. In this paper we describe a new face recognition algorithm which is invariant to illumination. We first convert image files to the logarithm domain and then we implement them using the dual-tree complex wavelet transform (DTCWT) which yields images approximately invariant to changes in illumination change. We classify the images by the collaborative representation-based classifier (CRC). We also perform the following sub-band transformations: (i) we set the approximation sub-band to zero if the noise standard deviation is greater than 5; (ii) we then threshold the two highest frequency wavelet sub-bands using bivariate wavelet shrinkage. (iii) otherwise, we set these two highest frequency wavelet sub-bands to zero. On obtained images we perform the inverse DTCWT which results in illumination invariant face images. The proposed method is strongly robust to Gaussian white noise. Experimental results show that our proposed algorithm outperforms several existing methods on the Extended Yale Face Database B and the CMU-PIE face database.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"12 1","pages":"169 - 180"},"PeriodicalIF":2.8,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49654176","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Time Series Cleaning Methods for Hospital Emergency Admissions 医院急诊入院的时间序列清洗方法
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-06-28 DOI: 10.55195/jscai.1126611
Yigit Alisan, Olcay Tosun
Due to the nature of hospital emergency services, density cannot be easily estimated. It is one of the important issues that should be planned for emergency service managers to have sufficient resources continuously in services that develop suddenly, and emergency interventions are made for human life. Effective and efficient management and planning of limited resources are important not only for hospital administrators but also for people who will receive service from emergency services. In this situation, estimating the number of people who will request service in the emergency service with the least error is of great importance in terms of resource management and the operations carried out in the emergency services. The density of patients coming to the emergency department may vary according to the season, special dates, and even time zones during the day. The aim of the study is to show that more successful results will be obtained because of processing the time series by considering the country and area-specific features instead of the traditional approach. In this paper, the patient admission dataset of the public hospital emergency service in Turkey was used. Data cleaning and arranging operations were carried out by considering the official and religious special days of Turkey and the time periods during the day. The data set is first handled holistically, and its performances are measured by making predictions with the LSTM (Long Short Term Memory) model. Then, to examine the effect of time zones, performance values were calculated separately by dividing each day into 3 equal time zones. Finally, to investigate the effect of triage areas on the total density, the model performance was measured by dividing the data forming each time zone into 3 different triage areas in 3 equal time periods. Three stages were applied both on the raw data set and on the data created by extracting the official, religious holidays, and weekend data specific to Turkey. According to the MAPE (Mean Absolute Percentage Error) and RMSE (Root Mean Square Error) results, more successful results are obtained thanks to the cleaning and editing processes. Thanks to the study, it is thought that the data sets used for demand forecasting studies in the health sector will produce results closer to reality by determining and standardizing the purification criteria in this way.
由于医院急诊服务的性质,密度不能轻易估计。如何在突发突发的服务中持续拥有充足的资源,对人的生命进行应急干预,是应急服务管理者应该规划的重要问题之一。有效和高效地管理和规划有限的资源不仅对医院管理人员很重要,而且对接受急诊服务的人也很重要。在这种情况下,就资源管理和在紧急服务中开展的业务而言,以最小的错误估计将在紧急服务中请求服务的人数非常重要。到急诊科就诊的病人密度可能会根据季节、特殊日期甚至一天中的时区而有所不同。本研究的目的是表明,考虑到国家和地区的具体特征来处理时间序列,而不是传统的方法,将获得更成功的结果。本文使用土耳其公立医院急诊服务的患者入院数据集。考虑到土耳其的官方和宗教特殊日子以及白天的时间段,进行了数据清理和安排操作。首先对数据集进行整体处理,并通过使用LSTM(长短期记忆)模型进行预测来衡量其性能。然后,为了检验时区的影响,通过将每天划分为3个相等的时区,分别计算性能值。最后,为了研究分诊区对总密度的影响,我们将每个时区的数据分成3个不同的分诊区,在3个相同的时间段内测量模型的性能。对原始数据集和通过提取土耳其官方、宗教节日和周末数据创建的数据分别应用了三个阶段。根据MAPE(平均绝对百分比误差)和RMSE(均方根误差)结果,由于清理和编辑过程,获得了更成功的结果。由于这项研究,人们认为,用于卫生部门需求预测研究的数据集将以这种方式确定和标准化净化标准,从而产生更接近现实的结果。
{"title":"Time Series Cleaning Methods for Hospital Emergency Admissions","authors":"Yigit Alisan, Olcay Tosun","doi":"10.55195/jscai.1126611","DOIUrl":"https://doi.org/10.55195/jscai.1126611","url":null,"abstract":"Due to the nature of hospital emergency services, density cannot be easily estimated. It is one of the important issues that should be planned for emergency service managers to have sufficient resources continuously in services that develop suddenly, and emergency interventions are made for human life. Effective and efficient management and planning of limited resources are important not only for hospital administrators but also for people who will receive service from emergency services. In this situation, estimating the number of people who will request service in the emergency service with the least error is of great importance in terms of resource management and the operations carried out in the emergency services. The density of patients coming to the emergency department may vary according to the season, special dates, and even time zones during the day. The aim of the study is to show that more successful results will be obtained because of processing the time series by considering the country and area-specific features instead of the traditional approach. In this paper, the patient admission dataset of the public hospital emergency service in Turkey was used. Data cleaning and arranging operations were carried out by considering the official and religious special days of Turkey and the time periods during the day. The data set is first handled holistically, and its performances are measured by making predictions with the LSTM (Long Short Term Memory) model. Then, to examine the effect of time zones, performance values were calculated separately by dividing each day into 3 equal time zones. Finally, to investigate the effect of triage areas on the total density, the model performance was measured by dividing the data forming each time zone into 3 different triage areas in 3 equal time periods. Three stages were applied both on the raw data set and on the data created by extracting the official, religious holidays, and weekend data specific to Turkey. According to the MAPE (Mean Absolute Percentage Error) and RMSE (Root Mean Square Error) results, more successful results are obtained thanks to the cleaning and editing processes. Thanks to the study, it is thought that the data sets used for demand forecasting studies in the health sector will produce results closer to reality by determining and standardizing the purification criteria in this way.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"25 1","pages":""},"PeriodicalIF":2.8,"publicationDate":"2022-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77308316","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hybrid experimental investigation of MR damper controlled tuned mass damper used for structures under earthquakes 地震作用下结构磁流变阻尼器控制调谐质量阻尼器的混合试验研究
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-06-25 DOI: 10.55195/jscai.1122514
Hüseyin Aggümüş, R. Güçlü
This paper aims to investigate the performances of a semi-active tuned mass damper (STMD) used to reduce the vibrations of buildings under different seismic excitation by the real-time hybrid simulation (RTHS) method. MR damper is used as a semi-active control element in the STMD. The RTHS method is an alternative to experimentally studying the semi-active tuned mass dampers (STMD) system. MR damper, which is critically significant for the system, is experimentally installed, while the other parts are designed in numerical simulation and tested simultaneously. The Groundhook control algorithm determines the voltage transmitted to the MR damper. The results show that the control method applied to MR damper-controlled STMD effectively suppresses structural vibrations.
采用实时混合仿真(RTHS)方法研究了半主动调谐质量阻尼器(STMD)在不同地震激励下的减振性能。磁流变阻尼器在STMD中用作半主动控制元件。RTHS方法是半主动调谐质量阻尼器(STMD)系统实验研究的一种替代方法。对系统至关重要的磁流变阻尼器进行了实验安装,其他部分进行了数值模拟设计和试验。土钩控制算法确定传输到磁流变阻尼器的电压。结果表明,磁流变阻尼器控制方法能有效抑制结构振动。
{"title":"Hybrid experimental investigation of MR damper controlled tuned mass damper used for structures under earthquakes","authors":"Hüseyin Aggümüş, R. Güçlü","doi":"10.55195/jscai.1122514","DOIUrl":"https://doi.org/10.55195/jscai.1122514","url":null,"abstract":"This paper aims to investigate the performances of a semi-active tuned mass damper (STMD) used to reduce the vibrations of buildings under different seismic excitation by the real-time hybrid simulation (RTHS) method. MR damper is used as a semi-active control element in the STMD. The RTHS method is an alternative to experimentally studying the semi-active tuned mass dampers (STMD) system. MR damper, which is critically significant for the system, is experimentally installed, while the other parts are designed in numerical simulation and tested simultaneously. The Groundhook control algorithm determines the voltage transmitted to the MR damper. The results show that the control method applied to MR damper-controlled STMD effectively suppresses structural vibrations.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"31 1","pages":""},"PeriodicalIF":2.8,"publicationDate":"2022-06-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75635518","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Applying Machine Learning Prediction Methods to COVID-19 Data 将机器学习预测方法应用于COVID-19数据
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-06-25 DOI: 10.55195/jscai.1108528
Faruk Serin, Adnan Kece, Yigit Alisan
The Coronavirus (COVID-19) epidemic emerged in China and has caused many problems such as loss of life, and deterioration of social and economic structure. Thus, understanding and predicting the course of the epidemic is very important. In this study, SEIR model and machine learning methods LSTM and SVM were used to predict the values of Susceptible, Exposed, Infected, and Recovered for COVID-19. For this purpose, COVID-19 data of Egypt and South Korea provided by John Hopkins University were used. The results of the methods were compared by using MAPE. Total 79% of MAPE were between 0-10. The comparisons show that although LSTM provided the better results, the results of all three methods were successful in predicting the number of cases, the number of patients who died, the peaks and dimensions of the epidemic.
新冠肺炎疫情在中国出现,造成了生命损失、社会经济结构恶化等诸多问题。因此,了解和预测流行病的进程非常重要。本研究采用SEIR模型和机器学习方法LSTM和SVM对COVID-19的易感、暴露、感染和恢复值进行预测。为此,我们使用了约翰霍普金斯大学提供的埃及和韩国的COVID-19数据。用MAPE对各方法的结果进行比较。79%的MAPE评分在0-10分之间。结果表明,虽然LSTM方法的预测结果较好,但三种方法的结果在预测病例数、死亡人数、疫情高峰和疫情规模方面均较成功。
{"title":"Applying Machine Learning Prediction Methods to COVID-19 Data","authors":"Faruk Serin, Adnan Kece, Yigit Alisan","doi":"10.55195/jscai.1108528","DOIUrl":"https://doi.org/10.55195/jscai.1108528","url":null,"abstract":"The Coronavirus (COVID-19) epidemic emerged in China and has caused many problems such as loss of life, and deterioration of social and economic structure. Thus, understanding and predicting the course of the epidemic is very important. In this study, SEIR model and machine learning methods LSTM and SVM were used to predict the values of Susceptible, Exposed, Infected, and Recovered for COVID-19. For this purpose, COVID-19 data of Egypt and South Korea provided by John Hopkins University were used. The results of the methods were compared by using MAPE. Total 79% of MAPE were between 0-10. The comparisons show that although LSTM provided the better results, the results of all three methods were successful in predicting the number of cases, the number of patients who died, the peaks and dimensions of the epidemic.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"76 1","pages":""},"PeriodicalIF":2.8,"publicationDate":"2022-06-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83310531","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Investigation of Albedo Factor Parameters in Some Selected Sn Compounds 部分锡化合物反照率因子参数的研究
IF 2.8 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-06-25 DOI: 10.55195/jscai.1118684
A. Turşucu
In recent years, studies on the elements used in producing electronic device components and the interaction of their different compounds with radiation have been emphasized. In developing this situation, giving importance to space studies and different searches in energy production have been very effective. In the light of these developments, the interaction of tin, which is widely used in the production of electronic device components and different industrial areas, with radiation has been investigated. For this purpose, the variation of albedo factor values in some compounds of the tin element was investigated and presented. Am-241 radioactive sources were used as incident radiation in determining the albedo factor values mentioned in the study. The albedo factor values obtained by examining the Compton and coherent scattering peaks were used to determine the albedo factor values.
近年来,人们对制造电子器件元件所使用的元素及其不同化合物与辐射的相互作用进行了研究。在发展这种情况的过程中,重视空间研究和能源生产方面的不同研究是非常有效的。鉴于这些发展,研究了锡与辐射的相互作用,锡被广泛应用于电子器件元件的生产和不同的工业领域。为此,研究了几种锡元素化合物中反照率因子值的变化规律。在确定研究中提到的反照率因子值时,使用了Am-241放射源作为入射辐射。通过检测康普顿散射峰和相干散射峰得到的反照率因子值来确定反照率因子值。
{"title":"Investigation of Albedo Factor Parameters in Some Selected Sn Compounds","authors":"A. Turşucu","doi":"10.55195/jscai.1118684","DOIUrl":"https://doi.org/10.55195/jscai.1118684","url":null,"abstract":"In recent years, studies on the elements used in producing electronic device components and the interaction of their different compounds with radiation have been emphasized. In developing this situation, giving importance to space studies and different searches in energy production have been very effective. In the light of these developments, the interaction of tin, which is widely used in the production of electronic device components and different industrial areas, with radiation has been investigated. For this purpose, the variation of albedo factor values in some compounds of the tin element was investigated and presented. Am-241 radioactive sources were used as incident radiation in determining the albedo factor values mentioned in the study. The albedo factor values obtained by examining the Compton and coherent scattering peaks were used to determine the albedo factor values.","PeriodicalId":48494,"journal":{"name":"Journal of Artificial Intelligence and Soft Computing Research","volume":"33 1","pages":""},"PeriodicalIF":2.8,"publicationDate":"2022-06-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72657244","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Artificial Intelligence and Soft Computing Research
全部 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