首页 > 最新文献

IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)最新文献

英文 中文
Dynamical threshold for a feature detector neural model 特征检测器神经模型的动态阈值
E. Chiarantoni, G. Fornarelli, F. Vacca, S. Vergura
In this paper a model of neural unit that take into account the effect of mean time decay output ("stress") observed in the Hodgkin-Huxley model is presented. A simplified version of the stress effect is implemented in a static neuron element by means of a dynamical threshold. A rule to vary the threshold adopting local information is then presented and the effects of this law over the learning are examined in the class of standard competitive learning rule. The properties of stability of this model are examined and it is shown that the proposed unit, under appropriate hypothesis, is able to find autonomously (i.e. without requiring any interaction with other units) a local maximum of density in the input data set space (feature).
本文提出了一种考虑霍奇金-赫胥黎模型中所观察到的平均时间衰减输出(“应力”)影响的神经单元模型。应力效应的简化版本通过动态阈值在静态神经元单元中实现。然后提出了一种采用局部信息改变阈值的规则,并在标准竞争学习规则中检验了该规则对学习的影响。对该模型的稳定性进行了检验,结果表明,在适当的假设下,所提出的单元能够自主地(即不需要与其他单元进行任何交互)在输入数据集空间(特征)中找到密度的局部最大值。
{"title":"Dynamical threshold for a feature detector neural model","authors":"E. Chiarantoni, G. Fornarelli, F. Vacca, S. Vergura","doi":"10.1109/IJCNN.2001.938986","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.938986","url":null,"abstract":"In this paper a model of neural unit that take into account the effect of mean time decay output (\"stress\") observed in the Hodgkin-Huxley model is presented. A simplified version of the stress effect is implemented in a static neuron element by means of a dynamical threshold. A rule to vary the threshold adopting local information is then presented and the effects of this law over the learning are examined in the class of standard competitive learning rule. The properties of stability of this model are examined and it is shown that the proposed unit, under appropriate hypothesis, is able to find autonomously (i.e. without requiring any interaction with other units) a local maximum of density in the input data set space (feature).","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130960076","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
Prototype based rules-a new way to understand the data 基于原型的规则——一种理解数据的新方法
Wlodzislaw Duch, K. Grudzinski
Logical rules are not the only way to understand the structure of data. Prototype-based rules evaluate similarity to a small set of prototypes using optimized similarity measures. Such rules include crisp and fuzzy logic rules as special cases and are natural way of categorization from psychological point of view. An elimination procedure selecting good prototypes from a training set has been described. Illustrative applications on several datasets show that a few prototypes may indeed explain the data structure.
逻辑规则并不是理解数据结构的唯一方法。基于原型的规则使用优化的相似性度量来评估与一小组原型的相似性。这种规则包括作为特例的清晰逻辑规则和模糊逻辑规则,从心理学的角度来看,这是一种自然的分类方式。描述了从训练集中选择好的原型的消除过程。在几个数据集上的说明性应用表明,一些原型确实可以解释数据结构。
{"title":"Prototype based rules-a new way to understand the data","authors":"Wlodzislaw Duch, K. Grudzinski","doi":"10.1109/IJCNN.2001.938446","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.938446","url":null,"abstract":"Logical rules are not the only way to understand the structure of data. Prototype-based rules evaluate similarity to a small set of prototypes using optimized similarity measures. Such rules include crisp and fuzzy logic rules as special cases and are natural way of categorization from psychological point of view. An elimination procedure selecting good prototypes from a training set has been described. Illustrative applications on several datasets show that a few prototypes may indeed explain the data structure.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"235 ","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133420797","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}
引用次数: 32
Creating a Java design and code convention mentor using evolutionary computation 使用进化计算创建Java设计和代码约定指导
C. Depradine
Code and design conventions can be considered to be rules-of-thumb or best-practices that improve the maintainability of software applications. Generally, each programming language has its own conventions. For example, the Java language has a set of code and design conventions that have been documented by its creators. In general, these conventions are maintained manually by the programmer since automated support is usually restricted to the automatic generation of code. The Design and Code Convention Checker system, DChk (pronounced D-Check) enables the maintenance of various object oriented design principles and code conventions during the development of Java programs. It scans Java code, listing any discovered violations of specific design and code conventions as well as recommended actions, associated reasoning and relevant reading material. The paper discusses this system, its associated tools and the relevant methodology involved in its use.
代码和设计惯例可以被认为是经验法则或提高软件应用程序可维护性的最佳实践。一般来说,每种编程语言都有自己的约定。例如,Java语言有一组由其创建者记录的代码和设计约定。一般来说,这些约定是由程序员手动维护的,因为自动支持通常仅限于代码的自动生成。设计和代码约定检查系统DChk(发音为D-Check)在Java程序开发过程中能够维护各种面向对象的设计原则和代码约定。它扫描Java代码,列出任何发现的违反特定设计和代码约定的行为,以及推荐的操作、相关的推理和相关的阅读材料。本文讨论了这个系统,它的相关工具和相关的方法论涉及到它的使用。
{"title":"Creating a Java design and code convention mentor using evolutionary computation","authors":"C. Depradine","doi":"10.1109/IJCNN.2001.939119","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.939119","url":null,"abstract":"Code and design conventions can be considered to be rules-of-thumb or best-practices that improve the maintainability of software applications. Generally, each programming language has its own conventions. For example, the Java language has a set of code and design conventions that have been documented by its creators. In general, these conventions are maintained manually by the programmer since automated support is usually restricted to the automatic generation of code. The Design and Code Convention Checker system, DChk (pronounced D-Check) enables the maintenance of various object oriented design principles and code conventions during the development of Java programs. It scans Java code, listing any discovered violations of specific design and code conventions as well as recommended actions, associated reasoning and relevant reading material. The paper discusses this system, its associated tools and the relevant methodology involved in its use.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132266159","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
On complexity analysis of supervised MLP-learning for algorithmic comparisons 用于算法比较的监督mlp学习的复杂性分析
E. Mizutani, S. Dreyfus
This paper presents the complexity analysis of a standard supervised MLP-learning algorithm in conjunction with the well-known backpropagation, an efficient method for evaluation of derivatives, in either batch or incremental learning mode. In particular, we detail the cost per epoch (i.e., operations required for processing one sweep of all the training data) using "approximate" FLOPs (floating point operations) in a typical backpropagation for solving neural networks nonlinear least squares problems. Furthermore, we identify erroneous complexity analyses found in the past NN literature. Our operation-count formula would be very useful for a given MLP architecture to compare learning algorithms.
本文结合著名的反向传播(一种求导数的有效方法),给出了一种标准监督mlp学习算法在批处理或增量学习模式下的复杂度分析。特别是,我们详细说明了每个历元的成本(即,处理所有训练数据一次扫描所需的操作)使用“近似”FLOPs(浮点操作)在典型的反向传播中解决神经网络非线性最小二乘问题。此外,我们识别了在过去的神经网络文献中发现的错误的复杂性分析。我们的运算计数公式对于给定的MLP架构比较学习算法非常有用。
{"title":"On complexity analysis of supervised MLP-learning for algorithmic comparisons","authors":"E. Mizutani, S. Dreyfus","doi":"10.1109/IJCNN.2001.939044","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.939044","url":null,"abstract":"This paper presents the complexity analysis of a standard supervised MLP-learning algorithm in conjunction with the well-known backpropagation, an efficient method for evaluation of derivatives, in either batch or incremental learning mode. In particular, we detail the cost per epoch (i.e., operations required for processing one sweep of all the training data) using \"approximate\" FLOPs (floating point operations) in a typical backpropagation for solving neural networks nonlinear least squares problems. Furthermore, we identify erroneous complexity analyses found in the past NN literature. Our operation-count formula would be very useful for a given MLP architecture to compare learning algorithms.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115888795","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}
引用次数: 46
Solving linear simultaneous equations by constraining learning neural networks 约束学习神经网络求解线性联立方程
De-shuang Huang, Z. Chi
This paper proposes using constrained learning algorithm (CLA) to solve linear equations, where the corresponding conrtraint relations for this problem is just the linear equations. As a result. the CLA can be effectively and appropriately applied It was found in experiments that the convergent speedfor this CLA is much faster than the recursive least square back propagation (RLS-BP) algorithm. Finally, related experimental results are presented.
本文提出用约束学习算法(CLA)求解线性方程,该问题对应的约束关系就是线性方程。因此。实验表明,该算法的收敛速度比递推最小二乘反向传播(RLS-BP)算法快得多。最后给出了相关实验结果。
{"title":"Solving linear simultaneous equations by constraining learning neural networks","authors":"De-shuang Huang, Z. Chi","doi":"10.1109/IJCNN.2001.1016719","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.1016719","url":null,"abstract":"This paper proposes using constrained learning algorithm (CLA) to solve linear equations, where the corresponding conrtraint relations for this problem is just the linear equations. As a result. the CLA can be effectively and appropriately applied It was found in experiments that the convergent speedfor this CLA is much faster than the recursive least square back propagation (RLS-BP) algorithm. Finally, related experimental results are presented.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124327772","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
Intelligent control of nonlinear dynamical systems with a neuro-fuzzy-genetic approach 非线性动力系统的神经模糊遗传智能控制
P. Melin, O. Castillo
We describe different hybrid intelligent approaches for controlling nonlinear dynamical systems in manufacturing applications. The hybrid approaches combine soft computing techniques and mathematical models to achieve the goal of controlling the manufacturing process to follow a desired production plan. We develop several hybrid architectures that combine fuzzy logic, neural networks, and genetic algorithms, to compare the performance of each of these combinations and decide on the best one for our purpose. We consider the case of controlling nonlinear electrochemical processes to test our hybrid approach for control. Electrochemical processes, like the ones used in battery formation, are very complex and for this reason very difficult to control. We have achieved very good results using fuzzy logic for control, neural networks for modelling the process, and genetic algorithms for tuning the hybrid intelligent system.
我们描述了制造应用中控制非线性动力系统的不同混合智能方法。该方法将软计算技术与数学模型相结合,以达到控制制造过程遵循预期生产计划的目的。我们开发了几种混合架构,结合了模糊逻辑、神经网络和遗传算法,以比较每种组合的性能,并决定最适合我们目的的组合。我们以控制非线性电化学过程为例来测试我们的混合控制方法。电化学过程,就像电池形成过程一样,非常复杂,因此很难控制。我们使用模糊逻辑进行控制,神经网络进行过程建模,遗传算法进行混合智能系统的调整,取得了非常好的结果。
{"title":"Intelligent control of nonlinear dynamical systems with a neuro-fuzzy-genetic approach","authors":"P. Melin, O. Castillo","doi":"10.1109/IJCNN.2001.939073","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.939073","url":null,"abstract":"We describe different hybrid intelligent approaches for controlling nonlinear dynamical systems in manufacturing applications. The hybrid approaches combine soft computing techniques and mathematical models to achieve the goal of controlling the manufacturing process to follow a desired production plan. We develop several hybrid architectures that combine fuzzy logic, neural networks, and genetic algorithms, to compare the performance of each of these combinations and decide on the best one for our purpose. We consider the case of controlling nonlinear electrochemical processes to test our hybrid approach for control. Electrochemical processes, like the ones used in battery formation, are very complex and for this reason very difficult to control. We have achieved very good results using fuzzy logic for control, neural networks for modelling the process, and genetic algorithms for tuning the hybrid intelligent system.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124507790","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
Improving Karhunen-Loeve based transform coding by using square isometries 利用正方形等距改进Karhunen-Loeve变换编码
M. Breazu, D. Volovici, I.Z. Mihu, R. Brad
We propose, for an image compression system based on the Karhunen-Loeve transform implemented by neural networks, to take into consideration the 8 square isometries of an image block. The proper isometry applied puts the 8*8 square image block in a standard position, before applying the image block as input to the neural network architecture. The standard position is defined based on the variance of its four 4*4 sub-blocks (quadro partitioned) and brings the sub-block having the greatest variance in a specific corner and in another specific adjoining corner the sub-block having the second variance (if this is not possible the third is considered). The use of this "preprocessing" phase was expected to improve the learning and representation ability of the network and, therefore, to improve the compression results. Experimental results have proven that the expectations were fulfilled and the isometries are, from now, worth taking into consideration.
对于基于神经网络实现的Karhunen-Loeve变换的图像压缩系统,我们提出考虑图像块的8个正方形等距。在将图像块作为神经网络架构的输入之前,应用适当的等距将8*8正方形图像块置于标准位置。标准位置是根据它的四个4*4子块的方差来定义的(四次分割),并使子块在特定角中具有最大方差,而在另一个特定相邻角中具有第二个方差的子块(如果不可能,则考虑第三个)。使用这个“预处理”阶段有望提高网络的学习和表示能力,从而改善压缩结果。实验结果证明了预期的结果,从现在开始,等距是值得考虑的。
{"title":"Improving Karhunen-Loeve based transform coding by using square isometries","authors":"M. Breazu, D. Volovici, I.Z. Mihu, R. Brad","doi":"10.1109/IJCNN.2001.938450","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.938450","url":null,"abstract":"We propose, for an image compression system based on the Karhunen-Loeve transform implemented by neural networks, to take into consideration the 8 square isometries of an image block. The proper isometry applied puts the 8*8 square image block in a standard position, before applying the image block as input to the neural network architecture. The standard position is defined based on the variance of its four 4*4 sub-blocks (quadro partitioned) and brings the sub-block having the greatest variance in a specific corner and in another specific adjoining corner the sub-block having the second variance (if this is not possible the third is considered). The use of this \"preprocessing\" phase was expected to improve the learning and representation ability of the network and, therefore, to improve the compression results. Experimental results have proven that the expectations were fulfilled and the isometries are, from now, worth taking into consideration.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114466365","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
Independent component analysis by convex divergence minimization: applications to brain fMRI analysis 凸散度最小化的独立分量分析:在脑功能磁共振成像分析中的应用
Y. Matsuyama, S. Imahara
A class of independent component analysis (ICA) algorithms using a minimization of the convex divergence, called the f-ICA, is presented. This algorithm is a super class of the minimum mutual information ICA and our own /spl alpha/-ICA. The following properties are obtained: 1) the f-ICA can be implemented by both momentum and turbo methods, and their combination is also possible; 2) the formerly presented /spl alpha/-ICA can claim an equivalent form to the f-ICA if the design parameter /spl alpha/ is chosen appropriately; 3) the f-ICA is much faster than the minimum mutual information ICA; and 4) additional complexity required to the divergence ICA is light, and thus this algorithm is applicable to a large amount of data via conventional personal computers. Detection of human brain areas that strongly respond to moving objects is reported in this paper.
提出了一类利用凸散度最小化的独立分量分析算法,称为f-ICA。该算法是最小互信息ICA和我们自己的/spl alpha/-ICA的超类。得到了以下性质:1)f-ICA既可以用动量方法实现,也可以用涡轮方法实现;2)如果设计参数/spl alpha/选择得当,先前提出的/spl alpha/-ICA可以主张与f-ICA等效的形式;3) f-ICA比最小互信息ICA快得多;4)发散ICA所需的额外复杂度较低,因此该算法适用于传统个人计算机上的大量数据。本文报道了对运动物体有强烈反应的人脑区域的检测。
{"title":"Independent component analysis by convex divergence minimization: applications to brain fMRI analysis","authors":"Y. Matsuyama, S. Imahara","doi":"10.1109/IJCNN.2001.939055","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.939055","url":null,"abstract":"A class of independent component analysis (ICA) algorithms using a minimization of the convex divergence, called the f-ICA, is presented. This algorithm is a super class of the minimum mutual information ICA and our own /spl alpha/-ICA. The following properties are obtained: 1) the f-ICA can be implemented by both momentum and turbo methods, and their combination is also possible; 2) the formerly presented /spl alpha/-ICA can claim an equivalent form to the f-ICA if the design parameter /spl alpha/ is chosen appropriately; 3) the f-ICA is much faster than the minimum mutual information ICA; and 4) additional complexity required to the divergence ICA is light, and thus this algorithm is applicable to a large amount of data via conventional personal computers. Detection of human brain areas that strongly respond to moving objects is reported in this paper.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114387381","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
Near optimal wireless data broadcasting based on an unsupervised neural network learning algorithm 基于无监督神经网络学习算法的近最优无线数据广播
N. Vlajic, Dimitrios Makrakis, Charalambos Charalambous
Wireless data broadcasting (WDB) is proven to be an efficient information delivery mechanism of nearly unlimited scalability. However, successful performance of a WDB based system is not always guaranteed-it strongly depends on the system's ability to identify the most popular information (documents) among users and accurately estimate their actual request probabilities. In this paper, we argue that a recently proposed unsupervised neural network algorithm possesses the key properties of an ideal estimator of document request probabilities. Obtained simulation results support the theoretical assumptions and suggest a near optimal performance of a WDB based system employing the given algorithm.
无线数据广播(WDB)是一种高效的信息传递机制,具有几乎无限的可扩展性。然而,基于WDB的系统的成功性能并不能总是得到保证——它很大程度上取决于系统识别用户中最流行的信息(文档)并准确估计其实际请求概率的能力。在本文中,我们认为最近提出的一种无监督神经网络算法具有文档请求概率理想估计器的关键特性。得到的仿真结果支持了理论假设,并表明采用给定算法的基于WDB的系统具有接近最佳的性能。
{"title":"Near optimal wireless data broadcasting based on an unsupervised neural network learning algorithm","authors":"N. Vlajic, Dimitrios Makrakis, Charalambos Charalambous","doi":"10.1109/IJCNN.2001.939112","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.939112","url":null,"abstract":"Wireless data broadcasting (WDB) is proven to be an efficient information delivery mechanism of nearly unlimited scalability. However, successful performance of a WDB based system is not always guaranteed-it strongly depends on the system's ability to identify the most popular information (documents) among users and accurately estimate their actual request probabilities. In this paper, we argue that a recently proposed unsupervised neural network algorithm possesses the key properties of an ideal estimator of document request probabilities. Obtained simulation results support the theoretical assumptions and suggest a near optimal performance of a WDB based system employing the given algorithm.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116872057","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
Iterative heuristics for multiobjective VLSI standard cell placement 多目标VLSI标准单元布局的迭代启发式算法
S. M. Sait, Habib Youssef, A. El-Maleh, M. Minhas, King Fahd
We employ two iterative heuristics for the optimization of VLSI standard cell placement. These heuristics are based on genetic algorithms (GA) and tabu search (TS) respectively. We address a multiobjective version of the problem, in which power dissipation, timing performance, and interconnect wire length are optimized while layout width is taken as a constraint. Fuzzy rules are incorporated in order to design a multiobjective cost function that integrates the costs of three objectives in a single overall cost value. A series of experiments is performed to study the effect of important algorithmic parameters of GA and TS. Both the techniques are applied to ISCAS-85/89 benchmark circuits and experimental results are reported and compared.
我们采用两种迭代启发式方法来优化超大规模集成电路的标准单元布局。这些启发式算法分别基于遗传算法(GA)和禁忌搜索(TS)。我们解决了一个多目标版本的问题,其中功耗,时序性能和互连线长度优化,而布局宽度作为约束。为了设计一个多目标成本函数,采用模糊规则将三个目标的成本集成到一个整体成本值中。通过一系列实验研究了遗传算法和TS算法的重要参数对电路性能的影响,并将两种算法应用于ISCAS-85/89基准电路,对实验结果进行了比较和报道。
{"title":"Iterative heuristics for multiobjective VLSI standard cell placement","authors":"S. M. Sait, Habib Youssef, A. El-Maleh, M. Minhas, King Fahd","doi":"10.1109/IJCNN.2001.938512","DOIUrl":"https://doi.org/10.1109/IJCNN.2001.938512","url":null,"abstract":"We employ two iterative heuristics for the optimization of VLSI standard cell placement. These heuristics are based on genetic algorithms (GA) and tabu search (TS) respectively. We address a multiobjective version of the problem, in which power dissipation, timing performance, and interconnect wire length are optimized while layout width is taken as a constraint. Fuzzy rules are incorporated in order to design a multiobjective cost function that integrates the costs of three objectives in a single overall cost value. A series of experiments is performed to study the effect of important algorithmic parameters of GA and TS. Both the techniques are applied to ISCAS-85/89 benchmark circuits and experimental results are reported and compared.","PeriodicalId":346955,"journal":{"name":"IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117029703","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}
引用次数: 13
期刊
IJCNN'01. International Joint Conference on Neural Networks. Proceedings (Cat. No.01CH37222)
全部 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