arxiv: v1 [cs.ne] 2 Nov 2016

Size: px
Start display at page:

Download "arxiv: v1 [cs.ne] 2 Nov 2016"

Transcription

1 Deep counter networks for asynchronous event-based processng arxv: v1 [cs.ne] 2 Nov 216 Jonathan Bnas, Gacomo Indver, and Mchael Pfeffer Insttute of Neuronformatcs Unversty of Zurch and ETH Zurch, Swtzerland jbnas@n.ethz.ch November 3, 216 Abstract Despte ther advantages n terms of computatonal resources, latency, and power consumpton, event-based mplementatons of neural networks have not been able to acheve the same performance fgures as ther equvalent state-of-the-art deep network models. We propose counter neurons as mnmal spkng neuron models whch only requre addton and comparson operatons, thus avodng costly multplcatons. We show how nference carred out n deep counter networks converges to the same accuracy levels as are acheved wth state-of-the-art conventonal networks. As ther event-based style of computaton leads to reduced latency and sparse updates, counter networks are deally suted for effcent compact and low-power hardware mplementaton. We present theory and tranng methods for counter networks, and demonstrate on the mnst benchmark that counter networks converge quckly, both n terms of tme and number of operatons requred, to state-of-the-art classfcaton accuracy. 1 Introducton Despte the remarkable success of deep neural networks [14] n areas such as computer vson [13, 7] or speech recognton [8], bologcal neural systems clearly outshne ther artfcal counterparts n terms of compactness, speed and energy consumpton. One putatve reason for such effcency may le n the way sgnals are represented and transmtted n anmal brans: data s transmtted sparsely and asynchronously, n small packets by means of spkes. Ths s n stark contrast wth the frame-based approach of classcal neural networks, whch always compute the complete output of one layer synchronously, before passng t on to the next layer. Indeed, spke-based processng allows for more effcent utlzaton of communcaton channels and computng resources, and can lead to speedups n processng [17]. These advantages have sparked nterest n dedcated spkng neural network electronc devces based on such event-drven 1

