首页 > 最新文献

Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence最新文献

英文 中文
An improved critical diagnosis reasoning method 一种改进的临界诊断推理方法
Yue Xu, Chengqi Zhang
Model-based diagnosis has the disadvantage of a high computational complexity. One way to overcome this disadvantage is to focus the diagnosis on a reduced diagnostic space. We propose an improved critical diagnosis reasoning method based on the method proposed by (Raiman et al., 1993). The method focuses the diagnosis on finding out the kernel diagnoses instead of the whole diagnoses. We give an updated definition of critical cover which we call "critical partition". The conditions satisfied by critical partition are relaxed compared with the conditions for critical cover. Correspondingly, a non-backtracking algorithm called Searching Critical Partition (SCP) to find out the critical partition is also proposed.
基于模型的诊断具有计算复杂度高的缺点。克服这一缺点的一种方法是将诊断集中在缩小的诊断空间上。我们在(Raiman et al., 1993)方法的基础上提出了一种改进的关键诊断推理方法。该方法的诊断重点是找出核心诊断,而不是全部诊断。我们给出了临界覆盖的更新定义,我们称之为“临界分区”。与临界覆盖条件相比,临界分区条件放宽。相应的,提出了一种非回溯算法——关键分区搜索算法(SCP)来查找关键分区。
{"title":"An improved critical diagnosis reasoning method","authors":"Yue Xu, Chengqi Zhang","doi":"10.1109/TAI.1996.560448","DOIUrl":"https://doi.org/10.1109/TAI.1996.560448","url":null,"abstract":"Model-based diagnosis has the disadvantage of a high computational complexity. One way to overcome this disadvantage is to focus the diagnosis on a reduced diagnostic space. We propose an improved critical diagnosis reasoning method based on the method proposed by (Raiman et al., 1993). The method focuses the diagnosis on finding out the kernel diagnoses instead of the whole diagnoses. We give an updated definition of critical cover which we call \"critical partition\". The conditions satisfied by critical partition are relaxed compared with the conditions for critical cover. Correspondingly, a non-backtracking algorithm called Searching Critical Partition (SCP) to find out the critical partition is also proposed.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122435215","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
Comparing arguments using preference orderings for argument-based reasoning 使用基于参数的推理的首选顺序比较参数
Leila Amgoud, C. Cayrol, Daniel Le Berre
Argument-based reasoning is a promising approach to handle inconsistent belief bases. The basic idea is to justify each plausible conclusion by acceptable arguments. The purpose of the paper is to enforce the concept of acceptability by the integration of preference orderings. Pursuing previous work on preference-based argumentation, the authors focus on the definition of preference relations for comparing conflicting arguments. They present a comparative study of several proposals. They then propose techniques for computing and comparing arguments, taking advantage of an assumption-based truth maintenance system (ATMS).
基于论证的推理是处理不一致信念基础的一种很有前途的方法。其基本思想是用可接受的论据来证明每一个貌似合理的结论。本文的目的是通过偏好排序的整合来强化可接受性的概念。在先前基于偏好的论证工作的基础上,作者将重点放在偏好关系的定义上,以比较相互冲突的论证。他们对几项建议进行了比较研究。然后,他们提出了计算和比较论证的技术,利用基于假设的真理维护系统(ATMS)。
{"title":"Comparing arguments using preference orderings for argument-based reasoning","authors":"Leila Amgoud, C. Cayrol, Daniel Le Berre","doi":"10.1109/TAI.1996.560731","DOIUrl":"https://doi.org/10.1109/TAI.1996.560731","url":null,"abstract":"Argument-based reasoning is a promising approach to handle inconsistent belief bases. The basic idea is to justify each plausible conclusion by acceptable arguments. The purpose of the paper is to enforce the concept of acceptability by the integration of preference orderings. Pursuing previous work on preference-based argumentation, the authors focus on the definition of preference relations for comparing conflicting arguments. They present a comparative study of several proposals. They then propose techniques for computing and comparing arguments, taking advantage of an assumption-based truth maintenance system (ATMS).","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115409283","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}
引用次数: 50
Forward-tracking: a technique for searching beyond failure 前向追踪:一种超越失败进行搜索的技术
E. Marchiori, M. Marchiori, J. Kok
In many applications, such as decision support, negotiation, planning, scheduling, etc., one needs to express requirements that can only be partially satisfied. In order to express such requirements, we propose a technique called forward-tracking. Intuitively, forward-tracking is a kind of dual of chronological back-tracking: if a program globally fails to find a solution, then a new execution is started from a program point and a state 'forward' in the computation tree. This search technique is applied to constraint logic programming, obtaining a powerful extension that preserves all the useful properties of the original scheme. We report on the successful practical application of forward-tracking to the evolutionary training of(constrained) neural networks.
在许多应用程序中,例如决策支持、协商、计划、调度等,需要表达只能部分满足的需求。为了表达这样的需求,我们提出了一种称为前向跟踪的技术。直观地说,前向跟踪是一种时间回溯的双重:如果一个程序在全局范围内没有找到解决方案,那么新的执行将从程序点和计算树中的“前向”状态开始。将这种搜索技术应用到约束逻辑规划中,得到了保留原方案所有有用性质的强大扩展。我们报告了前向跟踪在(约束)神经网络进化训练中的成功实际应用。
{"title":"Forward-tracking: a technique for searching beyond failure","authors":"E. Marchiori, M. Marchiori, J. Kok","doi":"10.1109/TAI.1996.560472","DOIUrl":"https://doi.org/10.1109/TAI.1996.560472","url":null,"abstract":"In many applications, such as decision support, negotiation, planning, scheduling, etc., one needs to express requirements that can only be partially satisfied. In order to express such requirements, we propose a technique called forward-tracking. Intuitively, forward-tracking is a kind of dual of chronological back-tracking: if a program globally fails to find a solution, then a new execution is started from a program point and a state 'forward' in the computation tree. This search technique is applied to constraint logic programming, obtaining a powerful extension that preserves all the useful properties of the original scheme. We report on the successful practical application of forward-tracking to the evolutionary training of(constrained) neural networks.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"148 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123425845","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}
引用次数: 3
Attribute-oriented induction using domain generalization graphs 使用领域泛化图的面向属性的归纳
Howard J. Hamilton, Robert J. Hilderman, N. Cercone
Attribute-oriented induction summarizes the information in a relational database by repeatedly replacing specific attribute values with more general concepts according to user-defined concept hierarchies. We show how domain generalization graphs can be constructed from multiple concept hierarchies associated with an attribute, describe how these graphs can be used to control the generalization of a set of attributes, and present the Multi-Attribute Generalization algorithm for attribute-oriented induction using domain generalization graphs. Based upon a generate-and-test approach, the algorithm generates all possible combinations of nodes from the domain generalization graphs associated with the individual attributes, to produce all possible generalized relations for the set of attributes. We rant the interestingness of the resulting generalized relations using measures based upon relative entropy and variance. Our experiments show that these measures provide a basis for analyzing summary data from relational databases. Variance appears more useful because it tends to rank the less complex generalized relations (i.e., those with few attributes and/or few tuples) as more interesting.
面向属性的归纳法根据用户定义的概念层次结构,用更一般的概念反复替换特定的属性值,从而总结关系数据库中的信息。我们展示了如何从与一个属性相关联的多个概念层次结构中构造域概化图,描述了如何使用这些图来控制一组属性的概化,并提出了使用域概化图进行面向属性归纳的多属性概化算法。该算法基于生成-测试方法,从与单个属性相关联的域泛化图中生成所有可能的节点组合,以生成属性集的所有可能的泛化关系。我们使用基于相对熵和方差的度量来度量所得到的广义关系的有趣性。我们的实验表明,这些度量为分析来自关系数据库的汇总数据提供了基础。方差似乎更有用,因为它倾向于将不太复杂的广义关系(即那些具有很少属性和/或很少元组的关系)排序为更有趣的关系。
{"title":"Attribute-oriented induction using domain generalization graphs","authors":"Howard J. Hamilton, Robert J. Hilderman, N. Cercone","doi":"10.1109/TAI.1996.560458","DOIUrl":"https://doi.org/10.1109/TAI.1996.560458","url":null,"abstract":"Attribute-oriented induction summarizes the information in a relational database by repeatedly replacing specific attribute values with more general concepts according to user-defined concept hierarchies. We show how domain generalization graphs can be constructed from multiple concept hierarchies associated with an attribute, describe how these graphs can be used to control the generalization of a set of attributes, and present the Multi-Attribute Generalization algorithm for attribute-oriented induction using domain generalization graphs. Based upon a generate-and-test approach, the algorithm generates all possible combinations of nodes from the domain generalization graphs associated with the individual attributes, to produce all possible generalized relations for the set of attributes. We rant the interestingness of the resulting generalized relations using measures based upon relative entropy and variance. Our experiments show that these measures provide a basis for analyzing summary data from relational databases. Variance appears more useful because it tends to rank the less complex generalized relations (i.e., those with few attributes and/or few tuples) as more interesting.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126593469","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}
引用次数: 36
A hypothetical reasoning based framework for NL processing 基于假设推理的自然语言处理框架
V. Dahl, A. Fall, Stephen Rochefort, Paul Tarau
We examine some natural language uses of a new type of logic grammars called Assumption Grammars, particularly suitable for hypothetical reasoning. They are based on intuitionistic and linear implications scoped over the current continuation, which allow us to follow given branches of the computation under hypotheses that disappear when and if backtracking takes place. We show how Assumption Grammars can simplify the treatment of some crucial computational linguistics problems, e.g. long distance dependencies, while simultaneously facilitating more readable grammars.
我们研究了一种叫做假设语法的新型逻辑语法的一些自然语言用法,这种语法特别适合于假设推理。它们基于当前延续的直觉和线性含义,这允许我们在假设下遵循给定的计算分支,这些假设在回溯发生时消失。我们展示了假设语法如何简化一些关键计算语言学问题的处理,例如长距离依赖关系,同时促进更可读的语法。
{"title":"A hypothetical reasoning based framework for NL processing","authors":"V. Dahl, A. Fall, Stephen Rochefort, Paul Tarau","doi":"10.1109/TAI.1996.560402","DOIUrl":"https://doi.org/10.1109/TAI.1996.560402","url":null,"abstract":"We examine some natural language uses of a new type of logic grammars called Assumption Grammars, particularly suitable for hypothetical reasoning. They are based on intuitionistic and linear implications scoped over the current continuation, which allow us to follow given branches of the computation under hypotheses that disappear when and if backtracking takes place. We show how Assumption Grammars can simplify the treatment of some crucial computational linguistics problems, e.g. long distance dependencies, while simultaneously facilitating more readable grammars.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116873830","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}
引用次数: 7
Computation of prime implicates and prime implicants by a variant of the Davis and Putnam procedure 用Davis和Putnam过程的一种变体计算质数蕴涵和质数蕴涵
T. Castell
The problem is the transformation of a conjunctive normal form (CNF) into a minimized (for the inclusion operator) disjunctive normal form (DNF) and vice versa. This operation is called the unionist product. For a CNF (resp. DNF), one pass of the unionist product provides the prime implicants (resp. implicates); two passes provide the prime implicates (resp. implicants). An algorithm built upon the classical Davis and Putnam procedure is presented for calculating, without the explicit minimization for the inclusion, this unionist product.
问题是将合取范式(CNF)转换为最小化(对于包含算子)析取范式(DNF),反之亦然。这种操作被称为工会产品。对于CNF(请参阅。DNF),统一产品的一次传递提供了主要含义(如。其中牵扯到的人);两个通道提供了主要的含义。蕴含项)。在经典的Davis和Putnam过程的基础上,提出了一种算法来计算这个联合积,而不需要对包含进行显式最小化。
{"title":"Computation of prime implicates and prime implicants by a variant of the Davis and Putnam procedure","authors":"T. Castell","doi":"10.1109/TAI.1996.560739","DOIUrl":"https://doi.org/10.1109/TAI.1996.560739","url":null,"abstract":"The problem is the transformation of a conjunctive normal form (CNF) into a minimized (for the inclusion operator) disjunctive normal form (DNF) and vice versa. This operation is called the unionist product. For a CNF (resp. DNF), one pass of the unionist product provides the prime implicants (resp. implicates); two passes provide the prime implicates (resp. implicants). An algorithm built upon the classical Davis and Putnam procedure is presented for calculating, without the explicit minimization for the inclusion, this unionist product.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125267187","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}
引用次数: 21
Subdefinite models as a variety of constraint programming 子集模型作为约束规划的多种形式
V. Telerman, Dmitry Ushakov
This paper describes subdefinite models as a variety of constraint satisfaction problems. The use of the method of subdefinite calculations makes it possible to solve overdetermined and underdetermined problems, as well as problems with uncertain, imprecise and incomplete data. Constraint propagation in all these problems is supported by a single data-driven inference algorithm. Several examples are given to show the capabilities of this approach for solving a wide class of problems.
本文将亚确定模型描述为各种约束满足问题。利用亚定计算方法,可以解决超定和欠定问题,以及不确定、不精确和数据不完整的问题。所有这些问题的约束传播都由单一的数据驱动推理算法支持。给出了几个例子来展示这种方法在解决广泛问题方面的能力。
{"title":"Subdefinite models as a variety of constraint programming","authors":"V. Telerman, Dmitry Ushakov","doi":"10.1109/TAI.1996.560446","DOIUrl":"https://doi.org/10.1109/TAI.1996.560446","url":null,"abstract":"This paper describes subdefinite models as a variety of constraint satisfaction problems. The use of the method of subdefinite calculations makes it possible to solve overdetermined and underdetermined problems, as well as problems with uncertain, imprecise and incomplete data. Constraint propagation in all these problems is supported by a single data-driven inference algorithm. Several examples are given to show the capabilities of this approach for solving a wide class of problems.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"89 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114333864","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}
引用次数: 15
Incremental algorithms for managing temporal constraints 管理时间约束的增量算法
A. Gerevini, A. Perini, F. Ricci
This paper addresses the problem of efficiently updating a network of temporal constraints when constraints are removed from or added to an existing network. Such processing tasks are important in many AI applications requiring a temporal reasoning module. First we analyze the relationship between shortest-paths algorithms for directed graphs and arc-consistency techniques. Then we focus on a subclass of STP for which we propose new fast incremental algorithms for consistency checking and for maintaining the feasible times of the temporal variables.
本文解决了当从现有网络中移除或添加约束时有效更新时间约束网络的问题。这种处理任务在许多需要时间推理模块的人工智能应用程序中很重要。首先,我们分析了有向图的最短路径算法与弧一致性技术之间的关系。然后,我们重点研究了STP的一个子类,我们提出了新的快速增量算法,用于一致性检查和维持时间变量的可行时间。
{"title":"Incremental algorithms for managing temporal constraints","authors":"A. Gerevini, A. Perini, F. Ricci","doi":"10.1109/TAI.1996.560477","DOIUrl":"https://doi.org/10.1109/TAI.1996.560477","url":null,"abstract":"This paper addresses the problem of efficiently updating a network of temporal constraints when constraints are removed from or added to an existing network. Such processing tasks are important in many AI applications requiring a temporal reasoning module. First we analyze the relationship between shortest-paths algorithms for directed graphs and arc-consistency techniques. Then we focus on a subclass of STP for which we propose new fast incremental algorithms for consistency checking and for maintaining the feasible times of the temporal variables.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116619065","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}
引用次数: 26
GESIA: uncertainty-based reasoning for a generic expert system intelligent user interface 基于不确定性推理的通用专家系统智能用户界面
R. A. Harrington, S. Banks, E. Santos
Generic expert systems are reasoning systems that can be used in many application domains, thus requiring domain independence. The user interface for a generic expert system must contain intelligence in order to maintain this domain independence and manage the complex interactions between the user and the expert system. This paper explores the uncertainty-based reasoning contained in an intelligent user interface called GESIA. GESIA's interface architecture and dynamically constructed Bayesian network are examined in detail to show how uncertainty-based reasoning enhances the capabilities of this user interface.
通用专家系统是可用于许多应用领域的推理系统,因此需要领域独立性。通用专家系统的用户界面必须包含智能,以保持这种领域独立性,并管理用户与专家系统之间复杂的交互。本文探讨了一个名为GESIA的智能用户界面中包含的基于不确定性的推理。详细研究了GESIA的界面架构和动态构建的贝叶斯网络,以展示基于不确定性的推理如何增强该用户界面的能力。
{"title":"GESIA: uncertainty-based reasoning for a generic expert system intelligent user interface","authors":"R. A. Harrington, S. Banks, E. Santos","doi":"10.1109/TAI.1996.560400","DOIUrl":"https://doi.org/10.1109/TAI.1996.560400","url":null,"abstract":"Generic expert systems are reasoning systems that can be used in many application domains, thus requiring domain independence. The user interface for a generic expert system must contain intelligence in order to maintain this domain independence and manage the complex interactions between the user and the expert system. This paper explores the uncertainty-based reasoning contained in an intelligent user interface called GESIA. GESIA's interface architecture and dynamically constructed Bayesian network are examined in detail to show how uncertainty-based reasoning enhances the capabilities of this user interface.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"48 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116647481","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}
引用次数: 22
Optimization of neural network structure and learning parameters using genetic algorithms 利用遗传算法优化神经网络结构和学习参数
Seung-Soo Han, G. May
Neural network models of semiconductor manufacturing processes offer advantages in accuracy and generalization over traditional methods. However, model development is complicated by the fact that backpropagation neural networks contain several adjustable parameters whose optimal values are initially unknown. These include learning rate, momentum, training tolerance, and the number of hidden layer neurons. This paper investigates the use of genetic algorithms (GAs) to determine the optimal neural network parameters for modeling plasma-enhanced chemical vapor deposition (PECVD) of silicon dioxide films. To find an optimal parameter set for the PECVD models, a performance matrix is defined and used in the GA objective function. This index accounts for both prediction error as well as training error, with a higher emphasis on reducing prediction error. Results of the genetic search are compared with a similar search using the simplex algorithm. The GA search performed approximately 10% better in reducing training error and 66% better in reducing prediction error.
与传统方法相比,半导体制造过程的神经网络模型在准确性和通用性方面具有优势。然而,由于反向传播神经网络包含几个可调参数,其最优值最初是未知的,因此模型开发变得复杂。这些包括学习率、动量、训练容忍度和隐藏层神经元的数量。本文研究了使用遗传算法(GAs)来确定模拟等离子体增强化学气相沉积(PECVD)二氧化硅薄膜的最佳神经网络参数。为了找到PECVD模型的最优参数集,定义了性能矩阵,并将其用于遗传算法目标函数中。该指标既考虑预测误差,也考虑训练误差,更强调减少预测误差。将遗传搜索结果与使用单纯形算法的类似搜索结果进行了比较。遗传算法在减少训练误差方面的性能提高了约10%,在减少预测误差方面的性能提高了66%。
{"title":"Optimization of neural network structure and learning parameters using genetic algorithms","authors":"Seung-Soo Han, G. May","doi":"10.1109/TAI.1996.560452","DOIUrl":"https://doi.org/10.1109/TAI.1996.560452","url":null,"abstract":"Neural network models of semiconductor manufacturing processes offer advantages in accuracy and generalization over traditional methods. However, model development is complicated by the fact that backpropagation neural networks contain several adjustable parameters whose optimal values are initially unknown. These include learning rate, momentum, training tolerance, and the number of hidden layer neurons. This paper investigates the use of genetic algorithms (GAs) to determine the optimal neural network parameters for modeling plasma-enhanced chemical vapor deposition (PECVD) of silicon dioxide films. To find an optimal parameter set for the PECVD models, a performance matrix is defined and used in the GA objective function. This index accounts for both prediction error as well as training error, with a higher emphasis on reducing prediction error. Results of the genetic search are compared with a similar search using the simplex algorithm. The GA search performed approximately 10% better in reducing training error and 66% better in reducing prediction error.","PeriodicalId":209171,"journal":{"name":"Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115594948","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}
引用次数: 22
期刊
Proceedings Eighth IEEE International Conference on Tools with Artificial Intelligence
全部 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