arxiv: v1 [cs.lg] 22 Jan 2016 Abstract

Size: px
Start display at page:

Download "arxiv: v1 [cs.lg] 22 Jan 2016 Abstract"

Transcription

1 Mne Km Department of Computer Scence, Unversty of Illnos at Urbana-Champagn, Urbana, IL USA Pars Smaragds Unversty of Illnos at Urbana-Champagn, Urbana, IL USA Adobe Research, Adobe Systems Inc., San Francsco, CA 94103, USA arxv: v1 [cs.lg] 22 Jan 2016 Abstract Based on the assumpton that there exsts a neural network that effcently represents a set of Boolean functons between all bnary nputs and outputs, we propose a process for developng and deployng neural networks whose weght parameters, bas terms, nput, and ntermedate hdden layer output sgnals, are all bnary-valued, and requre only basc bt logc for the feedforward pass. The proposed Btwse Neural Network BNN) s especally sutable for resourceconstraned envronments, snce t replaces ether floatng or fxed-pont arthmetc wth sgnfcantly more effcent btwse operatons. Hence, the BNN requres for less spatal complexty, less memory bandwdth, and less power consumpton n hardware. In order to desgn such networks, we propose to add a few tranng schemes, such as weght compresson and nosy backpropagaton, whch result n a btwse network that performs almost as well as ts correspondng realvalued network. We test the proposed network on the MNIST dataset, represented usng bnary features, and show that BNNs result n compettve performance whle offerng dramatc computatonal savngs. 1. Introducton Accordng to the unversal approxmaton theorem, a sngle hdden layer wth a fnte number of unts can approxmate a contnuous functon wth some mld assumptons Cybenko, 1989; Hornk, 1991). Whle ths theorem mples a shallow network wth a potentally ntractable number of hdden unts when t comes to modelng a compl- Proceedngs of the 31 st Internatonal Conference on Machne Learnng, Llle, France, JMLR: W&CP volume 37. Copyrght 2015 by the authors). cated functon, Deep Neural Networks DNN) acheve the goal by learnng a herarchy of features n ther multple layers Hnton et al., 2006; Bengo, 2009). Although DNNs are extendng the state of the art results for varous tasks, such as mage classfcaton Goodfellow et al., 2013), speech recognton Hnton et al., 2012), speech enhancement Xu et al., 2014), etc, t s also the case that the relatvely bgger networks wth more parameters than before call for more resources processng power, memory, battery tme, etc), whch are sometmes crtcally constraned n applcatons runnng on embedded devces. Examples of those applcatons span from context-aware computng, collectng and analysng a varety of sensor sgnals on the devce Baldauf et al., 2007), to always-on computer vson applcatons e.g. Google glasses), to speechdrven personal assstant servces, such as Hey, Sr. A prmary concern that hnders those applcatons from beng more successful s that they assume an always-on pattern recognton engne on the devce, whch wll dran the battery fast unless t s carefully mplemented to mnmze the use of resources. Addtonally, even n an envronment wth the necessary resources beng avalable, speedng up a DNN can greatly mprove the user experence when t comes to tasks lke searchng bg databases Salakhutdnov & Hnton, 2009). In ether case, a more compact yet stll well-performng DNN s a welcome mprovement. Effcent computatonal structures for deployng artfcal neural networks have long been studed n the lterature. Most of the effort s focused on tranng networks whose weghts can be transformed nto some quantzed representatons wth a mnmal loss of performance Fesler et al., 1990; Hwang & Sung, 2014). They typcally use the quantzed weghts n the feedforward step at every tranng teraton, so that the traned weghts are robust to the known quantzaton nose caused by a lmted precson. It was also shown that 10 bts and 12 bts are enough to represent gradents and storng weghts for mplementng the stateof-the-art maxout networks even for tranng the network Courbaraux et al., 2014). However, n those quantzed

