Terahertz Spectroscopic Material Identification Using Approximate Entropy and Deep Neural Network

Size: px
Start display at page:

Download "Terahertz Spectroscopic Material Identification Using Approximate Entropy and Deep Neural Network"

Transcription

1 Terahertz Spectroscopic Materia Identification Using Approximate Entropy and Deep Neura Network Yichao Li 1, Xiaoping A. Shen 2, Robert L. Ewing 3, and Jia Li 4 1 Schoo of Eectrica Engineering and Computer Science, Ohio University Athens, OH USA 2 Department of Mathematics, Ohio University, Athens, OH 45701, USA 3 Sensors Directorate, Wright-Patterson Air Force Base, Dayton, Ohio , USA 4 Schoo of Engineering and Computer Science, Oakand University, Rochester, MI Emais: Xiaoping Shen<shenx@ohio.edu>, Jia Li< i4@oakand.edu> Abstract Terahertz spectroscopy and imaging are a rapidy deveoped technique with important appications in many areas, such as medica imaging, security, chemistry, biochemistry, astronomy, communications, and manufacturing, to name a few. However, terahertz spectroscopy and imaging produce excessivey high dimensiona data which is prohibitive for common methods deveoped in the area of image processing. In this paper, we report our recent study on a nove cassifier based on feature extraction using approximate entropy (ApEn). The cassifier is initiated by anayzing the compexity of the terahertz spectrum, which is then combined with a deep neura network for materia cassification. Experimenta resuts show that approximate entropy based features have high sensitive for detecting meta matrix composites, the accuracy of identification is up to 96.3%. Reated agorithms for ApEn feature extraction and materia cassification are iustrated. An optima parameterembedding dimension, subect to cassification accuracy for ApEn is studied. Keywords Terahertz Spectroscopy; Approximate Entropy; Deep Neura Network; Materia Cassification; Meta Identification. I. INTRODUCTION Traditionay the three maor casses of materias are metas, poymers, and ceramics. Exampes of these are stee, coth, and pottery. These casses usuay have quite different sources, characteristics, and appications. Materias are usuay cassified by their performance, physica/chemica properties, composition/structure and processing/synthesis. Nowadays, terahertz (Thz) spectroscopy and imaging have emerged as an innovative technoogy for materia cassification with unprecedented sensitivity [1]. Thz (1 Thz = 1012 Hz) radiation covers a part of eectromagnetic (EM) spectrum where waveengths range from 3 mm. to 30 m. or frequency bands range from 0.1 to 10 Thz [2]. Thz waves can penetrate most of dieectric materias, e.g. poymers, paper, wood, and organic fims [3], [4]. In the contrast, Thz radiation shows strong absorption by water, which makes it idea for cassifying norma tissues and cancer tissues since their water content are different [5]. Previous materia cassification researches based on Thz spectroscopy were studied in a sma scae in terms of number of kinds of materias. In [4], Zhong et a. used minimum distance cassifier and neura network methods to cassify 4 exposive and biochemica materias with an average accuracy above 80%. In [6], Fitzgerad et a. used principa components anaysis (PCA) and support vector machine (SVM) to cassify norma breast tissue and breast cancer tissue with an accuracy of 92%. In [7], Zou et a. showed that PCA is a feasibe method to cassify materias (water, intraipid, and gucose were used; however, cassification accuracy was not reported). This paper presents a new methodoogy for materia cassification based on Thz spectroscopy, we empoy Approximate Entropy (ApEn; it wi be introduced in next section) as a dimensionaity reduction and non-inear feature extraction method for Thz spectrum data. We then use the earnt features as inputs to a non-inear earning machine deep neura network in the hope of achieving state of the art accuracy for materia cassification probems. In this preiminary study, we have anayzed 107 sampes from 14 kinds of materias incuding 6 meta-containing materias (e.g. oxides) and 8 non-meta materias. We report that ApEn provides powerfu features for detecting metacontaining materias with an accuracy of 96.3%. We aso show, empiricay, that an optima window ength (embedding dimension) for ApEn is 4, which can generay capture key properties of Thz spectrum given an overa 14 materias cassification accuracy of 80.4%. The paper is organized as the foows, Section II provides simpe mathematica background of ApEn and deep neura network. Section III describes the experiment design and a brief introduction of the data sets used in these experiments. After that, the resuts of materia cassification are presented in Section IV. We concude the paper and briefy discuss future works in Section V. II. BACKGROUND A. Approximate Entropy (ApEn) The approximate entropy ApEn(, r) was introduced by Pincus [8], which is a statistica measure quantifying the change of compexity and reguarity for time-series data. For an N- dimensiona time series, its ApEn depends on two parameters: the windows ength (embedding dimension ), and the fitering /17/$ IEEE 52