2 processng schemes [16, 11]. Achevng the same accuracy as state-of-the-art deep learnng models wth event-based updates has remaned challengng, but recently a number of methods have been proposed whch convert a prevously traned conventonal analog neural network (ANN) nto a spkng one [1, 5, 9, 6]. The prncple of such converson technques s to approxmate the contnuous-valued actvatons of ANN unts by the spke rates of event-based neurons. Although successful on several classcal benchmark tasks, all these methods suffer from approxmaton errors, and typcally requre a multtude of spkes to represent a sngle contnuous value, thereby losng some of the advantages of event-based computaton. In ths work, we propose a set of mnmalstc event-based asynchronous neural network models, whch process nput data streams contnuously as they arrve, and whch are formally equvalent to conventonal frame-based models. Ths class of models can be used to buld hghly effcent event-based processng systems, potentally n conjuncton wth event-based sensors [4, 18]. The resultng systems process the stream of ncomng data n real tme, and yeld frst predctons of the output typcally already after a few data packets have been receved, and well before the full nput pattern has been presented to the network. Here we demonstrate how the computaton carred out by counter networks exactly reproduces the computaton done n the conventonal frame-based network. Ths allows mantanng the hgh accuracy of deep neural networks, but does so wth a power and resource effcent representaton and communcaton scheme. Specfcally we show how, as a consequence of the event-drven style of processng, the resultng networks do not requre computatonally expensve multplcaton operatons. We ntally demonstrate the prncple for networks wth bnary actvatons, and then extend the model to non-bnary actvatons. The performance of our novel models s evaluated on the mnst dataset. The numercal results ndcate that counter networks requre fewer operatons than prevous approaches to process a gven nput, whle enablng state-of-the-art classfcaton accuracy. 2 Counter neural networks Multplcatons are the most expensve operatons when usng conventonal neural networks for nference on dgtal hardware. It s therefore desrable to reduce the number of requred multplcatons to a mnmum. In ths secton, we ntroduce an event-based neuron model, whch only makes use of addton operatons, counter varables, and smple comparsons, all of whch can be mplemented very effcently n smple dgtal electronc crcuts. 2.1 Multplcaton-free networks Prevous work has shown how frame-based neural networks can be mplemented usng addtons only, by ether restrctng all weghts to bnary (or ternary) values [1, 15, 3], or by usng bnary actvatons [2]. The bnary varable (weght 2

3 or actvaton) then represents an ndcator functon, and all neural actvatons can be computed by smply addng up the selected weghts or actvatons. To ntroduce our event-based model n ts most basc form, we frst nvestgate the case where neurons have bnary actvatons, such that the output of all neurons y (k) n layer k s gven by ( y (k) = σ W (k) y (k 1) θ (k)), (1) where W s the weght matrx, θ are threshold values correspondng to bas terms, and { 1, f x >, σ(x) = (2), otherwse. Thus, the output of a neuron s 1 f ts net nput s greater than ts threshold value θ and otherwse. Whle ths model does not pose any constrants on the weghts and thresholds, we use low precson nteger values n all experments to keep the computatonal cost low and allow for hghly effcent dgtal mplementatons. We consder here mult-layer networks traned through stochastc gradent descent usng the backpropagaton algorthm [19]. Snce the error gradent s zero almost everywhere n the dscrete network gven by eqs. (1) and (2), we replace the bnarzaton functon σ by a logstc sgmod functon σ n the backward pass, σ(x) = exp ( λx), (3) where λ s a scalng factor. Furthermore, durng tranng, we keep copes of the hgh-resoluton weghts and actvatons, and use them to compute the gradent n the backward pass, as proposed by [3, 2]. In addton to the actvatons and network parameters, the nputs to the network are bnarzed by scalng them to le n the range [, 1] and roundng them to the nearest nteger. 2.2 Lossless event-based mplementaton through counter neurons The multplcaton-free network proposed above can drectly be turned nto an asynchronous event-based neural network by turnng every unt of the ANN nto a counter neuron, whch we descrbe below. The weghts and bases obtaned through the tranng procedure above can be used n the event-based network wthout further converson. Each counter neuron s defned by an nternal counter varable c, whch s updated whenever the neuron receves postve or negatve nputs n the form of bnary events (or spkes). The neuron operaton s llustrated n fg. 1 and s descrbed by alg. 1. A counter neuron essentally counts, or adds up, all the nputs t receves. Whenever ths sum crosses the threshold θ, a bnary event ±1 s emtted. The value of the event depends on the drecton n whch 3

4 Input 2-2 Counter state c θ Output 1-1 Tme Fgure 1: Illustraton of the basc counter neuron model. The nternal counter varable c s ntalzed at the negatve threshold level θ and accumulates nputs provded through events at dscrete tme steps. Whenever the counter changes ts sgn,.e. when the accumulated nput becomes greater or smaller than the threshold level θ, an event s emtted. The event s postve (+1) f the sgn changes from negatve to postve, and negatve ( 1) otherwse. the threshold was crossed,.e. a postve event s emtted when the threshold s crossed from below, and a negatve event when c falls below the threshold. Whenever neuron j emts an event the quantty ±w j s provded as nput to neuron of the next layer, wth the sgn determned by the output of neuron j. Thus, the neurons themselves do not contnuously provde output sgnals, whch makes nformaton transmsson and computaton n the network very sparse. The nput to the network s also provded n event-based form as a stream of bnary events (or spkes),.e. the network at dscrete ponts n tme receves a lst of ndces of one or more pxels, ndcatng that these pxels are actve. Specfcally, a bnary nput mage (or other data) s streamed to the network pxel-by-pxel n an asynchronous manner, whereby the order and exact tmng of the pxels does not matter. In the followng we wll show analytcally that an event-based network based on counter neurons produces exactly the same output as ts frame-based counterpart. Proof of the equvalence. To prove the equvalence of the frame-based and the event-based model we have to show that the outputs of ndvdual neurons are the same n both settngs. In the followng, we assume θ k > k wthout loss of generalty. Let an event-based network be ntalzed at tme t =, such that all c k () = θ k. Wthn the tme nterval [, T ], neuron of layer m n the event-based network receves a sequence of N nputs, (w (m) j 1 s 1,..., w (m) j N s N ) from a set of source neurons j 1,..., j N at tmes t 1,..., t N, where s k s the sgn of 4

5 ntalze: c θ whenever neuron receves an nput event np = sgn j w j from a neuron j or a sum of smultaneous nput events np = j J sgn jw j from a set of neurons J do c c c + np c prev f emt +1 end c prev f emt 1 end end c prev and c > then > and c then Algorthm 1: Basc counter neuron mplementaton. the kth event, and t k T, k. It follows from alg. 1 that the value of the counter varable c (m) at tme T s c (m) (T ) = c (m) (t N ) = k=1,...,n w(m) j k s k θ (m), (4) as t smply sums up the nputs. The sgn of c (m) mght change several tmes durng the presentaton of the nput, and trgger the emsson of a postve or negatve event at every zero-crossng. Snce c (m) s ntalzed at θ (m) <, there (t N )) sgn changes n total, where n s a non-negatve nteger, are 2n + σ(c (m) and thus the total nput communcated to neuron k of the next layer s σ ( c (m) (t N ) ) w (m+1) k = σ ( N k=1 w(m) j k s k θ (m) ) w (m+1) k =: ŷ (m) w (m+1) k, (5) as the 2n sgn changes cancel out. On the other hand, recursvely applyng eq. (5) leads to ( ) ( ) ŷ (m) = σ j w(m) j σ(c (m 1) j (t N )) θ (m) = σ j w(m) j ŷ (m 1) j θ (m). (6) Snce ŷ () k = y() k for the nput layer, the equvalence must also hold for all hgher layers, accordng to eq. (6). Wth the noton of equvalence, t s clear that the event-based network, f confgured wth the parameters obtaned for the frame-based network, s able to exactly reproduce the output of the latter. Unlke n prevous work [1, 5], the resultng event-based network s guaranteed to provde the same result as the deal frame-based mplementaton. Thereby, the respectve output value can be obtaned by addng up the events emtted by the output layer. Techncally, 5

6 Layer 3 Layer 2 Layer Correct output Input event Fgure 2: Example run of the event-based system. A sngle nput pattern of the mnst test set s presented over tme (one pxel per tmestep) to a traned counter network. Postve events are dsplayed n black, negatve events n red. The correct output (class 3) for ths nput pattern can be read out long before the whole nput has been presented. Shaded regons ndcate that the output of the network s correct durng these perods,.e. only the output neuron for class 3 has produced more postve than negatve output spkes. the equvalence holds only n the case where the full stream of nput events has been presented to the network, and propagated through all layers. In practce, however, a few nput events are often enough to actvate the rght neurons and produce the correct output long before the full set of nput events has been presented. As a consequence, on average far fewer operatons than n the frame-based model are requred to compute the correct output (see fg. 2 for an example). 2.3 Extenson to non-bnary nputs The constrant that the nput patterns are bnary, and each nput unt ether produces an event or not, can be safely relaxed to nteger-valued nputs wthout further modfcatons of the model. The framework thus supports fner graned nput scales, whch s mportant e.g. for nput mages usng multple gray-levels or RGB values to encode dfferent colors. The smple modfcaton s that each ndvdual nput unt produces over tme a number of events that corresponds to the encoded nteger value. Whle such nteger-valued nputs would requre 6

7 ntalze: z ; c θ whenever there s an nput event np = sgn j w j from a neuron j or a sum of smultaneous nput events np = j J sgn jw j from a set of neurons J do c c + np whle c λ do emt +1 c c λ z z + 1 end whle z > and c < do emt 1 c c + λ z z 1 end end Algorthm 2: Extended counter neuron mplementaton based on the dscretzed ReLU actvaton. The parameter θ represents the neuron s threshold. The scalng factor λ allows adjustng the step sze at whch the neuron emts events,.e. how much more nput s requred to trgger the next event. multplcaton n the frame-based network wth non-bnary (or non-ternary) weghts, the event-based network remans free of multplcaton operatons, as the nstantaneous output of any nput unt s stll bnary. 2.4 Extended counter neuron network wth non-bnary actvatons Usng bnary outputs for neurons mght be a dsadvantage, because due to the the lmted output bandwdth of ndvdual neurons t mght be necessary to use more neurons n hdden layers to obtan the same accuracy as a non-bnary network. The counter network model can easly be extended to non-bnary actvatons, wthout requrng multplcaton n the event-based mplementaton. In order to tran a network based on neurons featurng multple, dscrete levels of actvaton, we use a dscretzed verson of the ReLU actvaton functon durng tranng: ( ) x + ɛ f(x) = ρ, (7) λ 7

8 Input 2-2 Counter state 4 2 λ c z Output 1-1 Tme Fgure 3: Illustraton of the extended counter neuron model. The nternal counter varable c accumulates nput events at dscrete tme steps. Whenever the varable crosses the threshold level λ, a postve event (+1) s emtted and the second counter varable z s ncremented by 1. On the other hand, f z > and c becomes negatve, a negatve event ( 1) s emtted and z s decremented. Whenever an event s emtted, c wraps around to stay n the range (, λ]. Note that we assumed θ = for ths llustraton. where ɛ 1 s a small, postve constant, λ Z + s a scalng factor, and ρ s the typcal ReLU half-wave rectfcaton, { x, f x >, ρ(x) = (8), otherwse. As n the bnary case, the dscrete actvaton s used durng tranng n the forward pass, and a contnuous approxmaton n the backward pass. Specfcally, f can be approxmated by a shfted and scaled ReLU, f(x) = ρ ( x λ 1 2 ), (9) n the backward pass. The learned parameters can then agan be drectly transferred to confgure a network of event-based neurons wthout further converson of weghts or bases. The dynamcs of ths network are llustrated n fg. 3, and descrbed n alg. 2. The equvalence of the frame-based and the event-based mplementaton can be proven smlarly to the bnary case. A sketch of the proof s outlned below: Proof of the equvalence. From alg. 2 t can be seen that after a neuron has processed a number of nput events, ts nternal varable z has the value ρ( (x 8

9 θ + ɛ)/λ ), where x s the accumulated nput provded over tme. On the other hand, the value of z changes only when an event s emtted, and ts value corresponds to the number of postve events emtted, mnus the number of negatve events emtted. Thus, the accumulated output communcated by the neuron corresponds precsely to z, and thereby to the output of the frame-based model gven by eq. (7), snce x corresponds to the total nput provded by neurons from the prevous layer, x = j w jy j. The dscretzed ReLU offers a wder range of values than the bnary actvaton, and therefore allows for a more fne-graned response, thereby facltatng tranng. On the other hand, usng non-bnary outputs mght lead to larger output delays compared to the bnary case, as the traned neurons mght now requre a multtude of events from ndvdual neurons to arrve at the correct output. 3 Results Varous networks were traned on the mnst dataset of handwrtten dgts to demonstrate compettve classfcaton accuracy. In partcular, we evaluated fully connected networks (FCNs) of three hdden layers ( ) and fve hdden layers ( ) to nvestgate how the depth of the network affects the processng speed and effcency. In addton we traned convolutonal networks (CNNs) wth two (784-12c5-12c7-1) and four (784-12c3-12c5-12c7-12c9-1) hdden layers. The network dmensons were chosen such that the number of parameters remans roughly the same n the shallower and deeper networks ( 2.8 mo. parameters for the FCNs, and 5k for the CNNs.) 3.1 Tranng detals The networks were traned through stochastc gradent descent usng the Adam method [12]. The gradents for the backward pass were computed usng the contnuous approxmatons descrbed by eqs. (3) and (9). All parameters were restrcted to 8-bt nteger precson n the forward pass, and floatng pont representatons were used only n the backward pass, as suggested by [3, 2]. The bases θ were restrcted to non-negatve values through an addtonal constrant n the objectve functon, otherwse categorcal cross-entropy was used as the loss functon. The learnng rate was set to.1 for the CNNs and to.5 for the FCNs. The mnst dataset was splt nto a tranng set of 5 samples, a valdaton set of 1 samples, and a test set of 1 samples, and a batch sze of 2 samples was used durng tranng. The networks were traned untl a classfcaton error of 1.5% on the valdaton set was obtaned. The low-precson parameters were then drectly used n an event-based network of equvalent archtecture. 9

10 # Input patterns Input pattern length (events) 1 Input patterns classfed (%) 5 basc: extended: 3 hdden 5 hdden 3 hdden 5 hdden basc: extended: 2 conv 4 conv 2 conv 4 conv kops. trggered by sngle nput event Input events provded FCN Input events provded CNN Fgure 4: Performance of the basc and extended counter neuron models. The top panel shows the dstrbuton of nput pattern lengths (event count or actve pxels) of the mnst test set. The mddle panels show the fracton of classfed patterns (classfed here means that the output s the same as that of the correspondng frame-based network) as a functon of the number of nput events presented to the network for the dfferent archtectures that were tested (mean over mnst test set; left: FCNs; rght: CNNs). The arrows mark the postons where the 99 % threshold s crossed. The bottom panels show the number of addton operatons trggered n the networks by an ndvdual nput event over the course of the nput presentaton (mean over mnst test set). 3.2 Fast and effcent classfcaton The man advantage of event-based deep networks s that outputs can be obtaned fast and effcently. We quantfy ths n Fgure 4, where the processng speed s measured as the tme taken to produce the same output as the frame-based model, and effcency s quantfed as the number of addton operatons requred to compute the output. For ths analyss, ndvdual pxels of the nput mage are 1

11 1 Input patterns classfed (%) 5 basc: ext.: 3 h 5 h 3 h 5 h basc: ext.: 2 c 4 c 2 c 4 c 1 2 Operatons requred (mo.) 1 2 Operatons requred (mo.) Fgure 5: Effcency of the basc and extended counter neuron models. The dagram shows the average number of operatons requred by dfferent archtectures to classfy a certan fracton of test set examples. The arrows mark the postons where the 99 % threshold s crossed. The color and lne style correspond to the ones used n fg. 4. provded to the network one by one n random order. In the systems based on the basc counter network model wth bnary neurons, the majorty of events s emtted at the begnnng of the nput data presentaton, wth actvty gradually declnng n the course of the presentaton. Ths reflects the fact that counter neurons cannot emt two events of the same sgn n a row, leadng to quck saturaton n the output. The opposte s the case for the extended counter neuron based on the dscretzed ReLU, where actvty gradually ramps up. Overall, ths allows the extended model to produce the desred output wth fewer operatons than the basc model, as can be seen n fg. 5. The acheved effcency s beyond what had been possble wth prevous converson-based methods: our method acheves classfcaton of mnst at <5k events (CNN based on the extended neuron model), whle the best reported result of a converson-based network, to our knowledge, s >1 mo. events [17]. Despte the dfferent network archtectures, the behavor of FCNs and CNNs s qualtatvely smlar, wth the man dfferences beng due to the neuron model. In general, deeper networks seem to requre a greater number of operatons than shallower networks to acheve equvalent results. 4 Dscusson The two presented counter neuron models allow effcent event-based mplementatons of deep neural network archtectures. Whle prevous methods constructed deep spkng networks by convertng parameters and approxmatng actvatons wth frng rates, the output of our model s provably equvalent to ts frame-based counterpart. Tranng s done n the frame-based doman, where state-of-the-art neural network optmzaton methods can be exploted. The dscrete nature of counter networks allows hardware-frendly dgtal mplementatons, and makes them very sutable to process data from event-based sensors [18]. The resultng 11

12 systems dffer from tradtonal neural networks n the sense that unts are updated depth frst, rather than breadth frst, meanng that any neuron can fre when ts threshold s crossed, nstead of watng for all neurons n prevous layers to be updated, as n conventonal neural networks. Ths allows processng of nput data as they arrve, rather than watng for a whole frame to be transferred to the nput layer. Ths can sgnfcantly speed up processng n dgtal applcatons. Compared to other deep spkng neural networks based on parameter converson [17], counter networks requre fewer operatons to process nput mages, even n our non-optmzed settng. We expect that addng further constrants to enforce sparsty or reduce neuron actvatons can make counter networks even more effcent. Further research s requred to nvestgate the applcablty of the counter neuron model n recurrent networks. Fnally, event-based systems are appealng because they allow for purely local, event-based weght update rules, such as spke-tmng dependent plastcty (STDP). Prelmnary results ndcate that STDP-based tranng of counter networks s possble, whch not only would allow effcent nference but also tranng of deep event-based networks. Acknowledgements The research was supported by the Swss Natonal Scence Foundaton Grant and the European Unon ERC Grant References [1] Yongqang Cao, Yang Chen, and Deepak Khosla. Spkng deep convolutonal neural networks for energy-effcent object recognton. Internatonal Journal of Computer Vson, 113(1):54 66, 215. [2] Mattheu Courbaraux and Yoshua Bengo. BnaryNet: Tranng deep neural networks wth weghts and actvatons constraned to +1 or -1. arxv preprnt arxv: , 216. [3] Mattheu Courbaraux, Yoshua Bengo, and Jean-Perre Davd. BnaryConnect: Tranng deep neural networks wth bnary weghts durng propagatons. In Advances n Neural Informaton Processng Systems, pages , 215. [4] Tob Delbrück, Bernabe Lnares-Barranco, Eugeno Culurcello, and Chrstoph Posch. Actvty-drven, event-based vson sensors. In Proceedngs of 21 IEEE Internatonal Symposum on Crcuts and Systems, pages IEEE, 21. [5] Peter U Dehl, Danel Nel, Jonathan Bnas, Matthew Cook, Shh-Ch Lu, and Mchael Pfeffer. Fast-classfyng, hgh-accuracy spkng deep networks through weght and threshold balancng. In 215 Internatonal Jont Conference on Neural Networks (IJCNN). IEEE, 215. [6] Steven K. Esser, Paul A. Merolla, John V. Arthur, Andrew S. Cassdy, Rathnakumar Appuswamy, Alexander Andreopoulos, Davd J. Berg, Jeffrey L. McKnstry, Tmothy Melano, Davs R. Barch, Carmelo d Nolfo, Pallab Datta, Arnon Amr, Bran Taba, Myron D. Flckner, and Dharmendra S. Modha. Convolutonal networks for fast, energy-effcent neuromorphc computng. Proceedngs of the Natonal Academy of Scences,

13 [7] Kamng He, Xangyu Zhang, Shaoqng Ren, and Jan Sun. Delvng deep nto rectfers: Surpassng human-level performance on ImageNet classfcaton. In Proceedngs of the IEEE Internatonal Conference on Computer Vson, pages , 215. [8] Geoffrey E Hnton, L Deng, Dong Yu, George E Dahl, Abdel-Rahman Mohamed, Navdeep Jatly, Andrew Senor, Vncent Vanhoucke, Patrck Nguyen, Tara N Sanath, et al. Deep neural networks for acoustc modelng n speech recognton: The shared vews of four research groups. IEEE Sgnal Processng Magazne, 29(6):82 97, 212. [9] Erc Hunsberger and Chrs Elasmth. Spkng deep networks wth LIF neurons. arxv preprnt arxv: , 215. [1] Kyuyeon Hwang and Wonyong Sung. Fxed-pont feedforward deep neural network desgn usng weghts +1,, and -1. In 214 IEEE Workshop on Sgnal Processng Systems (SPS), pages 1 6. IEEE, 214. [11] Gacomo Indver, Federco Corrad, and Nng Qao. Neuromorphc archtectures for spkng deep neural networks. In 215 IEEE Internatonal Electron Devces Meetng (IEDM). IEEE, 215. [12] Dederk Kngma and Jmmy Ba. Adam: A method for stochastc optmzaton. arxv preprnt arxv: , 214. [13] Alex Krzhevsky, Ilya Sutskever, and Geoffrey E Hnton. Imagenet classfcaton wth deep convolutonal neural networks. In Advances n neural nformaton processng systems, pages , 212. [14] Yann LeCun, Yoshua Bengo, and Geoffrey E Hnton. Deep learnng. Nature, 521(7553): , 215. [15] Zhouhan Ln, Mattheu Courbaraux, Roland Memsevc, and Yoshua Bengo. Neural networks wth few multplcatons. arxv preprnt arxv:151.39, 215. [16] Paul A Merolla, John V Arthur, Rodrgo Alvarez-Icaza, Andrew S Cassdy, Jun Sawada, Flpp Akopyan, Bryan L Jackson, Nabl Imam, Chen Guo, Yutaka Nakamura, et al. A mllon spkng-neuron ntegrated crcut wth a scalable communcaton network and nterface. Scence, 345(6197): , 214. [17] Danel Nel, Mchael Pfeffer, and Shh-Ch Lu. Learnng to be effcent: algorthms for tranng low-latency, low-compute deep spkng neural networks. In Proceedngs of the 31st Annual ACM Symposum on Appled Computng, pages ACM, 216. [18] Chrstoph Posch, Teresa Serrano-Gotarredona, Bernabe Lnares-Barranco, and Tob Delbruck. Retnomorphc event-based vson sensors: bonspred cameras wth spkng output. Proceedngs of the IEEE, 12(1): , 214. [19] D E Rumelhart, G E Hnton, and R J Wllams. Learnng representatons by back-propagatng errors. Nature, 323: , [2] Evangelos Stromatas, Danel Nel, Mchael Pfeffer, Francesco Gallupp, Steve B Furber, and Shh-Ch Lu. Robustness of spkng deep belef networks to nose and reduced bt precson of neuro-nspred hardware platforms. Fronters n neuroscence, 9,

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

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

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

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

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

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

arxiv: v1 [cs.lg] 22 Jan 2016 Abstract Mne Km MINJE@ILLINOIS.EDU Department of Computer Scence, Unversty of Illnos at Urbana-Champagn, Urbana, IL 61801 USA Pars Smaragds Unversty of Illnos at Urbana-Champagn, Urbana, IL 61801 USA Adobe Research,

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

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

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

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

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

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

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

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

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

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

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

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

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

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

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

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

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

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

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

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

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

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

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE36L, Power Electroncs, DC-DC Boost Converter Verson Feb. 8, 9 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

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

HUAWEI TECHNOLOGIES CO., LTD. Huawei Proprietary Page 1

HUAWEI TECHNOLOGIES CO., LTD. Huawei Proprietary Page 1 Project Ttle Date Submtted IEEE 802.16 Broadband Wreless Access Workng Group Double-Stage DL MU-MIMO Scheme 2008-05-05 Source(s) Yang Tang, Young Hoon Kwon, Yajun Kou, Shahab Sanaye,

More information

ECE315 / ECE515 Lecture 5 Date:

ECE315 / ECE515 Lecture 5 Date: Lecture 5 Date: 18.08.2016 Common Source Amplfer MOSFET Amplfer Dstorton Example 1 One Realstc CS Amplfer Crcut: C c1 : Couplng Capactor serves as perfect short crcut at all sgnal frequences whle blockng

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

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

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

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

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

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

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

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

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

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

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

A Predictive QoS Control Strategy for Wireless Sensor Networks

A Predictive QoS Control Strategy for Wireless Sensor Networks The 1st Worshop on Resource Provsonng and Management n Sensor Networs (RPMSN '5) n conjuncton wth the 2nd IEEE MASS, Washngton, DC, Nov. 25 A Predctve QoS Control Strategy for Wreless Sensor Networs Byu

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

@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

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

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

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

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

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

Hierarchical Generalized Cantor Set Modulation

Hierarchical Generalized Cantor Set Modulation 8th Internatonal Symposum on Wreless Communcaton Systems, Aachen Herarchcal Generalzed Cantor Set Modulaton Smon Görtzen, Lars Schefler, Anke Schmenk Informaton Theory and Systematc Desgn of Communcaton

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

Modeling Hierarchical Event Streams in System Level Performance Analysis

Modeling Hierarchical Event Streams in System Level Performance Analysis Modelng Herarchcal Event Streams n System Level Performance Analyss IK Report 9 obas Ren, Ka Lampka, Lothar hele Computer Engneerng and Networks Laboratory Swss Federal Instsute of echnology (EH) Zurch,

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

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

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER 7th European Sgnal Processng Conference (EUSIPCO 9) Glasgow, Scotland, August -8, 9 DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of

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

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

Tunable Wideband Receiver (TWB) Data Processing Description December, 2013

Tunable Wideband Receiver (TWB) Data Processing Description December, 2013 Page 1 of 5 Tunable Wdeband Recever (TWB) Data Processng Descrpton December, 2013 The tunable wdeband recever (TWB) can be manually tuned to any frequency of nterest between 17 and 33 MHz. The recever

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

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

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

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

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

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

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

LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION

LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION Albert M. Chan, Jon Feldman, and Raghu Madyastha (Vanu, Inc., Cambrdge, MA, USA, {chanal,jonfeld,raghu}@vanu.com); Potr Indyk and Davd

More information

FFT Spectrum Analyzer

FFT Spectrum Analyzer THE ANNUAL SYMPOSIUM OF THE INSTITUTE OF SOLID MECHANICS SISOM 22 BUCHAREST May 16-17 ----------------------------------------------------------------------------------------------------------------------------------------

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Vectorless Analysis of Supply Noise Induced Delay Variation

Vectorless Analysis of Supply Noise Induced Delay Variation Vectorless Analyss of Supply Nose Induced Delay Varaton Sanjay Pant *, Davd Blaauw *, Vladmr Zolotov **, Savthr Sundareswaran **, Rajendran Panda ** {spant,blaauw}@umch.edu, {vladmr.zolotov,savthr.sundareswaran,rajendran.panda}@motorola.com

More information

Sensors for Motion and Position Measurement

Sensors for Motion and Position Measurement Sensors for Moton and Poston Measurement Introducton An ntegrated manufacturng envronment conssts of 5 elements:- - Machne tools - Inspecton devces - Materal handlng devces - Packagng machnes - Area where

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

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

Optimal State Prediction for Feedback-Based QoS Adaptations

Optimal State Prediction for Feedback-Based QoS Adaptations Optmal State Predcton for Feedback-Based QoS Adaptatons Baochun L, Dongyan Xu, Klara Nahrstedt Department of Computer Scence Unversty of Illnos at Urbana-Champagn b-l, d-xu, klara @cs.uuc.edu Abstract

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

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

Equity trend prediction with neural networks

Equity trend prediction with neural networks Res. Lett. Inf. Math. Sc., 2004, Vol. 6, pp 15-29 15 Avalable onlne at http://ms.massey.ac.nz/research/letters/ Equty trend predcton wth neural networks R.HALLIDAY Insttute of Informaton & Mathematcal

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

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

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of Rennes, rue de Kerampont F-3 Lannon Emal: hanguyen@rsa.fr ABSTRACT To satsfy energy

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

Harmonic Balance of Nonlinear RF Circuits

Harmonic Balance of Nonlinear RF Circuits MICROWAE AND RF DESIGN Harmonc Balance of Nonlnear RF Crcuts Presented by Mchael Steer Readng: Chapter 19, Secton 19. Index: HB Based on materal n Mcrowave and RF Desgn: A Systems Approach, nd Edton, by

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

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

In-system Jitter Measurement Based on Blind Oversampling Data Recovery

In-system Jitter Measurement Based on Blind Oversampling Data Recovery RADIOENGINEERING, VOL. 1, NO. 1, APRIL 01 403 In-system Jtter Measurement Based on Blnd Oversamplng Data Recovery Mchal KUBÍČEK, Zdeněk KOLKA Dept. of Rado Electroncs, Brno Unversty of Technology, Purkyňova

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

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback Control of Chaos n Postve Output Luo Converter by means of Tme Delay Feedback Nagulapat nkran.ped@gmal.com Abstract Faster development n Dc to Dc converter technques are undergong very drastc changes due

More information

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

More information

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) ,

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) , VRT014 User s gude V0.8 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

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

CMOS Implementation of Lossy Integrator using Current Mirrors Rishu Jain 1, Manveen Singh Chadha 2 1, 2

CMOS Implementation of Lossy Integrator using Current Mirrors Rishu Jain 1, Manveen Singh Chadha 2 1, 2 Proceedngs of Natonal Conference on Recent Advances n Electroncs and Communcaton Engneerng CMOS Implementaton of Lossy Integrator usng Current Mrrors Rshu Jan, Manveen Sngh Chadha 2, 2 Department of Electroncs

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources POLYTECHNIC UNIERSITY Electrcal Engneerng Department EE SOPHOMORE LABORATORY Experment 1 Laboratory Energy Sources Modfed for Physcs 18, Brooklyn College I. Oerew of the Experment Ths experment has three

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

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