2 networks one stll needs to employ arthmetc operatons, such as multplcaton and addton, on fxed-pont values. Even though faster than floatng pont, they stll requre relatvely complex logc and can consume a lot of power. Wth the proposed Btwse Neural Networks BNN), we take a more extreme vew that every nput node, output node, and weght, s represented by a sngle bt. For example, a weght matrx between two hdden layers of 1024 unts s a matrx of bnary values rather than quantzed real values ncludng the bas). Although learnng those btwse weghts as a Boolean concept s an NPcomplete problem Ptt & Valant, 1988), the btwse networks have been studed n the lmted settng, such as µ- perceptron networks where an nput node s allowed to be connected to one and only one hdden node and ts fnal layer s a unon of those hdden nodes Golea et al., 1992). A more practcal network was proposed n Soudry et al., 2014) recently, where the posteror probabltes of the bnary weghts were sought usng the Expectaton Back Propagaton EBP) scheme, whch s smlar to backpropagaton n ts form, but has some advantages, such as parameterfree learnng and a straghtforward dscretzaton of the weghts. Its promsng results on bnary text classfcaton tasks however, rely on the real-valued bas terms and averagng of predctons from dfferently sampled parameters. Ths paper presents a completely btwse network where all partcpatng varables are bpolar bnares. Therefore, n ts feedforward only XNOR and bt countng operatons are used nstead of multplcaton, addton, and a nonlnear actvaton on floatng or fxed-pont varables. For tranng, we propose a two-stage approach, whose frst part s typcal network tranng wth a weght compresson technque that helps the real-valued model to easly be converted nto a BNN. To tran the actual BNN, we use those compressed weghts to ntalze the BNN parameters, and do nosy backpropagaton based on the tentatve btwse parameters. To bnarze the nput sgnals, we can adapt any bnarzaton technques, e.g. fxed-pont representatons and hash codes. Regardless of the bnarzaton scheme, each nput node s gven only a sngle bt at a tme, as opposed to a bt packet representng a fxed-pont number. Ths s sgnfcantly dfferent from the networks wth quantzed nputs, where a real-valued sgnal s quantzed nto a set of bts, and then all those bts are fed to an nput node n place of ther correspondng sngle real value. Lastly, we apply the sgn functon as our actvaton functon nstead of a sgmod to make sure the nput to the next layer s bpolar bnary as well. We compare the performance of the proposed BNN wth ts correspondng ordnary real-valued networks on hand-wrtten dgt recognton tasks, and show that the btwse operatons can do the ob wth a very small performance loss, whle provdng a large margn of mprovement n terms of the necessary computatonal resources. 2. Feedforward n Btwse Neural Networks It has long been known that any Boolean functon, whch takes bnary values as nput and produces bnary outputs as well, can be represented as a btwse network wth one hdden layer McCulloch & Ptts, 1943), for example, by merely memorzng all the possble mappngs between nput and output patterns. We defne the forward propagaton procedure as follows based on the assumpton that we have traned such a network wth bpolar bnary parameters: l 1 a l = b l + w, l z l 1, 1) z l = sgn a l ), 2) z l B Kl, W l B Kl K l 1, b l B Kl, 3) where B s the set of bpolar bnares,.e. ±1 1, and stands for the btwse XNOR operaton see Fgure 1 a)). l,, and ndcate a layer, nput and output unts of the layer, respectvely. We use bold characters for a vector or a matrx f capcalzed). K l s the number of nput unts at l-th layer. Therefore, z 0 equals to an nput vector, where we omt the sample ndex for the notatonal convenence. We use the sgn actvaton functon to generate the bpolar outputs. We can check the predcton error E by measurng the btwse agreement of target vector t and the output unts of L-th layer usng XNOR as a multplcaton operator, E = L 1 t z L ) /2, 4) but ths error functon can be tentatvely replaced by nvolvng a softmax layer durng the tranng phase. The XNOR operaton s a faster substtute of bnary multplcaton. Therefore, 1) and 2) can be seen as a specal verson of the ordnary feedforward step that only works when the nputs, weghts, and bas are all bpolar bnares. Note that these bpolar bts wll n practce be mplemented usng 0/1 bnary values, where 2) actvaton s equvalent to countng the number of 1 s and then checkng f the accumulaton s bgger than the half of the number of nput unts plus 1. Wth no loss of generalty, n ths paper we wll use the ±1 bpolar representaton snce t s more flexble n defnng hyperplanes and examnng the network behavor. Sometmes a BNN can solve the same problem as a realvalued network wthout any sze modfcatons, but n general we should expect that a BNN could requre larger network structures than a real-valued one. For example, the XOR problem n Fgure 1 b) can have an nfnte number of solutons wth real-valued parameters once a par 1 In the bpolar bnary representaton, stands for the TRUE status, whle 1 s for FALSE.