2 eve threshod (r). A time series containing many repetitive patterns has a reativey smaer ApEn; a ess predictabe (i.e., more compex) process has a higher ApEn. ApEn can be summarized as foows (for detaied discussion, we refer readers to [8] [11]). Step 1: Form a time series of datau u u, where k 1, 2, k, is the ength of time series. Step 2: Assume integer represent the ength of compared run of data, and positive rea number r repesent a fitering eve. Step 3: Form a sequence of vectors v v in v 1, 2, ( k1) R, which is rea dimensiona sapce defined by v u, u,, u i i ( i1) u ( i1) Step 4: Use the sequence v 1, v2, v( k1) to construct, for each i, 1 i k 1 number of v such that d[ v v ] r h i h C ( r), i k 1 where d v i v ] is defined as [ h d [ vi vh] max u( iq) u( hq) q0,, 1 The signa d represents the distance between the vectors v i, vh,given by the maximum difference in their the maximum difference in their respective scaar components. Step 5: Define k 1 1 i1 ( r ) ( k 1) og( C ( r)). Step 6: Define approximate entropy as ApEn ( r) 1 ( r), Agorithms used to cacuate the approximate entropy are deveoped in [8] [11]. It can be formatted as Agorithm 1 shown beow. The agorithm takes 3 inputs: a finite series U, a window ength, and a fitering (threshoding) eve r. The output is a rea number which can be used as measurement of compexity and randomness of the input series. i. B. Deep Neura Network (DNN) Deep earning architectures have successfu appications in both visua and speech recognitions[12]. Deep earning methods aow a machine to automaticay discover intrinsic reationships needed for cassification. Deep neura networks are one of the basic types of deep earning architectures, which consists of an input ayer, 2 or more hidden ayers, and an output ayer. Each ayer consists of a ist of neurons. Learning process is through backpropagation iterations. In each backpropagation iteration, gradients of the obective function with respect to each neuron can be cacuated using the chain rue for derivatives. Therefore stochastic gradient descent (SGD) are used by most practitioners[12]. In this preiminary study, we used Adam[13], instead of SGD, to do obective optimization. Adam[13] requires itte fine tuning and it is computationay more efficient than SGD. Many we-known deep earning frameworks are avaiabe in Python, such as Theano [14], Torch, Caffe [15], TensorFow [16]. In this study, we used Keras [17], which is a high-eve deep earning API (appication programming interface) on top of Theano or TensorFow. The best feature about Keras is that the earning architecture can be impemented within a minute. The agorithm used in this study is shown beow as Agorithm 2. The eave-one-out cross vaidation is impemented using scikit-earn [18]. III. EXPERIMENT DESIGN A. Terahertz spectroscopy dataset We have coected 107 Thz spectrum sampes of 14 materias (6 meta matrix composites: Zinc, Iron, Cobat, Cadmium, Mercury, and Copper; 8 non-meta materias: Tetracene, Poyfim, Poyethyene, Terephthaic Acid, Asphat, Trehaose, Mik powder, Coffee) from the Thz database ( The dimensionaity of Thz spectrums ranges from 795 to The Thz database is currenty the most comprehensive Thz spectroscopic database estabished by the NICT and RIKEN in Japan[19]. 53

3 B. Materia cassification Most of the sampes have a arge range of eectromagnetic spectrum, from 0 19 Thz (10 12 Hz). To identify optima window size (denoted as L opt) for materia cassification, we study the impacts of the parameter L with 36 different choices of r. Specificay, for each of the window size, L=2, =0, 1, 2, 3, there are 36 different fitering eves k*10 i-4, i=0, 1, 2, 3, k=1,,9. For each of the 4 settings, we appy the same deep neura network to do cassification. We use eave one out cross vaidation to evauate the cassification accuracy. An overa workfow is shown in Figure 1. Figure 2: ApEn parameter seection scheme is shown. Four different vaues of window ength are used. The same deep neura network is used. Accuracy is evauated based on eave-one-out cross vaidation. Optima window ength is subect to maxima accuracy. Figure 1: A deep neura network scheme is shown. The terahertz spectrum is first anayzed using approximate entropy, which is a feature extraction method to capture key properties (e.g. compexity, periodicity) of the spectrum. Totay 36 features are obtained by fixing the window ength (L=2, =0,1,2,3) and varying the fitering eves to k*10 i-4, i=0,1,2,3, k=1,,9. Two hidden ayers are used, each with 100 neurons and 0.1 dropout rate. The output ayer contains 14 neurons for each cass. C. Parameter Seection for ApEn There are two parameters for ApEn. One is the window ength, which is reated to the embedding dimension of a time series. An overapping partition of a time series with interva size is determined. The compexity (use entropy as a measure) on each subinterva is cacuated and compared to the consecutive subinterva to detect the change of compexity. The other one is the fitering eve r, which contros the threshod of statistica bias. In this study, we focused on identifying the optima window ength, denoted as, L opt. A simpified parameter seection fowchart is shown in Figure 2. Experiment resuts and discussion for threshod parameter wi be reported in near future. D. Equipment A singe PC was used for both approximate entropy feature extraction and deep neura network cassification. The operating system is Windows 7 Service Pack 1. The CPU is Inte Core 3.50 GHz * 8. The memory is 16GB. Deep neura network cassification was performed using Graphics Processing Unit (GPU) in GeForce GTX 770. The whoe eave-one-out cross vaidation process can be done within 2 hours. IV. RESULTS Experimenta resuts show that approximate entropy based features have high sensitive for detecting materias that contain metas, the accuracy of identification is up to 96.3%. Reated agorithms for the cassifier are iustrated above. Other experimenta resuts reated to threshoding parameter r, agorithmic deveopment and computation compexity anaysis wi be reported in future. A. Identification of optima window ength for ApEn Our resuts show that the optima window ength is 4 for Thz spectrums (Figure 3). The overa best accuracy for 14 materia cassification is 80.4%. Figure 3: Cassification accuracy when different ApEn window ength is used. The accuracy is 77.6%, 78.5%, 80.4%, 78.5% for window ength of 1, 2, 4, 8, respectivey. 54

4 techniques, in particuar, these waves penetrate amost a nonmetaic or poarizing substances [19]. Thz waves aso stimuate moecuar and eectronic motions in many materias - refecting off some, propagating through others, and being absorbed by the rest. Benefit to these properties, Thz time - Tabe 1: Confusion matrix for cassification of 14 materias using approximate entropy with optima window ength of 4 and fitering eve ranging from k*10 i-4, i=0,1,2,3, k=1,,9. Rows are actua casses. Coumns are predicted casses. Grey fied ces are materias containing meta. Doube ine ces are nonmeta materias. Diagonas are the number of correcty identified materias (boded). Miscassified materias are marked using asterisk. The accuracy for detecting metas is 96.3%. The overa materia cassification accuracy is 80.4%. B. Approximate Entropy provides high accuracy for detecting meta-containing materias To iustrate the miscassified materias, a cassification confusion matrix based on optima window ength is shown in Tabe 1. Fourteen materias are shown; the rows are actua casses and the coumns are predicted casses. Diagona ces are boded, indicating that they are correcty identified materias. Miscassified materias are abeed using asterisk. In terms of cassification of metas vs. non-metas, our resuts show that ApEn features are very powerfu, with an accuracy of 96.3%. Indeed, ApEn can capture the reguarity and compexity of the spectrum, and metas and nonmetas do have arge differences in their physica and chemica properties. Notaby, no sampes from meta group (mercury, iron, or copper) are correcty separated from other members in the same group. In fact, most of them are predicted as another meta composite; whie ony 3 out of 5 mercury materias are cassified as poyfim and trehaose. Intriguingy, one terephthaic acid sampe is cassified as cadmium. These observation suggest that there is a great potentia improvement for cassifying among materias within the meta group. C. Cassification accuracy varies with respect to number of casses Since muti-cass cassification probem is generay a much harder probem than binary cassification probem, we ask how the accuracy wi change with respect to the number of casses (by random grouping of existing casses). Figure 4 shows that, as expected, the accuracy drops when the number of casses increases. Based on this observation, we are working on deveoping a mutiscae cassifier with higher sensitivity for identify mutipe casses. In order to benefit from the Thz images technoogy, the new mutiscae identifier wi be constructed to refect information at moecuar eve. V. CONCLUSION Terahertz spectroscopy has found appications in many areas, such as materia science, bioogy and medicine to name a few. Thz spectroscopy has advantages over other imaginary Figure 4: Cassification accuracy varies with respect to the number of casses. Error bars are shown for each point. When number of casses increases, the accuracy wi genera go down. -domains by providing a measurement of intensity for the eectric fied produced by Thz waves, which can be used to identify sampe structure [20]. This paper reports our initia study on the materia cassification using the Thz spectroscopy using non-inear earning agorithm DNN. The novety ays in deveoping a supervised feature seection with vaidation framework based on ApEn for DNN cassifier. ApEn has two unknown parameters,, window ength, which is infuenced by the ength of the sampe, and r, threshoding parameter, which depends on randomness and quaity of data. In most of practica probems, the recommended vaues of r, in the range of times the standard deviation of the signa, have been shown to be appicabe for a wide variety of signas. However, in certain cases, r vaues within this prescribed range can ead to an incorrect assessment of the compexity of a given signa [21]. Our future work wi focus on data preprocessing and deveoping a section rue for parameter r taiored for the materia cassification probems using Thz spectroscopy imaging to enhance the accuracy of the cassifier. ACKNOWLEDGMENT The second author is sponsored by Air Force Office of Scientific Research (AFOSR) summer facuty feowship program. 55

5 REFERENCES [1] C. Baas, Review of biomedica optica imaging a powerfu, noninvasive, non-ionizing technoogy for improving in vivo diagnosis, Meas. Sci. Techno., vo. 20, no. 10, p , [2] D. Abbott and X. C. Zhang, Specia Issue on T-Ray Imaging, Sensing, and Retection, Proc. IEEE, vo. 95, no. 8, pp , Aug [3] N. FUSE, T. FUKUCHI, M. MIZUNO, and K. FUKUNAGA, High- Speed Underfim Corrosion Imaging Using a Terahertz Camera, Eectron. Commun. Japan, vo. 99, no. 8, pp , [4] H. Zhong, A. Redo-Sanchez, and X.-C. Zhang, Identification and cassification of chemicas using terahertz refective spectroscopic focapane imaging system, Opt. Express, vo. 14, no. 20, pp , Oct [5] X. Yang et a., Biomedica Appications of Terahertz Spectroscopy and Imaging, Trends Biotechno., vo. 34, no. 10, pp , [6] A. J. Fitzgerad, S. Pinder, A. D. Purushotham, P. O Key, P. C. Ashworth, and V. P. Waace, Cassification of terahertz-pused imaging data from excised breast tissue, J. Biomed. Opt., vo. 17, no. 1, pp , [7] Y. Zou, P. Sun, and W. Liu, Cassification of materias using terahertz spectroscopy with principa components anaysis, in th Internationa Conference on Infrared, Miimeter, and Terahertz waves (IRMMW-Thz), 2015, pp [8] S. M. Pincus, Approximate entropy as a measure of system compexity., Proc. Nat. Acad. Sci., vo. 88, no. 6, pp , [9] S. M. Pincus and A. L. Godberger, Physioogica time-series anaysis: what does reguarity quantify?, Am. J. Physio., vo. 266, no. 4 Pt 2, pp. H , Apr [10] S. M. Ryan, A. L. Godberger, S. M. Pincus, J. Mietus, and L. A. Lipsitz, Gender- and age-reated differences in heart rate dynamics: are women more compex than men?, J. Am. Co. Cardio., vo. 24, no. 7, pp , Dec [11] K. K. Ho et a., Predicting surviva in heart faiure case and contro subects by use of fuy automated methods for deriving noninear and conventiona indices of heart rate dynamics, Circuation, vo. 96, no. 3, pp , Aug [12] Y. LeCun, Y. Bengio, and G. Hinton, Deep earning, Nature, vo. 521, no. 7553, pp , May [13] D. P. Kingma and J. Ba, Adam: {A} Method for Stochastic Optimization, CoRR, vo. abs/ , [14] R. A-Rfou et a., Theano: A {Python} framework for fast computation of mathematica expressions, arxiv e-prints, vo. abs/ , May [15] Y. Jia et a., Caffe: Convoutiona Architecture for Fast Feature Embedding, arxiv Prepr. arxiv , [16] M. Abadi et a., {TensorFow}: Large-Scae Machine Learning on Heterogeneous Systems [17] F. Choet and others, Keras. GitHub, [18] F. Pedregosa et a., Scikit-earn: Machine Learning in {P}ython, J. Mach. Learn. Res., vo. 12, pp , [19] T. Notake, R. Endo, K. Fukunaga, I. Hosako, C. Otani, and H. Minamide, State-of-the-Art Database of Terahertz Spectroscopy Based on Modern Web Technoogy, IEEE Trans. Terahertz Sci. Techno., vo. 4, no. 1, pp , Jan [20] S. Wang and X.-C. Zhang, Pused terahertz tomography, J. Phys. D. App. Phys., vo. 37, no. 4, p. R1, [21] S. Lu, X. Chen, J. K. Kanters, I. C. Soomon, and K. H. Chon, Automatic Seection of the Threshod Vaue R for Approximate Entropy, IEEE Trans. Biomed. Eng., vo. 55, no. 8, pp , Aug

BP neural network-based sports performance prediction model applied research

BP neural network-based sports performance prediction model applied research Avaiabe onine www.jocpr.com Journa of Chemica and Pharmaceutica Research, 204, 6(7:93-936 Research Artice ISSN : 0975-7384 CODEN(USA : JCPRC5 BP neura networ-based sports performance prediction mode appied

More information

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network An Agorithm for Pruning Redundant Modues in Min-Max Moduar Network Hui-Cheng Lian and Bao-Liang Lu Department of Computer Science and Engineering, Shanghai Jiao Tong University 1954 Hua Shan Rd., Shanghai

More information

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron Neura Information Processing - Letters and Reviews Vo. 5, No. 2, November 2004 LETTER A Soution to the 4-bit Parity Probem with a Singe Quaternary Neuron Tohru Nitta Nationa Institute of Advanced Industria

More information

Statistical Learning Theory: A Primer

Statistical Learning Theory: A Primer Internationa Journa of Computer Vision 38(), 9 3, 2000 c 2000 uwer Academic Pubishers. Manufactured in The Netherands. Statistica Learning Theory: A Primer THEODOROS EVGENIOU, MASSIMILIANO PONTIL AND TOMASO

More information

Research of Data Fusion Method of Multi-Sensor Based on Correlation Coefficient of Confidence Distance

Research of Data Fusion Method of Multi-Sensor Based on Correlation Coefficient of Confidence Distance Send Orders for Reprints to reprints@benthamscience.ae 340 The Open Cybernetics & Systemics Journa, 015, 9, 340-344 Open Access Research of Data Fusion Method of Muti-Sensor Based on Correation Coefficient

More information

A Novel Learning Method for Elman Neural Network Using Local Search

A Novel Learning Method for Elman Neural Network Using Local Search Neura Information Processing Letters and Reviews Vo. 11, No. 8, August 2007 LETTER A Nove Learning Method for Eman Neura Networ Using Loca Search Facuty of Engineering, Toyama University, Gofuu 3190 Toyama

More information

Data Mining Technology for Failure Prognostic of Avionics

Data Mining Technology for Failure Prognostic of Avionics IEEE Transactions on Aerospace and Eectronic Systems. Voume 38, #, pp.388-403, 00. Data Mining Technoogy for Faiure Prognostic of Avionics V.A. Skormin, Binghamton University, Binghamton, NY, 1390, USA

More information

Multilayer Kerceptron

Multilayer Kerceptron Mutiayer Kerceptron Zotán Szabó, András Lőrincz Department of Information Systems, Facuty of Informatics Eötvös Loránd University Pázmány Péter sétány 1/C H-1117, Budapest, Hungary e-mai: szzoi@csetehu,

More information

Paragraph Topic Classification

Paragraph Topic Classification Paragraph Topic Cassification Eugene Nho Graduate Schoo of Business Stanford University Stanford, CA 94305 enho@stanford.edu Edward Ng Department of Eectrica Engineering Stanford University Stanford, CA

More information

Seasonal Time Series Data Forecasting by Using Neural Networks Multiscale Autoregressive Model

Seasonal Time Series Data Forecasting by Using Neural Networks Multiscale Autoregressive Model American ourna of Appied Sciences 7 (): 372-378, 2 ISSN 546-9239 2 Science Pubications Seasona Time Series Data Forecasting by Using Neura Networks Mutiscae Autoregressive Mode Suhartono, B.S.S. Uama and

More information

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with?

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with? Bayesian Learning A powerfu and growing approach in machine earning We use it in our own decision making a the time You hear a which which coud equay be Thanks or Tanks, which woud you go with? Combine

More information

Combining reaction kinetics to the multi-phase Gibbs energy calculation

Combining reaction kinetics to the multi-phase Gibbs energy calculation 7 th European Symposium on Computer Aided Process Engineering ESCAPE7 V. Pesu and P.S. Agachi (Editors) 2007 Esevier B.V. A rights reserved. Combining reaction inetics to the muti-phase Gibbs energy cacuation

More information

SVM: Terminology 1(6) SVM: Terminology 2(6)

SVM: Terminology 1(6) SVM: Terminology 2(6) Andrew Kusiak Inteigent Systems Laboratory 39 Seamans Center he University of Iowa Iowa City, IA 54-57 SVM he maxima margin cassifier is simiar to the perceptron: It aso assumes that the data points are

More information

Simplified analysis of EXAFS data and determination of bond lengths

Simplified analysis of EXAFS data and determination of bond lengths Indian Journa of Pure & Appied Physics Vo. 49, January 0, pp. 5-9 Simpified anaysis of EXAFS data and determination of bond engths A Mishra, N Parsai & B D Shrivastava * Schoo of Physics, Devi Ahiya University,

More information

Steepest Descent Adaptation of Min-Max Fuzzy If-Then Rules 1

Steepest Descent Adaptation of Min-Max Fuzzy If-Then Rules 1 Steepest Descent Adaptation of Min-Max Fuzzy If-Then Rues 1 R.J. Marks II, S. Oh, P. Arabshahi Λ, T.P. Caude, J.J. Choi, B.G. Song Λ Λ Dept. of Eectrica Engineering Boeing Computer Services University

More information

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c)

A Simple and Efficient Algorithm of 3-D Single-Source Localization with Uniform Cross Array Bing Xue 1 2 a) * Guangyou Fang 1 2 b and Yicai Ji 1 2 c) A Simpe Efficient Agorithm of 3-D Singe-Source Locaization with Uniform Cross Array Bing Xue a * Guangyou Fang b Yicai Ji c Key Laboratory of Eectromagnetic Radiation Sensing Technoogy, Institute of Eectronics,

More information

Convolutional Networks 2: Training, deep convolutional networks

Convolutional Networks 2: Training, deep convolutional networks Convoutiona Networks 2: Training, deep convoutiona networks Hakan Bien Machine Learning Practica MLP Lecture 8 30 October / 6 November 2018 MLP Lecture 8 / 30 October / 6 November 2018 Convoutiona Networks

More information

Approach to Identifying Raindrop Vibration Signal Detected by Optical Fiber

Approach to Identifying Raindrop Vibration Signal Detected by Optical Fiber Sensors & Transducers, o. 6, Issue, December 3, pp. 85-9 Sensors & Transducers 3 by IFSA http://www.sensorsporta.com Approach to Identifying Raindrop ibration Signa Detected by Optica Fiber ongquan QU,

More information

Appendix A: MATLAB commands for neural networks

Appendix A: MATLAB commands for neural networks Appendix A: MATLAB commands for neura networks 132 Appendix A: MATLAB commands for neura networks p=importdata('pn.xs'); t=importdata('tn.xs'); [pn,meanp,stdp,tn,meant,stdt]=prestd(p,t); for m=1:10 net=newff(minmax(pn),[m,1],{'tansig','purein'},'trainm');

More information

How the backpropagation algorithm works Srikumar Ramalingam School of Computing University of Utah

How the backpropagation algorithm works Srikumar Ramalingam School of Computing University of Utah How the backpropagation agorithm works Srikumar Ramaingam Schoo of Computing University of Utah Reference Most of the sides are taken from the second chapter of the onine book by Michae Nieson: neuranetworksanddeepearning.com

More information

Optimality of Inference in Hierarchical Coding for Distributed Object-Based Representations

Optimality of Inference in Hierarchical Coding for Distributed Object-Based Representations Optimaity of Inference in Hierarchica Coding for Distributed Object-Based Representations Simon Brodeur, Jean Rouat NECOTIS, Département génie éectrique et génie informatique, Université de Sherbrooke,

More information

https://doi.org/ /epjconf/

https://doi.org/ /epjconf/ HOW TO APPLY THE OPTIMAL ESTIMATION METHOD TO YOUR LIDAR MEASUREMENTS FOR IMPROVED RETRIEVALS OF TEMPERATURE AND COMPOSITION R. J. Sica 1,2,*, A. Haefee 2,1, A. Jaai 1, S. Gamage 1 and G. Farhani 1 1 Department

More information

Statistical Learning Theory: a Primer

Statistical Learning Theory: a Primer ??,??, 1 6 (??) c?? Kuwer Academic Pubishers, Boston. Manufactured in The Netherands. Statistica Learning Theory: a Primer THEODOROS EVGENIOU AND MASSIMILIANO PONTIL Center for Bioogica and Computationa

More information

Study on Fusion Algorithm of Multi-source Image Based on Sensor and Computer Image Processing Technology

Study on Fusion Algorithm of Multi-source Image Based on Sensor and Computer Image Processing Technology Sensors & Transducers 3 by IFSA http://www.sensorsporta.com Study on Fusion Agorithm of Muti-source Image Based on Sensor and Computer Image Processing Technoogy Yao NAN, Wang KAISHENG, 3 Yu JIN The Information

More information

In-plane shear stiffness of bare steel deck through shell finite element models. G. Bian, B.W. Schafer. June 2017

In-plane shear stiffness of bare steel deck through shell finite element models. G. Bian, B.W. Schafer. June 2017 In-pane shear stiffness of bare stee deck through she finite eement modes G. Bian, B.W. Schafer June 7 COLD-FORMED STEEL RESEARCH CONSORTIUM REPORT SERIES CFSRC R-7- SDII Stee Diaphragm Innovation Initiative

More information

Determining The Degree of Generalization Using An Incremental Learning Algorithm

Determining The Degree of Generalization Using An Incremental Learning Algorithm Determining The Degree of Generaization Using An Incrementa Learning Agorithm Pabo Zegers Facutad de Ingeniería, Universidad de os Andes San Caros de Apoquindo 22, Las Condes, Santiago, Chie pzegers@uandes.c

More information

Notes on Backpropagation with Cross Entropy

Notes on Backpropagation with Cross Entropy Notes on Backpropagation with Cross Entropy I-Ta ee, Dan Gowasser, Bruno Ribeiro Purue University October 3, 07. Overview This note introuces backpropagation for a common neura network muti-cass cassifier.

More information

Function Matching Design of Wide-Band Piezoelectric Ultrasonic Transducer

Function Matching Design of Wide-Band Piezoelectric Ultrasonic Transducer Function Matching Design of Wide-Band Piezoeectric Utrasonic Transducer Yingyuan Fan a, Hongqing An b Weifang Medica University, Weifang, 261053, China a yyfan@126.com, b hongqingan01@126.com Abstract

More information

Numerical Simulation for Optimizing Temperature Gradients during Single Crystal Casting Process

Numerical Simulation for Optimizing Temperature Gradients during Single Crystal Casting Process ISIJ Internationa Vo 54 (2014) No 2 pp 254 258 Numerica Simuation for Optimizing Temperature Gradients during Singe Crysta Casting Process Aeksandr Aeksandrovich INOZEMTSEV 1) Aeksandra Sergeevna DUBROVSKAYA

