首页 > 最新文献

Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)最新文献

英文 中文
Frequency sensitive competitive learning for clustering on high-dimensional hyperspheres 高维超球聚类的频率敏感竞争学习
A. Banerjee, Joydeep Ghosh
This paper derives three competitive learning mechanisms from first principles to obtain clusters of comparable sizes when both inputs and representatives are normalized. These mechanisms are very effective in achieving balanced grouping of inputs in high dimensional spaces as illustrated by experimental results on clustering two popular text data sets in 26,099 and 21,839 dimensional spaces, respectively.
本文从第一原理出发,导出了三种竞争学习机制,在输入和代表都归一化的情况下获得可比较大小的聚类。这些机制在实现高维空间输入的平衡分组方面非常有效,分别在26,099和21,839维空间中对两个流行的文本数据集进行聚类的实验结果说明了这一点。
{"title":"Frequency sensitive competitive learning for clustering on high-dimensional hyperspheres","authors":"A. Banerjee, Joydeep Ghosh","doi":"10.1109/IJCNN.2002.1007755","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007755","url":null,"abstract":"This paper derives three competitive learning mechanisms from first principles to obtain clusters of comparable sizes when both inputs and representatives are normalized. These mechanisms are very effective in achieving balanced grouping of inputs in high dimensional spaces as illustrated by experimental results on clustering two popular text data sets in 26,099 and 21,839 dimensional spaces, respectively.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115688328","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}
引用次数: 48
Obstacles for neural network application in the ICIx database index 神经网络在ICIx数据库索引中的应用障碍
R. Neubert, O. Gorlitz, W. Benn, T. Teich
Presents the idea and first results of using GNG networks for hierarchical cluster analysis in order to create index structures for data management systems. It describes the creation procedure of a multi-dimensional index structure, the Intelligent Cluster Index (ICIx). In particular critical design decisions and tradeoffs between index efficiency and the neural network's clustering solution are discussed.
介绍了使用GNG网络进行分层聚类分析的思想和初步结果,以便为数据管理系统创建索引结构。它描述了一个多维索引结构——智能集群索引(ICIx)的创建过程。特别讨论了关键的设计决策以及索引效率和神经网络聚类解决方案之间的权衡。
{"title":"Obstacles for neural network application in the ICIx database index","authors":"R. Neubert, O. Gorlitz, W. Benn, T. Teich","doi":"10.1109/IJCNN.2002.1007509","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007509","url":null,"abstract":"Presents the idea and first results of using GNG networks for hierarchical cluster analysis in order to create index structures for data management systems. It describes the creation procedure of a multi-dimensional index structure, the Intelligent Cluster Index (ICIx). In particular critical design decisions and tradeoffs between index efficiency and the neural network's clustering solution are discussed.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"114 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123115286","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
SSVM: a simple SVM algorithm SSVM:一种简单的SVM算法
S. Vishwanathan, M. Narasimha Murty
We present a fast iterative algorithm for identifying the support vectors of a given set of points. Our algorithm works by maintaining a candidate support vector set. It uses a greedy approach to pick points for inclusion in the candidate set. When the addition of a point to the candidate set is blocked because of other points already present in the set, we use a backtracking approach to prune away such points. To speed up convergence we initialize our algorithm with the nearest pair of points from opposite classes. We then use an optimization based approach to increase or prune the candidate support vector set. The algorithm makes repeated passes over the data to satisfy the KKT constraints. The memory requirements of our algorithm scale as O(|SI|/sup 2/) in the average case, where |S| is the size of the support vector set. We show that the algorithm is extremely competitive as compared to other conventional iterative algorithms like SMO and the NPA. We present results on a variety of real life datasets to validate our claims.
提出了一种快速迭代算法来识别给定点集的支持向量。我们的算法通过维护一个候选支持向量集来工作。它使用贪婪的方法来选择候选集合中包含的点。当向候选集添加一个点由于集合中已经存在的其他点而受阻时,我们使用回溯方法来修剪掉这些点。为了加快收敛速度,我们用相对类中最近的点对初始化算法。然后,我们使用基于优化的方法来增加或修剪候选支持向量集。该算法重复遍历数据以满足KKT约束。在平均情况下,我们算法的内存需求规模为O(|SI|/sup 2/),其中|S|为支持向量集的大小。我们表明,与其他传统的迭代算法(如SMO和NPA)相比,该算法具有极强的竞争力。我们展示了各种现实生活数据集的结果来验证我们的说法。
{"title":"SSVM: a simple SVM algorithm","authors":"S. Vishwanathan, M. Narasimha Murty","doi":"10.1109/IJCNN.2002.1007516","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007516","url":null,"abstract":"We present a fast iterative algorithm for identifying the support vectors of a given set of points. Our algorithm works by maintaining a candidate support vector set. It uses a greedy approach to pick points for inclusion in the candidate set. When the addition of a point to the candidate set is blocked because of other points already present in the set, we use a backtracking approach to prune away such points. To speed up convergence we initialize our algorithm with the nearest pair of points from opposite classes. We then use an optimization based approach to increase or prune the candidate support vector set. The algorithm makes repeated passes over the data to satisfy the KKT constraints. The memory requirements of our algorithm scale as O(|SI|/sup 2/) in the average case, where |S| is the size of the support vector set. We show that the algorithm is extremely competitive as compared to other conventional iterative algorithms like SMO and the NPA. We present results on a variety of real life datasets to validate our claims.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"176 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123050742","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}
引用次数: 143
Adaptive critic fault tolerant control using dual heuristic programming 基于双启发式规划的自适应批评家容错控制
G. Yen, P. Lima
In this paper a hierarchical architecture that combines a high degree of reconfigurability and long-term memory is proposed as a fault tolerant control algorithm for complex nonlinear systems. Dual heuristic programming (DHP) is used for adapting to faults as they occur for the first time in an effort to prevent the build up of a general failure and also as tuning device after switching to a known scenario. A dynamical database, initialized with as much information of the plant as available, oversees the DHP controller. The decisions of which environments to record, when to intervene and where to switch are autonomously taken based on specifically designed quality indexes. The results of the application of the complete algorithm to a proof-of-the-concept numerical example help to illustrate the fine interrelations between each of its subsystems.
本文提出了一种结合高度可重构性和长期记忆的层次结构作为复杂非线性系统的容错控制算法。双启发式编程(Dual heuristic programming, DHP)用于在第一次发生故障时适应故障,以防止一般性故障的累积,也可作为切换到已知场景后的调优设备。一个动态数据库,用尽可能多的工厂信息初始化,监督DHP控制器。记录哪些环境、何时干预以及在何处切换的决定都是基于专门设计的质量指标自主做出的。将完整的算法应用于一个概念验证的数值例子的结果有助于说明其每个子系统之间的良好相互关系。
{"title":"Adaptive critic fault tolerant control using dual heuristic programming","authors":"G. Yen, P. Lima","doi":"10.1109/IJCNN.2002.1007794","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007794","url":null,"abstract":"In this paper a hierarchical architecture that combines a high degree of reconfigurability and long-term memory is proposed as a fault tolerant control algorithm for complex nonlinear systems. Dual heuristic programming (DHP) is used for adapting to faults as they occur for the first time in an effort to prevent the build up of a general failure and also as tuning device after switching to a known scenario. A dynamical database, initialized with as much information of the plant as available, oversees the DHP controller. The decisions of which environments to record, when to intervene and where to switch are autonomously taken based on specifically designed quality indexes. The results of the application of the complete algorithm to a proof-of-the-concept numerical example help to illustrate the fine interrelations between each of its subsystems.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"125 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123070689","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
Petri nets for modeling the behavior of speculators 投机者行为建模的Petri网
N.F. Shakirova, L.N. Stolyarov, E. Stolyarova
We suggest a model of the asynchronous behavior of speculators on the capital market in the form of a Petri net. To analyze Petri nets from the viewpoint of independent transitions we suggest an original method, which makes it possible to construct a logical scheme of the operation of a Petri net. Auxiliary constructions of the method are also used for the definition of notions of a sequential-parallel scenario, a pattern of such a scenario, and the predictability or a scenario along a chain or patterns.
我们以Petri网的形式提出了资本市场上投机者异步行为的模型。为了从独立转换的角度分析Petri网,我们提出了一种新颖的方法,使构造Petri网运行的逻辑方案成为可能。该方法的辅助结构还用于定义顺序并行场景的概念、这种场景的模式以及沿着一个或多个模式链的场景的可预测性。
{"title":"Petri nets for modeling the behavior of speculators","authors":"N.F. Shakirova, L.N. Stolyarov, E. Stolyarova","doi":"10.1109/IJCNN.2002.1007803","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007803","url":null,"abstract":"We suggest a model of the asynchronous behavior of speculators on the capital market in the form of a Petri net. To analyze Petri nets from the viewpoint of independent transitions we suggest an original method, which makes it possible to construct a logical scheme of the operation of a Petri net. Auxiliary constructions of the method are also used for the definition of notions of a sequential-parallel scenario, a pattern of such a scenario, and the predictability or a scenario along a chain or patterns.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116657764","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
Automated sewer inspection using image processing and a neural classifier 使用图像处理和神经分类器的自动下水道检查
O. Duran, K. Althoefer, L. Seneviratne
The focus of the research presented here is on the automated assessment of sewer pipe conditions using a laser-based sensor. The proposed method involves image and data processing algorithms categorising signals acquired from the internal pipe surface. Fault identification is carried out using a neural network. Experimental results are presented.
本文提出的研究重点是使用基于激光的传感器对下水道状况进行自动评估。该方法包括图像和数据处理算法,对从管道内部表面获取的信号进行分类。采用神经网络进行故障识别。给出了实验结果。
{"title":"Automated sewer inspection using image processing and a neural classifier","authors":"O. Duran, K. Althoefer, L. Seneviratne","doi":"10.1109/IJCNN.2002.1007652","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007652","url":null,"abstract":"The focus of the research presented here is on the automated assessment of sewer pipe conditions using a laser-based sensor. The proposed method involves image and data processing algorithms categorising signals acquired from the internal pipe surface. Fault identification is carried out using a neural network. Experimental results are presented.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"138 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121114946","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}
引用次数: 10
Automatic language identification in broadcast news 广播新闻中的语言自动识别
G. Backfried, R. Rainoldi, J. Riedler
We present experiments on automatic language identification in the broadcast news domain. Because of the inherent diversity of news broadcasts, speech is extracted from the raw audio data by means of phone-level decoding using broad classes of phonemes. Training and testing was performed on recordings of German, English, Spanish and French news shows from a variety of European TV channels. Each language is characterized by a Gaussian mixture model solely created from corresponding acoustic features. The overall average error rate on speech segments is 16.32%. The current system disregards (almost) any kind of linguistic information; however, it is therefore easily extensible to new languages.
提出了广播新闻领域的自动语言识别实验。由于新闻广播固有的多样性,语音是从原始音频数据中提取出来的,通过电话级解码,使用广泛的音素类别。培训和测试是对来自不同欧洲电视频道的德语、英语、西班牙语和法语新闻节目的录音进行的。每种语言的特征都是由相应的声学特征单独创建的高斯混合模型。语音段的总体平均错误率为16.32%。目前的系统忽略了(几乎)任何类型的语言信息;然而,它因此很容易扩展到新的语言。
{"title":"Automatic language identification in broadcast news","authors":"G. Backfried, R. Rainoldi, J. Riedler","doi":"10.1109/IJCNN.2002.1007722","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007722","url":null,"abstract":"We present experiments on automatic language identification in the broadcast news domain. Because of the inherent diversity of news broadcasts, speech is extracted from the raw audio data by means of phone-level decoding using broad classes of phonemes. Training and testing was performed on recordings of German, English, Spanish and French news shows from a variety of European TV channels. Each language is characterized by a Gaussian mixture model solely created from corresponding acoustic features. The overall average error rate on speech segments is 16.32%. The current system disregards (almost) any kind of linguistic information; however, it is therefore easily extensible to new languages.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"54 3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127215081","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
Dynamical neuro-representation of an immune model and its application for data classification 免疫模型的动态神经表征及其在数据分类中的应用
Shahidul Pramanik, Robert Kozma, Dipankar Dasgupta
The germinal center (GC) is a functional module positioned in strategic locations of the lymphatic network in the animal body, which is known to play an important role in the immune response. Its formation and function can be explained and analyzed from a computational point of view using neural network technology. The objective of the paper is to model GC organization in terms of NN architecture and dynamics. A cascade of three Hopfield networks along with the Hebbian learning principle is used in a data classification problem where the connection matrices determine the local and global feedback as well as the propagation from one state to another in the network.
生发中心(germinal center, GC)是一种功能模块,位于动物体内淋巴网络的重要位置,在免疫反应中发挥重要作用。它的形成和功能可以用神经网络技术从计算的角度来解释和分析。本文的目的是根据神经网络的结构和动态对GC组织进行建模。三个Hopfield网络的级联以及Hebbian学习原理用于数据分类问题,其中连接矩阵决定了局部和全局反馈以及网络中从一种状态到另一种状态的传播。
{"title":"Dynamical neuro-representation of an immune model and its application for data classification","authors":"Shahidul Pramanik, Robert Kozma, Dipankar Dasgupta","doi":"10.1109/IJCNN.2002.1005457","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1005457","url":null,"abstract":"The germinal center (GC) is a functional module positioned in strategic locations of the lymphatic network in the animal body, which is known to play an important role in the immune response. Its formation and function can be explained and analyzed from a computational point of view using neural network technology. The objective of the paper is to model GC organization in terms of NN architecture and dynamics. A cascade of three Hopfield networks along with the Hebbian learning principle is used in a data classification problem where the connection matrices determine the local and global feedback as well as the propagation from one state to another in the network.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127298901","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
DDEKF learning for fast nonlinear adaptive inverse control DDEKF学习快速非线性自适应逆控制
G. Plett, H. Bottrich
Adaptive inverse control (AIC) uses three adaptive filters: plant model, controller and disturbance canceler. Methods are known for quick and efficient training of these filters if the plant is linear; however, known methods for nonlinear AIC learn very slowly. This paper modifies the standard nonlinear AIC learning methods (based on real-time recurrent learning) using the dynamic-decoupled-extended Kalman-filter (DDEKF). The training becomes significantly faster.
自适应逆控制(AIC)采用三种自适应滤波器:对象模型、控制器和干扰消除器。如果工厂是线性的,则方法可以快速有效地训练这些过滤器;然而,已知的非线性AIC方法学习非常缓慢。本文采用动态解耦扩展卡尔曼滤波(DDEKF)对基于实时循环学习的标准非线性AIC学习方法进行了改进。训练变得更快了。
{"title":"DDEKF learning for fast nonlinear adaptive inverse control","authors":"G. Plett, H. Bottrich","doi":"10.1109/IJCNN.2002.1007464","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007464","url":null,"abstract":"Adaptive inverse control (AIC) uses three adaptive filters: plant model, controller and disturbance canceler. Methods are known for quick and efficient training of these filters if the plant is linear; however, known methods for nonlinear AIC learn very slowly. This paper modifies the standard nonlinear AIC learning methods (based on real-time recurrent learning) using the dynamic-decoupled-extended Kalman-filter (DDEKF). The training becomes significantly faster.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127381510","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}
引用次数: 10
Multiscale handwritten character recognition using CNN image filters 使用CNN图像滤波器的多尺度手写字符识别
E. Saatci, V. Tavsanoglu
This paper presents a multi-scale character recognition system consisting of three single-scale recognition systems. The system uses a filter bank of Gabor-type filters implemented by a cellular neural network (CNN). Based on a test set of 26 test characters acting as template and a set consisting of four subsets of 26 unknown handwritten test characters, a maximum 96% and an average 93% correct recognition is provided. This is a considerable improvement over the performance of existing single-scale recognition systems.
本文提出了一个由三个单尺度识别系统组成的多尺度字符识别系统。该系统使用了一组由细胞神经网络(CNN)实现的gabor型滤波器。以26个测试字符作为模板的测试集和26个未知手写测试字符的4个子集组成的测试集,提供了最高96%和平均93%的正确率。与现有的单尺度识别系统相比,这是一个相当大的改进。
{"title":"Multiscale handwritten character recognition using CNN image filters","authors":"E. Saatci, V. Tavsanoglu","doi":"10.1109/IJCNN.2002.1007454","DOIUrl":"https://doi.org/10.1109/IJCNN.2002.1007454","url":null,"abstract":"This paper presents a multi-scale character recognition system consisting of three single-scale recognition systems. The system uses a filter bank of Gabor-type filters implemented by a cellular neural network (CNN). Based on a test set of 26 test characters acting as template and a set consisting of four subsets of 26 unknown handwritten test characters, a maximum 96% and an average 93% correct recognition is provided. This is a considerable improvement over the performance of existing single-scale recognition systems.","PeriodicalId":382771,"journal":{"name":"Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)","volume":"192 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2002-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125846898","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}
引用次数: 12
期刊
Proceedings of the 2002 International Joint Conference on Neural Networks. IJCNN'02 (Cat. No.02CH37290)
全部 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