A Novel Hybrid Neural Network for Data Clustering

Size: px
Start display at page:

Download "A Novel Hybrid Neural Network for Data Clustering"

Transcription

1 A Novel Hybrd Neural Network for Data Clusterng Dongha Guan, Andrey Gavrlov Department of Computer Engneerng Kyung Hee Unversty, Korea Abstract. Clusterng plays an ndspensable role for data analyss. Many clusterng algorms have been developed. However, most of em suffer eer poor performance of unsupervsed learnng or lackng of mechansms to utlze some pror knowledge ab data (sem-supervsed learnng) for mprovng clusterng result. In an effort to archve e ablty of semsupervsed clusterng and better unsupervsed clusterng performance, we develop a hybrd neural network model (HNN). It s e sequental combnaton of Mult-Layer Perceptron (MLP) and Adaptve Resonance Theory-2 (ART2). It nherts two dstnct advantages of stablty and plastcty from ART2. Meanwhle, by combnng e merts of MLP, t not only mproves e performance for unsupervsed clusterng, but also supports for sem-supervsed clusterng f partal knowledge ab data s avalable. Experment results show at our model can be used bo for unsupervsed clusterng and semsupervsed clusterng w promsng performance. 1 Introducton In general, data analyss meods consst of two categores: classfcaton and clusterng. Classfcaton s supervsed learnng. In classfcaton, we are provded w a collecton of labeled data tems and e problem s to label a newly encountered data tem. Typcally, e labeled patterns are used to learn e descrptons of classes whch n turn are used to label a new pattern. In case of clusterng, t s usually performed when no nformaton s avalable concernng e membershp of data tems to predefned classes. For s reason, clusterng s tradtonally seen as part of unsupervsed learnng [1][2]. Recently, a knd of new data analyss meods s proposed, called sem-supervsed clusterng. It s dfferent w tradtonal clusterng by utlzng small amount of avalable knowledge concernng eer par-wse (must-lnk or cannot-lnk) constrans between data tems or class labels for some tems [3][4][5]. Sem-supervsed clusterng s especally sutable for ose applcatons w partal but not much pror knowledge avalable. Alough many unsupervsed clusterng meods have been developed, most of em are unable to support sem-supervsed clusterng. In oer words, even some useful nformaton ab data s avalable, but we have no way to effectvely utlze em rough ose meods. So developng a concrete clusterng model at supports bo unsupervsed and sem-supervsed learnng s urgently needed.

2 In s paper, we develop a hybrd neural network (HNN) model. Ths model s orgnally proposed by us for nvarant recognton of vsual mages [7]. In s work, we propose to use s model for unsupervsed and sem-supervsed clusterng. Ths model s a sequental combnaton of Mult-Layer Perceptron (MLP) and Adaptve Resonance Theory-2 (ART2) [6]. HNN combnes e advantages of MLP and ART2. On one hand, t nherts stablty and plastcty from ART2 [7]. One e oer hand, by combnng e merts of MLP, sem-supervsed cluster s supported. We have tested our meod on two popular datasets: Irs and Balance Scale dataset, whch are avalable at UCI Machne Learnng Repostory [8]. The experments show e dstnct merts of HNN whch are also our contrbutons as follow: Its unsupervsed clusterng accuracy s better an most exstng clusterng meods. When t s used for sem-supervsed clusterng, small amount of pror nformaton could greatly mprove e clusterng accuracy. The structure of e paper s as follows. In secton 2, we present e HNN s archtecture and learnng algorm n detal. Secton 3 s e experments and comparsons w oer clusterng meods. We make e concluson and descrbe future work n secton 4. 2 Our Meod 2.1 HNN Archtecture As shown n Fg.1, our proposed hybrd neural network s a combnaton of MLP and ART2 w MLP n front and ART2 back. Fg. 1. Archtecture of hybrd neural network When t s used for unsupervsed data clusterng, e unlabeled data wll be sent to e nput layer of MLP frstly. Then e put of MLP wll be e nput of ART2. In

3 HNN, MLP could be treated as a data preprocessng layer, because t can provde data (features) converson rough ts hdden layers. Approprate data converson depends on e connecton weghts of MLP. In our model, MLP utlzes error back propagaton (EBP) to adust ts connecton weghts. We should note at e goal of tranng here s dfferent w tranng of tradtonal MLP for classfcaton. The goal here s to provde some addtonal help to ART2 rough data transformaton, so e tranng s secondary. Long tranng tme for tradtonal MLP s avoded here. In secton 2.2 and 2.3, e detaled algorm for unsupervsed and sem-supervsed clusterng wll be presented. 2.2 HNN for Unsupervsed Learnng The notatons used n our algorm are shown n Table 1. Table 1. Notatons Notaton Descrptons S, O, S O R d R m S : nput pattern. d : dmenson of S. : ndex of nput pattern O : put of MLP gven. : dmenson of. : S m O ndex of put pattern NI Number of neurons n e nput-layer of MLP, NI = d NK Number of neurons n e put-layer of MLP HLN Number of hdden layers n MLP NH Number of neurons n e hdden layer of MLP (supposed HLN = 1) N Number of clusters (number of neurons n put-layer of ART2) NS Number of samples n cluster Vglance value of ART2 ρ w, (1 NI,1 NH ) In MLP, connecton weght between neuron of nput-layer and neuron of hdden layer (supposed HLN = 1 ) w k,(1 NH,1 k NK) In MLP, connecton weght between W neuron of hdden layer and k neuron of put layer (supposed HLN = 1 ) The prototype (centrod) of cluster D The Eucldean dstance between O and W When HNN works as unsupervsed clusterng, ts learnng process s: Unlabeled data S s nputted nto MLP, O s e put of MLP.