More information

A. Distribution of the test statistic

A. Distribution of the test statistic A. Distribution of the test statistic In the sequentia test, we first compute the test statistic from a mini-batch of size m. If a decision cannot be made with this statistic, we keep increasing the mini-batch

More information

Problem set 6 The Perron Frobenius theorem.

Problem set 6 The Perron Frobenius theorem. Probem set 6 The Perron Frobenius theorem. Math 22a4 Oct 2 204, Due Oct.28 In a future probem set I want to discuss some criteria which aow us to concude that that the ground state of a sef-adjoint operator

More information

Distributed average consensus: Beyond the realm of linearity

Distributed average consensus: Beyond the realm of linearity Distributed average consensus: Beyond the ream of inearity Usman A. Khan, Soummya Kar, and José M. F. Moura Department of Eectrica and Computer Engineering Carnegie Meon University 5 Forbes Ave, Pittsburgh,

More information

Chemical Kinetics Part 2

Chemical Kinetics Part 2 Integrated Rate Laws Chemica Kinetics Part 2 The rate aw we have discussed thus far is the differentia rate aw. Let us consider the very simpe reaction: a A à products The differentia rate reates the rate

More information

Nonlinear Gaussian Filtering via Radial Basis Function Approximation

Nonlinear Gaussian Filtering via Radial Basis Function Approximation 51st IEEE Conference on Decision and Contro December 10-13 01 Maui Hawaii USA Noninear Gaussian Fitering via Radia Basis Function Approximation Huazhen Fang Jia Wang and Raymond A de Caafon Abstract This