3 x 1 x 2 Input Output A B a),1) 1,1) -x 1 +x 2 >0 x 1 -x 2 >0,) 1,) b),1) 1,1) y x 1 -x 2 <0 x 1 +x 2 >0 tons of a real-valued system, such as the power consumpton of multplers and adders for the floatng-pont operatons, varous dynamc ranges of the fxed-pont representatons, erroneous flps of the most sgnfcant bts, etc. Note that f the btwse parameters are sparse, we can further reduce the number of hyperplanes. For example, for an nactve element n the weght matrx W due to the sparsty, we can smply gnore the computaton for t smlarly to the operatons on the sparse representatons. Conceptually, we can say that those nactve weghts serve as zero weghts, so that a BNN can solve the problem n Fgure 1 d) by usng only one hyperplane as n e). From now on, we wll use ths extended verson of BNN wth nactve weghts, yet there are some cases where BNN needs more hyperplanes than a real-valued network even wth the sparsty. c),),1) 1,1) d) 1,) 3. Tranng Btwse Neural Networks We frst tran some compressed network parameters, and then retran them usng nosy backpropagaton for BNNs.,) e) 0x 1 +x 2 +0>0 1,) Fgure 1. a) An XNOR table. b) The XOR problem that needs two hyperplanes. c) A mult-layer perceptron that solves the XOR problem. d) A lnearly separable problem whle btwse networks need two hyperplanes to solve t y = x 2). e) A btwse network wth zero weghts that solves the y = x 2 problem. of hyperplanes can successfully dscrmnate 1, 1) and 1, 1) from 1, 1) and 1, 1). Among all the possble solutons, we can see that bnary weghts and bas are enough to defne the hyperplanes, x 1 x > 0 and x 1 + x > 0 dashes). Lkewse, the separaton performance of the partcular BNN defned n c) has the same classfcaton power once the nputs are bnary as well. Fgure 1 d) shows another example where BNN requres more hyperplanes than a real-valued network. Ths lnearly separable problem s solvable wth only one hyperplane, such as 0.1x 1 + x > 0, but t s mpossble to descrbe such a hyperplane wth bnary coeffcents. We can nstead come up wth a soluton by combnng multple bnary hyperplanes that wll eventually ncrease the perceved complexty of the model. However, even wth a larger number of nodes, the BNN s not necessarly more complex than the smaller real-valued network. Ths s because a parameter or a node of BNN requres only one bt to represent whle a real-valued node generally requres more than that, up to 64 bts. Moreover, the smple XNOR and bt countng operatons of BNN bypass the computatonal complca Real-valued Networks wth Weght Compresson Frst, we tran a real-valued network that takes ether btwse nputs or real-valued nputs ranged between 1 and. A specal part of ths network s that we constran the weghts to have values between 1 and as well by wrappng them wth tanh. Smlarly, f we choose tanh for the actvaton, we can say that the network s a relaxed verson of the correspondng bpolar BNN. Wth ths weght compresson technque, the relaxed forward pass durng tranng s defned as follows: l 1 a l = tanh b l ) + tanh w,) z l l 1, 5) z l = tanh a l ), 6) where all the bnary values n 1) and 2) are real for the tme beng: Wl R Kl K l 1, b l R Kl, and z l R Kl. The bars on top of the notatons are for the dstncton. Weght compresson needs some changes n the backpropagaton procedure. In a hdden layer we calculate the error, δ l n) = l tanh w l, )δl ) n) 1 tanh 2 a l ) ). Note that the errors fron the next layer are multpled wth the compressed versons of the weghts. Hence, the gradents of the parameters n the case of batch learnng are w, l = n n δ l n) z l 1 ) 1 tanh 2 w l,) ), ) b l = δn) l 1 tanh 2 bl ) ),

