首页 > 最新文献

Journal of Intelligent & Fuzzy Systems最新文献

英文 中文
Mutation transit search algorithm introducing black hole swallowing strategy to solve p-hub location allocation problem 引入黑洞吞噬策略的突变过境搜索算法解决p-hub位置分配问题
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-21 DOI: 10.3233/jifs-234695
Yu-Xuan Xing, Jie-Sheng Wang, Shi-Hui Zhang, Yin-Yin Bao, Yue Zheng, Yun-Hao Zhang
The p-Hub allocation problem is a classic problem in location assignment, which aims to optimize the network by placing Hub devices and allocating each demand node to the corresponding Hub. A mutation Transit search (TS) algorithm with the introduction of the black hole swallowing strategy was proposed to solve the p-Hub allocation problem. Firstly, the mathematical model for the p-Hub allocation problem is established. Six mutation operators specifically designed for p-Hub allocation problem are introduced to enhance the algorithm’s ability to escape local optima. Additionally, the black hole swallowing strategy was incorporated into TS algorithm so as to accelerate its convergence rate while ensuring sufficient search in the solution space. The improved TS algorithm was applied to optimize three p-Hub location allocation problems, and the simulation results are compared with those of the basic TS algorithm. Furthermore, the improved TS algorithm is compared with the Honey Badger Algorithm (HBA), Sparrow Search Algorithm (SSA), Harmony Search Algorithm (HS), and Particle Swarm Optimization (PSO) to solve three of p-Hub allocation problems. Finally, the impact of the number of Hubs on the cost of three models was studied, and the simulation results validate the effectiveness of the improved TS algorithm.
p-Hub分配问题是一个经典的位置分配问题,其目的是通过放置Hub设备并将每个需求节点分配到相应的Hub来优化网络。提出了一种引入黑洞吞噬策略的突变过境搜索(TS)算法来解决p-Hub分配问题。首先,建立了p-Hub分配问题的数学模型。引入了针对p-Hub分配问题设计的6个突变算子,增强了算法逃避局部最优的能力。此外,在TS算法中加入了黑洞吞噬策略,在保证在解空间中充分搜索的同时,加快了TS算法的收敛速度。应用改进的TS算法对3个p-Hub位置分配问题进行了优化,并与基本TS算法的仿真结果进行了比较。将改进后的TS算法与Honey Badger algorithm (HBA)、Sparrow Search algorithm (SSA)、Harmony Search algorithm (HS)和Particle Swarm Optimization (PSO)进行了比较,解决了3个p-Hub分配问题。最后,研究了集线器数量对三种模型成本的影响,仿真结果验证了改进TS算法的有效性。
{"title":"Mutation transit search algorithm introducing black hole swallowing strategy to solve p-hub location allocation problem","authors":"Yu-Xuan Xing, Jie-Sheng Wang, Shi-Hui Zhang, Yin-Yin Bao, Yue Zheng, Yun-Hao Zhang","doi":"10.3233/jifs-234695","DOIUrl":"https://doi.org/10.3233/jifs-234695","url":null,"abstract":"The p-Hub allocation problem is a classic problem in location assignment, which aims to optimize the network by placing Hub devices and allocating each demand node to the corresponding Hub. A mutation Transit search (TS) algorithm with the introduction of the black hole swallowing strategy was proposed to solve the p-Hub allocation problem. Firstly, the mathematical model for the p-Hub allocation problem is established. Six mutation operators specifically designed for p-Hub allocation problem are introduced to enhance the algorithm’s ability to escape local optima. Additionally, the black hole swallowing strategy was incorporated into TS algorithm so as to accelerate its convergence rate while ensuring sufficient search in the solution space. The improved TS algorithm was applied to optimize three p-Hub location allocation problems, and the simulation results are compared with those of the basic TS algorithm. Furthermore, the improved TS algorithm is compared with the Honey Badger Algorithm (HBA), Sparrow Search Algorithm (SSA), Harmony Search Algorithm (HS), and Particle Swarm Optimization (PSO) to solve three of p-Hub allocation problems. Finally, the impact of the number of Hubs on the cost of three models was studied, and the simulation results validate the effectiveness of the improved TS algorithm.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135513434","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CPCL: Conceptual prototypical contrastive learning for Few-Shot text classification 基于概念原型对比学习的少射文本分类
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-231570
Tao Cheng, Hua Cheng, Yiquan Fang, Yufei Liu, Caiting Gao
As prototype-based Few-Shot Learning methods, Prototypical Network generates prototypes for each class in a low-resource state and classify by a metric module. Therefore, the quality of prototypes matters but they are inaccurate from the few support instances, and the domain-specific information of training data are harmful to the generalizability of prototypes. We propose a Conceptual Prototype (CP), which contains both rich instance and concept features. The numerous query data can inspire the few support instances. An interactive network is designed to leverage the interrelation between support set and query-detached set to acquire a rich Instance Prototype which is typical on the whole data. Besides, class labels are introduced to prototype by prompt engineering, which makes it more conceptual. The label-only concept makes prototype immune to domain-specific information in training phase to improve its generalizability. Based on CP, Conceptual Prototypical Contrastive Learning (CPCL) is proposed where PCL brings instances closer to its corresponding prototype and pushes away from other prototypes. “2-way 5-shot” experiments show that CPCL achieves 92.41% accuracy on ARSC dataset, 2.30% higher than other prototype-based models. Meanwhile, the 0-shot performance of CPCL is comparable to Induction Network in the 5-shot way, indicating that our model is adequate for 0-shot tasks.
Prototypical Network是一种基于原型的Few-Shot学习方法,它为低资源状态下的每个类生成原型,并通过度量模块进行分类。因此,原型的质量很重要,但从少数支持实例来看,原型是不准确的,并且训练数据的特定领域信息不利于原型的泛化。提出了一种包含丰富实例特征和概念特征的概念原型。大量的查询数据可以激发少量的支持实例。设计了一个交互网络,利用支持集和查询分离集之间的相互关系,获得一个在整个数据上具有代表性的丰富的实例原型。此外,通过提示工程将类标签引入原型,使原型更具概念性。纯标签概念使原型在训练阶段不受特定领域信息的影响,提高了原型的泛化能力。在此基础上,提出了概念原型对比学习(CPCL), CPCL使实例更接近其对应的原型,并使其远离其他原型。“2-way 5-shot”实验表明,CPCL在ARSC数据集上的准确率达到了92.41%,比其他基于原型的模型高出2.30%。同时,CPCL的0-shot性能与感应网络的5-shot性能相当,说明我们的模型适合0-shot任务。
{"title":"CPCL: Conceptual prototypical contrastive learning for Few-Shot text classification","authors":"Tao Cheng, Hua Cheng, Yiquan Fang, Yufei Liu, Caiting Gao","doi":"10.3233/jifs-231570","DOIUrl":"https://doi.org/10.3233/jifs-231570","url":null,"abstract":"As prototype-based Few-Shot Learning methods, Prototypical Network generates prototypes for each class in a low-resource state and classify by a metric module. Therefore, the quality of prototypes matters but they are inaccurate from the few support instances, and the domain-specific information of training data are harmful to the generalizability of prototypes. We propose a Conceptual Prototype (CP), which contains both rich instance and concept features. The numerous query data can inspire the few support instances. An interactive network is designed to leverage the interrelation between support set and query-detached set to acquire a rich Instance Prototype which is typical on the whole data. Besides, class labels are introduced to prototype by prompt engineering, which makes it more conceptual. The label-only concept makes prototype immune to domain-specific information in training phase to improve its generalizability. Based on CP, Conceptual Prototypical Contrastive Learning (CPCL) is proposed where PCL brings instances closer to its corresponding prototype and pushes away from other prototypes. “2-way 5-shot” experiments show that CPCL achieves 92.41% accuracy on ARSC dataset, 2.30% higher than other prototype-based models. Meanwhile, the 0-shot performance of CPCL is comparable to Induction Network in the 5-shot way, indicating that our model is adequate for 0-shot tasks.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135617517","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Evaluation of oral English teaching quality based on BP neural network optimized by improved crow search algorithm 基于改进乌鸦搜索算法优化的BP神经网络英语口语教学质量评价
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-222455
Mindong Tan, Liangdong Qu
Oral English teaching quality evaluation is a complex nonlinear relationship, which is affected by many factors and has low accuracy. Aiming at the problem, a teaching quality evaluation method based on a BP neural network optimized by the improved crow search algorithm (ICSA) is proposed. First, ICSA is put forward and five algorithms are used to compare with the proposed algorithm on 10 benchmarks functions. The results show that ICSA outperforms the other five algorithms on 10 functions. Second, a feature selection method based on the improved binary crow search algorithm (BICSA) is used to select teaching quality evaluation indexes, and 10 standard datasets from the UCI repository are used for testing experiments. Finally, an oral English teaching evaluation model based on BP neural network is designed, in which BICSA is used for feature selection and ICSA is used to optimize the initial weights of the BP neural network. In the experiment, we designed 5 first-grade indexes and 15 second-grade indexes, and then we collects 23 groups of oral English teaching quality data. BICSA selected 10 features from a set of 15 features. Experimental results show that this method can effectively evaluate the quality of oral English teaching with high accuracy and real-time performance.
英语口语教学质量评价是一个复杂的非线性关系,受多种因素影响,准确性较低。针对这一问题,提出了一种基于改进乌鸦搜索算法(ICSA)优化的BP神经网络教学质量评价方法。首先,提出了ICSA算法,并使用5种算法在10个基准函数上与所提算法进行比较。结果表明,ICSA算法在10个函数上优于其他5种算法。其次,采用基于改进二进制乌鸦搜索算法(BICSA)的特征选择方法选择教学质量评价指标,并利用UCI知识库中的10个标准数据集进行测试实验。最后,设计了一个基于BP神经网络的英语口语教学评价模型,其中使用BICSA进行特征选择,使用ICSA优化BP神经网络的初始权值。在实验中,我们设计了5个一级指标和15个二级指标,然后收集了23组英语口语教学质量数据。BICSA从15个特征中选择了10个特征。实验结果表明,该方法能够有效地评价英语口语教学质量,具有较高的准确性和实时性。
{"title":"Evaluation of oral English teaching quality based on BP neural network optimized by improved crow search algorithm","authors":"Mindong Tan, Liangdong Qu","doi":"10.3233/jifs-222455","DOIUrl":"https://doi.org/10.3233/jifs-222455","url":null,"abstract":"Oral English teaching quality evaluation is a complex nonlinear relationship, which is affected by many factors and has low accuracy. Aiming at the problem, a teaching quality evaluation method based on a BP neural network optimized by the improved crow search algorithm (ICSA) is proposed. First, ICSA is put forward and five algorithms are used to compare with the proposed algorithm on 10 benchmarks functions. The results show that ICSA outperforms the other five algorithms on 10 functions. Second, a feature selection method based on the improved binary crow search algorithm (BICSA) is used to select teaching quality evaluation indexes, and 10 standard datasets from the UCI repository are used for testing experiments. Finally, an oral English teaching evaluation model based on BP neural network is designed, in which BICSA is used for feature selection and ICSA is used to optimize the initial weights of the BP neural network. In the experiment, we designed 5 first-grade indexes and 15 second-grade indexes, and then we collects 23 groups of oral English teaching quality data. BICSA selected 10 features from a set of 15 features. Experimental results show that this method can effectively evaluate the quality of oral English teaching with high accuracy and real-time performance.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135616947","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on sentiment analysis methods based on aspect word embedding graph convolutional networks 基于方面词嵌入图卷积网络的情感分析方法研究
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-230537
Qiuyue Wei, Dong Yang, Mingjie Zhang
Aspect-based sentiment analysis is a fine-grained task in the field of sentiment analysis. Various GCN approaches have recently emerged to work on this, but many approaches ignored the critical role of aspectual word information and the effect of noise. In view of this situation, we propose an aspect-based word embedding graph convolutional network (AWEGCN) model. In order to make good use of the aspect information and distinguish the contextual information that is more important for a particular aspect, the aspect information is embedded in the output of the hidden layer. To reduce the noise effect when multiple aspect words appear in a sentence, after going through the bidirectional graph convolutional network, the aspect information is embedded. A specific contextual representation is computed through an attention mechanism, which is used as the final classification feature. Experiments show that our model achieves impressive performance on five public datasets, and we also apply BERT and XLNet pre-trained models to this task and obtain advanced results that validate the effectiveness of our model.
基于方面的情感分析是情感分析领域的一项细粒度任务。最近出现了各种GCN方法来解决这个问题,但是许多方法忽略了方面词信息和噪声的影响的关键作用。针对这种情况,我们提出了一种基于方面的词嵌入图卷积网络(AWEGCN)模型。为了更好地利用方面信息,区分对特定方面更重要的上下文信息,将方面信息嵌入到隐藏层的输出中。为了降低一个句子中出现多个方面词时的噪声影响,在经过双向图卷积网络后,对方面信息进行嵌入。通过注意机制计算特定的上下文表示,该机制用作最终分类特征。实验表明,我们的模型在5个公共数据集上取得了令人印象深刻的性能,我们还将BERT和XLNet预训练模型应用于该任务,并获得了验证我们模型有效性的高级结果。
{"title":"Research on sentiment analysis methods based on aspect word embedding graph convolutional networks","authors":"Qiuyue Wei, Dong Yang, Mingjie Zhang","doi":"10.3233/jifs-230537","DOIUrl":"https://doi.org/10.3233/jifs-230537","url":null,"abstract":"Aspect-based sentiment analysis is a fine-grained task in the field of sentiment analysis. Various GCN approaches have recently emerged to work on this, but many approaches ignored the critical role of aspectual word information and the effect of noise. In view of this situation, we propose an aspect-based word embedding graph convolutional network (AWEGCN) model. In order to make good use of the aspect information and distinguish the contextual information that is more important for a particular aspect, the aspect information is embedded in the output of the hidden layer. To reduce the noise effect when multiple aspect words appear in a sentence, after going through the bidirectional graph convolutional network, the aspect information is embedded. A specific contextual representation is computed through an attention mechanism, which is used as the final classification feature. Experiments show that our model achieves impressive performance on five public datasets, and we also apply BERT and XLNet pre-trained models to this task and obtain advanced results that validate the effectiveness of our model.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135616954","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Unravelling the gait and balance: A novel approach for detecting depression in young healthy individuals 解开步态和平衡:一种检测年轻健康个体抑郁症的新方法
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-235058
Lakshmana Phaneendra Maguluri, Viyyapu Lokeshwari Vinya, V. Goutham, B. Uma Maheswari, Boddepalli Kiran Kumar, Syed Musthafa, S. Manikandan, Suraj Srivastava, Neha Munjal
Depression is a prevalent mental health disorder that affects people of all ages and origins; therefore, early detection is essential for timely intervention and support. This investigation proposes a novel method for detecting melancholy in young, healthy individuals by analysing their gait and balance patterns. In order to accomplish this, a comprehensive system is designed that incorporates cutting-edge technologies such as a Barometric Pressure Sensor, Beck Depression Inventory (BDI), and t-Distributed Stochastic Neighbour Embedding (t-SNE) algorithm. The system intends to capitalize on the subtle motor and physiological changes associated with melancholy, which may manifest in a person’s gait and balance. The Barometric Pressure Sensor is used to estimate variations in altitude and vertical velocity, thereby adding context to the evaluation. The mood states of participants are evaluated using the BDI, a well-established psychological assessment instrument that provides insight into their emotional health. Integrated and pre-processed data from the Barometric Pressure Sensor, BDI responses, and gait and balance measurements. The t-SNE algorithm is then used to map the high-dimensional data into a lower-dimensional space while maintaining the local structure and identifying underlying patterns within the dataset. The t-SNE algorithm improves visualization and pattern recognition by reducing the dimensionality of the data, allowing for a more nuanced analysis of depression-related markers. As the proposed system combines objective physiological measurements
抑郁症是一种普遍存在的精神健康障碍,影响所有年龄和出身的人;因此,早期发现对于及时干预和支持至关重要。这项研究提出了一种新的方法来检测忧郁的年轻,健康的个体通过分析他们的步态和平衡模式。为了实现这一目标,设计了一个综合系统,该系统结合了尖端技术,如气压传感器、贝克凹陷量表(BDI)和t分布随机邻居嵌入(t-SNE)算法。该系统旨在利用与忧郁相关的细微运动和生理变化,这些变化可能表现在一个人的步态和平衡上。气压传感器用于估计高度和垂直速度的变化,从而为评估添加上下文。参与者的情绪状态使用BDI进行评估,这是一种完善的心理评估工具,可以深入了解他们的情绪健康状况。集成和预处理数据从气压传感器,BDI响应,步态和平衡测量。然后使用t-SNE算法将高维数据映射到低维空间,同时保持局部结构并识别数据集中的底层模式。t-SNE算法通过降低数据的维度来改善可视化和模式识别,从而允许对抑郁症相关标记进行更细致的分析。由于该系统结合了客观的生理测量
{"title":"Unravelling the gait and balance: A novel approach for detecting depression in young healthy individuals","authors":"Lakshmana Phaneendra Maguluri, Viyyapu Lokeshwari Vinya, V. Goutham, B. Uma Maheswari, Boddepalli Kiran Kumar, Syed Musthafa, S. Manikandan, Suraj Srivastava, Neha Munjal","doi":"10.3233/jifs-235058","DOIUrl":"https://doi.org/10.3233/jifs-235058","url":null,"abstract":"Depression is a prevalent mental health disorder that affects people of all ages and origins; therefore, early detection is essential for timely intervention and support. This investigation proposes a novel method for detecting melancholy in young, healthy individuals by analysing their gait and balance patterns. In order to accomplish this, a comprehensive system is designed that incorporates cutting-edge technologies such as a Barometric Pressure Sensor, Beck Depression Inventory (BDI), and t-Distributed Stochastic Neighbour Embedding (t-SNE) algorithm. The system intends to capitalize on the subtle motor and physiological changes associated with melancholy, which may manifest in a person’s gait and balance. The Barometric Pressure Sensor is used to estimate variations in altitude and vertical velocity, thereby adding context to the evaluation. The mood states of participants are evaluated using the BDI, a well-established psychological assessment instrument that provides insight into their emotional health. Integrated and pre-processed data from the Barometric Pressure Sensor, BDI responses, and gait and balance measurements. The t-SNE algorithm is then used to map the high-dimensional data into a lower-dimensional space while maintaining the local structure and identifying underlying patterns within the dataset. The t-SNE algorithm improves visualization and pattern recognition by reducing the dimensionality of the data, allowing for a more nuanced analysis of depression-related markers. As the proposed system combines objective physiological measurements","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135617877","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fuzzy particle swarm for the right-first-time of fused deposition 熔融沉积right-first的模糊粒子群
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-232135
Wafa’ H. AlAlaween, Abdallah H. AlAlawin, Saif O. AbuHamour, Belal M.Y. Gharaibeh, Mahdi Mahfouf, Ahmad Alsoussi, Ashraf E. AbuKaraky
Right-first-time production enables manufacturing companies to be profitable as well as competitive. Ascertaining such a concept is not as straightforward as it may seem in many industries, including 3D printing. Therefore, in this research paper, a right-first-time framework based on the integration of fuzzy logic and multi-objective swarm optimization is proposed to reverse-engineer the radial based integrated network. Such a framework was elicited to represent the fused deposition modelling (FDM) process. Such a framework aims to identify the optimal FDM parameters that should be used to produce a 3D printed specimen with the desired mechanical characteristics right from the first time. The proposed right-first-time framework can determine the optimal set of the FDM parameters that should be used to 3D print parts with the required characteristics. It has been proven that the right-first-time model developed in this paper has the ability to identify the optimal set of parameters successfully with an average error percentage of 4.7%. Such a framework is validated in a real medical case by producing three different medical implants with the desired mechanical characteristics for a 21-year-old patient.
正确的第一次生产使制造公司既有利可图又具有竞争力。在包括3D打印在内的许多行业中,确定这样一个概念并不像看起来那么简单。因此,本文提出了一种基于模糊逻辑和多目标群优化相结合的right-first框架,对基于径向的集成网络进行逆向工程。这样的框架被引出来表示熔融沉积建模(FDM)过程。这样的框架旨在确定最佳的FDM参数,这些参数应用于从第一次就产生具有所需机械特性的3D打印样品。提出的right-first框架可以确定FDM参数的最佳集合,这些参数应用于3D打印具有所需特性的部件。结果表明,本文建立的right-first模型能够成功地识别出最优参数集,平均错误率为4.7%。这种框架在一个真实的医疗案例中得到了验证,为一名21岁的患者生产了三种不同的医疗植入物,它们具有所需的机械特性。
{"title":"Fuzzy particle swarm for the right-first-time of fused deposition","authors":"Wafa’ H. AlAlaween, Abdallah H. AlAlawin, Saif O. AbuHamour, Belal M.Y. Gharaibeh, Mahdi Mahfouf, Ahmad Alsoussi, Ashraf E. AbuKaraky","doi":"10.3233/jifs-232135","DOIUrl":"https://doi.org/10.3233/jifs-232135","url":null,"abstract":"Right-first-time production enables manufacturing companies to be profitable as well as competitive. Ascertaining such a concept is not as straightforward as it may seem in many industries, including 3D printing. Therefore, in this research paper, a right-first-time framework based on the integration of fuzzy logic and multi-objective swarm optimization is proposed to reverse-engineer the radial based integrated network. Such a framework was elicited to represent the fused deposition modelling (FDM) process. Such a framework aims to identify the optimal FDM parameters that should be used to produce a 3D printed specimen with the desired mechanical characteristics right from the first time. The proposed right-first-time framework can determine the optimal set of the FDM parameters that should be used to 3D print parts with the required characteristics. It has been proven that the right-first-time model developed in this paper has the ability to identify the optimal set of parameters successfully with an average error percentage of 4.7%. Such a framework is validated in a real medical case by producing three different medical implants with the desired mechanical characteristics for a 21-year-old patient.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135616791","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An insight into digital twin behavior of vehicular ad hoc network for real-time cloud security and monitoring 实时云安全和监控的车载自组织网络的数字孪生行为洞察
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-233527
K. Lakshmi Narayanan, R. Naresh
Vehicular Ad-Hoc Network (VANET) Technology is advancing due to the convergence of VANET and cloud computing technologies, Vehicular Ad-Hoc Network (VANET) entities can benefit from the cloud service provider’s favourable storage and computing capabilities. Cloud computing, the processing and storage capabilities provided by various cloud service providers, would be available to all VANET enterprises. Digital Twin helps in creating a digital view of the Vehicle. It focuses on the physical behaviour of the Vehicle as well as the software it alerts when it finds issues with the performance. The representation of the Vehicle is created using intelligent sensors, which are in OBU of VANET that help collect info from the product. The author introduces the Cloud-based three-layer key management for VANET in this study. Because VANET connections can abruptly change, critical negotiation verification must be completed quickly and with minimal bandwidth. When the Vehicles are in movement, we confront the difficulty in timely methods, network stability, and routing concerns like reliability and scalability. We must additionally address issues such as fair network access, inappropriate behaviour identification, cancellation, the authentication process, confidentiality, and vehicle trustworthiness verification. The proposed All-Wheel Control (AWC) method in this study may improve the safety and efficiency of VANETs. This technology would also benefit future intelligent transportation systems. The Rivest–Shamir–Adleman (RSA) algorithm and Chinese Remainder Theorem algorithms generate keys at the group, subgroup, and node levels. The proposed method produces better results than the previous methods.
由于VANET和云计算技术的融合,车辆自组织网络(VANET)技术正在不断发展,车辆自组织网络(VANET)实体可以从云服务提供商有利的存储和计算能力中受益。云计算,即各种云服务提供商提供的处理和存储能力,将提供给所有VANET企业。Digital Twin有助于创建车辆的数字视图。它专注于车辆的物理行为,以及当发现性能问题时发出警报的软件。车辆的表示是使用智能传感器创建的,这些传感器位于VANET的OBU中,可以帮助收集产品的信息。本文介绍了基于云的VANET三层密钥管理。由于VANET连接可能突然改变,关键协商验证必须以最小的带宽快速完成。当车辆在运行时,我们面临着及时方法、网络稳定性以及路由可靠性和可扩展性等问题。我们还必须解决诸如公平网络接入、不当行为识别、取消、认证过程、保密性和车辆可信度验证等问题。本研究提出的全轮控制(AWC)方法可以提高自动驾驶汽车的安全性和效率。这项技术也将有利于未来的智能交通系统。RSA (Rivest-Shamir-Adleman)算法和中国剩余定理算法在组、子组和节点级别生成密钥。与以往的方法相比,该方法的效果更好。
{"title":"An insight into digital twin behavior of vehicular ad hoc network for real-time cloud security and monitoring","authors":"K. Lakshmi Narayanan, R. Naresh","doi":"10.3233/jifs-233527","DOIUrl":"https://doi.org/10.3233/jifs-233527","url":null,"abstract":"Vehicular Ad-Hoc Network (VANET) Technology is advancing due to the convergence of VANET and cloud computing technologies, Vehicular Ad-Hoc Network (VANET) entities can benefit from the cloud service provider’s favourable storage and computing capabilities. Cloud computing, the processing and storage capabilities provided by various cloud service providers, would be available to all VANET enterprises. Digital Twin helps in creating a digital view of the Vehicle. It focuses on the physical behaviour of the Vehicle as well as the software it alerts when it finds issues with the performance. The representation of the Vehicle is created using intelligent sensors, which are in OBU of VANET that help collect info from the product. The author introduces the Cloud-based three-layer key management for VANET in this study. Because VANET connections can abruptly change, critical negotiation verification must be completed quickly and with minimal bandwidth. When the Vehicles are in movement, we confront the difficulty in timely methods, network stability, and routing concerns like reliability and scalability. We must additionally address issues such as fair network access, inappropriate behaviour identification, cancellation, the authentication process, confidentiality, and vehicle trustworthiness verification. The proposed All-Wheel Control (AWC) method in this study may improve the safety and efficiency of VANETs. This technology would also benefit future intelligent transportation systems. The Rivest–Shamir–Adleman (RSA) algorithm and Chinese Remainder Theorem algorithms generate keys at the group, subgroup, and node levels. The proposed method produces better results than the previous methods.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135617694","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Revised elliptic curve cryptography multi-signature scheme (RECC-MSS) for enhancing security in electronic health record (EHR) system 改进椭圆曲线密码多重签名方案(RECC-MSS)以提高电子健康记录系统的安全性
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-232802
G. Uganya, R.M. Bommi, P. Muthu Krishnammal, N. Vijayaraj
Internet of things (IoT) is a recent developing technology in the field of smart healthcare. But it is difficult to transfer the patient’s health record as a centralized network. So, “blockchain technology” has excellent consideration due to its unique qualities such as decentralized network, openness, irreversible data, and cryptography functions. Blockchain technology depends on cryptography hash techniques for safe transmission. For increased security, it transforms the variable size inputs into a constant length hash result. Current cryptographic hash algorithms with digital signatures are only able to access keys up to a size of 256 bytes and have concerns with single node accessibility. It just uses the bits that serve as the key to access the data. This paper proposes the “Revised Elliptic Curve Cryptography Multi-Signature Scheme” (RECC-MSS) for multinode availability to find the nearest path for secure communications with the medical image as keys. Here, the input image key can be converted into an array of data that can be extended up to 512 bytes of size. The performance of the proposed algorithm is analyzed with other cryptography hash functions like Secure Hashing Algorithms (SHAs) such as “SHA224”, “SHA256”, “SHA384”, “SHA512”, “SHA3-224”, “SHA3-256”, “SHA3-384”, “SHA3-512”, and “Message Digest5” (MD5) by “One-way ANOVA” test in terms of “accuracy”, “throughput” and “time complexity”. The proposed scheme with ECC achieved the throughput of 17.07 kilobytes per 200 nano seconds, 93.25% of accuracy, 1.5 nanoseconds latency of signature generation, 1.48 nanoseconds latency of signature verification, 1.5 nanoseconds of time complexity with 128 bytes of hash signature. The RECC-MSS achieved the significance of 0.001 for accuracy and 0.002 for time complexity which are less than 0.05. From the statistical analysis, the proposed algorithm has significantly high accuracy, high throughput and less time complexity than other cryptography hash algorithms.
物联网(IoT)是智能医疗领域的新兴技术。但是,病人的健康记录很难作为一个集中的网络进行转移。因此,“区块链技术”因其网络去中心化、开放性、数据不可逆、加密功能等独特的特性,具有很好的考虑价值。区块链技术依赖于加密哈希技术进行安全传输。为了提高安全性,它将可变大小的输入转换为恒定长度的哈希结果。当前带有数字签名的加密散列算法只能访问256字节大小的密钥,并且需要考虑单个节点的可访问性。它只是使用比特作为访问数据的钥匙。提出了一种基于多节点可用性的“修正椭圆曲线密码多重签名方案”(RECC-MSS),以寻找以医学图像为密钥进行安全通信的最近路径。在这里,可以将输入的图像键转换为一个数据数组,该数组的大小可以扩展到512字节。通过“单向方差分析”测试,对该算法的性能进行了“准确性”、“吞吐量”和“时间复杂度”的测试,并与安全哈希算法(sha)如“SHA224”、“SHA256”、“SHA384”、“SHA3-224”、“SHA3-256”、“SHA3-384”、“SHA3-512”和“消息摘要5”(MD5)等其他加密哈希函数进行了分析。采用ECC的方案在128字节哈希签名的情况下实现了17.07 kb / 200纳秒的吞吐量,准确率为93.25%,签名生成延迟为1.5纳秒,签名验证延迟为1.48纳秒,时间复杂度为1.5纳秒。RECC-MSS的精度显著性为0.001,时间复杂度显著性为0.002,均小于0.05。从统计分析来看,与其他加密哈希算法相比,该算法具有精度高、吞吐量大、时间复杂度低等优点。
{"title":"Revised elliptic curve cryptography multi-signature scheme (RECC-MSS) for enhancing security in electronic health record (EHR) system","authors":"G. Uganya, R.M. Bommi, P. Muthu Krishnammal, N. Vijayaraj","doi":"10.3233/jifs-232802","DOIUrl":"https://doi.org/10.3233/jifs-232802","url":null,"abstract":"Internet of things (IoT) is a recent developing technology in the field of smart healthcare. But it is difficult to transfer the patient’s health record as a centralized network. So, “blockchain technology” has excellent consideration due to its unique qualities such as decentralized network, openness, irreversible data, and cryptography functions. Blockchain technology depends on cryptography hash techniques for safe transmission. For increased security, it transforms the variable size inputs into a constant length hash result. Current cryptographic hash algorithms with digital signatures are only able to access keys up to a size of 256 bytes and have concerns with single node accessibility. It just uses the bits that serve as the key to access the data. This paper proposes the “Revised Elliptic Curve Cryptography Multi-Signature Scheme” (RECC-MSS) for multinode availability to find the nearest path for secure communications with the medical image as keys. Here, the input image key can be converted into an array of data that can be extended up to 512 bytes of size. The performance of the proposed algorithm is analyzed with other cryptography hash functions like Secure Hashing Algorithms (SHAs) such as “SHA224”, “SHA256”, “SHA384”, “SHA512”, “SHA3-224”, “SHA3-256”, “SHA3-384”, “SHA3-512”, and “Message Digest5” (MD5) by “One-way ANOVA” test in terms of “accuracy”, “throughput” and “time complexity”. The proposed scheme with ECC achieved the throughput of 17.07 kilobytes per 200 nano seconds, 93.25% of accuracy, 1.5 nanoseconds latency of signature generation, 1.48 nanoseconds latency of signature verification, 1.5 nanoseconds of time complexity with 128 bytes of hash signature. The RECC-MSS achieved the significance of 0.001 for accuracy and 0.002 for time complexity which are less than 0.05. From the statistical analysis, the proposed algorithm has significantly high accuracy, high throughput and less time complexity than other cryptography hash algorithms.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135617220","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Alzheimer’s disease detection using residual neural network with LSTM hybrid deep learning models 基于LSTM混合深度学习模型的残差神经网络阿尔茨海默病检测
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-20 DOI: 10.3233/jifs-235059
R. Vidhya, Dhanalaxmi Banavath, S. Kayalvili, Swarna Mahesh Naidu, V.Charles Prabu, D. Sugumar, R. Hemalatha, S. Vimal, R.G. Vidhya
Early Alzheimer’s disease detection is essential for facilitating prompt intervention and enhancing the quality of care provided to patients. This research presents a novel strategy for the diagnosis of Alzheimer’s disease that makes use of sophisticated sampling methods in conjunction with a hybrid model of deep learning. We use stratified sampling, ADASYN (Adaptive Synthetic Sampling), and Cluster- Centroids approaches to ensure a balanced representation of Alzheimer’s and non-Alzheimer’s cases during model training in order to meet the issues posed by imbalanced data distributions in clinical datasets. This allows us to solve the challenges posed by imbalanced data distributions in clinical datasets. A strong hybrid architecture is constructed by combining a Residual Neural Network (ResNet) with Residual Neural Network (ResNet) units. This architecture makes the most of both the feature extraction capabilities of ResNet and the capacity of LSTM to capture temporal dependencies. The findings demonstrate that the model is superior to traditional approaches to machine learning and single-model architectures in terms of accuracy, sensitivity, and specificity. The hybrid deep learning model demonstrates exceptional capabilities in identifying early indicators of Alzheimer’s disease with a high degree of accuracy, which paves
阿尔茨海默病的早期检测对于促进及时干预和提高向患者提供的护理质量至关重要。本研究提出了一种诊断阿尔茨海默病的新策略,该策略利用复杂的采样方法与深度学习的混合模型相结合。我们使用分层抽样、ADASYN(自适应合成抽样)和聚类-中心点方法来确保在模型训练期间阿尔茨海默病和非阿尔茨海默病病例的平衡表示,以满足临床数据集中数据分布不平衡所带来的问题。这使我们能够解决临床数据集中数据分布不平衡所带来的挑战。将残差神经网络(ResNet)单元与残差神经网络(ResNet)单元相结合,构建了强混合体系结构。该体系结构充分利用了ResNet的特征提取能力和LSTM捕获时间依赖关系的能力。研究结果表明,该模型在准确性、灵敏度和特异性方面优于传统的机器学习方法和单模型架构。这种混合深度学习模型在识别阿尔茨海默病的早期指标方面表现出了卓越的能力,而且准确率很高
{"title":"Alzheimer’s disease detection using residual neural network with LSTM hybrid deep learning models","authors":"R. Vidhya, Dhanalaxmi Banavath, S. Kayalvili, Swarna Mahesh Naidu, V.Charles Prabu, D. Sugumar, R. Hemalatha, S. Vimal, R.G. Vidhya","doi":"10.3233/jifs-235059","DOIUrl":"https://doi.org/10.3233/jifs-235059","url":null,"abstract":"Early Alzheimer’s disease detection is essential for facilitating prompt intervention and enhancing the quality of care provided to patients. This research presents a novel strategy for the diagnosis of Alzheimer’s disease that makes use of sophisticated sampling methods in conjunction with a hybrid model of deep learning. We use stratified sampling, ADASYN (Adaptive Synthetic Sampling), and Cluster- Centroids approaches to ensure a balanced representation of Alzheimer’s and non-Alzheimer’s cases during model training in order to meet the issues posed by imbalanced data distributions in clinical datasets. This allows us to solve the challenges posed by imbalanced data distributions in clinical datasets. A strong hybrid architecture is constructed by combining a Residual Neural Network (ResNet) with Residual Neural Network (ResNet) units. This architecture makes the most of both the feature extraction capabilities of ResNet and the capacity of LSTM to capture temporal dependencies. The findings demonstrate that the model is superior to traditional approaches to machine learning and single-model architectures in terms of accuracy, sensitivity, and specificity. The hybrid deep learning model demonstrates exceptional capabilities in identifying early indicators of Alzheimer’s disease with a high degree of accuracy, which paves","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135569758","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A model-free autonomous performance testing for human recognition using different types of software-intensive autonomous systems 使用不同类型的软件密集型自主系统进行人类识别的无模型自主性能测试
4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-19 DOI: 10.3233/jifs-233547
Mal Hari Prasad, P. Swarnalatha
The model-based methods were utilized in order to produce the test cases for the behavioral model of a software system. Run test cases habitually or physically facilitates premature identification of requirement errors. Regression test suite design is thought-provoking as well as significant task in this automated test design. General techniques of regression testing comprise rerunning formerly accomplished tests as well as inspecting whether program behavior has modified as well as formerly fixed faults have recurred. Regression testing is carried out with the intension of assessing a system skillfully by means of logically picking the right least set of tests essential to suitably cover a particular modification. Then again, the relapse testing occasions of experiment prioritization, test suite decrease, and relapse test choice are commonly focused on conditions, which recognize the experiments to pick or the experiment to run thusly in independent framework. As indicated by experiment prioritization, experiments are very much arranged ward upon some condition just as experiments with greatest need are run first to achieve a presentation objective. If there should be an occurrence of test suite decrease/minimization, experiment, which end up being ended over the long haul are dismissed from the test suite with the intension of making a minor arrangement of experiments. In the event of relapse test determination, from a prevalent unique suite, a subset of experiments is picked.
利用基于模型的方法为软件系统的行为模型生成测试用例。习惯性地或物理地运行测试用例有助于过早地识别需求错误。回归测试套件的设计是一项发人深省的工作,也是自动化测试设计中的重要任务。回归测试的一般技术包括重新运行以前完成的测试,以及检查程序行为是否被修改,以及以前修复的错误是否再次出现。回归测试的目的是通过逻辑选择合适的最小测试集来适当地覆盖特定的修改,从而巧妙地评估系统。然后,实验优先级、测试套件减少和复发测试选择的复发测试场合通常集中在条件上,这些条件可以识别要选择的实验或在独立框架中运行的实验。正如实验优先顺序所表明的那样,实验在一定条件下被安排得很好,就像最需要的实验首先进行一样,以实现演示目标。如果应该出现测试套件减少/最小化的情况,那么最终会在长时间内结束的实验就会从测试套件中删除,并进行少量的实验安排。在复发测试确定的情况下,从流行的独特套件中选择一个实验子集。
{"title":"A model-free autonomous performance testing for human recognition using different types of software-intensive autonomous systems","authors":"Mal Hari Prasad, P. Swarnalatha","doi":"10.3233/jifs-233547","DOIUrl":"https://doi.org/10.3233/jifs-233547","url":null,"abstract":"The model-based methods were utilized in order to produce the test cases for the behavioral model of a software system. Run test cases habitually or physically facilitates premature identification of requirement errors. Regression test suite design is thought-provoking as well as significant task in this automated test design. General techniques of regression testing comprise rerunning formerly accomplished tests as well as inspecting whether program behavior has modified as well as formerly fixed faults have recurred. Regression testing is carried out with the intension of assessing a system skillfully by means of logically picking the right least set of tests essential to suitably cover a particular modification. Then again, the relapse testing occasions of experiment prioritization, test suite decrease, and relapse test choice are commonly focused on conditions, which recognize the experiments to pick or the experiment to run thusly in independent framework. As indicated by experiment prioritization, experiments are very much arranged ward upon some condition just as experiments with greatest need are run first to achieve a presentation objective. If there should be an occurrence of test suite decrease/minimization, experiment, which end up being ended over the long haul are dismissed from the test suite with the intension of making a minor arrangement of experiments. In the event of relapse test determination, from a prevalent unique suite, a subset of experiments is picked.","PeriodicalId":54795,"journal":{"name":"Journal of Intelligent & Fuzzy Systems","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135781075","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Intelligent & Fuzzy 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