More information

Safety Evaluation Model of Chemical Logistics Park Operation Based on Back Propagation Neural Network

Safety Evaluation Model of Chemical Logistics Park Operation Based on Back Propagation Neural Network 1513 A pubication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 6, 017 Guest Editors: Fei Song, Haibo Wang, Fang He Copyright 017, AIDIC Servizi S.r.. ISBN 978-88-95608-60-0; ISSN 83-916 The Itaian Association

More information

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries c 26 Noninear Phenomena in Compex Systems First-Order Corrections to Gutzwier s Trace Formua for Systems with Discrete Symmetries Hoger Cartarius, Jörg Main, and Günter Wunner Institut für Theoretische

More information

DISTRIBUTION OF TEMPERATURE IN A SPATIALLY ONE- DIMENSIONAL OBJECT AS A RESULT OF THE ACTIVE POINT SOURCE

DISTRIBUTION OF TEMPERATURE IN A SPATIALLY ONE- DIMENSIONAL OBJECT AS A RESULT OF THE ACTIVE POINT SOURCE DISTRIBUTION OF TEMPERATURE IN A SPATIALLY ONE- DIMENSIONAL OBJECT AS A RESULT OF THE ACTIVE POINT SOURCE Yury Iyushin and Anton Mokeev Saint-Petersburg Mining University, Vasiievsky Isand, 1 st ine, Saint-Petersburg,