4 wth the addtonal term from the chan rule on the compressed weghts. Table 1. Classfcaton errors for real-valued and btwse networks on dfferent types of btwse features 3.2. Tranng BNN wth Nosy Backpropagaton Snce we have traned a real-valued network wth a proper range of weghts, what we do next s to tran the actual btwse network. The tranng procedure s smlar to the ones wth quantzed weghts Fesler et al., 1990; Hwang & Sung, 2014), except that the values we deal wth are all bts, and the operatons on them are btwse. To ths end, we frst ntalze all the real-valued parameters, W and b, wth the ones learned from the prevous secton. Then, we setup a sparsty parameter λ whch says the proporton of the zeros after the bnarzaton. Then, we dvde the parameters nto three groups:, 0, or 1. Therefore, λ decdes the boundares β, e.g. w l = 1 f wl < β. Note that the number of zero weghts w l < β equals to λkl K l 1. The man dea of ths second tranng phase s to feedforward usng the bnarzed weghts and the bt operatons as n 1) and 2). Then, durng nosy backpropagaton the errors and gradents are calculated usng those bnarzed weghts and sgnals as well: δ l n) = l w l, = n w l, δl n), δ l n)z l 1, b l = n δ l n). 7) In ths way, the gradents and errors properly take the bnarzaton of the weghts and the sgnals nto account. Snce the gradents can get too small to update the bnary parameters W and b, we nstead update ther correspondng realvalued parameters, w l, w l, η w l,, bl, b l η b l, 8) wth η as a learnng rate parameter. Fnally, at the end of each update we bnarze them agan wth β. We repeat ths procedure at every epoch. 4. Experments In ths secton we go over the detals and results of the hand-wrtten dgt recognton task on the MNIST data set LeCun et al., 1998) usng the proposed BNN system. Throughout the tranng, we adopt the softmax output layer for these multclass classfcaton cases. All the networks have three hdden layers wth 1024 unts per layer. From the frst round of tranng, we get a regular dropout network wth the same settng suggested n Srvastava et al., 2014), except the fact that we used the hyperbolc tangent for both weght compresson and actvaton to make NETWORKS BIPOLAR 0 OR 1 FLOATING-POINT NETWORKS 64BITS) FIXED-POINT 2BITS) 1.17% 1.32% 1.36% BNN 1.33% 1.36% 1.47% the network sutable for ntalzng the followng bpolar btwse network. The number of teratons from 500 to 1, 000 was enough to buld a baselne. The frst row of Table 1 shows the performance of the baselne real-valued network wth 64bts floatng-pont. As for the nput to the real-valued networks, we rescale the pxel ntenstes nto the bpolar range,.e. from 1 to, for the bpolar case the frst column). In the second column, we use the orgnal nput between 0 and 1 as t s. For the thrd column, we encode the four equally spaced regons between 0 to 1 nto two bts, and feed each bt nto each nput node. Hence, the baselne network for the thrd nput type has 1, 568 bnary nput nodes rather than 784 as n the other cases. Once we learn the real-valued parameters, now we tran the BNN, but wth bnarzed nputs. For nstance, nstead of real values between 1 and n the bpolar case, we take ther sgn as the bpolar bnary features. As for the 0/1 bnares, we smply round the pxel ntensty. Fxed-pont nputs are already bnarzed. Now we tran the new BNN wth the nosy backpropagaton technque as descrbed n 3.2. The second row of Table 1 shows the BNN results. We see that the btwse networks perform well wth very small addtonal errors. Note that the performance of the orgnal real-valued dropout network wth smlar network topology logstc unts wthout max-norm constrant) s 1.35%. 5. Concluson In ths work we propose a btwse verson of artfcal neural networks, where all the nputs, weghts, bases, hdden unts, and outputs can be represented wth sngle bts and operated on usng smple btwse logc. Such a network s very computatonally effcent and can be valuable for resource-constraned stuatons, partcularly n cases where floatng-pont / fxed-pont varables and operatons are prohbtvely expensve. In the future we plan to nvestgate a btwse verson of convolutve neural networks, where effcent computng s more desrable.