4 O s nputted nto ART2 for clusterng. If O s recognzed belongng to class, en W (e prototype of class ) wll be treated as e target put of MLP for S. MLP tranng wll be adusted based on error back propagaton (EBP) algorm. The detaled C-lke algorm proceeds as follows: Algorm 1: HNN used for unsupervsed learnng Input: multple S (supposed totally n nput patterns) Output: Cluster number at each nput pattern belongs to Stage 1: HNN ntalzaton 1) MLP ntalzaton: 1/ 2) ART2 ntalzaton: N = 0 Stage 2: Clusterng 3) The sample 4) If ( 1 w = NI, w = 1/ NH k S s nputted nto MLP = ); else, goto step 5 == ), ( N = 1, and W1 O1 5) For ( 1: N = ), calculatng D. Then, select e mnmal one * 6) Vglance test: * If ( D * < ρ ), successful, S s recognzed belongng to cluster W updatng. W W D NS * * * * * Goto step 8; else, Goto step 7 7) 1 N = + /(1 + ), NS * = NS * + 1, = N +, W * = WN = O, In s algorm, we should note at tranng of MLP here s totally dfferent w tradtonal MLP tranng. In tradtonal MLP tranng, EBP need to reduce e errorfuncton of MLP to a very small value. Whle n HNN, EBP s used only for decreasng e dstance between actual put and target put of MLP. So long tme tranng s not needed. D S s recognzed belongng to s new cluster 8) MLP tranng by EBP w a small number of teratons ( O s actual put, W s * target put)

5 2.3 HNN for Sem-supervsed Learnng Sem-supervsed clusterng can be used n case of a small amount of pror knowledge avalable. The knowledge here means partal samples labels are known before clusterng and ey wll be e teacher of MLP. The algorm works as follows: Algorm 2: HNN used for sem-supervsed learnng Input: multple S (some samples labels avalable, S ) Output: Cluster number at each nput pattern belongs to y Stage 1: HNN ntalzaton 1) MLP ntalzaton: 1/ w = NI, w = 1/ NH 2) ART2 ntalzaton: N = 0 Stage 2: Learnng from e samples w labels known 3) Cluster prototype calculaton: W = W + Sy W /(1 + N) 4) MLP tranng by EBP. Stage 3: Clusterng The clusterng here s same w stage 2 n Alg. 1 k From s algorm, we can see s sem-supervsed learnng could acheve better result snce ose labeled data adust weghts of MLP to more approprate values. In oer words, based on ese labeled data, e put converson s more sutable for ART2 to get a better result. 3 Experments and Comparsons We test our model on two popular datasets, Irs and Balance Scale. Bo of em are avalable at UCI Machne Learnng Repostory. 3.1 Experment for Unsupervsed Learnng The dataset n s part s rs, whch s one of e most popular data sets to examne e performance of novel meods n pattern recognton and machne learnng. There are ree categores n e data set (.e., rs setosa, rs verscolor and rs vrgncal), each havng 50 patterns w four features. Irs setosa can be lnearly separated from rs verscolor and rs vrgncal, whle rs verscolor and rs vrgncal are not lnearly separable. Table 2 summarzes some of e clusterng results reported n e lterature. From e table, we can see at our approach provdes better result an most exstng meods (except Mercer Kernel Based Clusterng). The parameters used for

6 s experment are shown n Table 3 and exstng meods we use n our experments are as follow: GLVQ: general learnng vector quantzaton; GFMM: general fuzzy mn-max neural network; SVC: support vector clusterng; FCM; fuzzy c-means; CDL: cluster detecton and labelng network; HC: herarchcal clusterng: RHC: relatve herarchcal clusterng; FA: fuzzy adaptve resonance eory. Table 2. Experment results on Irs Algorms Number of Percentage of errors errors GLVQ[9] % FCM [10] % GFMM [11] 0~7 0~4.7% Mercer Kernel Based Clusterng [12] 3 2% SVC[13] 4 2.7% CDL[14] 6 4% HC [15] 13~17 8.7~11.3% RHC[15] 5~6 3.3~4% FA [16] 6.77~ ~30.9% K-Means % ****HNN (our approach)**** 4 2.7% Table 3. Parameters n HNN for clusterng Irs MLP ART2 1 hdden layer; 4 neurons n hdden layer 4 neurons n put layer Exponental Sgmod actvaton functon, a=1 Learnng rate=0.1 Iteratons=1 Vglance value R=0.08 In addton to HNN, we also use k-means to cluster Irs. For bo k-means and HNN, we fnd at almost all e ms-clustered samples are n versclor or vrgncal. It s not surprsed snce verscolor and vgncal are not lnearly separable. In fact, bo of k-means and HNN explots Eucldean dstance as smlarty measure, however, HNN can greatly mprove e clusterng performance compared w k- means. The reason s at e MLP part provdes feature converson (or mappng). As a result, most samples n verscolor and vrgncal are lnearly separable after feature converson (or mappng).

