Connectivity Learning in Multi-Branch Networks

Size: px
Start display at page:

Download "Connectivity Learning in Multi-Branch Networks"

Transcription

1 onnectivity Learnin in Multi-Branch Networs Karim Ahmed Department omputer Science Dartmouth ollee Lorenzo Torresani Department omputer Science Dartmouth ollee Abstract Recent studies in desin convolutional networs have shown that branchin, i.e., splittin computation alon parallel but distinct threads and n areatin ir outputs, represents a new promisin dimension for sinificant in performance. To combat complexity desin choices in architectures, prior wor has adopted simple strateies, such as a fixed branchin factor, same input bein fed to all parallel branches, and an combination outputs produced by all branches at areation points. In this wor we remove se predefined choices and propose an alorithm to learn connections between branches in networ. Instead bein chosen a priori by human desiner, connectivity is learned simultaneously with weihts networ by optimizin a sinle loss function defined with respect to end tas. We demonstrate our approach on problem multi-class imae classification where it yields consistently hiher accuracy compared to state---art ResNet networ iven same learnin Introduction While deep learnin has recently enabled dramatic performance in many application domains, desin deep architectures is still a challenin and time-consumin endeavor. The difficulty lies in many architecture choices that impact ten sinificantly performance system. In specific domain imae cateorization, which is focus this paper, several authors have proposed to simplify architecture desin by definin convolutional neural networs (NNs) in terms combinations basic buildin blocs. This idea modularized desin was adopted in residual networs (ResNets) [3]. While in ResNets residual blocs are staced one on top each or to form very deep networs, recently introduced ResNet models [5] have shown that it is also beneficial to arrane se buildin blocs in parallel to build convolutional networs. The modular component ResNet n consists parallel branches, correspondin to residual blocs with identical topoloy but distinct parameters. Networ built by stacin se components have been shown to lead to better results than sinle-thread ResNets same While principle modularized desin has reatly simplified challene buildin effective architectures for imae analysis, choice how to combine and areate computations se buildin blocs still rests on shoulders human desiner. In order to avoid a combinatorial explosion options, prior wor has relied on simple, uniform rules areation and composition. For example, ResNet models [5] are based on followin set simplifyin assumptions: branchin factor (also referred to as cardinality) is fixed to same constant in all layers networ, all branches a module are fed same input, and outputs parallel branches are areated by a simple operation that provides input to next module. In this paper we remove se predefined choices and propose an alorithm that learns to combine and areate buildin blocs a neural networ. In this new reime, networ connectivity naturally arises as a result trainin optimization rar than bein hand-defined by human desiner. 3st onference on Neural Information Processin Systems (NIPS, Lon Beach, A, USA.

2 5 6 9 architectures, prior wor has adopted simple strateies, such as a branchin, i.e., splittin computation alon parallel but distinct threads and F(x) x5 areatin ir outputs, represents an new promisin dimension for sinificant areatin ir outputs, represents a new promisin dimension for sinificant fixed branchin factor, samechoices input bein fed to all parallel branches, and an 6 in performance. To combat complexity desin in F(x; in )performance. To combat complexity desin choices in 9 combination outputs produced by all branches at areation points. architectures, prior wor prior wor has adopted simple strateies, such ashas a adopted simple strateies, such as a F(x;architectures, ) branches, same input fed to parallelse branches, and an Inbein this weallremove predefined choices and propose an alorithm to learn fixed branchin factor, samefixed input branchin bein fed tactor, all parallel and an wor F(x; 2 ) 9 outputs combination outputs produced by all branches at areation points. combination produced by all branches at areation points. connections between branches in networ. Instead bein chosen a priori In this wor we remove se predefined andremove proposese an alorithm toby learn In this choices wor we predefined choices and propose an alorithm to learn connectivity is learned simultaneously human desiner, connections between branches in connections networ. Instead bein chosen priori between branches ina networ. Instead chosen priori with weihts bein by(iaoptimizin a sinle loss function defined with (i networ y = x is learned F(x;simultaneously ) ( by human desiner, connectivity by human desiner, connectivity learned simultaneously respect to(i endistas. demonstrate our approach on problem multi-class (iwe =function defined with with weihts networ by optimizin a sinle loss with weihts networ by optimizin losswhere defined 6,function, 6, a,sinle 6,, with over 3% with respect imae classification it yields absolute respect to end tas. We demonstrate our approach on problem multi-class respect to end tas. We demonstrate on,problem multi-class 33,, 33,, 33, toour approach state---art ResNet architecture iven same learnin imae classification where it yields over 3%, withrespect 6,, absolute 6,, 6, over classification where it yields absolute 3% with respect 6 to state---art ResNet imae architecture iven (i 6 (i,,,, same learnin,, (i 6 (i same learnin to state---art ResNet architecture iven (i, 33,, 33,, 33, (i F(x) x F(x; ) F(x; ) F(x; 2 ),, 6 F (x) x,, 6 F (x; ) F (x; ) F (x; 2 ) (b) y =x F(x; ) (i 6,, (i (i, 33, F(x) x (i,, 6 (i F(x; ) (i, 6, F(x; ),33, (i ( = (i (i (i F (x;(i ) (i (i (i 6,, (a) = (b) (i (c) (i Do not distribute. Submitted to 3st onference on Neural Information Processin Systems (NIPS. y =x, 33, (i (i (i 6,,,, 6 (i (i (i 6,, F(x; 2 ) (i y =x = Fiure : (a) The RexNet module consistin parallel residual blocs [5]. (b) Our approach replaces fixed areation points RexNet with learnable ates definin input connections for each individual residual bloc in each module i. F(x; ) (Fiure ( 2: onnectivity learned by our method on IFAR-0 for fan-in K = (left) and K = (riht). Each reen square is a residual bloc, each row = square is a module. The net consists a stac M = 9 modules. Arrows indicate pathways connectin residual blocs adacent modules. The squares without in/out edes are deemed superfluous and can be pruned at end learnin. This is achieved by means ates, i.e., learned binary parameters that act as switches determinin final connectivity in our networ. The ates are learned toer with convolutional weihts networ, as part a oint optimization via bacpropaation with respect to a traditional multi-class obective. We demonstrate that, iven same budet residual blocs Submitted to 3st classification onference on Neural Information Processin Systems (NIPS. Do not distribute. Submitted to 3st onference on Neural Information Processin Systems (NIPS. Do not distribute. (and parameters), our learned architecture consistently outperforms predefined ResNet networ in all our experiments. An interestin byproduct our approach is that it can automatically identify residual blocs that are superfluous, i.e., unnecessary or detrimental for end obective. At end optimization, se unused residual blocs can be pruned away without any impact on learned hyposis while yieldin substantial savins in number parameters to store and in test-time computation. Submitted to 3st onference on Neural Information Processin Systems (NIPS. Do not distribute Technical Approach Modular architecture The architecture ResNet. We bein by providin a brief review ResNet [5] architecture, which consists a stac modules. Each module contains residual blocs [3] that implement parallel multiple threads computation feedin from same input. The outputs parallel residual blocs are n summed up toer with oriinal input and passed on to next module. The resultin module is illustrated in Fiure (a). More formally, let F(x; θ ) be transformation implemented by -th residual bloc in module i-th networ, where =,..., and i =,..., M, with M denotin total number modules staced on top each or to form complete networ. The hyperparameter is called cardinality module and defines number parallel branches within each module. The hyperparameter M controls total depth networ: under assumption 3 layers per residual bloc (as shown in fiure), total depth networ is iven by D = 2 3M (an initial convolutional layer and an output fully-connected layers add 2 layers). Note that in ResNet all residual blocs in a module have same topoloy (F) but each bloc has its own parameters (θ denotes parameters P residualbloc in module i). Then, output i-th module is computed as y = x = F(x; θ ). Tensor y represents input to (i -th module. In [5] it was experimentally shown that iven a fixed budet parameters, ResNet networs consistently outperform sinle-branch ResNets same learnin We note, however, that in an attempt to ease networ desin, several restrictive limitations were embedded in architecture ResNet modules: each ResNet module implements parallel feature extractors that operate on same input; furrmore, number active branches is constant at all depth levels networ. Our approach removes se restrictions without addin any sinificant burden on process manual networ desin. Our ated architecture. As in ResNet, our proposed architecture consists a stac M modules, each containin parallel feature extractors. However, differently from ResNet, each branch in a module can tae a different input. The input pathway each branch is controlled by a binary ate vector that is learned ointly with weihts networ. Let = [,,,2,...,, ]> {0, } be binary ate vector definin active input connections feedin -th residual bloc in module i. If, =, n activation volume produced by -th branch in module (i is fed as input to -th residual bloc module i. If, = 0, n output from -th branch in previous module is inored by -th residual bloc current module. Thus, if we denote with y(i output tensor computed by -th branch in module (i, input x to -th residual bloc in module i will be iven by: 2

3 x = =, y(i ( Then, output this bloc will be obtained throuh usual residual computation, i.e., y = x F(x ; θ ). We note that under this model we no loner have fixed areation nodes summin up all outputs from a module. Instead, ate now determines selectively for each bloc which branches from previous module will be areated and provided as input to bloc. Under this scheme, parallel branches in a module receive different inputs. Dependin on constraints posed over imposin that, branch (since each,, different interestin models can be realized. By = for all blocs, n each residual bloc will receive input from only one must be eir 0 or. At or end spectrum, if we set, = for all blocs, in each module i, n all connections would be active and we would obtain aain fixed ResNet architecture. In our experiments we found that best results are achieved for a middle round between se two extremes, i.e., by connectin each bloc to K branches where K is an inteer-valued hyperparameter such that < K <. We refer to this hyperparameter as fan-in a bloc. Finally, we note that it may be possible for a residual bloc in networ to become unused. This happens when bloc in module (i is such that = 0 for all =,...,. In this case, at end optimization we prune bloc without affectin function computed by networ, so as to reduce number parameters to store and to speed up inference. This implies that a variable branchin factor is learned adaptively for different depths in networ. 2.2 GATEONNET: learnin to connect branches We refer to our learnin alorithm as GATEONNET. It ointly optimizes a iven loss l with respect to both weihts networ (θ) and ates (). To learn binary parameters, we adopt a modified version bacpropaation, inspired by alorithm proposed by ourbariaux et al. [] to train neural networs with binary weihts. Durin trainin we store and update a real-valued version [0, ] branch ates, with entries clipped to lie in continuous interval from 0 to. At each iteration, we stochastically binarize real-valued branch ates into binary-valued vectors {0, } subect to constraint that it contains only K active entries, where K is a predefined inteer hyperparameter with K. In or words:, {0, }, =, = K {,..., } and i {,..., M}. Forward Propaation. In forward propaation, our alorithm first normalizes Alorithm GATEONNET trainin alorithm. real-valued ates for each bloc Input: a minibatch labeled examples (x i, y i ), : cardinality to sum up to (i.e., =, = so (number branches), K: fan-in (number active branch that Mult(,,,2,...,, ) defines a proper connections), η: learnin rate, l: loss over minibatch, multinomial distribution. Then, binary ate [0, ] : real-valued branch ates for bloc in module i from previous trainin iteration. is stochastically enerated by drawin K Output: updated distinct samples a, a 2,..., a K {,..., }. Forward Propaation: from multinomial distribution over Normalize real-valued ate to sum up to : branch connections. Finally, entries correspondin to K samples are activated in binary ate vector. The input activation volume to residual bloc is n computed accordin to Eq.. Bacward Propaation. In bacward propaation step, radient / y (i with respect to each branch output is obtained via bac-propaation from / x and binary ates., Gate Update. In update step, our alorithm computes radient with respect to binary branch ates. Then, it updates real-valued branch ates via radient descent. At this time we clip updated real-valued branch ates to constrain m to remain within valid interval [0, ].,,, for =,..., =, Reset binary ate: 0 Draw K distinct samples from multinomial ate distribution: a, a 2,..., a K Mult(,,,2,...,, ) Set active binary ate based on drawn samples:,a for =,..., K ompute output x ate, iven branch activations y (i : x =, y(i 2. Bacward Propaation: ompute x from y ompute y (i from 3. Parameter Update: ompute iven, x x, clip(, η ), and, and y (i 3

4 Architecture onnectivity Params Accuracy (%) D,w, Train Test Top- {29,,} Fixed-Full, K= [5] 0.6M 0.6M 3.52 Learned, K= 0.6M 0.65M 3.9 Learned, K= 0.6M 0.M 5.2 Fixed-Random, K= 0.6M 0.5M 2.5 Fiure 3: Varyin fan-in (K) our model, i.e., number active branches provided as input to each residual bloc. The plot reports accuracy achieved on IFAR- 0 usin a networ stac M =6ResNet modules havin cardinality =and bottlenec width w =. All models have same number parameters (0.2M). The best accuracy is obtained for K =. {29,6,} Fixed-Full, K= [5] 3.M 3.M 2.23 Learned, K= 3.M.5M 2.3 Learned, K= 3.M 32.M.05 Fixed-Random, K= 3.M 3.3M.96 Table : IFAR-0 accuracies achieved by different architectures usin: ( predefined full connectivity ResNet (Fixed-Full), (2) connectivity learned by our alorithm (Learned) and (3) fixed connectivity (Fixed-Random) defined by settin K = random active connections per branch. After oint trainin over θ and, we fine-tune weihts θ with fixed binary ates, by choosin as active connections for each bloc in module i those correspondin to top K values in. Pseudocode for our trainin procedure is iven in Alorithm. 3 Experiments We tested our approach on two imae cateorization datasets: IFAR-0 [] and ImaeNet [2]. Effect fan-in (K). Fiure 3 shows effect fan-in (K) on performance. The networ in this study has M = 6 residual modules, each havin cardinality = (number branches in each module). We trained and tested this architecture on IFAR-0 usin different fan-in values: K =,..,. Note that varyin K does not affect number parameters. We can see that best accuracy is achieved by connectin each residual bloc to K = branches out total = in each module. Usin a very low or very hih fan-in yields lower accuracy. Note that when settin K =, each ate is simply replaced by an element-wise addition outputs from all branches. This renders model equivalent to ResNet [5], which has fixed connectivity. Varyin architectures. In Table we show classification accuracy achieved on IFAR-0 with different architectures. For each architecture we report results obtained usin GATEONNET with fan-in K = and K =. We also include accuracy achieved with full (as opposed to learned) connectivity, which corresponds to ResNet. These results show that learnin connectivity produces consistently hiher accuracy than usin fixed connectivity, with accuracy ains up 2.2% compared to state---art ResNet model. For each architecture we also report results usin sparse random connectivity (Fixed-Random). For se models, each ate is set to have K = randomly-chosen active connections, and connectivity is ept fixed durin learnin parameters. We can see that accuracy se nets is a lot lower compared to our models, despite havin same connectivity density (K = ). This shows that our approach over ResNet are not due to sparser connectivity but y are rar due to learned connectivity. Parameter savins. Our proposed approach provides benefit automatically identifyin durin trainin residual blocs that are unnecessary. At end trainin, unused residual blocs can be pruned away. This yields savins in number parameters to store and in test-time computation. In Table, columns Train and Test under Params show oriinal number parameters (used durin trainin) and number parameters after prunin (used at test-time). Note that for biest architecture, our approach usin K = yields a parameter savin 0% compared to ResNet with full connectivity (.5M vs 3.M), while achievin same accuracy. Thus, in summary, usin fan-in K = ives models that have same number parameters as ResNet but y yield hiher accuracy; usin fan-in K = ives a sinificant savin in number parameters and accuracy on par with ResNet. Fiure 2 provides an illustration connectivity learned by GATEONNET for model {D = 29, w =, = } usin K = (left) and K = (riht). While ResNet feeds same input to all blocs a module, our alorithm learns different input pathways for each bloc and yields a branchin factor that varies alon depth. Lare-scale evaluation on ImaeNet. Finally, we evaluate our approach on lare-scale ImaeNet dataset [2]. We train our models on trainin set (.2M imaes) and evaluate m on validation set (50K imaes). For se experiments we set K = /2. We tried two architectures on this dataset. The first architecture ({D = 50, w =, = 32}) achieves a top- accuracy.% when usin fixed connectivity (ResNet), and 9.% when usin our learned connectivity. Similarly, for second architecture ({D =, w =, = 32}) accuracy is.% with fixed connectivity, while learnin connectivity with our alorithm yields an accuracy 9.3%.

5 References [] Matthieu ourbariaux, Yoshua Benio, and Jean-Pierre David. Binaryconnect: Trainin deep neural networs with binary weihts durin propaations. In Advances in Neural Information Processin Systems 2, Montreal, Quebec, anada, paes 33 3,. [2] Jia Den, Wei Don, Richard Socher, Li-Jia Li, Kai Li, and Fei-Fei Li. Imaenet: A lare-scale hierarchical imae database. In 09 IEEE omputer Society onference on omputer Vision and Pattern Reconition (VPR 09), -25 June 09, Miami, Florida, USA, paes 2 255, 09. [3] Kaimin He, ianyu Zhan, Shaoqin Ren, and Jian Sun. Deep residual learnin for imae reconition. In omputer Vision and Pattern Reconition (VPR), IEEE onference on,. [] Alex Krizhesvsy. Learnin multiple layers features from tiny imaes, 09. Technical Report [5] Sainin ie, Ross B. Girshic, Piotr Dollár, Zhuowen Tu, and Kaimin He. Areated residual transformations for deep neural networs. In IEEE onference on omputer Vision and Pattern Reconition, VPR,. 5

HIGH-QUALITY RECTIFIER BASED ON CUK CONVERTER IN DISCONTINUOUS CAPACITOR VOLTAGE MODE

HIGH-QUALITY RECTIFIER BASED ON CUK CONVERTER IN DISCONTINUOUS CAPACITOR VOLTAGE MODE HIGH-QUALITY RECTIFIER BASED ON CUK CONVERTER IN DISCONTINUOUS CAPACITOR VOLTAGE MODE G. Spiazzi*, L. Rossetto**, P. Mattavelli**, S. Buso* *Dept. of Electronics and Informatics, **Dept. of Electrical

More information

Design of Nonbinary LDPC Codes over GF(q) for Multiple-Antenna Transmission

Design of Nonbinary LDPC Codes over GF(q) for Multiple-Antenna Transmission 1 Desin of Nonbinary Codes over GF(q) for Multiple-Antenna Transmission Ron-Hui Pen and Ron-Ron Chen Dept. of Electrical and Computer Enineerin, University of Utah, Salt Lae City, UT 84112 Email: {pen,

More information

38123 Povo Trento (Italy), Via Sommarive 14 MONOPULSE COMPROMISE ARRAYS - A REVIEW. L. Manica, P. Rocca, and A.

38123 Povo Trento (Italy), Via Sommarive 14   MONOPULSE COMPROMISE ARRAYS - A REVIEW. L. Manica, P. Rocca, and A. UNIVERSITY OF TRENTO DIPARTIMENTO DI INGEGNERIA E SCIENZA DELL INFORMAZIONE 38123 Povo Trento (Italy), Via Sommarive 14 http://www.disi.unitn.it MONOPULSE COMPROMISE ARRAYS - A REVIEW L. Manica, P. Rocca,

More information

Three Phase Inverter Simulation using Sinusoidal PWM Technique

Three Phase Inverter Simulation using Sinusoidal PWM Technique Three Phase Inverter Simulation usin Sinusoidal PWM Technique Anubha Gupta UG Student, Dept. of, P University of Technoloy, handiarh, India ABSTRAT: This paper presents the simulation of three phase voltae

More information

Experimental demonstration of an Optical-Sectioning Compressive Sensing Microscope (CSM)

Experimental demonstration of an Optical-Sectioning Compressive Sensing Microscope (CSM) Experimental demonstration of an Optical-Sectionin Compressive Sensin Microscope (CSM) Yuehao Wu, 1,* Pen Ye, Iftehar O. Mirza, 1 Gonzalo R. Arce, 1 and Dennis W. Prather 1 1 Department of Electrical and

More information

Input Current Distortion of CCM Boost PFC Converters Operated in DCM

Input Current Distortion of CCM Boost PFC Converters Operated in DCM Input Current Distortion of CCM Boost PFC Converters Operated in DCM K. De Gussemé, D.M. Van de Sype, A.P. Van den Bossche and J.A. Melkebeek Electrical Enery Laboratory Department of Electrical Enery,

More information

RECENTLY, the CO 2 emission of information and communication. On-Demand Based Wireless Resources Trading for Green Communications

RECENTLY, the CO 2 emission of information and communication. On-Demand Based Wireless Resources Trading for Green Communications On-Demand Based Wireless Resources Tradin for Green Communications Wenchi Chen, Xi Zhan, Hailin Zhan, and Qian Wan Networkin and Information Systems Laboratory Dept. of Electrical and Computer Enineerin,

More information

Optimal Placement of Access Point in WLAN Based on a New Algorithm

Optimal Placement of Access Point in WLAN Based on a New Algorithm Optimal Placement of Access Point in WLAN Based on a New Alorithm S. Kouhbor, Julien Uon, Alex Kruer, Alex Rubinov School of Information Technoloy and Mathematical Sciences University of Ballarat, Ballarat,

More information

A Novel Asymmetric Coded Placement in Combination Networks with end-user Caches

A Novel Asymmetric Coded Placement in Combination Networks with end-user Caches A Novel Asymmetric Coded Placement in Combination Networks with end-user Caches Kai Wan, Daniela Tuninetti, Minyue Ji, Pablo Piantanida, L2S CentraleSupélec-CNRS-Université Paris-Sud, France, {kai.wan,

More information

Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, May This material is posted here

Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, May This material is posted here Copyriht 7 Year IEEE. eprinted from ISCAS 7 International Symposium on Circuits and Systems, 7-3 May 7. This material is posted here with permission of the IEEE. Such permission of the IEEE does not in

More information

DIFFERENTIAL EVOLUTION ALGORITHM FOR OPTI- MIZING THE CONFLICTING PARAMETERS IN TIME- MODULATED LINEAR ARRAY ANTENNAS

DIFFERENTIAL EVOLUTION ALGORITHM FOR OPTI- MIZING THE CONFLICTING PARAMETERS IN TIME- MODULATED LINEAR ARRAY ANTENNAS Proress In Electromanetics Research B, Vol. 51, 101 118, 2013 DIFFERENTIAL EVOLUTION ALGORITHM FOR OPTI- MIZING THE CONFLICTING PARAMETERS IN TIME- MODULATED LINEAR ARRAY ANTENNAS S. K. Mandal *, G. K.

More information

Constant-Power CMOS LC Oscillators Using High-Q Active Inductors

Constant-Power CMOS LC Oscillators Using High-Q Active Inductors Constant-Power CMOS LC Oscillators Usin Hih-Q Active Inductors JYH-NENG YANG, 2, MING-JEUI WU 2, ZEN-CHI HU 2, TERNG-REN HSU, AND CHEN-YI LEE. Department of Electronics Enineerin and Institute of Electronics

More information

Analysis of the vertical load bearing capacity and settlement of a pile group

Analysis of the vertical load bearing capacity and settlement of a pile group Enineerin manual No. 17 Updated: 07/2018 Analysis of the vertical load bearin capacity and settlement of a pile roup Proram: Soubor: Pile Group Demo_manual_17.sp The objective of this enineerin manual

More information

Coupled Transmission Lines as Impedance Transformer

Coupled Transmission Lines as Impedance Transformer Downloaded from orbit.dtu.dk on: Jul 3, 8 Coupled Transmission ines as Impedance Transformer Jensen, Thomas; hurbenko, Vitaliy; Krozer, Viktor; Meincke, Peter Published in: IEEE Transactions on Microwave

More information

Scheduling Combination Optimization Research for Bus Lane Line

Scheduling Combination Optimization Research for Bus Lane Line TELKOMNIKA Indonesian Journal of Electrical Enineerin Vol., No., January 04, pp. 809 ~ 87 DOI: http://dx.doi.or/0.59/telomnia.vi.36 809 Schedulin Combination Optimization Research for Bus Lane Line Hao

More information

INFORMATION about image authenticity can be used in

INFORMATION about image authenticity can be used in 1 Constrained Convolutional Neural Networs: A New Approach Towards General Purpose Image Manipulation Detection Belhassen Bayar, Student Member, IEEE, and Matthew C. Stamm, Member, IEEE Abstract Identifying

More information

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS Kuan-Chuan Peng and Tsuhan Chen Cornell University School of Electrical and Computer Engineering Ithaca, NY 14850

More information

Matching Networks and Transmission Lines

Matching Networks and Transmission Lines 3/12/27 Matchin s and Transmission ines 1/7 Matchin s and Transmission ines Recall that a primary purpose of a transmission line is to allow the transfer of power from a source to a load. V in Q: So, say

More information

Paul F. Sydney, Charles J. Wetterer Integrity Applications Incorporated / Pacific Defense Solutions ABSTRACT 1. INTRODUCTION

Paul F. Sydney, Charles J. Wetterer Integrity Applications Incorporated / Pacific Defense Solutions ABSTRACT 1. INTRODUCTION Efficient Photometry In-Frame Calibration (EPIC) Gaussian Corrections for Automated Backround Normalization of Rate-Tracked Satellite Imaery Jacob D. Griesbach, Joseph D. Gerber Applied Defense Solutions,

More information

sensors ISSN

sensors ISSN Sensors 2009, 9, 4766-4788; doi:10.3390/s90604766 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Optimization-Based Channel Constrained Data Areation Routin Alorithms in Multi-Radio

More information

Application of Artificial Intelligence in Industrial Design

Application of Artificial Intelligence in Industrial Design Application of Artificial Intellience in Industrial Desin Hui Ma Anhui Wenda information Enineerin Institute, Hefei, Anhui 231201, China Abstract This paper discusses the concept, cateory and characteristics

More information

Simulation of Soft-Switched Three-Phase Inverter for RL and Induction Motor Load

Simulation of Soft-Switched Three-Phase Inverter for RL and Induction Motor Load imulation of oft-witched Three-Phase Inverter for RL and Induction Motor Load Pratibha Thakur PG cholar epartment of Electrical Enineerin amrat Ashok Technoloical Institute Vidisha, (M.P) India anjeev

More information

Tiny ImageNet Challenge Investigating the Scaling of Inception Layers for Reduced Scale Classification Problems

Tiny ImageNet Challenge Investigating the Scaling of Inception Layers for Reduced Scale Classification Problems Tiny ImageNet Challenge Investigating the Scaling of Inception Layers for Reduced Scale Classification Problems Emeric Stéphane Boigné eboigne@stanford.edu Jan Felix Heyse heyse@stanford.edu Abstract Scaling

More information

Self-heating and memory effects in RF power amplifiers explained through electrothermal

Self-heating and memory effects in RF power amplifiers explained through electrothermal Aalbor Universitet Self-heatin and memory effects in RF power amplifiers explained throuh electrothermal Wei, Wei; Jensen, Ole Kiel; Mikkelsen, Jan Hvolaard Published in: IEEE Press DOI (link to publication

More information

A Laboratory Exercise to Estimate the Figure of Merit Index of Power MOSFETs

A Laboratory Exercise to Estimate the Figure of Merit Index of Power MOSFETs A Laboratory Exercise to Estimate the Fiure of Merit Index of Power MOSFETs ELENA NICULESCU*, DORINA-MIOARA PURCARU*, MARIAN MARIA** and MARIUS- CRISTIAN NICULESCU*** *Department of Electronics and Instrumentation

More information

Multichannel Cognitive Cross Layer Optimization for Improved Video Transmission

Multichannel Cognitive Cross Layer Optimization for Improved Video Transmission Journal of Computer Science, 9 (1): 43-54, 2013 ISSN 1549-3636 2013 M. Thirunavukkarasu et al., This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license doi:10.3844/jcssp.2013.43.54

More information

A DYNAMIC LATCHED COMPARATOR WITH BUILT-IN OFFSET CALIBRATION. Cui, Ji; Tani, Sadahiro; Ohara, Kenji; Hirai, Yusaku; Matsuoka, Toshimasa

A DYNAMIC LATCHED COMPARATOR WITH BUILT-IN OFFSET CALIBRATION. Cui, Ji; Tani, Sadahiro; Ohara, Kenji; Hirai, Yusaku; Matsuoka, Toshimasa Title Author(s) Citation A DYNAMIC LATCHED COMPARATOR WITH BUILT-IN OFFSET CALIBRATION Cui, Ji; Tani, Sadahiro; Ohara, Kenji; Hirai, Yusaku; Matsuoka, Toshimasa Far East Journal of Electronics and Communications.

More information

Direct-Estimation of Sea State Bias in Hy-2 Based on a Merged Dataset

Direct-Estimation of Sea State Bias in Hy-2 Based on a Merged Dataset International Conference on Computer Information Systems and Industrial Applications (CISIA 2015) Direct-Estimation of Sea State Bias in Hy-2 Based on a Mered Dataset X. Wan H.L. Miao *Correspondin author

More information

A Greedy Strategy for Tracking a Locally Predictable Target among Obstacles

A Greedy Strategy for Tracking a Locally Predictable Target among Obstacles Proceedins of the 2006 IEEE International Conference on Robotics and Automation Orlando, Florida - May 2006 A Greedy Stratey for Trackin a Locally Predictable Taret amon Obstacles Tirthankar Bandyopadhyay,

More information

An FPGA-Based Processor for Shogi Mating Problems

An FPGA-Based Processor for Shogi Mating Problems An FPGA-ased Processor for Shoi Matin Problems Youhei Hori, Masashi Sonoyama and Tsutomu Maruyama Institute of Enineerin Mechanics and Systems, University of Tsukuba 1-1-1, Ten-nou-dai, Tsukuba, Ibaraki,

More information

Iterative and One-shot Conferencing in Relay Channels

Iterative and One-shot Conferencing in Relay Channels Iterative and One-shot onferencin in Relay hannels hris T. K. N, Ivana Maric, Andrea J. Goldsmith, Shlomo Shamai (Shitz) and Roy D. Yates Dept. of Electrical Enineerin, Stanford University, Stanford, A

More information

Application Morphological for Vehicle License Plate Recognition

Application Morphological for Vehicle License Plate Recognition International Journal of Enineerin and Technical Research (IJETR) ISSN: 232-869 (O) 2454-4698 (P), Volume-4, Issue-3, March 26 Application Morpholoical for Vehicle License Plate Reconition Ron-Choi Lee,

More information

A New Ranging Technique for IEEE e Uplink

A New Ranging Technique for IEEE e Uplink I.J. Wireless and icrowave Technoloies, 011, 4, 19-6 Published Online Auust 011 in ECS (http://www.mecs-press.net) DOI: 10.5815/ijwmt.011.04.03 Available online at http://www.mecs-press.net/ijwmt A ew

More information

Decoding Shortened Reed Solomon Codes at Bit Level

Decoding Shortened Reed Solomon Codes at Bit Level Ta-Hsian Hu, Min-Hua Chan Decodin Shortened Reed Solomon Codes at Bit Level Ta-Hsian Hu Department of Electrical Enineerin, Da-Yeh University, Chanhua,Taiwan 55, R.O.C. thhu@mail.dyu.edu.tw Min-Hua Chan

More information

Radio Deep Learning Efforts Showcase Presentation

Radio Deep Learning Efforts Showcase Presentation Radio Deep Learning Efforts Showcase Presentation November 2016 hume@vt.edu www.hume.vt.edu Tim O Shea Senior Research Associate Program Overview Program Objective: Rethink fundamental approaches to how

More information

A Novel Joint Synchronization Algorithm for OFDM Systems Based on Single Training Symbol

A Novel Joint Synchronization Algorithm for OFDM Systems Based on Single Training Symbol A Novel Joint Synchronization Alorithm for OFDM Systems Based on Sinle Trainin Symbol 1 Hailon Zhao, Youjian Liu, 3 Jian Zhan, 4 Jie Zhou *1, Correspondin Author,3,4 Institute of Electronic Enineerin,

More information

Exploiting Path/Location Information for Connection Admission Control in Cellular Networks

Exploiting Path/Location Information for Connection Admission Control in Cellular Networks Exploitin Path/Location Information for Connection Admission Control in Cellular Networks Sunhyun Choi Philips Research Briarcliff Manor, New York sunhyun.choi@philips.com Kan G. Shin The University of

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

Filtration behaviour of woven and nonwoven fabrics

Filtration behaviour of woven and nonwoven fabrics Indian Journal of Fibre & Textile Research Vol. 32, June 2007, pp. 214-220 Filtration behaviour of woven and nonwoven fabrics V K Kothari a, A Das & S Sinh Department of Textile Technoloy, Indian Institute

More information

arxiv: v1 [cs.lg] 2 Jan 2018

arxiv: v1 [cs.lg] 2 Jan 2018 Deep Learning for Identifying Potential Conceptual Shifts for Co-creative Drawing arxiv:1801.00723v1 [cs.lg] 2 Jan 2018 Pegah Karimi pkarimi@uncc.edu Kazjon Grace The University of Sydney Sydney, NSW 2006

More information

Low-Complexity Space Time Frequency Scheduling for MIMO Systems With SDMA

Low-Complexity Space Time Frequency Scheduling for MIMO Systems With SDMA IEEE TRANSACTIONS ON VEHICULAR TECHNOLOY, VOL. 56, NO. 5, SEPTEMBER 2007 2775 Low-Complexity Space Time Frequency Schedulin for MIMO Systems With SDMA Martin Fuchs, iovanni Del aldo, and Martin Haardt

More information

EE 435 Lecture 12. OTA circuits. Cascaded Amplifiers. -- Stability Issues. -- Two-Stage Op Amp Design

EE 435 Lecture 12. OTA circuits. Cascaded Amplifiers. -- Stability Issues. -- Two-Stage Op Amp Design EE 435 Lecture 12 OTA circuits Cascaded Amplifiers -- Stability Issues -- Two-Stae Op Amp Desin Review from last lecture: Current Mirror Op Amp W/O CMFB DD M : 1 1 : M M meq m1 Often termed an OTA I T

More information

An Adaptive Multi-Sensor Positioning System for Personal Navigation

An Adaptive Multi-Sensor Positioning System for Personal Navigation An Adaptive Multi-Sensor Positionin System for Personal Naviation Heidi Kuusniemi, Ruizhi Chen, Jinbin Liu, Yuwei Chen, Lin Pei, Wei Chen Department of Naviation and Positionin, Finnish Geodetic Institute,

More information

PDm200B High Performance Piezo Driver

PDm200B High Performance Piezo Driver PDm200B Hih Performance Piezo Driver The PDm200B is a hih-performance power supply and linear amplifier module for drivin piezoelectric actuators. The output voltae rane can be switched between bipolar

More information

Realization of current-mode KHN-equivalent biquad filter using ZC-CFTAs and grounded capacitors

Realization of current-mode KHN-equivalent biquad filter using ZC-CFTAs and grounded capacitors Indian Journal of Pure & Applied Physics Vol. 49, December, pp. 84-846 Realiation of current-mode KHN-equivalent biquad filter usin ZC-CFTAs and rounded capacitors Jetsdaporn Satansup & Worapon Tansrirat*

More information

Intelligent energy saving in the home: a user centred design perspective

Intelligent energy saving in the home: a user centred design perspective Louhborouh University Institutional Repository Intellient enery savin in the home: a user centred desin perspective This item was submitted to Louhborouh University's Institutional Repository by the/an

More information

Dual-mode Multiphase Sinusoidal Oscillator using CDBAs

Dual-mode Multiphase Sinusoidal Oscillator using CDBAs Dual-mode Multiphase Sinusoidal Oscillator usin DBAs D. Pulsub and W. Surakampontorn Faculty of Enineerin, in Monkut s Institute of Technoloy Ladkraban (MITL), Ladkraban, Bankok 1050, THAILAD E-mail: tump555@hotmail.com,

More information

Design of A Novel Inductor less Low Noise Amplifier

Design of A Novel Inductor less Low Noise Amplifier International Journal of Computer Sciences and Enineerin Open Access esearch Paper Volume-4, Issue- E-ISSN: 347-693 Desin of A Novel Inductor less Low Noise Amplifier Parisa Tahizadeh, Abbas Kamaly*, Department

More information

High-accuracy measurement of 240-m distance in an optical tunnel by use of a compact femtosecond laser

High-accuracy measurement of 240-m distance in an optical tunnel by use of a compact femtosecond laser Hih-accuracy measurement of 240-m distance in an optical tunnel by use of a compact femtosecond laser Kaoru Minoshima and Hirokazu Matsumoto A hih-accuracy optical distance meter with a mode-locked femtosecond

More information

Application Note AN M102. FTIR Microscopic Identification of Fibers

Application Note AN M102. FTIR Microscopic Identification of Fibers Application Note AN M102 FTIR Microscopic Identification of Fibers Introduction The identification of fibers is of hih importance in forensic science as it can yield trace evidence in a criminal case.

More information

Next generation of performance-critical motors for submersible and subsea applications

Next generation of performance-critical motors for submersible and subsea applications Next eneration of performance-critical motors for submersible and subsea applications Performance-critical topside and subsea solutions for the harshest offshore environments Hayward Tyler desins, manufactures

More information

Cascode Configuration

Cascode Configuration EE 330 Lecture 34 Some dditional nalo Circuits The Cascode Confiuration Darlinton Confiuration Other Special Confiurations The Differential mplifier Cascade mplifiers mplifier Biasin Diital Loic Review

More information

TIME-VARIED-GAIN CORRECTION FOR DIGITAL ECHOSOUNDERS.

TIME-VARIED-GAIN CORRECTION FOR DIGITAL ECHOSOUNDERS. TIME-VARIED-GAIN CORRECTION FOR DIGITAL ECHOSOUNDERS. PACS REFERENCE:.6.Qv,..Gv MOSZYNSKI Marek, STEPNOWSKI Andrzej Gdansk University of Technoloy ul. Narutowicza / Gdansk Poland Tel: +8 8 799 Fax: +8

More information

Photonic Analog-to-Digital Conversion

Photonic Analog-to-Digital Conversion Photonic Analo-to-Diital Conversion Patrick T. Callahan, Michael L. Dennis, and Thomas R. Clark Jr. he analo-to-diital converter () performs the crucial transformation of physical electromanetic sinals

More information

Structures of Needle Roller Cages for General Usage

Structures of Needle Roller Cages for General Usage Structure and Features eedle Roller aes for General Usae are bearins which display excellent performance. eedle rollers with extremely small dimensional variations in diameter are incorporated and retained

More information

Analysis of Active Feedback and its Influence on UWB Low Noise Amplifier

Analysis of Active Feedback and its Influence on UWB Low Noise Amplifier Volume 89 No 8, March 04 Analysis of Active Feedback and its Influence on UWB Low Noise Amplifier P.Keerthana PG Student Dept. of ECE SSN Collee of Enineerin, Chennai, India. J.Raja Professor Dept. of

More information

Evaluation of false-twist textured yarns by image processing

Evaluation of false-twist textured yarns by image processing Indian Journal of Fibre & Textile Research Vol. 40, December 2015, pp. 399-404 Evaluation of false-twist textured yarns by imae processin P Ghaderpanah, F Mokhtari a & M atifi Textile Enineerin Department,

More information

A Novel Resistive Capacitive Feedback Trans-impedance Amplifier Optimization Using IPSO Algorithm

A Novel Resistive Capacitive Feedback Trans-impedance Amplifier Optimization Using IPSO Algorithm 3 International Journal of Smart Electrical Enineerin, Vol., No.,Winter 6 ISSN: -946 pp.3:9 EISSN: 34-6 A Novel Resistive Capacitive eedback Trans-impedance Amplifier Optimization Usin IPSO Alorithm Hamid

More information

2758 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 65, NO. 11, JUNE 1, 2017

2758 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 65, NO. 11, JUNE 1, 2017 2758 IEEE TRASACTIOS O SIGAL ROCESSIG, VOL. 65, O. 11, JUE 1, 2017 Multiple-Input Multiple-Output OFDM With Index Modulation: Low-Complexity Detector Desin Beixion Zhen, Miaowen Wen, Member, IEEE, Erturul

More information

A Pedagogical Approach for Modeling and Simulation of Switching Mode DC-DC Converters for Power Electronics Course

A Pedagogical Approach for Modeling and Simulation of Switching Mode DC-DC Converters for Power Electronics Course TEKOMNIKA Indonesian Journal of Electrical Enineerin Vol., No.6, October 22, pp. 39~326 39 A Pedaoical Approach for Modelin and Simulation of Switchin Mode DC-DC Converters for Power Electronics Course

More information

EE 435 Lecture 11. Current Mirror Op Amps -- Alternative perspective -- Loop phase-shift concerns. OTA circuits

EE 435 Lecture 11. Current Mirror Op Amps -- Alternative perspective -- Loop phase-shift concerns. OTA circuits EE 435 Lecture 11 Current Mirror Op Amps -- Alternative perspective -- Loop phase-shift concerns OTA circuits Review from last lecture: Current Mirror Op Amp W/O CMFB DD M : 1 1 : M M meq m1 Often termed

More information

ROBUST INTEGRATED INS/RADAR ALTIMETER ACCOUNTING FAULTS AT THE MEASUREMENT CHANNELS. Ch. Hajiyev, R.Saltoglu. (Istanbul Technical University)

ROBUST INTEGRATED INS/RADAR ALTIMETER ACCOUNTING FAULTS AT THE MEASUREMENT CHANNELS. Ch. Hajiyev, R.Saltoglu. (Istanbul Technical University) CAS 2002 CONGESS OBUS NEGAED NS/ADA ALMEE ACCOUNNG FAULS A HE MEASUEMEN CHANNELS Ch. Hajiyev,.Saltolu (stanbul echnical University) Keywords: nterated Naviation, NS/adar Altimeter, obust Kalman Fillter,

More information

Analog Integrated Circuits. Lecture 6: Noise Analysis

Analog Integrated Circuits. Lecture 6: Noise Analysis Analo Interated Circuits Lecture 6: Noise Analysis ELC 60 Fall 03 Dr. Ahmed Nader Dr. Mohamed M. Aboudina anader@ieee.or maboudina@mail.com Department of Electronics and Communications Enineerin Faculty

More information

Research Article Group-Orthogonal Code-Division Multiplex: A Physical-Layer Enhancement for IEEE n Networks

Research Article Group-Orthogonal Code-Division Multiplex: A Physical-Layer Enhancement for IEEE n Networks Hindawi Publishin Corporation EURASIP Journal on Wireless Communications and Networkin Volume 2010, Article ID 483758, 10 paes doi:101155/2010/483758 Research Article Group-Orthoonal Code-Division Multiplex:

More information

Scalable Video Multicast for Multi-Cell Cellular Wireless Networks

Scalable Video Multicast for Multi-Cell Cellular Wireless Networks Journal of Communications Vol. 0, No. 9, September 05 Scalable Video Multicast for Multi-Cell Cellular Wireless Networks Hun-Bin Chan, Izhak Rubin, and Ofer Hadar Electrical Enineerin Department, University

More information

AUGMENTED CONVOLUTIONAL FEATURE MAPS FOR ROBUST CNN-BASED CAMERA MODEL IDENTIFICATION. Belhassen Bayar and Matthew C. Stamm

AUGMENTED CONVOLUTIONAL FEATURE MAPS FOR ROBUST CNN-BASED CAMERA MODEL IDENTIFICATION. Belhassen Bayar and Matthew C. Stamm AUGMENTED CONVOLUTIONAL FEATURE MAPS FOR ROBUST CNN-BASED CAMERA MODEL IDENTIFICATION Belhassen Bayar and Matthew C. Stamm Department of Electrical and Computer Engineering, Drexel University, Philadelphia,

More information

EE 435. Lecture 17. Compensation of Feedback Amplifiers

EE 435. Lecture 17. Compensation of Feedback Amplifiers EE 435 Lecture 17 Compensation of Feedback Amplifiers . Review from last lecture. Can now use these results to calculate poles of Basic Two-stae Miller Compensated Op Amp From small sinal analysis: A s

More information

A Constituent Codes Oriented Code Construction Scheme for Polar Code-Aim to Reduce the Decoding Latency

A Constituent Codes Oriented Code Construction Scheme for Polar Code-Aim to Reduce the Decoding Latency A Constituent Codes Oriented Code Construction Scheme or Polar Code-Aim to Reduce the Decodin Latency arxiv:1612.02545v3 [cs.it] 20 Sep 2017 Abstract This paper proposes a polar code construction scheme

More information

Power Quality Improvement of Utility Current in Grid Connected Photovoltaic System by Active Filters

Power Quality Improvement of Utility Current in Grid Connected Photovoltaic System by Active Filters IJMTST Volume: 2 Issue: 1 October 216 ISSN: 24553778 Power Quality Improvement of Utility urrent in Grid onnected Photovoltaic System by ctive Filters Kola Yekanth 1 K. Venkata Kishore 2 Dr. N. Sambasiva

More information

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015)

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) 3rd International Conference on Machinery, Materials and Information Technoloy Applications (ICMMITA 05) Research on the Resonance Analysis of Clustered Grid-connected Distributed Photovoltaic System based

More information

Tunnel FET-Based Ultra-Low Power, Low-Noise Amplifier Design for Bio-signal Acquisition 1 Huichu Liu 4 Suman Datta

Tunnel FET-Based Ultra-Low Power, Low-Noise Amplifier Design for Bio-signal Acquisition 1 Huichu Liu 4 Suman Datta Tunnel FET-Based Ultra-Low Power, Low- Desin for Bio-sinal Acquisition 1 Huichu Liu 4 Suman Datta 1,4 Electrical Enineerin Dept., Pennsylvania State University, PA, 1682, USA 1 hxl249@psu.edu, 4 sdatta@enr.psu.edu

More information

Computer Vision Lecture 3

Computer Vision Lecture 3 Demo Haribo Classification Computer Vision Lecture 3 Linear Filters 3..25 Bastian Leibe RWTH Aachen http://www.vision.rwth-aachen.de leibe@vision.rwth-aachen.de Code available on the class website... 3

More information

UC Irvine UC Irvine Previously Published Works

UC Irvine UC Irvine Previously Published Works UC Irvine UC Irvine Previously Published Works Title A cost-effective three-phase rid-connected inverter with maximum power point trackin Permalink https://escholarship.or/uc/item/0d7f1wr Authors Chen,

More information

Design and implementation of a high-voltage highfrequency pulse power generation system for plasma applications

Design and implementation of a high-voltage highfrequency pulse power generation system for plasma applications AC ES009 esin and implementation of a hihvoltae hihfrequency pulse power eneration system for plasma applications M. T. Tsai. epartment of Electrical Enineerin, Southern Taiwan University Tainan, Taiwan,

More information

Improved Artificial Potential Field Based Ant Colony Optimization for Path Planning

Improved Artificial Potential Field Based Ant Colony Optimization for Path Planning Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computin A Monthly Journal of Computer Science and Information Technoloy ISSN 3 88X IMPACT ACTOR: 6.17 IJCSMC, Vol.

More information

Chapter 7. Gate Drive circuit Design

Chapter 7. Gate Drive circuit Design Chapter 7 Gate Drive circuit Desin CONTENTS Pae 1 IGBT drive conditions and main characteristics 7-2 2 Drive current 7-5 3 Settin dead-time 7-7 4 Concrete examples of drive circuits 7-9 5 Drive circuit

More information

Performance Evaluation of different α value for OFDM System

Performance Evaluation of different α value for OFDM System Performance Evaluation of different α value for OFDM System Dr. K.Elangovan Dept. of Computer Science & Engineering Bharathidasan University richirappalli Abstract: Orthogonal Frequency Division Multiplexing

More information

Crosstalk Reduction Using a New Adaptive Noise Canceller

Crosstalk Reduction Using a New Adaptive Noise Canceller Crosstalk Reuction Usin a New Aaptive Noise Canceller ZAYED RAADAN an ALEXANDER POULARIKAS Electrical an Computer Enineerin Department The University of Alabama in Huntsville Huntsville, AL 35899 USA Abstract:

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

A New Architecture for Rail-to-Rail Input Constant-g m CMOS Operational Transconductance Amplifiers

A New Architecture for Rail-to-Rail Input Constant-g m CMOS Operational Transconductance Amplifiers A New Architecture for Rail-to-Rail Input Constant- m CMOS Operational Transconductance Amplifiers Mohammad M. Ahmadi Electrical Enineerin Dept. Sharif University of Technoloy. Azadi Ave., Tehran, Iran

More information

CMOS Fully Differential Feedforward-Regulated Folded Cascode Amplifier

CMOS Fully Differential Feedforward-Regulated Folded Cascode Amplifier MOS Fully Differential Feedforward-Reulated Folded ascode Amplifier Edinei Santin, Michael Fiueiredo, João Goes and Luís B. Oliveira Departamento de Enenharia Electrotécnica / TS UNINOVA Faculdade de iências

More information

Generalized Game Trees

Generalized Game Trees Generalized Game Trees Richard E. Korf Computer Science Department University of California, Los Angeles Los Angeles, Ca. 90024 Abstract We consider two generalizations of the standard two-player game

More information

Design and Simulation of Single-Phase Three-Level, Four-Level and Five-Level Inverter Fed Asynchronous Motor Drive with Diode Clamped Topology

Design and Simulation of Single-Phase Three-Level, Four-Level and Five-Level Inverter Fed Asynchronous Motor Drive with Diode Clamped Topology International Journal of nineerin Trends and Technoloy (IJTT) Volume 12 Number 1 - Jun 214 Desin and Simulation of Sinle-Phase Three-Level, Four-Level and Five-Level Inverter Fed Asynchronous Motor Drive

More information

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO Introduction to RNNs for NLP SHANG GAO About Me PhD student in the Data Science and Engineering program Took Deep Learning last year Work in the Biomedical Sciences, Engineering, and Computing group at

More information

High Q Active Inductors Apply in A 2.4GHz Bandpass Filter

High Q Active Inductors Apply in A 2.4GHz Bandpass Filter Proceedins of the 6th WSEAS International Conference on Instrumentation, Measurement, Circuits & Systems, Hanzhou, China, April 15-17, 7 158 Hih Q Active Inductors Apply in A.4GHz Bandpass Filter Jenn-Tzer

More information

Iterative Joint Source/Channel Decoding for JPEG2000

Iterative Joint Source/Channel Decoding for JPEG2000 Iterative Joint Source/Channel Decoding for JPEG Lingling Pu, Zhenyu Wu, Ali Bilgin, Michael W. Marcellin, and Bane Vasic Dept. of Electrical and Computer Engineering The University of Arizona, Tucson,

More information

ANALYSIS OF MULTILEVEL INVERTER IN DIFFERENT LEVELS

ANALYSIS OF MULTILEVEL INVERTER IN DIFFERENT LEVELS K A BABU, et al, International Journal of omputers lectrical and Advanced ommunication nineerin [IJA] TM Volume, Issue 6, PP:, DMBR 04. ANALYSIS OF MULTILVL INVRTR IN DIFFRNT LVLS K ANIL BABU *, V SINGARAIAH

More information

ESMT/EMP Preliminary EMP8021

ESMT/EMP Preliminary EMP8021 600mA CMOS Linear Reulator General Description The EMP8021 low-dropout (LDO) CMOS linear reulators Applications Wireless handsets feature low output voltae noise (63µV), low quiescent current (50µA), and

More information

Attention-based Multi-Encoder-Decoder Recurrent Neural Networks

Attention-based Multi-Encoder-Decoder Recurrent Neural Networks Attention-based Multi-Encoder-Decoder Recurrent Neural Networks Stephan Baier 1, Sigurd Spieckermann 2 and Volker Tresp 1,2 1- Ludwig Maximilian University Oettingenstr. 67, Munich, Germany 2- Siemens

More information

Chapter 4. Junction Field Effect Transistor Theory and Applications

Chapter 4. Junction Field Effect Transistor Theory and Applications Chapter 4 Junction Field Effect Transistor Theory and Applications 4.0 ntroduction Like bipolar junction transistor, junction field effect transistor JFET is also a three-terinal device but it is a unipolar

More information

Reduction in Total Harmonic Distortion by Multilevel Inverters and Passive Filter

Reduction in Total Harmonic Distortion by Multilevel Inverters and Passive Filter International Journal of nineerin Research and Reviews IN 2348-697X (Online) Reduction in Total Harmonic istortion by Multilevel Inverters and Passive Filter Apurva Tomar M (ontrol ystem), epartment of

More information

Detection and Segmentation. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 11 -

Detection and Segmentation. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 11 - Lecture 11: Detection and Segmentation Lecture 11-1 May 10, 2017 Administrative Midterms being graded Please don t discuss midterms until next week - some students not yet taken A2 being graded Project

More information

Comparison of LNA Topologies for WiMAX Applications in a Standard 90-nm CMOS Process

Comparison of LNA Topologies for WiMAX Applications in a Standard 90-nm CMOS Process 2010 12th International Conference on Computer Modellin and Simulation Comparison of LNA Topoloies for WiMAX Applications in a Standard 90-nm CMOS Process Michael Anelo G. Lorenzo Electrical and Electronics

More information

Characterizing the Effects of Ionospheric Divergence and Decorrelation on LAAS

Characterizing the Effects of Ionospheric Divergence and Decorrelation on LAAS Characterizin the Effects of Ionospheric Diverence and Decorrelation on LAAS Boris Pervan *, Sam Pullen, John Andreacchi *, and Per Ene * Illinois Institute of Technoloy Stanford University BIOGRAPHIES

More information

A Deep Learning Approach To Universal Image Manipulation Detection Using A New Convolutional Layer

A Deep Learning Approach To Universal Image Manipulation Detection Using A New Convolutional Layer A Deep Learning Approach To Universal Image Manipulation Detection Using A New Convolutional Layer ABSTRACT Belhassen Bayar Drexel University Dept. of ECE Philadelphia, PA, USA bb632@drexel.edu When creating

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANS in NATURAL and APPLID SINS ISSN: 995-77 Published BYANSI Publication ISSN: 998-9 http://www.aensiweb.com/anas 7 May (7): paes 9-99 Open Access Journal Phase Disposition Pwm Based Reduced Switch

More information

A High-Gain, Low-Noise GHz Ultra-Wideband LNA in a 0.18μm CMOS

A High-Gain, Low-Noise GHz Ultra-Wideband LNA in a 0.18μm CMOS Majlesi Journal of Electrical Enineerin Vol., No., June 07 A Hih-Gain, Low-Noise 3. 0.6 GHz Ultra-Wideband LNA in a Behnam Babazadeh Daryan, Hamid Nooralizadeh * - Department of Electrical Enineerin, Islamshahr

More information

Research Article Equalization Technique for Balancing the Modulation Ratio Characteristics of the Single-Phase-to-Three-Phase Matrix Converter

Research Article Equalization Technique for Balancing the Modulation Ratio Characteristics of the Single-Phase-to-Three-Phase Matrix Converter Scientific Prorammin Volume 216, Article ID 6187926, 1 paes http://dx.doi.or/1.11/216/6187926 Research Article Equalization Technique for Balancin the Modulation Ratio Characteristics of the Sinle-Phase-to-Three-Phase

More information

Robust phase-shift-keying Silicon photonic modulator

Robust phase-shift-keying Silicon photonic modulator Robust phase-shift-keyin Silicon photonic modulator Donald Adams, * Abdelsalam Aboketaf, and Stefan Preble Microsystems Enineerin, Rochester Institute of Technoloy, 77 Lomb Memorial Dr., Rochester, New

More information

Total Harmonic Distortion Analysis of Multilevel Inverter Fed To Induction Motor Drive With PV-Battery Hybrid System

Total Harmonic Distortion Analysis of Multilevel Inverter Fed To Induction Motor Drive With PV-Battery Hybrid System CH. Anusha Int. Journal of Enineerin Research and Applications IN : 48-96, Vol. 4, Issue 1( Part 3), ecember 014, pp.169-173 REEARCH ARTICLE OPEN ACCE Total Harmonic istortion Analysis of Multilevel Inverter

More information