首页 > 最新文献

[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence最新文献

英文 中文
TIMEX-a tool for interval-based representation in technical applications 技术应用中基于间隔的表示工具
J. Dorn
TIMEX, a tool that extends Prolog with features for interval-based representation, is described. Because several ideas for interval-based representation exist, the tool provides the possibility of switching between different representation and propagation techniques. This is done by representing different interval graphs. Thus, one application may consist of several graphs with different attributes for propagation and one interval may exist in different graphs. The application domain is technical expert systems. An interval-based representation was used for a scheduling expert system in a steelmaking plant.<>
TIMEX是一个扩展Prolog的工具,具有基于间隔表示的特性。由于存在几种基于间隔的表示方法,因此该工具提供了在不同表示和传播技术之间切换的可能性。这是通过表示不同的间隔图来实现的。因此,一个应用程序可能由几个具有不同传播属性的图组成,并且一个区间可能存在于不同的图中。应用领域是技术专家系统。将基于区间的表示方法应用于炼钢厂调度专家系统
{"title":"TIMEX-a tool for interval-based representation in technical applications","authors":"J. Dorn","doi":"10.1109/TAI.1990.130388","DOIUrl":"https://doi.org/10.1109/TAI.1990.130388","url":null,"abstract":"TIMEX, a tool that extends Prolog with features for interval-based representation, is described. Because several ideas for interval-based representation exist, the tool provides the possibility of switching between different representation and propagation techniques. This is done by representing different interval graphs. Thus, one application may consist of several graphs with different attributes for propagation and one interval may exist in different graphs. The application domain is technical expert systems. An interval-based representation was used for a scheduling expert system in a steelmaking plant.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"120 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114562475","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}
引用次数: 4
A study of back-error propagation networks in the domain of noisy tactile impressions 噪声触觉印象域的反向误差传播网络研究
M. Thint, Paul P. Wang
The authors have designed an artificial neural system (ANS) consisting of coupled back-error propagation (BEP) networks that perform feature extraction, clustering. and categorization of tactile surface impressions. The network and its characteristics are reviewed, with particular focus on its performance in the presence of noisy input patterns. Simulation results indicate that, regarding geometry-size- and activation-constrained grey-scale patterns, the BEP classifier is sensitive to both additive low-amplitude spike noise and additive white Gaussian noise. Most of the misclassifications occur among patterns that differ only by small variations in force gradients. The network's performance gradually improves when noisy patterns are included in the training set, but indications are that large training sets or alternative error functions in BEP will be required to achieve robust performance in the tactile domain.<>
作者设计了一个由耦合反向误差传播(BEP)网络组成的人工神经系统(ANS),该系统可以进行特征提取、聚类。触觉表面印象的分类。回顾了该网络及其特性,特别关注了其在噪声输入模式存在下的性能。仿真结果表明,对于几何尺寸约束和激活约束的灰度模式,BEP分类器对加性低振幅尖峰噪声和加性高斯白噪声都很敏感。大多数错误分类发生在力梯度变化很小的模式之间。当训练集中包含有噪声的模式时,网络的性能会逐渐提高,但有迹象表明,要在触觉领域实现鲁棒性,需要在BEP中使用大型训练集或替代误差函数。
{"title":"A study of back-error propagation networks in the domain of noisy tactile impressions","authors":"M. Thint, Paul P. Wang","doi":"10.1109/TAI.1990.130422","DOIUrl":"https://doi.org/10.1109/TAI.1990.130422","url":null,"abstract":"The authors have designed an artificial neural system (ANS) consisting of coupled back-error propagation (BEP) networks that perform feature extraction, clustering. and categorization of tactile surface impressions. The network and its characteristics are reviewed, with particular focus on its performance in the presence of noisy input patterns. Simulation results indicate that, regarding geometry-size- and activation-constrained grey-scale patterns, the BEP classifier is sensitive to both additive low-amplitude spike noise and additive white Gaussian noise. Most of the misclassifications occur among patterns that differ only by small variations in force gradients. The network's performance gradually improves when noisy patterns are included in the training set, but indications are that large training sets or alternative error functions in BEP will be required to achieve robust performance in the tactile domain.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121554694","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Collision-free path planning for a shape-changeable mobile robot in a 3-dimensional environment 三维环境下可变形移动机器人的无碰撞路径规划
Q. Xue, P. Sheu
The problem of finding a collision-free path for a shape-changeable mobile robot in a 3D environment is studied. In order to solve the problem, a 3D path planner is used. This path planner represents the spaces which are occupied by the robot under different gestures as a set of cuboids of different sizes and uses two levels of planning, i.e. global path planning and local path planning to plan the path for the robot. The global path planner generates a most plausible global path for the robot. Subsequently, the local path planner first represents the free space along the plausible global path by a set of hexahedrons and then generates a connection graph whose vertices are the states of the robot and whose edges are operations of the robot by an expert system. Finally, a collision-free path is searched for in this connection graph.<>
研究了三维环境下可变形移动机器人的无碰撞路径问题。为了解决这个问题,使用了三维路径规划器。该路径规划器将机器人在不同姿态下所占据的空间表示为一组不同大小的长方体,并采用全局路径规划和局部路径规划两种规划方式对机器人进行路径规划。全局路径规划器为机器人生成最合理的全局路径。随后,局部路径规划器首先用一组六面体表示可信全局路径上的自由空间,然后生成一个连接图,该连接图的顶点是机器人的状态,边缘是专家系统对机器人的操作。最后,在这个连接图中搜索一条无冲突的路径。
{"title":"Collision-free path planning for a shape-changeable mobile robot in a 3-dimensional environment","authors":"Q. Xue, P. Sheu","doi":"10.1109/TAI.1990.130302","DOIUrl":"https://doi.org/10.1109/TAI.1990.130302","url":null,"abstract":"The problem of finding a collision-free path for a shape-changeable mobile robot in a 3D environment is studied. In order to solve the problem, a 3D path planner is used. This path planner represents the spaces which are occupied by the robot under different gestures as a set of cuboids of different sizes and uses two levels of planning, i.e. global path planning and local path planning to plan the path for the robot. The global path planner generates a most plausible global path for the robot. Subsequently, the local path planner first represents the free space along the plausible global path by a set of hexahedrons and then generates a connection graph whose vertices are the states of the robot and whose edges are operations of the robot by an expert system. Finally, a collision-free path is searched for in this connection graph.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132368318","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Constraint propagation neural networks for Huffman-Clowes scene labeling 约束传播神经网络用于Huffman-Clowes场景标注
E. Tsao, Wei-Chung Lin
The authors propose a three-layered constraint satisfaction neural network to perform Huffman-Clowes scene labeling. Given a line drawing the network establishes a consistent labeling for all the edges or detects that it is physically unrealizable. Experimental results show that this approach exploits the parallel architecture inherent in the network and is faster than the conventional algorithmic method.<>
作者提出了一种三层约束满足神经网络来执行Huffman-Clowes场景标注。给定一条线,网络为所有边缘建立一致的标签,或者检测到它在物理上是不可实现的。实验结果表明,该方法利用了网络固有的并行结构,比传统算法的速度更快。
{"title":"Constraint propagation neural networks for Huffman-Clowes scene labeling","authors":"E. Tsao, Wei-Chung Lin","doi":"10.1109/TAI.1990.130345","DOIUrl":"https://doi.org/10.1109/TAI.1990.130345","url":null,"abstract":"The authors propose a three-layered constraint satisfaction neural network to perform Huffman-Clowes scene labeling. Given a line drawing the network establishes a consistent labeling for all the edges or detects that it is physically unrealizable. Experimental results show that this approach exploits the parallel architecture inherent in the network and is faster than the conventional algorithmic method.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"35 9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132834723","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}
引用次数: 9
An introduction to KEDE-A hybrid knowledge engineering development environment 介绍了KEDE-A混合知识工程开发环境
Zijian Zheng, Wei Li
A hybrid knowledge engineering development environment called KEDE is briefly introduced as a powerful tool for large artificial-intelligence problems. It provides five kinds of knowledge representation: extended frames, semantic nets, procedural knowledge, object-oriented technique and predicate logic. Correspondingly, it supports procedure-oriented, data-oriented, object-oriented and logic-oriented programming. KEDE gains a very powerful inheritance mechanism using frames. It further provides an automatic retrieval technique for processing implicit knowledge, a demon mechanism for firing predicates or functions, a message-sending mechanism for activating methods, and two inference engines for backward, forward and mixed reasoning.<>
简要介绍了一种名为KEDE的混合知识工程开发环境,它是解决大型人工智能问题的强大工具。它提供了五种知识表示:扩展框架、语义网、过程知识、面向对象技术和谓词逻辑。相应地,它支持面向过程、面向数据、面向对象和面向逻辑的编程。KEDE使用框架获得了非常强大的继承机制。它进一步提供了一种处理隐式知识的自动检索技术,一种触发谓词或函数的驱动机制,一种激活方法的消息发送机制,以及两个用于向后、向前和混合推理的推理引擎。
{"title":"An introduction to KEDE-A hybrid knowledge engineering development environment","authors":"Zijian Zheng, Wei Li","doi":"10.1109/TAI.1990.130311","DOIUrl":"https://doi.org/10.1109/TAI.1990.130311","url":null,"abstract":"A hybrid knowledge engineering development environment called KEDE is briefly introduced as a powerful tool for large artificial-intelligence problems. It provides five kinds of knowledge representation: extended frames, semantic nets, procedural knowledge, object-oriented technique and predicate logic. Correspondingly, it supports procedure-oriented, data-oriented, object-oriented and logic-oriented programming. KEDE gains a very powerful inheritance mechanism using frames. It further provides an automatic retrieval technique for processing implicit knowledge, a demon mechanism for firing predicates or functions, a message-sending mechanism for activating methods, and two inference engines for backward, forward and mixed reasoning.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"150 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123220894","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Artificial intelligence R&D: the ISS strategy 人工智能研发:ISS战略
J. Motiwalla, T. Heng
The authors provide a survey of the artificial intelligence (AI) R&D projects undertaken by the Institute of Systems Science (ISS) of the National University of Singapore. They also describe ISS's AI R&D strategies as well as the AI tools developed for various industrial projects such as the machine translation project with IBM, the connectionist troubleshooting expert system for an inertial navigation system with Singapore airlines, and the fuzzy pattern recognition system for identifying container numbers with the port authority of Singapore.<>
作者提供了由新加坡国立大学系统科学研究所(ISS)承担的人工智能(AI)研发项目的调查。他们还介绍了ISS的人工智能研发战略,以及为各种工业项目开发的人工智能工具,例如与IBM合作的机器翻译项目,与新加坡航空公司合作的惯性导航系统的connectionist故障排除专家系统,以及与新加坡港管局合作的用于识别集装箱编号的模糊模式识别系统。b>
{"title":"Artificial intelligence R&D: the ISS strategy","authors":"J. Motiwalla, T. Heng","doi":"10.1109/TAI.1990.130414","DOIUrl":"https://doi.org/10.1109/TAI.1990.130414","url":null,"abstract":"The authors provide a survey of the artificial intelligence (AI) R&D projects undertaken by the Institute of Systems Science (ISS) of the National University of Singapore. They also describe ISS's AI R&D strategies as well as the AI tools developed for various industrial projects such as the machine translation project with IBM, the connectionist troubleshooting expert system for an inertial navigation system with Singapore airlines, and the fuzzy pattern recognition system for identifying container numbers with the port authority of Singapore.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122481502","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Generation of feature detectors for texture discrimination by genetic search 基于遗传搜索的纹理识别特征检测器的生成
J. Bala, K. A. Jong
A genetic-algorithm-based methodology for learning a set of feature detectors for texture discrimination is presented. This methodology is incorporated into a vision system that learns to classify noisy examples of different texture classes by evolving populations of simple and texture-specific local spatial feature detectors. The results of preliminary work confirm the utility of the genetic algorithm in solving problems within the specified domain.<>
提出了一种基于遗传算法的纹理识别特征检测器学习方法。该方法被整合到一个视觉系统中,该系统通过进化简单的和纹理特定的局部空间特征检测器群体来学习对不同纹理类别的噪声样本进行分类。初步工作的结果证实了遗传算法在求解特定领域内问题的有效性。
{"title":"Generation of feature detectors for texture discrimination by genetic search","authors":"J. Bala, K. A. Jong","doi":"10.1109/TAI.1990.130443","DOIUrl":"https://doi.org/10.1109/TAI.1990.130443","url":null,"abstract":"A genetic-algorithm-based methodology for learning a set of feature detectors for texture discrimination is presented. This methodology is incorporated into a vision system that learns to classify noisy examples of different texture classes by evolving populations of simple and texture-specific local spatial feature detectors. The results of preliminary work confirm the utility of the genetic algorithm in solving problems within the specified domain.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114169659","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
Speculative search: An efficient search algorithm for limited memory 推测搜索:有限内存下的有效搜索算法
M. Gooley, B. Wah
The authors present a novel algorithm, speculative branch and bound, for performing heuristic search in restricted memory. Speculative branch-and-bound combines elements of best-first and depth-first searches. The authors describe the search and a variant, SIDA* that is analogous to A*. They show how they are related to such searches as IDA* and MA* show how to add pruning to SIDA* and give performance results. SIDA* is superior to IDA* and competitive with MA* in the number of nodes it expands, and its overhead lies between theirs.<>
提出了一种在有限内存条件下进行启发式搜索的新算法——推测分支定界算法。投机分支定界结合了最佳优先和深度优先搜索的元素。作者描述了搜索和一个类似于a *的变体SIDA*。它们展示了它们与IDA*和MA*等搜索的关系,展示了如何向SIDA*添加修剪并给出性能结果。在扩展的节点数量上,SIDA*优于IDA*并与MA*竞争,其开销介于两者之间。
{"title":"Speculative search: An efficient search algorithm for limited memory","authors":"M. Gooley, B. Wah","doi":"10.1109/TAI.1990.130333","DOIUrl":"https://doi.org/10.1109/TAI.1990.130333","url":null,"abstract":"The authors present a novel algorithm, speculative branch and bound, for performing heuristic search in restricted memory. Speculative branch-and-bound combines elements of best-first and depth-first searches. The authors describe the search and a variant, SIDA* that is analogous to A*. They show how they are related to such searches as IDA* and MA* show how to add pruning to SIDA* and give performance results. SIDA* is superior to IDA* and competitive with MA* in the number of nodes it expands, and its overhead lies between theirs.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121159900","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A tool system for knowledge-based on-line diagnosis in industrial automation 工业自动化中基于知识的在线诊断工具系统
T. Beck
A tool system which supports the development of expert systems for use in the field of industrial automation is presented. The knowledge representation language provided by the tool system supports different aspects of knowledge which are important in this domain: the representation of declarative and procedural knowledge; the representation of temporal knowledge; and the representation of knowledge about real-time behavior. As a further part of the tool system, an expert system compiler with the ability to transform expert systems into a conventional procedural program (realized in C) is described. This method allows a simple integration of knowledge-based techniques into conventional software systems.<>
提出了一种支持工业自动化领域专家系统开发的工具系统。工具系统提供的知识表示语言支持该领域中重要的知识的不同方面:声明性和程序性知识的表示;时间知识的表示;以及对实时行为的知识表示。作为工具系统的进一步部分,描述了一个能够将专家系统转换为常规过程程序(用C实现)的专家系统编译器。这种方法允许将基于知识的技术简单地集成到传统的软件系统中。
{"title":"A tool system for knowledge-based on-line diagnosis in industrial automation","authors":"T. Beck","doi":"10.1109/TAI.1990.130374","DOIUrl":"https://doi.org/10.1109/TAI.1990.130374","url":null,"abstract":"A tool system which supports the development of expert systems for use in the field of industrial automation is presented. The knowledge representation language provided by the tool system supports different aspects of knowledge which are important in this domain: the representation of declarative and procedural knowledge; the representation of temporal knowledge; and the representation of knowledge about real-time behavior. As a further part of the tool system, an expert system compiler with the ability to transform expert systems into a conventional procedural program (realized in C) is described. This method allows a simple integration of knowledge-based techniques into conventional software systems.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"418 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116683869","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A real time control strategy for Bayesian belief networks with application to ship classification problem solving 贝叶斯信念网络实时控制策略及其在船舶入级问题求解中的应用
S. Musman, LiWu Chang, L. Booker
Efficient ways to prioritize and gather evidence within belief networks are discussed. The authors also suggest ways in which one can structure a large problem (a ship classification problem in the present case) into a series of small ones. This both re-defines much of the control strategy into the system structure and also localizes run-time control issues into much smaller networks. The overall control strategy thus includes the combination of both of these methods. By combining them correctly one can reduce the amount of dynamic computation required during run-time, and thus improve the responsiveness of the system. When dealing with the ship classification problem, the techniques described appear to work well.<>
讨论了在信念网络中确定优先级和收集证据的有效方法。作者还提出了一些方法,可以将一个大问题(在本例中是船舶分类问题)组织成一系列小问题。这既重新定义了系统结构中的控制策略,又将运行时控制问题定位到更小的网络中。因此,总体控制策略包括这两种方法的结合。通过正确地组合它们,可以减少运行时所需的动态计算量,从而提高系统的响应性。在处理船舶入级问题时,所描述的技术似乎很有效。
{"title":"A real time control strategy for Bayesian belief networks with application to ship classification problem solving","authors":"S. Musman, LiWu Chang, L. Booker","doi":"10.1109/TAI.1990.130430","DOIUrl":"https://doi.org/10.1109/TAI.1990.130430","url":null,"abstract":"Efficient ways to prioritize and gather evidence within belief networks are discussed. The authors also suggest ways in which one can structure a large problem (a ship classification problem in the present case) into a series of small ones. This both re-defines much of the control strategy into the system structure and also localizes run-time control issues into much smaller networks. The overall control strategy thus includes the combination of both of these methods. By combining them correctly one can reduce the amount of dynamic computation required during run-time, and thus improve the responsiveness of the system. When dealing with the ship classification problem, the techniques described appear to work well.<<ETX>>","PeriodicalId":366276,"journal":{"name":"[1990] Proceedings of the 2nd International IEEE Conference on Tools for Artificial Intelligence","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116712990","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
期刊
[1990] Proceedings of the 2nd International IEEE Conference on Tools for 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