7 3.2 Experment for Sem-supervsed Learnng We test e performance of HNN for sem-supervsed clusterng on two datasets. One dataset s Irs, whch has been used n last experment. The oer one s extracted from Balance Scale dataset. We randomly select 60 samples, 20 samples for each class. For Balance Scale dataset, ere are ree categores w four features. The result of clusterng s shown n Table 4. For bo of e two datasets, 10% of total samples (15 samples n Irs, 6 samples n Balance Scale Dataset) are used for tranng. We can see at clusterng errors can be greatly reduced. The parameters we used n s experment are shown n Table 5. Table 4. Performance comparson between unsupervsed and sem-supervsed clusterng IRIS Balance Scale (60 samples) HNN: Unsupervsed Clusterng 4 errors 16 errors HNN: Sem-supervsed clusterng (10%) 1 error 7 errors Table 5. Parameters n HNN for sem-supervsed clusterng MLP ART2 1 hdden layer; 4 neurons n hdden layer 4 neurons n put layer Exponental Sgmod actvaton functon, a=1 Learnng rate=0.1 Iteratons=10 Vglance value R=0.1 4 Conclusons and Future Work In s paper, we propose a new data clusterng meod. It s a combnaton of Mult- Layer Perceptron and Adaptve Resonance Theory 2. To testfy e performance of our meod, we have done a set of experments on two known dataset: Irs and Balance Scale. Experment results show at our proposed meod surpasses most exstng meods n e followng two aspects: It provdes better unsupervsed clusterng accuracy. It also supports sem-supervsed clusterng, whch s crucal for ose applcatons w a small amount of nformaton avalable. Most exstng clusterng meods cannot be used for sem-supervsed clusterng.

8 Alough we have developed s meod and tested t one some known datasets, n e future, many ssues should be consdered. Two man ssues are: In fact, no unversal clusterng meods exst. We should explore at whch knd of data and applcatons our algorm s more sutable for. Most parameters used n our meod are fxed, such as learnng rate, teratons number and vglance value. We wll consder how to make em dynamc and adaptve for dfferent tasks. Reference [1] Ru Xu, Wunsch, D.: Survey of Clusterng Algorms. In IEEE Transacton on Neural Networks, Vol. 16, (2005) [2] A.K.Murty M.N. and Flynn P.J.: Data Clusterng: A Revew, In ACM Computng Surveys, Vol. 21, (1999) [3] Sugato Basu.: Sem-supervsed Clusterng w Lmted Background Knowledge, In Proc. of e Nn AAAI/SIGART Doctoral Consortum, (2004) [4] Sugato Basu, Arndam Baneree, and Raymond J. Mooney: Sem-supervsed Clusterng by Seedng, In Proc. of e Nneteen Internatonal Conference on Machne Learnng (ICML), (2002) [5] Nzar Grra, Mchel Crucanu and Nozha Bouemma, Unsupervsed and Sem-supervsed Clusterng: a Bref Survey, A Revew of Machne Learnng Technques for Processng Multmeda Content, 2004, [6] G.A. Carpenter and S.Crossberg: ART2: Self-organzaton of stable category recognton codes for analog nput patters, In Appl. Opt., Vol. 26, (1987) [7] Andrey Gavrlov, Young-Koo Lee and Sungyoung Lee.: Hybrd Neural Network Model Based on Mult-layer Perceptron and Adaptve Resonance Theory, In Proc. of Internatonal Symposum on Neural Networks 2006, (2006) [8] [9] N. Pal, J. Bezdek, and E. Tsao.: Generalzed Clusterng Networks and Kohonen s Selforganzng Scheme, In IEEE Transacton on Neural Networks, Vol. 4, (1993) [10] R. Haaway and J. Bezdek.: Fuzzy C-Means Clusterng of Incomplete Data, In IEEE Transacton on Systems, Man, Cybern, Vol. 31, (2001) [11] B. Gabrys and A. Bargela.: General Fuzzy Mn-Max Neural Network for Clusterng and Classfcaton, In IEEE Transacton on Neural Networks, Vol. 11, (2000) [12] M. Grolam.: Mercer Kernel Based Clusterng n Feature Space, In IEEE Transacton on Neural Networks, Vol. 13, (2002) [13] A. Ben-Hur, D. Hom, H. Segelmann, and V. Vapnk.: Support Vector Clusterng, In J. Of Machne Learnng Research, Vol. 2, (2001) [14] T. Eltoft and R. defgueredo.: A New Neural Network for Cluster Detecton and Labelng, In IEEE Transacton on Neural Networks, Vol. 9, (1998) [15] R. Mollneda and E. Vdal: A Relatve Approach to Herarchcal Clusterng, In Pattern Recognton and Applcatons, Fronters n Artfcal Intellgence and Applcatons, The Neerlands: IOS Press, (2000) [16] A. Barald and E. Alpaydn: Constructve feedforward ART clusterng Networks Part I and II, In IEEE Transacton on Neural Networks, Vol. 13, (2002)

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