More information

Bayesian Unscented Kalman Filter for State Estimation of Nonlinear and Non-Gaussian Systems

Bayesian Unscented Kalman Filter for State Estimation of Nonlinear and Non-Gaussian Systems Bayesian Unscented Kaman Fiter for State Estimation of Noninear and Non-aussian Systems Zhong Liu, Shing-Chow Chan, Ho-Chun Wu and iafei Wu Department of Eectrica and Eectronic Engineering, he University

More information

Stochastic Variational Inference with Gradient Linearization

Stochastic Variational Inference with Gradient Linearization Stochastic Variationa Inference with Gradient Linearization Suppementa Materia Tobias Pötz * Anne S Wannenwetsch Stefan Roth Department of Computer Science, TU Darmstadt Preface In this suppementa materia,

More information

Effect of transport ratio on source term in determination of surface emission coefficient

Effect of transport ratio on source term in determination of surface emission coefficient Internationa Journa of heoretica & Appied Sciences, (): 74-78(9) ISSN : 975-78 Effect of transport ratio on source term in determination of surface emission coefficient Sanjeev Kumar and Apna Mishra epartment

More information

SVM-based Supervised and Unsupervised Classification Schemes

SVM-based Supervised and Unsupervised Classification Schemes SVM-based Supervised and Unsupervised Cassification Schemes LUMINITA STATE University of Pitesti Facuty of Mathematics and Computer Science 1 Targu din Vae St., Pitesti 110040 ROMANIA state@cicknet.ro

More information

Worst Case Analysis of the Analog Circuits

Worst Case Analysis of the Analog Circuits Proceedings of the 11th WSEAS Internationa Conference on CIRCUITS, Agios Nikoaos, Crete Isand, Greece, Juy 3-5, 7 9 Worst Case Anaysis of the Anaog Circuits ELENA NICULESCU*, DORINA-MIOARA PURCARU* and

More information

Inductive Bias: How to generalize on novel data. CS Inductive Bias 1

Inductive Bias: How to generalize on novel data. CS Inductive Bias 1 Inductive Bias: How to generaize on nove data CS 478 - Inductive Bias 1 Overfitting Noise vs. Exceptions CS 478 - Inductive Bias 2 Non-Linear Tasks Linear Regression wi not generaize we to the task beow

More information

D. Prémel, J.M. Decitre and G. Pichenot. CEA, LIST, F Gif-sur-Yvette, France

D. Prémel, J.M. Decitre and G. Pichenot. CEA, LIST, F Gif-sur-Yvette, France SIMULATION OF EDDY CURRENT INSPECTION INCLUDING MAGNETIC FIELD SENSOR SUCH AS A GIANT MAGNETO-RESISTANCE OVER PLANAR STRATIFIED MEDIA COMPONENTS WITH EMBEDDED FLAWS D. Préme, J.M. Decitre and G. Pichenot

More information

Supervised i-vector Modeling - Theory and Applications