5 References Baldauf, M., Dustdar, S., and Rosenberg, F. A survey on context-aware systems. Internatonal Journal of Ad Hoc and Ubqutous Computng, 24): , January Bengo, Y. Learnng deep archtectures for AI. Foundatons and Trends n Machne Learnng, 21):1 127, Courbaraux, M., Bengo, Y., and Davd, J.-P. Low precson arthmetc for deep learnng. arxv preprnt arxv: , Cybenko, G. Approxmatons by superpostons of sgmodal functons. Mathematcs of Control, Sgnals, and Systems, 24): , Fesler, E., Choudry, A., and Caulfeld, H. J. Weght dscretzaton paradgm for optcal neural networks. In The Hague 90, 126 Aprl, pp Internatonal Socety for Optcs and Photoncs, Golea, M., Marchand, M., and Hancock, T. R. On learnng µ-perceptron networks wth bnary weghts. In Advances n Neural Informaton Processng Systems NIPS), pp , McCulloch, W. S. and Ptts, W. H. A logcal calculus of the deas mmanent n nervous actvty. The Bulletn of Mathematcal Bophyscs, 54): , Ptt, L. and Valant, L. G. Computatonal lmtatons on learnng from examples. Journal of the Assocaton for Computng Machnery, 35: , Salakhutdnov, R. and Hnton, G. Semantc hashng. Internatonal Journal of Approxmate Reasonng, 507): , Soudry, D., Hubara, I., and Mer, R. Expectaton backpropagaton: Parameter-free tranng of multlayer neural networks wth contnuous or dscrete weghts. In Advances n Neural Informaton Processng Systems NIPS), Srvastava, N., Hnton, G., Krzhevsky, A., Sutskever, I., and Salakhutdnov, R. Dropout: A smple way to prevent neural networks from overfttng. Journal of Machne Learnng Research, 151): , January Xu, Y., Du, J., Da, L.-R., and Lee, C.-H. An expermental study on speech enhancement based on deep neural networks. IEEE Sgnal Processng Letters, 211):65 68, Goodfellow, I. J., Warde-Farley, D., Mrza, M., Courvlle, A., and Bengo, Y. Maxout networks. In Proceedngs of the Internatonal Conference on Machne Learnng ICML), Hnton, G., Deng, L., Yu, D., Dahl, G. E., M, Abdelrahman, Jatly, N., Senor, A., Vanhoucke, V., Nguyen, P., Sanath, T., and Kngsbury, B. Deep neural networks for acoustc modelng n speech recognton: The shared vews of four research groups. IEEE Sgnal Processng Magazne, 296):82 97, Hnton, G. E., Osndero, S., and Teh, Y. A fast learnng algorthm for deep belef nets. Neural Computaton, 18 7): , Hornk, K. Approxmaton capabltes of multlayer feedforward networks. Neural Networks, 42): , Hwang, K. and Sung, W. Fxed-pont feedforward deep neural network desgn usng weghts, 0, and. In 2014 IEEE Workshop on Sgnal Processng Systems SPS), Oct LeCun, Y., Bottou, L., Bengo, Y., and Haffner, P. Gradentbased learnng appled to document recognton. Proceedngs of the IEEE, 8611): , November 1998.

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

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

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

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

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

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

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

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

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

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

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

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

arxiv: v1 [cs.ne] 2 Nov 2016