th year, No., Computational Intelligence in Electrical Engineering,

th year, No., Computational Intelligence in Electrical Engineering, 1 Applcaton of hybrd neural networks combned wth comprehensve learnng partcle swarm optmzaton to shortterm load forecastng Mohammadreza Emarat 1, Farshd Keyna 2, Alreza Askarzadeh 3 1 PhD Student, Department

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

More information

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

More information

Flagged and Compact Fuzzy ART: Fuzzy ART in more efficient forms

Flagged and Compact Fuzzy ART: Fuzzy ART in more efficient forms he Internatonal Journal of ACM Jordan (ISSN 2078-7952, Vol., No. 3, September 200 98 Flagged and Compact Fuzzy AR: Fuzzy AR n more effcent forms Kamal R. Al-Raw, and Consuelo Gonzalo 2 ; Department of

More information

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network J Electr Eng Technol Vol. 9, No. 1: 293-300, 2014 http://dx.do.org/10.5370/jeet.2014.9.1.293 ISSN(Prnt) 1975-0102 ISSN(Onlne) 2093-7423 Partal Dscharge Pattern Recognton of Cast Resn Current Transformers

More information

Application of Self Organizing Map Approach to Partial Discharge Pattern Recognition of Cast-Resin Current Transformers

Application of Self Organizing Map Approach to Partial Discharge Pattern Recognition of Cast-Resin Current Transformers Applcaton of Self Organzng Map Approach to Partal Dscharge Pattern Recognton of Cast-Resn Current Transformers WEN-YEAU CHANG HONG-TZER YANG * Department of Electrcal Engneerng * Department of Electrcal

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL SYSTEM

MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL SYSTEM Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, 18-21 August 2005 MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL

More information

Kalman Filter and SVR Combinations in Forecasting US Unemployment

Kalman Filter and SVR Combinations in Forecasting US Unemployment Kalman Flter and SVR Combnatons n Forecastng US Unemployment Georgos Sermpns, Charalampos Stasnaks, Andreas Karathanasopoulos To cte ths verson: Georgos Sermpns, Charalampos Stasnaks, Andreas Karathanasopoulos.

More information

An Improved Method in Transient Stability Assessment of a Power System Using Committee Neural Networks

An Improved Method in Transient Stability Assessment of a Power System Using Committee Neural Networks IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.9 No., January 9 9 An Improved Method n Transent Stablty Assessment of a Power System Usng Commttee Neural Networks Reza Ebrahmpour

More information

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction Wavelet Mult-Layer Perceptron Neural Network for Tme-Seres Predcton Kok Keong Teo, Lpo Wang* and Zhpng Ln School of Electrcal and Electronc Engneerng Nanyang Technologcal Unversty Block S2, Nanyang Avenue

More information

Performance Enhancement in Machine Learning System using Hybrid Bee Colony based Neural Network

Performance Enhancement in Machine Learning System using Hybrid Bee Colony based Neural Network Performance Enhancement n Machne Learnng System usng Hybrd Bee Colony based Neural Network S. Karthck 1* 1 Team Manager, Sea Sense Softwares (P) Ltd., Marthandam, Taml Nadu, nda ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Novel Artificial Neural Networks For Remote-Sensing Data Classification

Novel Artificial Neural Networks For Remote-Sensing Data Classification ovel Artfcal eural etwors For Remote-Sensng Data Classfcaton Xaol Tao * and Howard E. chel ξ Unversty of assachusetts Dartmouth, Dartmouth A 0747 ABSTRACT Ths paper dscusses two novel artfcal neural networ

More information

NOVEL FUSION APPROACHES FOR THE DISSOLVED GAS ANALYSIS OF INSULATING OIL * M. ALLAHBAKHSHI AND A. AKBARI **

NOVEL FUSION APPROACHES FOR THE DISSOLVED GAS ANALYSIS OF INSULATING OIL * M. ALLAHBAKHSHI AND A. AKBARI ** IJST, Transactons of Electrcal Engneerng, Vol. 35, No. E1, pp 13-24 Prnted n The Islamc epublc of Iran, 2011 Shraz Unversty NOVEL FUSION APPOACHES FO THE DISSOLVED GAS ANALYSIS OF INSULATING OIL * M. ALLAHBAKHSHI

More information

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect Developng a Gesture Based Remote Human-Robot Interacton System Usng Knect Kun Qan 1, Je Nu 2 and Hong Yang 1 1 School of Automaton, Southeast Unversty, Nanjng, Chna 2 School of Electrcal and Electronc

More information

Siamese Multi-layer Perceptrons for Dimensionality Reduction and Face Identification

Siamese Multi-layer Perceptrons for Dimensionality Reduction and Face Identification Samese Mult-layer Perceptrons for Dmensonalty Reducton and Face Identfcaton Lle Zheng, Stefan Duffner, Khald Idrss, Chrstophe Garca, Atlla Baskurt To cte ths verson: Lle Zheng, Stefan Duffner, Khald Idrss,

More information

Comparative Study of Short-term Electric Load Forecasting

Comparative Study of Short-term Electric Load Forecasting 2014 Ffth Internatonal Conference on Intellgent Systems, Modellng and Smulaton Comparatve Study of Short-term Electrc Load Forecastng Bon-gl Koo Department of electrcal and computer engneerng Pusan atonal

More information

STRUCTURE ANALYSIS OF NEURAL NETWORKS

STRUCTURE ANALYSIS OF NEURAL NETWORKS STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG NATIONAL UNIVERSITY OF SINGAPORE 004 STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG 004 STRUCTURE ANANLYSIS OF NEURAL NETWORKS DING SHENQIANG

More information

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network

Nonlinear Complex Channel Equalization Using A Radial Basis Function Neural Network Nonlnear Complex Channel Equalzaton Usng A Radal Bass Functon Neural Network Mclau Ncolae, Corna Botoca, Georgeta Budura Unversty Poltehnca of Tmşoara cornab@etc.utt.ro Abstract: The problem of equalzaton

More information

Development of Neural Networks for Noise Reduction

Development of Neural Networks for Noise Reduction The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 89 Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract:

More information

A Patent Quality Classification System Using a Kernel-PCA with SVM

A Patent Quality Classification System Using a Kernel-PCA with SVM ADVCOMP 05 : The nth Internatonal Conference on Advanced Engneerng Computng and Applcatons n Scences A Patent Qualty Classfcaton System Usng a Kernel-PCA wth SVM Pe-Chann Chang Innovaton Center for Bg

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omid Dehzangi, Roozbeh Jafari

SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omid Dehzangi, Roozbeh Jafari SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omd Dehzang, Roozbeh Jafar Department of Electrcal Engneerng, Unversty of Texas at Dallas, Rchardson, TX 75080, USA ABSTRACT

More information

Medical Diagnosis using Incremental Evolution of Neural Network

Medical Diagnosis using Incremental Evolution of Neural Network Medcal Dagnoss usng Incremental Evoluton of Neural Network Rahul Kala 1, Harsh Vazran 2, Anupam Shukla 3 and Rtu Twar 4 1, 2, 3, 4 Soft Computng and Expert System Laboratory, Indan Insttute of Informaton

More information

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning Comparson of Gradent descent method, Kalman lterng and decoupled Kalman n tranng Neural Networs used for fngerprnt-based postonng Claude Mbusa Taenga, Koteswara Rao Anne, K Kyamaya, Jean Chamberlan Chedou

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

Performance Analysis of Cellular Radio System Using Artificial Neural Networks

Performance Analysis of Cellular Radio System Using Artificial Neural Networks Amercan Journal of Neural Networks and Applcatons 27; 3(): 5-3 http://www.scencepublshnggroup.com/j/ajnna do:.648/j.ajnna.273.2 ISSN: 2469-74 (rnt); ISSN: 2469-749 (Onlne) erformance Analyss of Cellular

More information

CURL: Co-trained Unsupervised Representation Learning for Image Classification

CURL: Co-trained Unsupervised Representation Learning for Image Classification CURL: Co-traned Unsupervsed Representaton Learnng for Image Classfcaton Smone Banco, Ganlug Cocca, and Claudo Cusano arxv:0.08098v [cs.lg] Sep 0 Abstract In ths paper we propose a strategy for semsupervsed

More information

Image Compression Using Cascaded Neural Networks

Image Compression Using Cascaded Neural Networks Unversty of New Orleans ScholarWorks@UNO Unversty of New Orleans Theses and Dssertatons Dssertatons and Theses 8-7-2003 Image Compresson Usng Cascaded Neural Networks Chgoze Obegbu Unversty of New Orleans

More information

Static Security Based Available Transfer Capability (ATC) Computation for Real-Time Power Markets

Static Security Based Available Transfer Capability (ATC) Computation for Real-Time Power Markets SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 7, No. 2, November 2010, 269-289 UDK: 004.896:621.311.15 Statc Securty Based Avalable Transfer Capablty (ATC) Computaton for Real-Tme Power Markets Chntham

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

Artificial Intelligence Techniques Applications for Power Disturbances Classification

Artificial Intelligence Techniques Applications for Power Disturbances Classification Internatonal Journal of Electrcal and Computer Engneerng 3:5 28 Artfcal Intellgence Technques Applcatons for Power Dsturbances Classfcaton K.Manmala, Dr.K.Selv and R.Ahla Abstract Artfcal Intellgence (AI)

More information

Enhanced Artificial Neural Networks Using Complex Numbers

Enhanced Artificial Neural Networks Using Complex Numbers Enhanced Artfcal Neural Networks Usng Complex Numers Howard E. Mchel and A. A. S. Awwal Computer Scence Department Unversty of Dayton Dayton, OH 45469-60 mchel@cps.udayton.edu Computer Scence & Engneerng

More information

EXPERIMENTAL KOHONEN NEURAL NETWORK IMPLEMENTED IN CMOS 0.18 m TECHNOLOGY

EXPERIMENTAL KOHONEN NEURAL NETWORK IMPLEMENTED IN CMOS 0.18 m TECHNOLOGY 15 th Internatonal Conference MIXED DESIGN MIXDES 008 Pozna, POLAND 19-1 June 008 EXPERIMENTAL KOHONEN NEURAL NETWORK IMPLEMENTED IN CMOS 0.18m TECHNOLOGY R. DLUGOSZ 1,, T. TALASKA 3, J. DALECKI 3, R.

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features Recognton of Low-Resoluton Face Images usng Sparse Codng of Local Features M. Saad Shakeel and Kn-Man-Lam Centre for Sgnal Processng, Department of Electronc and Informaton Engneerng he Hong Kong Polytechnc

More information

Estimation of Solar Radiations Incident on a Photovoltaic Solar Module using Neural Networks

Estimation of Solar Radiations Incident on a Photovoltaic Solar Module using Neural Networks XXVI. ASR '2001 Semnar, Instruments and Control, Ostrava, Aprl 26-27, 2001 Paper 14 Estmaton of Solar Radatons Incdent on a Photovoltac Solar Module usng Neural Networks ELMINIR, K. Hamdy 1, ALAM JAN,

More information

arxiv: v2 [cs.ro] 16 Nov 2016

arxiv: v2 [cs.ro] 16 Nov 2016 A Statstcal Method for Parkng Spaces Occupancy Detecton va Automotve Radars Q Luo 1, Student Member, IEEE, Romesh Sagal 1, Robert Hampshre 2 and Xny Wu 1 arxv:1607.06708v2 [cs.ro] 16 Nov 2016 Abstract

More information

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net Journal of Automaton and Control Engneerng Vol. 3, No. 2, Aprl 2015 Fault Classfcaton and Locaton on 220kV Transmsson lne Hoa Khanh Hue Usng Anfs Net Vu Phan Huan Electrcal Testng Central Company Lmtted,

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Electricity Price Forecasting using Asymmetric Fuzzy Neural Network Systems Alshejari, A. and Kodogiannis, Vassilis

Electricity Price Forecasting using Asymmetric Fuzzy Neural Network Systems Alshejari, A. and Kodogiannis, Vassilis WestmnsterResearch http://www.westmnster.ac.uk/westmnsterresearch Electrcty Prce Forecastng usng Asymmetrc Fuzzy Neural Network Systems Alshejar, A. and Kodoganns, Vassls Ths s a copy of the author s accepted

More information

Wavelet and Neural Network Approach to Demand Forecasting based on Whole and Electric Sub-Control Center Area

Wavelet and Neural Network Approach to Demand Forecasting based on Whole and Electric Sub-Control Center Area Internatonal Journal of Soft Computng and Engneerng (IJSCE) ISSN: 2231-2307, Volume-1, Issue-6, January 2012 Wavelet and Neural Networ Approach to Demand Forecastng based on Whole and Electrc Sub-Control

More information

Classification of Satellite Images by Texture-Based Models Modulation Using MLP, SVM Neural Networks and Nero Fuzzy

Classification of Satellite Images by Texture-Based Models Modulation Using MLP, SVM Neural Networks and Nero Fuzzy Internatonal Journal of Electroncs and Electrcal Engneerng Vol. 1, No. 4, December, 2013 Classfcaton of Satellte Images by Texture-Based Models Modulaton Usng MLP, SVM Neural Networks and Nero Fuzzy Gholam

More information

Artificial Neural Networks for Cognitive Radio Network: A Survey

Artificial Neural Networks for Cognitive Radio Network: A Survey Internatonal Journal of Electroncs and Communcaton Engneerng Artfcal Neural Networks for Cogntve Rado Network: A Survey Vshnu Pratap Sngh Krar Abstract The man am of a communcaton system s to acheve maxmum

More information

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network

Breast Cancer Detection using Recursive Least Square and Modified Radial Basis Functional Neural Network Breast Cancer Detecton usng Recursve Least Square and Modfed Radal Bass Functonal Neural Network M.R.Senapat a, P.K.Routray b,p.k.dask b,a Department of computer scence and Engneerng Gandh Engneerng College

More information

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation

Optimization of Ancillary Services for System Security: Sequential vs. Simultaneous LMP calculation Optmzaton of Ancllary Servces for System Securty: Sequental vs. Smultaneous LM calculaton Sddhartha Kumar Khatan, Yuan L, Student Member, IEEE, and Chen-Chng. Lu, Fellow, IEEE Abstract-- A lnear optmzaton

More information

Feature coding for image classification based on saliency detection and fuzzy reasoning and its application in elevator videos

Feature coding for image classification based on saliency detection and fuzzy reasoning and its application in elevator videos Feature codng for mage classfcaton based on salency detecton and fuzzy reasonng and ts applcaton n elevator vdeos Xao Lv *, Dngdong Zou, Le Zhang and Shangyuan Ja Chongqng specal equpment nspecton and

More information

Research on Algorithm for Feature Extraction and Classification of Motor Imagery EEG Signals

Research on Algorithm for Feature Extraction and Classification of Motor Imagery EEG Signals BIO Web of Conferences 8, 3 (7) DOI:.5/ boconf/783 ICMSB6 Research on Algorthm for Feature Extracton and Classfcaton of Motor Imagery EEG Sgnals uan Tan, a and Zhaochen Zhang College of Medcal Informaton

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala.

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala. PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER 1 H. RAGHUNATHA RAO, T. ASHOK KUMAR & 3 N.SURESH BABU 1,&3 Department of Electroncs and Communcaton Engneerng, Chrala Engneerng College,

More information

New Applied Methods For Optimum GPS Satellite Selection

New Applied Methods For Optimum GPS Satellite Selection New Appled Methods For Optmum GPS Satellte Selecton Hamed Azam, Student Member, IEEE Department of Electrcal Engneerng Iran Unversty of Scence &echnology ehran, Iran hamed_azam@eee.org Mlad Azarbad Department

More information

1. Introduction. Amin Amini 1+, Naser Ebadati 2, Mohammadreza Ameri Mahabadian 3

1. Introduction. Amin Amini 1+, Naser Ebadati 2, Mohammadreza Ameri Mahabadian 3 2012 Internatonal Conerence on Boscence, Bochemstry and Bonormatcs IPCBEE vol.3 1(2012) (2012)IACSIT Press, Sngapoore Applcaton o Commttee Machne Neural Networks Utlzed wth Fuzzy Genetc Algorthm (FGA CMNN)

More information

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

NEURO-FUZZY TECHNIQUES FOR SYSTEM MODELLING AND CONTROL

NEURO-FUZZY TECHNIQUES FOR SYSTEM MODELLING AND CONTROL Paper presented at FAE Symposum, European Unversty of Lefke, Nov 22 NEURO-FUZZY ECHNIQUES FOR SYSEM MODELLING AND CONROL Mohandas K P Faculty of Archtecture and Engneerng European Unversty of Lefke urksh

More information

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

A Tool for Evolving Artificial Neural Networks

A Tool for Evolving Artificial Neural Networks A ool for Evolvng Artfcal Neural Networks Efstratos F. Georgopoulos, 3, Adam V. Adamopoulos, 3 and Sprdon D. Lkothanasss 3 Abstract. A hybrd evolutonary algorthm that combnes genetc programmng phlosophy,

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Lecture 3: Multi-layer perceptron

Lecture 3: Multi-layer perceptron x Fundamental Theores and Applcatons of Neural Netors Lecture 3: Mult-laer perceptron Contents of ths lecture Ree of sngle laer neural ors. Formulaton of the delta learnng rule of sngle laer neural ors.

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

Day ahead hourly Price Forecast in ISO New England Market using Neuro-Fuzzy Systems Alshejari, A. and Kodogiannis, V.

Day ahead hourly Price Forecast in ISO New England Market using Neuro-Fuzzy Systems Alshejari, A. and Kodogiannis, V. WestmnsterResearch http://www.westmnster.ac.uk/westmnsterresearch Day ahead hourly Prce Forecast n ISO New England Market usng Neuro-Fuzzy Systems Alshejar, A. and Kodoganns, V. Ths s a copy of the author

More information

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS Journal of Engneerng Scence and Technology Vol., o. 4 (6) 476-495 School of Engneerng, Taylor s Unversty A IMPROVED BIT LOADIG TECHIQUE FOR EHACED EERGY EFFICIECY I EXT GEERATIO VOICE/VIDEO APPLICATIOS

More information

Prediction of Rainfall Using MLP and RBF Networks N. Vivekanandan Central Water and Power Research Station, Pune

Prediction of Rainfall Using MLP and RBF Networks N. Vivekanandan Central Water and Power Research Station, Pune Int. J. Advanced etworkng and Applcatons Volume: 05, Issue: 04, Pages:974-979 (204 ISS : 0975-0290 974 Predcton of Ranfall Usng MLP and RBF etworks. Vvekanandan Central Water and Power Research Staton,

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

New Solutions for Substation Sensing, Signal Processing and Decision Making

New Solutions for Substation Sensing, Signal Processing and Decision Making New Solutons for Substaton Sensng, Sgnal Processng and Decson Makng M. Kezunovc, Fellow IEEE Texas A&M Unversty Department of Electrcal Engneerng kezunov@ee.tamu.edu Henry Taylor, Fellow IEEE Texas A&M

More information

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability 1 The Dynamc Utlzaton of Substaton Measurements to Mantan Power System Observablty Y. Wu, Student Member, IEEE, M. Kezunovc, Fellow, IEEE and T. Kostc, Member, IEEE Abstract-- In a power system State Estmator

More information

Improvement of the Vehicle License Plate Recognition System in the Environment of Rain and Fog Zhun Wang 1, a *, Zhenyu Liu 2,b

Improvement of the Vehicle License Plate Recognition System in the Environment of Rain and Fog Zhun Wang 1, a *, Zhenyu Liu 2,b Internatonal Conference on Informaton Technology and Management Innovaton (ICITMI 05) Improvement of the Vehcle Lcense Plate Recognton System n the Envronment of Ran and Fog Zhun Wang, a *, Zhenyu Lu,b

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Application of a Hybrid Algorithm in the Modular Neural Nets Trainning with Multilayers Specialists in Electric Disturbance Classification.

Application of a Hybrid Algorithm in the Modular Neural Nets Trainning with Multilayers Specialists in Electric Disturbance Classification. Applcaton of a Hybrd Algorthm n the Modular Neural Nets Trannng wth Multlayers Specalsts n Electrc Dsturbance Classfcaton. R. M. Magalhães, C. K. S. Santos, J. D. Melo, M. F. de Mederos, A. D. Dóra Neto

More information

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

RBF NN Based Marine Diesel Engine Generator Modeling

RBF NN Based Marine Diesel Engine Generator Modeling 005 Amercan Control Conference June 8-0, 005. Portland, OR, USA ThB4.6 RBF Based Marne Desel Engne Generator Modelng Wefeng Sh, Janmn Yang, Tanhao Tang, Member, IEEE Abstract For buldng a real tme marne

More information

Adaptive Group Organization Cooperative Evolutionary Algorithm for TSK-type Neural Fuzzy Networks Design

Adaptive Group Organization Cooperative Evolutionary Algorithm for TSK-type Neural Fuzzy Networks Design Adaptve Group Organzaton Cooperatve Evolutonary Algorthm for TSK-type Neural Fuzzy Networs Desgn Sheng-Fuu Ln * and Jyun-We Chang Department of Electrcal Engneerng Natonal Chao Tung Unversty Hsnchu, Tawan

More information

A Robust Feature Extraction Algorithm for Audio Fingerprinting

A Robust Feature Extraction Algorithm for Audio Fingerprinting A Robust Feature Extracton Algorthm for Audo Fngerprntng Janpng Chen 1, Tejun Huang 2 1 Insttute of Computng Technology, Chnese Academy of Scences, Bejng 100190, Chna 2 Key Laboratory of Machne Percepton(Mnstry

More information

The PWM speed regulation of DC motor based on intelligent control

The PWM speed regulation of DC motor based on intelligent control Avalable onlne at www.scencedrect.com Systems Engneerng Proceda 3 (22) 259 267 The 2 nd Internatonal Conference on Complexty Scence & Informaton Engneerng The PWM speed regulaton of DC motor based on ntellgent

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Research Article A Utility-Based Rate Allocation of M2M Service in Heterogeneous Wireless Environments

Research Article A Utility-Based Rate Allocation of M2M Service in Heterogeneous Wireless Environments Internatonal Dstrbuted Sensor etworks Volume 3, Artcle ID 3847, 7 pages http://dx.do.org/.55/3/3847 Research Artcle A Utlty-Based Rate Allocaton of MM Servce n Heterogeneous Wreless Envronments Yao Huang,

More information

Power Minimization Under Constant Throughput Constraint in Wireless Networks with Beamforming

Power Minimization Under Constant Throughput Constraint in Wireless Networks with Beamforming Power Mnmzaton Under Constant Throughput Constrant n Wreless etworks wth Beamformng Zhu Han and K.J. Ray Lu, Electrcal and Computer Engneer Department, Unversty of Maryland, College Park. Abstract In mult-access

More information

Short Term Load Forecasting based on An Optimized Architecture of Hybrid Neural Network Model

Short Term Load Forecasting based on An Optimized Architecture of Hybrid Neural Network Model Short Term Load Forecastng based on An Optmzed Archtecture of Hybrd Neural Network Model Fras Shhab Ahmed Turksh Aeronautcal Assocaton Unversty Department of Informaton Technology Ankara, Turkey Mnstry

More information

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION 24 Internatonal Symposum on on Automaton & Robotcs n n Constructon (ISARC 2007) Constructon Automaton Group, I.I.T. Madras INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

More information