Supervised i-vector Modeling - Theory and Applications Supervised i-vector Modeing - Theory and Appications Shreyas Ramoji, Sriram Ganapathy Learning and Extraction of Acoustic Patterns LEAP) Lab, Eectrica Engineering, Indian Institute of Science, Bengauru,

More information

FORECASTING TELECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODELS

FORECASTING TELECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODELS FORECASTING TEECOMMUNICATIONS DATA WITH AUTOREGRESSIVE INTEGRATED MOVING AVERAGE MODES Niesh Subhash naawade a, Mrs. Meenakshi Pawar b a SVERI's Coege of Engineering, Pandharpur. nieshsubhash15@gmai.com

More information

How the backpropagation algorithm works Srikumar Ramalingam School of Computing University of Utah

How the backpropagation algorithm works Srikumar Ramalingam School of Computing University of Utah How the backpropagation agorithm works Srikumar Ramaingam Schoo of Computing University of Utah Reference Most of the sides are taken from the second chapter of the onine book by Michae Nieson: neuranetworksanddeepearning.com

More information

arxiv: v1 [cs.lg] 31 Oct 2017

arxiv: v1 [cs.lg] 31 Oct 2017 ACCELERATED SPARSE SUBSPACE CLUSTERING Abofaz Hashemi and Haris Vikao Department of Eectrica and Computer Engineering, University of Texas at Austin, Austin, TX, USA arxiv:7.26v [cs.lg] 3 Oct 27 ABSTRACT

More information

THE OUT-OF-PLANE BEHAVIOUR OF SPREAD-TOW FABRICS

THE OUT-OF-PLANE BEHAVIOUR OF SPREAD-TOW FABRICS ECCM6-6 TH EUROPEAN CONFERENCE ON COMPOSITE MATERIALS, Sevie, Spain, -6 June 04 THE OUT-OF-PLANE BEHAVIOUR OF SPREAD-TOW FABRICS M. Wysocki a,b*, M. Szpieg a, P. Heström a and F. Ohsson c a Swerea SICOMP

More information

High Spectral Resolution Infrared Radiance Modeling Using Optimal Spectral Sampling (OSS) Method

High Spectral Resolution Infrared Radiance Modeling Using Optimal Spectral Sampling (OSS) Method High Spectra Resoution Infrared Radiance Modeing Using Optima Spectra Samping (OSS) Method J.-L. Moncet and G. Uymin Background Optima Spectra Samping (OSS) method is a fast and accurate monochromatic

More information

Migration of Ground Penetrating Radar data in heterogeneous and dispersive media

Migration of Ground Penetrating Radar data in heterogeneous and dispersive media New Strategies for European Remote Sensing, Oui (ed.) 25 Mipress, Rotterdam, ISBN 9 5966 3 X Migration of Ground Penetrating Radar data in heterogeneous and dispersive media Armando R. Sena, Pau L. Stoffa

More information

Melodic contour estimation with B-spline models using a MDL criterion

Melodic contour estimation with B-spline models using a MDL criterion Meodic contour estimation with B-spine modes using a MDL criterion Damien Loive, Ney Barbot, Oivier Boeffard IRISA / University of Rennes 1 - ENSSAT 6 rue de Kerampont, B.P. 80518, F-305 Lannion Cedex

More information

Neural Networks Compression for Language Modeling

Neural Networks Compression for Language Modeling Neura Networks Compression for Language Modeing Artem M. Grachev 1,2, Dmitry I. Ignatov 2, and Andrey V. Savchenko 3 arxiv:1708.05963v1 [stat.ml] 20 Aug 2017 1 Samsung R&D Institute Rus, Moscow, Russia

More information

The influence of temperature of photovoltaic modules on performance of solar power plant

The influence of temperature of photovoltaic modules on performance of solar power plant IOSR Journa of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vo. 05, Issue 04 (Apri. 2015), V1 PP 09-15 www.iosrjen.org The infuence of temperature of photovotaic modues on performance

More information

Chemical Kinetics Part 2. Chapter 16

Chemical Kinetics Part 2. Chapter 16 Chemica Kinetics Part 2 Chapter 16 Integrated Rate Laws The rate aw we have discussed thus far is the differentia rate aw. Let us consider the very simpe reaction: a A à products The differentia rate reates

More information

MVS. Multichannel Verification System

MVS. Multichannel Verification System MVS Mutichanne Verification System Increase iquid handing quaity with easy, reiabe performance verification. Are your iquid handers transferring critica voumes accuratey and precisey? Woud you know if

More information

Characterization of Low-Temperature SU-8 Photoresist Processing for MEMS Applications

Characterization of Low-Temperature SU-8 Photoresist Processing for MEMS Applications Characterization of Low-Temperature SU-8 Photoresist Processing for MEMS Appications Sang Jeen Hong 1, Seungkeun Choi 2, Yoonsu Choi 3, Mark Aen 4*, and Gary S. May 5 Schoo of Eectrica and Computer Engineering

More information

RELUCTANCE The resistance of a material to the flow of charge (current) is determined for electric circuits by the equation

RELUCTANCE The resistance of a material to the flow of charge (current) is determined for electric circuits by the equation INTRODUCTION Magnetism pays an integra part in amost every eectrica device used today in industry, research, or the home. Generators, motors, transformers, circuit breakers, teevisions, computers, tape

More information

II. PROBLEM. A. Description. For the space of audio signals

II. PROBLEM. A. Description. For the space of audio signals CS229 - Fina Report Speech Recording based Language Recognition (Natura Language) Leopod Cambier - cambier; Matan Leibovich - matane; Cindy Orozco Bohorquez - orozcocc ABSTRACT We construct a rea time

More information

Soft Clustering on Graphs

Soft Clustering on Graphs Soft Custering on Graphs Kai Yu 1, Shipeng Yu 2, Voker Tresp 1 1 Siemens AG, Corporate Technoogy 2 Institute for Computer Science, University of Munich kai.yu@siemens.com, voker.tresp@siemens.com spyu@dbs.informatik.uni-muenchen.de

More information

Adaptive Noise Cancellation Using Deep Cerebellar Model Articulation Controller

Adaptive Noise Cancellation Using Deep Cerebellar Model Articulation Controller daptive Noise Canceation Using Deep Cerebear Mode rticuation Controer Yu Tsao, Member, IEEE, Hao-Chun Chu, Shih-Wei an, Shih-Hau Fang, Senior Member, IEEE, Junghsi ee*, and Chih-Min in, Feow, IEEE bstract

More information

ASummaryofGaussianProcesses Coryn A.L. Bailer-Jones

ASummaryofGaussianProcesses Coryn A.L. Bailer-Jones ASummaryofGaussianProcesses Coryn A.L. Baier-Jones Cavendish Laboratory University of Cambridge caj@mrao.cam.ac.uk Introduction A genera prediction probem can be posed as foows. We consider that the variabe

More information

A simple reliability block diagram method for safety integrity verification