arxiv: v1 [cs.ne] 2 Nov 2016 Deep counter networks for asynchronous event-based processng arxv:1611.71v1 [cs.ne] 2 Nov 216 Jonathan Bnas, Gacomo Indver, and Mchael Pfeffer Insttute of Neuronformatcs Unversty of Zurch and ETH Zurch,

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

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

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

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

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

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

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

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

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

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

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

Exponential-Weight Multilayer Perceptron

Exponential-Weight Multilayer Perceptron Exponental-Weght Multlayer Perceptron Farnood Merrkh Bayat, Xnje Guo and Dmtr Strukov ECE Department Unversty of Calforna Santa Barbara CA 93106-9560, USA E-mal: farnoodmb@ece.ucsb.edu Abstract Analog

More information

Phoneme Probability Estimation with Dynamic Sparsely Connected Artificial Neural Networks

Phoneme Probability Estimation with Dynamic Sparsely Connected Artificial Neural Networks The Free Speech Journal, Issue # 5(1997) Publshed 10/22/97 1997 All rghts reserved. Phoneme Probablty Estmaton wth Dynamc Sparsely Connected Artfcal Neural Networks Nkko Ström, (nkko@speech.kth.se) Department

More information

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels Dgtal Sgnal Processng 18 (2008) 307 320 www.elsever.com/locate/dsp Performance analyss of a RLS-based MLP-DFE n tme-nvarant and tme-varyng channels Kashf Mahmood, Abdelmalek Zdour, Azzedne Zergune Electrcal

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm 0 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No., February 008 Mult-focus Image Fuson Usng Spatal Frequency and Genetc Algorthm Jun Kong,, Kayuan Zheng,, Jngbo Zhang,,*,,

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

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

CS345a: Data Mining Jure Leskovec and Anand Rajaraman Stanford University

CS345a: Data Mining Jure Leskovec and Anand Rajaraman Stanford University CS345a: Data Mnng Jure Leskovec and Anand Rajaraman Stanford Unversty HW3 s out Poster sesson s on last day of classes: Thu March 11 at 4:15 Reports are due March 14 Fnal s March 18 at 12:15 Open book,

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