A simple reliability block diagram method for safety integrity verification Reiabiity Engineering and System Safety 92 (2007) 1267 1273 www.esevier.com/ocate/ress A simpe reiabiity bock diagram method for safety integrity verification Haitao Guo, Xianhui Yang epartment of Automation,

More information

A Robust Voice Activity Detection based on Noise Eigenspace Projection

A Robust Voice Activity Detection based on Noise Eigenspace Projection A Robust Voice Activity Detection based on Noise Eigenspace Projection Dongwen Ying 1, Yu Shi 2, Frank Soong 2, Jianwu Dang 1, and Xugang Lu 1 1 Japan Advanced Institute of Science and Technoogy, Nomi

More information

Two view learning: SVM-2K, Theory and Practice

Two view learning: SVM-2K, Theory and Practice Two view earning: SVM-2K, Theory and Practice Jason D.R. Farquhar jdrf99r@ecs.soton.ac.uk Hongying Meng hongying@cs.york.ac.uk David R. Hardoon drh@ecs.soton.ac.uk John Shawe-Tayor jst@ecs.soton.ac.uk

More information

Cable Length Measurement Systems Based on Time Domain Reflectometry

Cable Length Measurement Systems Based on Time Domain Reflectometry Cabe Length Measurement Systems Based on Time Domain Refectometry Jianhui Song *, Yang Yu, and Hongwei Gao Schoo of Information Science and Engineering, Shenyang Ligong University, Shenyang, 110159, P.R.

More information

A Brief Introduction to Markov Chains and Hidden Markov Models

A Brief Introduction to Markov Chains and Hidden Markov Models A Brief Introduction to Markov Chains and Hidden Markov Modes Aen B MacKenzie Notes for December 1, 3, &8, 2015 Discrete-Time Markov Chains You may reca that when we first introduced random processes,

More information

Evolutionary Product-Unit Neural Networks for Classification 1

Evolutionary Product-Unit Neural Networks for Classification 1 Evoutionary Product-Unit Neura Networs for Cassification F.. Martínez-Estudio, C. Hervás-Martínez, P. A. Gutiérrez Peña A. C. Martínez-Estudio and S. Ventura-Soto Department of Management and Quantitative

More information

PREDICTION OF DEFORMED AND ANNEALED MICROSTRUCTURES USING BAYESIAN NEURAL NETWORKS AND GAUSSIAN PROCESSES

PREDICTION OF DEFORMED AND ANNEALED MICROSTRUCTURES USING BAYESIAN NEURAL NETWORKS AND GAUSSIAN PROCESSES PREDICTION OF DEFORMED AND ANNEALED MICROSTRUCTURES USING BAYESIAN NEURAL NETWORKS AND GAUSSIAN PROCESSES C.A.L. Baier-Jones, T.J. Sabin, D.J.C. MacKay, P.J. Withers Department of Materias Science and

More information

Trainable fusion rules. I. Large sample size case

Trainable fusion rules. I. Large sample size case Neura Networks 19 (2006) 1506 1516 www.esevier.com/ocate/neunet Trainabe fusion rues. I. Large sampe size case Šarūnas Raudys Institute of Mathematics and Informatics, Akademijos 4, Vinius 08633, Lithuania

More information

Limited magnitude error detecting codes over Z q

Limited magnitude error detecting codes over Z q Limited magnitude error detecting codes over Z q Noha Earief choo of Eectrica Engineering and Computer cience Oregon tate University Corvais, OR 97331, UA Emai: earief@eecsorstedu Bea Bose choo of Eectrica

More information

Tracking Control of Multiple Mobile Robots

Tracking Control of Multiple Mobile Robots Proceedings of the 2001 IEEE Internationa Conference on Robotics & Automation Seou, Korea May 21-26, 2001 Tracking Contro of Mutipe Mobie Robots A Case Study of Inter-Robot Coision-Free Probem Jurachart

More information

Moreau-Yosida Regularization for Grouped Tree Structure Learning

Moreau-Yosida Regularization for Grouped Tree Structure Learning Moreau-Yosida Reguarization for Grouped Tree Structure Learning Jun Liu Computer Science and Engineering Arizona State University J.Liu@asu.edu Jieping Ye Computer Science and Engineering Arizona State

More information

Distribution Systems Voltage Profile Improvement with Series FACTS Devices Using Line Flow-Based Equations

Distribution Systems Voltage Profile Improvement with Series FACTS Devices Using Line Flow-Based Equations 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 010 386 Distribution Systems otage Profie Improvement with Series FACTS Devices Using Line Fow-Based Equations K. enkateswararao, P. K. Agarwa

More information

8 Digifl'.11 Cth:uits and devices

8 Digifl'.11 Cth:uits and devices 8 Digif'. Cth:uits and devices 8. Introduction In anaog eectronics, votage is a continuous variabe. This is usefu because most physica quantities we encounter are continuous: sound eves, ight intensity,

More information

Application of PCRTM to Hyperspectral Data

Application of PCRTM to Hyperspectral Data Appication of PCTM to Hyperspectra Data Xu Liu NASA Langey esearch Center, Hampton, VA 23681 Xu.Liu-1@nasa.gov W. L. Smith, D. K. Zhou, A. M. Larar, P. Schuesser, M. Godberg,. Sauders, P. D. Giroamo, A.

More information

The EM Algorithm applied to determining new limit points of Mahler measures

The EM Algorithm applied to determining new limit points of Mahler measures Contro and Cybernetics vo. 39 (2010) No. 4 The EM Agorithm appied to determining new imit points of Maher measures by Souad E Otmani, Georges Rhin and Jean-Marc Sac-Épée Université Pau Veraine-Metz, LMAM,

More information

Introduction. Figure 1 W8LC Line Array, box and horn element. Highlighted section modelled.

Introduction. Figure 1 W8LC Line Array, box and horn element. Highlighted section modelled. imuation of the acoustic fied produced by cavities using the Boundary Eement Rayeigh Integra Method () and its appication to a horn oudspeaer. tephen Kirup East Lancashire Institute, Due treet, Bacburn,

More information

Partial permutation decoding for MacDonald codes

Partial permutation decoding for MacDonald codes Partia permutation decoding for MacDonad codes J.D. Key Department of Mathematics and Appied Mathematics University of the Western Cape 7535 Bevie, South Africa P. Seneviratne Department of Mathematics

More information

International Journal of Mass Spectrometry

International Journal of Mass Spectrometry Internationa Journa of Mass Spectrometry 280 (2009) 179 183 Contents ists avaiabe at ScienceDirect Internationa Journa of Mass Spectrometry journa homepage: www.esevier.com/ocate/ijms Stark mixing by ion-rydberg

More information

Turbo Codes. Coding and Communication Laboratory. Dept. of Electrical Engineering, National Chung Hsing University

Turbo Codes. Coding and Communication Laboratory. Dept. of Electrical Engineering, National Chung Hsing University Turbo Codes Coding and Communication Laboratory Dept. of Eectrica Engineering, Nationa Chung Hsing University Turbo codes 1 Chapter 12: Turbo Codes 1. Introduction 2. Turbo code encoder 3. Design of intereaver