NEURAL PROCESSIN G.SYSTEMS 2 INF ORM.ATIO N (Q90. ( Iq~O) DAVID S. TOURETZKY ADVANCES CARNEGIE MELLON UNIVERSITY. ..F~ k \ """ Ct... V\.

NEURAL PROCESSIN G.SYSTEMS 2 INF ORM.ATIO N (Q90. ( Iq~O) DAVID S. TOURETZKY ADVANCES CARNEGIE MELLON UNIVERSITY. ..F~ k \  Ct... V\. ....F~ k \ """ Ct... V\. ~.Le.- b;e ve-. ( Iq~O) ADVANCES IN NEURAL INF ORM.ATIO N PROCESSIN G.SYSTEMS 2 EDITED BY DAVID S. TOURETZKY CARNEGIE MELLON UNIVERSITY (Q90.MORGAN KAUFMANN PUBLISHERS 2929 CAMPUS

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

Speech bandwidth expansion based on Deep Neural Networks

Speech bandwidth expansion based on Deep Neural Networks INTERSPEECH 2015 Speech bandwdth expanson based on Deep Neural Networks Yngxue Wang 1,2, Shenghu hao 1, Wenbo Lu 3,4, Mng L 3,5,Jngmng Kuang 1 1 School of Informaton and Electroncs, Beng Insttute of Technology,

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Genetic Algorithm Based Deep Learning Parameters Tuning for Robot Object Recognition and Grasping

Genetic Algorithm Based Deep Learning Parameters Tuning for Robot Object Recognition and Grasping Genetc Algorthm Based Deep Learnng Parameters Tunng for Robot Obect Recognton and Graspng Delowar Hossan, Genc Cap Internatonal Scence Index, Mechancal and Materals Engneerng waset.org/publcaton/10006712

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

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

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

熊本大学学術リポジトリ. 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

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

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 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

A High-Speed Multiplication Algorithm Using Modified Partial Product Reduction Tree

A High-Speed Multiplication Algorithm Using Modified Partial Product Reduction Tree World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng Vol:4, No:, 200 A Hgh-Speed Multplcaton Algorthm Usng Modfed Partal Product educton Tree P Asadee

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents aperture 1 aperture Davd Makovoz, 30/01/2006 Verson 1.0 Table of Contents aperture... 1 1 Overvew... 2 1.1 Input Image Requrements... 2 2 aperture... 2 2.1 Input... 2 2.2 Processng... 4 2.3 Output Table...

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

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

@IJMTER-2015, All rights Reserved 383

@IJMTER-2015, All rights Reserved 383 SIL of a Safety Fuzzy Logc Controller 1oo usng Fault Tree Analyss (FAT and realablty Block agram (RB r.-ing Mohammed Bsss 1, Fatma Ezzahra Nadr, Prof. Amam Benassa 3 1,,3 Faculty of Scence and Technology,

More information

A Novel Hybrid Neural Network for Data Clustering

A Novel Hybrid Neural Network for Data Clustering A Novel Hybrd Neural Network for Data Clusterng Dongha Guan, Andrey Gavrlov Department of Computer Engneerng Kyung Hee Unversty, Korea dongha@oslab.khu.ac.kr, Avg1952@rambler.ru Abstract. Clusterng plays

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

c 2009 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

c 2009 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, c 2009 IEEE. Personal use of ths materal s permtted. Permsson from IEEE must be obtaned for all other uses, n any current or future meda, ncludng reprntng/republshng ths materal for advertsng or promotonal

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

4.3- Modeling the Diode Forward Characteristic

4.3- Modeling the Diode Forward Characteristic 2/8/2012 3_3 Modelng the ode Forward Characterstcs 1/3 4.3- Modelng the ode Forward Characterstc Readng Assgnment: pp. 179-188 How do we analyze crcuts wth juncton dodes? 2 ways: Exact Solutons ffcult!

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Comparison of Two Measurement Devices I. Fundamental Ideas.

Comparison of Two Measurement Devices I. Fundamental Ideas. Comparson of Two Measurement Devces I. Fundamental Ideas. ASQ-RS Qualty Conference March 16, 005 Joseph G. Voelkel, COE, RIT Bruce Sskowsk Rechert, Inc. Topcs The Problem, Eample, Mathematcal Model One

More information

California, 4 University of California, Berkeley

California, 4 University of California, Berkeley Dversty Processng WCDMA Cell earcher Implementaton Ahmed M. Eltawl, Eugene Grayver 2, Alreza Targhat, Jean Francos Frgon, Kambz hoarnejad, Hanl Zou 3 and Danjela Cabrc 4 Unversty of Calforna, Los Angeles,

More information

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors Source Localzaton by TDOA wth Random Sensor Poston Errors - Part II: Moble sensors Xaome Qu,, Lhua Xe EXOUISITUS, Center for E-Cty, School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty,

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

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

Unit 1. Current and Voltage U 1 VOLTAGE AND CURRENT. Circuit Basics KVL, KCL, Ohm's Law LED Outputs Buttons/Switch Inputs. Current / Voltage Analogy

Unit 1. Current and Voltage U 1 VOLTAGE AND CURRENT. Circuit Basics KVL, KCL, Ohm's Law LED Outputs Buttons/Switch Inputs. Current / Voltage Analogy ..2 nt Crcut Bascs KVL, KCL, Ohm's Law LED Outputs Buttons/Swtch Inputs VOLTAGE AND CRRENT..4 Current and Voltage Current / Voltage Analogy Charge s measured n unts of Coulombs Current Amount of charge

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

THE INCREDIBLE SHRINKING NEURAL NETWORK: NEW PERSPECTIVES ON LEARNING REPRESENTA-

THE INCREDIBLE SHRINKING NEURAL NETWORK: NEW PERSPECTIVES ON LEARNING REPRESENTA- Under revew as a conference paper at ICLR 217 THE INCREDIBLE SHRINKING NEURAL NETWORK: NEW PERSPECTIVES ON LEARNING REPRESENTA- TIONS THROUGH THE LENS OF PRUNING Nkolas Wolfe, Adtya Sharma & Bhksha Ra

More information

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

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

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

ARTIFICIAL NEURAL NETWORK ARCHITECTURE FOR SOLVING THE DOUBLE DUMMY BRIDGE PROBLEM IN CONTRACT BRIDGE

ARTIFICIAL NEURAL NETWORK ARCHITECTURE FOR SOLVING THE DOUBLE DUMMY BRIDGE PROBLEM IN CONTRACT BRIDGE ISSN (Prnt) : 2319-5940 ISSN (Onlne) : 2278-1021 Internatonal Journal of Advanced Research n Computer and Communcaton Engneerng ARTIFICIAL NEURAL NETWORK ARCHITECTURE FOR SOLVING THE DOUBLE DUMMY BRIDGE

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

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

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

Design of Practical FIR Filter Using Modified Radix-4 Booth Algorithm

Design of Practical FIR Filter Using Modified Radix-4 Booth Algorithm Desgn of Practcal FIR Flter Usng Modfed Radx-4 Booth Algorthm E Srnvasarao M.Tech Scholar, Department of ECE, AITAM. V. Lokesh Raju Assocate Professor, Department of ECE, AITAM. L Rambabu Assstant Professor,

More information

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

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

Multi-input Multi-output Beta Wavelet Network: Modeling of Acoustic Units for Speech Recognition

Multi-input Multi-output Beta Wavelet Network: Modeling of Acoustic Units for Speech Recognition (IJACSA Internatonal Journal of Advanced Computer Scence and Applcatons, Mult-nput Mult-output Beta Wavelet Network: Modelng of Acoustc Unts for Speech Recognton Rdha Ejbal, Mourad Zaed and Chokr Ben Amar

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

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

Camera Calibration and Performance Evaluation of Depth From Defocus (DFD)

Camera Calibration and Performance Evaluation of Depth From Defocus (DFD) Please verfy that () all pages are present, () all fgures are acceptable, (3) all fonts and specal characters are correct, and (4) all text and fgures ft wthn the margn lnes shown on ths revew document.

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

Double-lock for image encryption with virtual optical wavelength

Double-lock for image encryption with virtual optical wavelength Double-lock for mage encrypton wth vrtual optcal wavelength Xang Peng Natonal Laboratory of Precson Measurement Technology and Instrumentaton, Tanjn Unversty, 30007 Tanjn, Chna Lngfeng Yu, and Llong Ca

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE46, Power Electroncs, DC-DC Boost Converter Verson Oct. 3, 11 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

More information

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

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

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

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

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 ISSN Internatonal Journal of Scentfc & Engneerng Research, Volume 4, Issue, November-203 ISSN 2229-558 33 COMPARATIVE STUDY OF HUFFMAN CODING, SBAC AND CABAC USED IN VARIOUS VIDEO CODING STANDARS AND THEIR

More information

Research Article Dynamical Spectrum Sharing and Medium Access Control for Heterogeneous Cognitive Radio Networks

Research Article Dynamical Spectrum Sharing and Medium Access Control for Heterogeneous Cognitive Radio Networks Hndaw Publshng Corporaton Internatonal Journal of Dstrbuted Sensor Networs Volume 16, Artcle ID 659, 15 pages http://dx.do.org/1.1155/16/659 Research Artcle Dynamcal Spectrum Sharng and Medum Access Control

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

On Interference Alignment for Multi-hop MIMO Networks

On Interference Alignment for Multi-hop MIMO Networks 013 Proceedngs IEEE INFOCOM On Interference Algnment for Mult-hop MIMO Networks Huacheng Zeng Y Sh Y. Thomas Hou Wenng Lou Sastry Kompella Scott F. Mdkff Vrgna Polytechnc Insttute and State Unversty, USA

More information

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY Internatonal Journal of Electrcal, Electroncs and Computer Systems, (IJEECS) HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY 1 Supryo Srman, 2 Dptendu Ku. Kundu, 3 Saradndu Panda,

More information