More information

Interconnect effects on performance of Field Programmable Analog Array

Interconnect effects on performance of Field Programmable Analog Array nterconnect effects on performance of Fied Programmabe Anaog Array D. Anderson,. Bir, O. A. Pausinsi 3, M. Spitz, K. Reiss Motoroa, SPS, Phoenix, Arizona, USA, University of Karsruhe, Karsruhe, Germany,

More information

Traffic data collection

Traffic data collection Chapter 32 Traffic data coection 32.1 Overview Unike many other discipines of the engineering, the situations that are interesting to a traffic engineer cannot be reproduced in a aboratory. Even if road

More information

Control Chart For Monitoring Nonparametric Profiles With Arbitrary Design

Control Chart For Monitoring Nonparametric Profiles With Arbitrary Design Contro Chart For Monitoring Nonparametric Profies With Arbitrary Design Peihua Qiu 1 and Changiang Zou 2 1 Schoo of Statistics, University of Minnesota, USA 2 LPMC and Department of Statistics, Nankai

More information

Related Topics Maxwell s equations, electrical eddy field, magnetic field of coils, coil, magnetic flux, induced voltage

Related Topics Maxwell s equations, electrical eddy field, magnetic field of coils, coil, magnetic flux, induced voltage Magnetic induction TEP Reated Topics Maxwe s equations, eectrica eddy fied, magnetic fied of cois, coi, magnetic fux, induced votage Principe A magnetic fied of variabe frequency and varying strength is

More information

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION Hsiao-Chang Chen Dept. of Systems Engineering University of Pennsyvania Phiadephia, PA 904-635, U.S.A. Chun-Hung Chen

More information

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM MIKAEL NILSSON, MATTIAS DAHL AND INGVAR CLAESSON Bekinge Institute of Technoogy Department of Teecommunications and Signa Processing

More information

Keywords: Rayleigh scattering, Mie scattering, Aerosols, Lidar, Lidar equation

Keywords: Rayleigh scattering, Mie scattering, Aerosols, Lidar, Lidar equation CEReS Atmospheric Report, Vo., pp.9- (007 Moecuar and aeroso scattering process in reation to idar observations Hiroaki Kue Center for Environmenta Remote Sensing Chiba University -33 Yayoi-cho, Inage-ku,

More information

TIME DEPENDENT TEMPERATURE DISTRIBUTION MODEL IN LAYERED HUMAN DERMAL PART

TIME DEPENDENT TEMPERATURE DISTRIBUTION MODEL IN LAYERED HUMAN DERMAL PART VOL. 8, No. II, DECEMBER, 0, pp 66-76 TIME DEPENDENT TEMPERATURE DISTRIBUTION MODEL IN LAYERED HUMAN DERMAL PART Saraswati Acharya*, D. B. Gurung, V. P. Saxena Department of Natura Sciences (Mathematics),

More information

Discriminant Analysis: A Unified Approach

Discriminant Analysis: A Unified Approach Discriminant Anaysis: A Unified Approach Peng Zhang & Jing Peng Tuane University Eectrica Engineering & Computer Science Department New Oreans, LA 708 {zhangp,jp}@eecs.tuane.edu Norbert Riede Tuane University

More information

Process Capability Proposal. with Polynomial Profile

Process Capability Proposal. with Polynomial Profile Contemporary Engineering Sciences, Vo. 11, 2018, no. 85, 4227-4236 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2018.88467 Process Capabiity Proposa with Poynomia Profie Roberto José Herrera

More information

General Tensor Discriminant Analysis and Gabor Features for Gait Recognition

General Tensor Discriminant Analysis and Gabor Features for Gait Recognition > PAI-057-005< Genera ensor Discriminant Anaysis and Gabor Features for Gait Recognition Dacheng ao, Xueong Li, Xindong Wu 2, and Stephen J. aybank. Schoo of Computer Science and Information Systems, Birkbeck

More information

MULTI-PERIOD MODEL FOR PART FAMILY/MACHINE CELL FORMATION. Objectives included in the multi-period formulation

MULTI-PERIOD MODEL FOR PART FAMILY/MACHINE CELL FORMATION. Objectives included in the multi-period formulation ationa Institute of Technoogy aicut Department of echanica Engineering ULTI-PERIOD ODEL FOR PART FAILY/AHIE ELL FORATIO Given a set of parts, processing requirements, and avaiabe resources The objective

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Voume 9, 23 http://acousticasociety.org/ ICA 23 Montrea Montrea, Canada 2-7 June 23 Architectura Acoustics Session 4pAAa: Room Acoustics Computer Simuation II 4pAAa9.

More information

A Statistical Framework for Real-time Event Detection in Power Systems

A Statistical Framework for Real-time Event Detection in Power Systems 1 A Statistica Framework for Rea-time Event Detection in Power Systems Noan Uhrich, Tim Christman, Phiip Swisher, and Xichen Jiang Abstract A quickest change detection (QCD) agorithm is appied to the probem

More information

Adjustment of automatic control systems of production facilities at coal processing plants using multivariant physico- mathematical models

Adjustment of automatic control systems of production facilities at coal processing plants using multivariant physico- mathematical models IO Conference Series: Earth and Environmenta Science AER OEN ACCESS Adjustment of automatic contro systems of production faciities at coa processing pants using mutivariant physico- mathematica modes To

More information

Generalized multigranulation rough sets and optimal granularity selection

Generalized multigranulation rough sets and optimal granularity selection Granu. Comput. DOI 10.1007/s41066-017-0042-9 ORIGINAL PAPER Generaized mutigranuation rough sets and optima granuarity seection Weihua Xu 1 Wentao Li 2 Xiantao Zhang 1 Received: 27 September 2016 / Accepted:

More information

Improving the Accuracy of Boolean Tomography by Exploiting Path Congestion Degrees

Improving the Accuracy of Boolean Tomography by Exploiting Path Congestion Degrees Improving the Accuracy of Booean Tomography by Expoiting Path Congestion Degrees Zhiyong Zhang, Gaoei Fei, Fucai Yu, Guangmin Hu Schoo of Communication and Information Engineering, University of Eectronic

More information

Construction of Supersaturated Design with Large Number of Factors by the Complementary Design Method

Construction of Supersaturated Design with Large Number of Factors by the Complementary Design Method Acta Mathematicae Appicatae Sinica, Engish Series Vo. 29, No. 2 (2013) 253 262 DOI: 10.1007/s10255-013-0214-6 http://www.appmath.com.cn & www.springerlink.com Acta Mathema cae Appicatae Sinica, Engish

More information

Improving the Reliability of a Series-Parallel System Using Modified Weibull Distribution

Improving the Reliability of a Series-Parallel System Using Modified Weibull Distribution Internationa Mathematica Forum, Vo. 12, 217, no. 6, 257-269 HIKARI Ltd, www.m-hikari.com https://doi.org/1.12988/imf.217.611155 Improving the Reiabiity of a Series-Parae System Using Modified Weibu Distribution

More information