Multilayer Perceptron Neural Network (MLPs) For Analyzing the Properties of Jordan Oil Shale

Size: px
Start display at page:

Download "Multilayer Perceptron Neural Network (MLPs) For Analyzing the Properties of Jordan Oil Shale"

Transcription

1 World Alied Sciences Journal 5 (5): , 2008 ISSN IDOSI Publications, 2008 Multilayer Percetron Neural Network (MLPs) For Analyzing the Proerties of Jordan Oil Shale 1 Jamal M. Nazzal, 2 Ibrahim M. El-Emary and 3 Salam A. Najim 1,3 Al Ahliyya Amman University, P.O. Box 19328, Amman, Jordan 2 King Abdulaziz University, P.O. Box 18388, Jeddah, King Saudi Arabia Abstract: In this aer, we introduce the multilayer recetron neural network and describe how it can be used for function aroximation. The back roagation algorithm (including its variants) is the rincile rocedure for training multilayer ercetrons. Car must be taken when training ercetron network to ensure that they do not over fit the training data and then fail to generalize well in new situations. So the main urose of this aer lies in studying the effect of changing both the No of hidden layers of MLPs and the No of rocessing elements that exist in the hidden layers on the analyzed roerties of Jordan Oil Shale. After constructing such a MLP and changing the number of hidden layers, we found that with increasing the number of rocessing elements in the hidden layers. We reach to an otional outut results w.r.t the exerimental one or the analytical formulated one. This obtained outut is comletely matched with the main concets of theoretical visions of ANN. Key words: MLP El-lojjin oil sigmoid ercetron DM-1 Dm-2 INTRODUCTION A geochemical analysis of El-Lajjun oil shall in Jordan was carried out [1]. It was found that El-Lajjun oil shale consists of the following grou: Organic matter, biogenic calcite and aatite, detrital clay minerals and quartz. The calorific values of 100 samles were determined. The effect of bore deth, calcium carbonate, organic carbon and sulfur content on the calorific values was studied [1]. The results were well correlated by some emirical formula given by [1]: Calorific value= (CaCo 3 ) (S) (C org ) (1) With correlation coefficient of and with an average standard error of 2.63%. The current resurgence of interest in ANNs is largely due to the emergence of owerful new methods as well as to the availability of comutational ower suitable fir simulation. The field is articularly exciting today because ANN algorithms and architectures can be imlemented in VLSI technology for real time alications [2]. Currently two rincial streams can be identified in ANN research. Researches in the first stream are concerned with modeling the brain and thereby exlain its cognitive behavior. On the other hand, the rimary aim of researches in the second streams is to construct useful comuters for real world roblems of attern recognition by drawing these rinciles. In this aer we want to give a comlete descrition to neural networks and their alication in analyzing and studying the roerties of Jordan oil shale as a recent technique. At the same time, we would like to investigate the effect of changing the number of rocessing elements that exist in the hidden layer of the ANN on the forecasted arameters. To check the effectiveness of the described ANN, a comarative study was done between the estimated arameters by ANN and that one that is obtained through exeriment or calculated using the formula given in Eg.1. In this aer, we concentrate on the most common neural network architecture called the multilayer ercetron MLPs. For the urose of this aer, we will look at neural network as function aroximators [3]. As shown in Fig. 1, we have some unknown function that we wish to aroximate. We want to adjust the arameters of the network so that it will roduce the same resonse as the unknown function, if the same inut is alied to both systems. For our alication, the unknown function may corresond to a system (oil shale) we are trying to control as a result of analysis, in which case the neural network will be the identified lant model. The unknowing function could also reresent the inverse of a system (oil shale) we are trying to control and analyze, in which case the neural network can be used to imlement the controller. This aer is organized from six sections. In section two, we describe the Corresonding Author: Dr. Jamal M. Nazzal, Al Ahliyya Amman University, P.O. Box 19328, Amman, Jordan 546

2 World Al. Sci. J., 5 (5): , 2008 Inut Unknown Function Neural Network Predicted Outut Error Adatation Outut Fig. 1: Neural network as function aroximator neuron model. Section three was devoted to Multilayer Percetion Architecture. Section five discusses a lot of obtained results. Finally section six resents the results, conclusion and future works done by others. Section four was dedicated to describe the oeration of Multilayer Percetion Neural Networks. NEURON MODEL The multilayer ercetion neural network is built u of simle comonents. In the beginning, we will describe a single inut neuron which will then be extended to multile inuts. Next, we will stack these neurons together to roduce layers [4]. Finally, the layers are cascaded together to form the network. Single-inut neuron: A single-inut neuron is shown in Fig. 2. The scalar inut is multilied by the scalar weight W to form W, one of the terms that is sent to the summer. The other inut, 1, is multilied by a bias b and then assed to the summer. The summer outut n often referred to as the net inut, goes into a transfer function f which roduces the scalar neuron outut a (sometimes "activation function" is used rather than transfer function and offset rather than bias). From Fig. 2, both w and b are both adjustable scalar arameters of the neuron. Tyically the transfer function is chosen by the designer and then the arameters w and b will be adjusted by some learning rule so that the neuron inut/outut relationshi meet some secific goal. The transfer function in Fig. 2 may be a linear or nonlinear function of n. A articular transfer function is chosen to satisfy some secification of the roblem that the neuron is attemting to solve. One of the most commonly used functions is the log-sigmoid transfer function, which is shown in Fig. 3 [4]. This transfer function takes the inut (which may have any value between lus and minus infinity) and Fig. 2: Single inut neuron [4] Fig. 3: Log-sigmiod transfer function squashes the outut into the range 0 to 1 according to the exression: 1 a = (2) n 1 + e The log-sigmoid transfer function is commonly used in multi-layer networks that are trained using the back roagation algorithm. Multile-inut neuron: Tyically, a neuron has more than one inut. A neuron with R inuts is shown in Fig. 4. The individual inuts 1, 2,, g are each 547

3 World Al. Sci. J., 5 (5): , 2008 dimensions of are dislayed below the variable as Rx1, indicating that the inut is a single vector of R elements. These inuts go to the weight matrix W, which has R columns but only one row in this single neuron case. A constant 1 enters the neuron as an inut and is multilied by a scalar bias b. The net inut to the transfer function f is n, which is the sum of the bias b and the roduct W. The neuron's outut is a scalar in this case. If there exit more than one neuron, the network outut would be a vector. Fig. 4: Multile-inut neuron MULTILAYER PERCEPTRON NETWORK ARCHITECTURES Commonly one neuron, even with many inuts, may not be sufficient. We might need five or ten, oerating arallel, in what we will call a layer". This concet of a layer is discussed below. Fig. 5: Neuron with R inuts, abbreviated notations weighted by corresonding elements W 1,1 W 1,2,.W 1,R of the weight matrix W. The neuron has a bias b, which is summed with the weight inuts to form the net inut n: n = W1,11 + W1, W1,R R + b (3) This exression can be written in matrix form as: A layer of neurons: A single-layer network of S is shown in Fig. 6. Note that each of the R inuts is connected to each of the neurons and that the weight matrix now has s rows. The layer includes the weight matrix, the summers, the bias vector b, the transfer function boxes and the outut vector a. Each element of the inut vector is connected to each neuron through the weight matrix W. Each neuron has a bias b i, a summer, a transfer function f and an outut a i. Taken together, the oututs form the outut vector a. It is common for the number of inuts to a layer to be different from the number of neurons (i.e. R S). The inut vector elements enter the network through the weight matrix W: n = W + b (4) Where the matrix W for the single neuron case has only one row. Now the neuron outut can be written as: a = f(w+ b) (5) A articular convention in assigning the indices of the elements of the weight matrix has been adoted [4]. The first index indicates the articular neuron destination for the weight. The second index indicates the source of the signal fed to the neuron. Thus, the indices in W 1,2 say that this weight reresents the connection to the first (and only) neuron from the second source [4]. A multile-inut neuron using abbreviated notation is shown in Fig. 5. As shown in Fig. 5, the inut vector is reresented by the solid vertical bar at left. The Fig. 6: Layer of S neurons 548

4 World Al. Sci. J., 5 (5): , 2008 Fig. 7: Layer of S neurons, abbreviated notation W... W 1,1 1,R W = (6) W... W s,1 S,R The row indices of the elements of matrix W indicate the destination neuron associated with that weight, while the column indices indicate the source of the inut for that weight. Thus, the indices in W 3,2 say that this weight reresents the connection to the third neuron from the second source. The S-neuron, R-inut, one-layer network also can be drawn in abbreviated notation as shown in Fig. 7. Here again, the symbols below the variables tell that for this layer, is a vector of length R, W is an S*R matrix and a and b are vectors of length S. As defined reviously, the layer includes the weight matrix, the summation and multilication oerations, the bias vector b, the transfer function boxes and the outut vector. Multile layers of neurons: Now consider a network with several layers which has been imlemented in this aer for the urose of analyzing Jordan oil shale roerties. In this network each layer has its own weight matrix W, its own bias vector b, a net inut vector n and an outut vector a. Some additional notation should be introduced to distinguish between these layers. Suerscrits are used to identify these layers. The number of the layer as a suerscrit is aended to the names for each of these variables. Thus, the weight matrix for the second layer is written as W 2. This notation is used in the three-layer network shown in Fig. 8. As shown in Fig. 8, there are R inuts, S 1 neurons in the first layer, S 2 neurons in the second layer, etc. The outut of layers one and two are the inuts for layers two and three. Thus layer 2 can be viewed as a one-layer network with R=S 1 inuts, S= S 2 neurons and an S 1 *S 2 weight matrix W 2. The inut to layer 2 is a 1 and the outut is a 2. A layer whose outut is the network outut is called an outut layer. The other layers are called hidden layers. The network shown in Fig. 8 has an outut layer (layer3) and two hidden layers (layers 1 and 2) STRUCTURE AND OPERATION OF MULTILAYER PERCEPTRON NEURAL NETWORK (MLP) MLP neural networks consist if units arranged in layers [5]. Each layer is comosed of nodes and in the fully connected network considered here each node connects to every node in subsequent layers. Each MLP is comosed of a minimum of three layers consisting of an inut layer, one or more hidden layers and an outut layer. The inut layer distributes the inuts to subsequent layers. Inut nodes have liner activation functions and no thresholds. Each hidden unit node and each outut node have thresholds associated with them in addition to the weights. The hidden unit nodes have nonlinear activation functions and the oututs have linear activation functions. Hence, each signal feeding into anode in a subsequent layer has the original inut multilied by a weight with a threshold added and then Fig. 8: Three layer network 549

5 World Al. Sci. J., 5 (5): , 2008 Fig. 9: Tyical three layer multilayer ercetron neural network is assed through an activation function that may be linear or nonlinear (hidden units). A tyical three layer network is shown in Fig. 9. Only three layer MLPs will be considered in this work since these networks have been shown to aroximate any continuous function [6-8]. For the actual three layers MLP, all of the inuts are also connected directly to all of the oututs [5]. The training data consist of a set N V training atterns (x,t ) where P reresents the attern number. In Fig. 9, X P corresonds to the N-dimensional inut vector of the Pth training attern and Y P corresonds to the M-dimensional outut vector from the trained network for the P th attern. For ease of notation and analysis, threshold on hidden units and outut units are handled by assigning the value of one to an augmented vector comonent denoted by X (N+1). The outut and inut units have linear activations. The inut to the J th hidden unit, net P (j) is exressed [5] as: net (j) N 1 = + W (j,k)x (k) 1 j N k= 1 hi h (7) With the outut activation for the P th training attern, O (j), being exressed by: The overall erformance of the MLP is measured by the mean square error (MSE) exressed by : Where: 1 1 E = E = [t (i) y (i)] N N Nv Nv M 2 = 1 = 1 i= 1 (10) M 2 i= 0 (11) E = [t (i) y (i)] E Corresonds to the error for the P th attern and t is the desired outut for the P th attern. This is also allows the calculation of the naing error for the i th outut unit to be exressed by: 1 E [t (i) y (i)] M 2 i = 1 = (12) N v with the i th outut for the P th training attern exressed by: (13) N 1 N h = + k 1 oi + = j= 1 oi Y(i) W (i,k)x (k) W (i,j).o (j) O ( j) = f(net ( j)) (8) The nonlinear activation is tyically chosen to be the sigmoid function 1 f(net (j)) = (9) net(j) 1 + e In (7) and (8), the N inut units are reresented by the index K and W hi (J,K) denotes the weight connecting the K th inut unit to the J th hidden unit. In (13), W oi (i,k) reresents the weight from the inut nodes to the outut nodes and W oh (i,j) reresents the weight from the hidden nodes to the outut nodes. CONCLUSION When investigators design neural networks for the alication resented in this aer, there are many ways used to investigate the effects of network structure which refers to the secification of network size (i.e. number of hidden units) when the number of inuts and 550

6 World Al. Sci. J., 5 (5): , 2008 Fig. 10: CaCo3 versus gross calorific value Fig. 11: Corg versus gross calorific value Fig. 12: S versus gross calorific value 551

7 World Al. Sci. J., 5 (5): , 2008 Table 1: Results summary Performance MLP ANN 3:10:1 MLP ANN 3:20:1 MLP ANN 3:10:10:1 MLP ANN 3:20:10:1 MSE NMSE MAE Min Abs Error Max Abs Error r oututs are fixed (5) which in turn affects on the o/ redicted arameters. A well organized one maybe based on designing a set of different size networks in an ordinary fashion, each with one or more hidden units than the revious one. This aroach can be designated as design methodology one (DM-1). Alternatively, the second one is based on designing different size networks in no articular order. This aroach can be designated as design methodology two (DM-2). These two design aroaches are significantly different and the aroach chosen often is based on the goals set for the network design and the associated erformance. In general, the more thorough aroach often used for DM-l may take more time to develo the selected network since we may be interested in trying to achieve a trade-off between network erformance and network size. However, the DM-1 aroach used in this work may roduce a suerior design since the design can be ursued until we will be satisfied that future increases in network size roduces diminishing returns in terms of decreasing training time or testing errors. When we design MLP network to analyze the roerties of Jordan oil shale, we reach to the following facts: MLP with a lot of hidden layers (3) erforms more better than with one or two hidden layer secially regarding the outut erformance arameters. Also, when we comare between the o/ of MLP and the mathematical formula, we found that our o/ erformance arameter are best suited with the exerimental. As a future work, we recommend to use hybrid aroaches, which are a combination of ANN with other techniques like exert systems, Fuzzy logic and Genetic Algorithm (GA) to make such analysis of Jordan oil Shale roerties. REFERENCES 1. Anabtawi, M.Z. and jamal M. Nazzal, Effect of comosition of el-lajjun oil shale on its calorific value. Journal of Testing and Evaluation, : Nitin Malik, Artificial Neural Networks and their Alications. National conference on Unear thing Technological Develoments & their transfer for serving Masses, GLA ITM, Mathura, Mathura, India. 3. Martin, T. Hagan and Howard B. Demuth, Neural Networks for control, 4. Haykin, S., Neural Networks: A Comrehensive Foundation, 2nd Edn., New Jersey: Prentice-Hall. 5. Walter, H. Delashmit and Michael T. Manry, Recent Develoments in Multilayer Percetron Neural Networks. Proceedings of the 7 th Annual Memhis Area Engineering and Science Conference, MAESC Hornik, K., M. Stinchcombe and H., White, Multilayer feed forward Networks are Universal Aroximators, Neural Networks, 2 (5): 35g, Hornik, K., M. Stinchombe and H. White, Universal Aroximation of an unknown Maing and its Derivatives Using Multilayer Feed forward Networks. Neural Networks, 3 (5): Cybenko, G., Aroximation by suerosition of a sigmoidal function. Mathematics of control, Signal and Systems, 2 (4):

Recent Developments in Multilayer Perceptron Neural Networks

Recent Developments in Multilayer Perceptron Neural Networks Recent Develoments in Multilayer Percetron eural etworks Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, Texas 75265 walter.delashmit@lmco.com walter.delashmit@verizon.net Michael

More information

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert).

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert). LIMITATIONS OF RECEPTRON XOR Problem The failure of the ercetron to successfully simle roblem such as XOR (Minsky and Paert). x y z x y z 0 0 0 0 0 0 Fig. 4. The exclusive-or logic symbol and function

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics Uncertainty Modeling with Interval Tye-2 Fuzzy Logic Systems in Mobile Robotics Ondrej Linda, Student Member, IEEE, Milos Manic, Senior Member, IEEE bstract Interval Tye-2 Fuzzy Logic Systems (IT2 FLSs)

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

Fuzzy Automata Induction using Construction Method

Fuzzy Automata Induction using Construction Method Journal of Mathematics and Statistics 2 (2): 395-4, 26 ISSN 1549-3644 26 Science Publications Fuzzy Automata Induction using Construction Method 1,2 Mo Zhi Wen and 2 Wan Min 1 Center of Intelligent Control

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS

KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS 4 th International Conference on Earthquake Geotechnical Engineering June 2-28, 27 KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS Misko CUBRINOVSKI 1, Hayden BOWEN 1 ABSTRACT Two methods for analysis

More information

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum International Research Journal of Alied and Basic Sciences 016 Available online at www.irjabs.com ISSN 51-838X / Vol, 10 (6): 679-684 Science Exlorer Publications Design of NARMA L- Control of Nonlinear

More information

Metrics Performance Evaluation: Application to Face Recognition

Metrics Performance Evaluation: Application to Face Recognition Metrics Performance Evaluation: Alication to Face Recognition Naser Zaeri, Abeer AlSadeq, and Abdallah Cherri Electrical Engineering Det., Kuwait University, P.O. Box 5969, Safat 6, Kuwait {zaery, abeer,

More information

E( x ) [b(n) - a(n, m)x(m) ]

E( x ) [b(n) - a(n, m)x(m) ] Homework #, EE5353. An XOR network has two inuts, one hidden unit, and one outut. It is fully connected. Gie the network's weights if the outut unit has a ste actiation and the hidden unit actiation is

More information

PCA fused NN approach for drill wear prediction in drilling mild steel specimen

PCA fused NN approach for drill wear prediction in drilling mild steel specimen PCA fused NN aroach for drill wear rediction in drilling mild steel secimen S.S. Panda Deartment of Mechanical Engineering, Indian Institute of Technology Patna, Bihar-8000, India, Tel No.: 9-99056477(M);

More information

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process Journal of Industrial and Intelligent Information Vol. 4, No. 2, March 26 Using a Comutational Intelligence Hybrid Aroach to Recognize the Faults of Variance hifts for a Manufacturing Process Yuehjen E.

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

Dynamic System Eigenvalue Extraction using a Linear Echo State Network for Small-Signal Stability Analysis a Novel Application

Dynamic System Eigenvalue Extraction using a Linear Echo State Network for Small-Signal Stability Analysis a Novel Application Dynamic System Eigenvalue Extraction using a Linear Echo State Network for Small-Signal Stability Analysis a Novel Alication Jiaqi Liang, Jing Dai, Ganesh K. Venayagamoorthy, and Ronald G. Harley Abstract

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

Analysis of Group Coding of Multiple Amino Acids in Artificial Neural Network Applied to the Prediction of Protein Secondary Structure

Analysis of Group Coding of Multiple Amino Acids in Artificial Neural Network Applied to the Prediction of Protein Secondary Structure Analysis of Grou Coding of Multile Amino Acids in Artificial Neural Networ Alied to the Prediction of Protein Secondary Structure Zhu Hong-ie 1, Dai Bin 2, Zhang Ya-feng 1, Bao Jia-li 3,* 1 College of

More information

E( x ) = [b(n) - a(n,m)x(m) ]

E( x ) = [b(n) - a(n,m)x(m) ] Exam #, EE5353, Fall 0. Here we consider MLPs with binary-valued inuts (0 or ). (a) If the MLP has inuts, what is the maximum degree D of its PBF model? (b) If the MLP has inuts, what is the maximum value

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve In Advances in Neural Information Processing Systems 4, J.E. Moody, S.J. Hanson and R.P. Limann, eds. Morgan Kaumann Publishers, San Mateo CA, 1995,. 950{957. A Simle Weight Decay Can Imrove Generalization

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

One step ahead prediction using Fuzzy Boolean Neural Networks 1

One step ahead prediction using Fuzzy Boolean Neural Networks 1 One ste ahead rediction using Fuzzy Boolean eural etworks 1 José A. B. Tomé IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa jose.tome@inesc-id.t João Paulo Carvalho IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

Neural network models for river flow forecasting

Neural network models for river flow forecasting Neural network models for river flow forecasting Nguyen Tan Danh Huynh Ngoc Phien* and Ashim Das Guta Asian Institute of Technology PO Box 4 KlongLuang 220 Pathumthani Thailand Abstract In this study back

More information

Principal Components Analysis and Unsupervised Hebbian Learning

Principal Components Analysis and Unsupervised Hebbian Learning Princial Comonents Analysis and Unsuervised Hebbian Learning Robert Jacobs Deartment of Brain & Cognitive Sciences University of Rochester Rochester, NY 1467, USA August 8, 008 Reference: Much of the material

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS Massimo Vaccarini Sauro Longhi M. Reza Katebi D.I.I.G.A., Università Politecnica delle Marche, Ancona, Italy

More information

Keywords: pile, liquefaction, lateral spreading, analysis ABSTRACT

Keywords: pile, liquefaction, lateral spreading, analysis ABSTRACT Key arameters in seudo-static analysis of iles in liquefying sand Misko Cubrinovski Deartment of Civil Engineering, University of Canterbury, Christchurch 814, New Zealand Keywords: ile, liquefaction,

More information

Research Article Research on Evaluation Indicator System and Methods of Food Network Marketing Performance

Research Article Research on Evaluation Indicator System and Methods of Food Network Marketing Performance Advance Journal of Food Science and Technology 7(0: 80-84 205 DOI:0.9026/afst.7.988 ISSN: 2042-4868; e-issn: 2042-4876 205 Maxwell Scientific Publication Cor. Submitted: October 7 204 Acceted: December

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers Sr. Deartment of

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

Sensitivity of Nonlinear Network Training to Affine Transformed Inputs

Sensitivity of Nonlinear Network Training to Affine Transformed Inputs Sensitiity of Nonlinear Network raining to Affine ransformed Inuts Changhua Yu, Michael Manry, Pramod Lakshmi Narasimha Deartment of Electrical Engineering Uniersity of exas at Arlington, X 76019 changhua

More information

Support Vector Machines versus Artificial Neural Networks for wood Dielectric Loss Factor estimation

Support Vector Machines versus Artificial Neural Networks for wood Dielectric Loss Factor estimation Suort Vector Machines versus Artificial Neural Networks for wood Dielectric Loss Factor estimation Lazaros Iliadis 1*, Stavros Tachos, Stavros Avramidis 3 Shawn Mansfield 3 1 Democritus University of Thrace,

More information

Damage Identification from Power Spectrum Density Transmissibility

Damage Identification from Power Spectrum Density Transmissibility 6th Euroean Worksho on Structural Health Monitoring - h.3.d.3 More info about this article: htt://www.ndt.net/?id=14083 Damage Identification from Power Sectrum Density ransmissibility Y. ZHOU, R. PERERA

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

Re-entry Protocols for Seismically Active Mines Using Statistical Analysis of Aftershock Sequences

Re-entry Protocols for Seismically Active Mines Using Statistical Analysis of Aftershock Sequences Re-entry Protocols for Seismically Active Mines Using Statistical Analysis of Aftershock Sequences J.A. Vallejos & S.M. McKinnon Queen s University, Kingston, ON, Canada ABSTRACT: Re-entry rotocols are

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition TNN-2007-P-0332.R1 1 Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers

More information

CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW

CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW CONSTRUCTIVE NEURAL NETWORKS IN FORECASTING WEEKLY RIVER FLOW MÊUSER VALENÇA Universidade Salgado de Oliveira - UNIVERSO /Comanhia Hidroelétrica do São Francisco - Chesf Rua Gasar Peres, 47/4 CDU, Recife,

More information

PROFIT MAXIMIZATION. π = p y Σ n i=1 w i x i (2)

PROFIT MAXIMIZATION. π = p y Σ n i=1 w i x i (2) PROFIT MAXIMIZATION DEFINITION OF A NEOCLASSICAL FIRM A neoclassical firm is an organization that controls the transformation of inuts (resources it owns or urchases into oututs or roducts (valued roducts

More information

Optimizing the Polynomial to Represent the Extended True Boiling Point Curve from High Vacuum Distillation Data Using Genetic Algorithms

Optimizing the Polynomial to Represent the Extended True Boiling Point Curve from High Vacuum Distillation Data Using Genetic Algorithms 1561 A ublication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 43, 015 Chief Editors: Sauro Pierucci, Jiří J. Klemeš Coyright 015, AIDIC Servizi S.r.l., ISBN 978-88-95608-34-1; ISSN 83-916 The Italian Association

More information

Lending Direction to Neural Networks. Richard S. Zemel North Torrey Pines Rd. La Jolla, CA Christopher K. I.

Lending Direction to Neural Networks. Richard S. Zemel North Torrey Pines Rd. La Jolla, CA Christopher K. I. Lending Direction to Neural Networks Richard S Zemel CNL, The Salk Institute 10010 North Torrey Pines Rd La Jolla, CA 92037 Christoher K I Williams Deartment of Comuter Science University of Toronto Toronto,

More information

Factor Analysis of Convective Heat Transfer for a Horizontal Tube in the Turbulent Flow Region Using Artificial Neural Network

Factor Analysis of Convective Heat Transfer for a Horizontal Tube in the Turbulent Flow Region Using Artificial Neural Network COMPUTATIONAL METHODS IN ENGINEERING AND SCIENCE EPMESC X, Aug. -3, 6, Sanya, Hainan,China 6 Tsinghua University ess & Sringer-Verlag Factor Analysis of Convective Heat Transfer for a Horizontal Tube in

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE 4: Linear Systems Summary # 3: Introduction to artificial neural networks DISTRIBUTED REPRESENTATION An ANN consists of simple processing units communicating with each other. The basic elements of

More information

Aggregate Prediction With. the Aggregation Bias

Aggregate Prediction With. the Aggregation Bias 100 Aggregate Prediction With Disaggregate Models: Behavior of the Aggregation Bias Uzi Landau, Transortation Research nstitute, Technion-srael nstitute of Technology, Haifa Disaggregate travel demand

More information

A generalization of Amdahl's law and relative conditions of parallelism

A generalization of Amdahl's law and relative conditions of parallelism A generalization of Amdahl's law and relative conditions of arallelism Author: Gianluca Argentini, New Technologies and Models, Riello Grou, Legnago (VR), Italy. E-mail: gianluca.argentini@riellogrou.com

More information

Ensemble Forecasting the Number of New Car Registrations

Ensemble Forecasting the Number of New Car Registrations Ensemble Forecasting the Number of New Car Registrations SJOERT FLEURKE Radiocommunications Agency Netherlands Emmasingel 1, 9700 AL, Groningen THE NETHERLANDS sjoert.fleurke@agentschatelecom.nl htt://www.agentschatelecom.nl

More information

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics Churilova Maria Saint-Petersburg State Polytechnical University Deartment of Alied Mathematics Technology of EHIS (staming) alied to roduction of automotive arts The roblem described in this reort originated

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Lorenz Wind Disturbance Model Based on Grey Generated Components

Lorenz Wind Disturbance Model Based on Grey Generated Components Energies 214, 7, 7178-7193; doi:1.339/en7117178 Article OPEN ACCESS energies ISSN 1996-173 www.mdi.com/journal/energies Lorenz Wind Disturbance Model Based on Grey Generated Comonents Yagang Zhang 1,2,

More information

PARALLEL MATRIX MULTIPLICATION: A SYSTEMATIC JOURNEY

PARALLEL MATRIX MULTIPLICATION: A SYSTEMATIC JOURNEY PARALLEL MATRIX MULTIPLICATION: A SYSTEMATIC JOURNEY MARTIN D SCHATZ, ROBERT A VAN DE GEIJN, AND JACK POULSON Abstract We exose a systematic aroach for develoing distributed memory arallel matrixmatrix

More information

Keywords: Vocal Tract; Lattice model; Reflection coefficients; Linear Prediction; Levinson algorithm.

Keywords: Vocal Tract; Lattice model; Reflection coefficients; Linear Prediction; Levinson algorithm. Volume 3, Issue 6, June 213 ISSN: 2277 128X International Journal of Advanced Research in Comuter Science and Software Engineering Research Paer Available online at: www.ijarcsse.com Lattice Filter Model

More information

PARALLEL MATRIX MULTIPLICATION: A SYSTEMATIC JOURNEY

PARALLEL MATRIX MULTIPLICATION: A SYSTEMATIC JOURNEY PARALLEL MATRIX MULTIPLICATION: A SYSTEMATIC JOURNEY MARTIN D SCHATZ, ROBERT A VAN DE GEIJN, AND JACK POULSON Abstract We exose a systematic aroach for develoing distributed memory arallel matrix matrix

More information

Spacecraft Power System Controller Based on Neural Network

Spacecraft Power System Controller Based on Neural Network Proceedings of the 4 th International Middle East Power Systems Conference (MEPCON ), Cairo University, Egyt, December 9-2, 2, Paer ID 242. Sacecraft Power System Controller Based on Neural Network Hanaa

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Speaker Identification and Verification Using Different Model for Text-Dependent

Speaker Identification and Verification Using Different Model for Text-Dependent International Journal of Alied Engineering Research ISSN 0973-4562 Volume 12, Number 8 (2017). 1633-1638 Research India Publications. htt://www.riublication.com Seaker Identification and Verification Using

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

Provided by the author(s) and University College Dublin Library in accordance with ublisher olicies. Please cite the ublished version when available. Title Low Comlexity Stochastic Otimization-Based Model

More information

Solar Thermal Aquaculture System Controller Based on Artificial Neural Network

Solar Thermal Aquaculture System Controller Based on Artificial Neural Network Engineering,, 3, 8-8 doi:.436/eng..3899 Published Online August (htt://.scirp.org/journal/eng) Solar Thermal Aquaculture System Controller Based on Artificial Neural Netork Abstract Doaa M. Atia, Faten

More information

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE MATHEMATICS OF COMPUTATIO Volume 75, umber 256, October 26, Pages 237 247 S 25-5718(6)187-9 Article electronically ublished on June 28, 26 O POLYOMIAL SELECTIO FOR THE GEERAL UMBER FIELD SIEVE THORSTE

More information

A New GP-evolved Formulation for the Relative Permittivity of Water and Steam

A New GP-evolved Formulation for the Relative Permittivity of Water and Steam ew GP-evolved Formulation for the Relative Permittivity of Water and Steam S. V. Fogelson and W. D. Potter rtificial Intelligence Center he University of Georgia, US Contact Email ddress: sergeyf1@uga.edu

More information

An Improved Calibration Method for a Chopped Pyrgeometer

An Improved Calibration Method for a Chopped Pyrgeometer 96 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 17 An Imroved Calibration Method for a Choed Pyrgeometer FRIEDRICH FERGG OtoLab, Ingenieurbüro, Munich, Germany PETER WENDLING Deutsches Forschungszentrum

More information

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES AARON ZWIEBACH Abstract. In this aer we will analyze research that has been recently done in the field of discrete

More information

Bayesian System for Differential Cryptanalysis of DES

Bayesian System for Differential Cryptanalysis of DES Available online at www.sciencedirect.com ScienceDirect IERI Procedia 7 (014 ) 15 0 013 International Conference on Alied Comuting, Comuter Science, and Comuter Engineering Bayesian System for Differential

More information

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls CIS 410/510, Introduction to Quantum Information Theory Due: June 8th, 2016 Sring 2016, University of Oregon Date: June 7, 2016 Fault Tolerant Quantum Comuting Robert Rogers, Thomas Sylwester, Abe Pauls

More information

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS Proceedings of DETC 03 ASME 003 Design Engineering Technical Conferences and Comuters and Information in Engineering Conference Chicago, Illinois USA, Setember -6, 003 DETC003/DAC-48760 AN EFFICIENT ALGORITHM

More information

and INVESTMENT DECISION-MAKING

and INVESTMENT DECISION-MAKING CONSISTENT INTERPOLATIVE FUZZY LOGIC and INVESTMENT DECISION-MAKING Darko Kovačević, č Petar Sekulić and dal Aleksandar Rakićević National bank of Serbia Belgrade, Jun 23th, 20 The structure of the resentation

More information

Statistical Methods for River Runoff Prediction

Statistical Methods for River Runoff Prediction Water Resources, Vol. 32, No. 2, 25,. 115 126. Translated from Vodnye Resursy, Vol. 32, No. 2, 25,. 133 145. Original Russian Text Coyright 25 by Pisarenko, Lyubushin, Bolgov, Rukavishnikova, Kanyu, Kanevskii,

More information

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE THE 19 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE K.W. Gan*, M.R. Wisnom, S.R. Hallett, G. Allegri Advanced Comosites

More information

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V.

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deriving ndicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deutsch Centre for Comutational Geostatistics Deartment of Civil &

More information

Modelling a Partly Filled Road Tanker during an Emergency Braking

Modelling a Partly Filled Road Tanker during an Emergency Braking Proceedings of the World Congress on Engineering and Comuter Science 217 Vol II, October 25-27, 217, San Francisco, USA Modelling a Partly Filled Road Tanker during an Emergency Braking Frank Otremba,

More information

Hidden Predictors: A Factor Analysis Primer

Hidden Predictors: A Factor Analysis Primer Hidden Predictors: A Factor Analysis Primer Ryan C Sanchez Western Washington University Factor Analysis is a owerful statistical method in the modern research sychologist s toolbag When used roerly, factor

More information

THE 3-DOF helicopter system is a benchmark laboratory

THE 3-DOF helicopter system is a benchmark laboratory Vol:8, No:8, 14 LQR Based PID Controller Design for 3-DOF Helicoter System Santosh Kr. Choudhary International Science Index, Electrical and Information Engineering Vol:8, No:8, 14 waset.org/publication/9999411

More information

START Selected Topics in Assurance

START Selected Topics in Assurance START Selected Toics in Assurance Related Technologies Table of Contents Introduction Statistical Models for Simle Systems (U/Down) and Interretation Markov Models for Simle Systems (U/Down) and Interretation

More information

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule The Grah Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule STEFAN D. BRUDA Deartment of Comuter Science Bisho s University Lennoxville, Quebec J1M 1Z7 CANADA bruda@cs.ubishos.ca

More information

The Recursive Fitting of Multivariate. Complex Subset ARX Models

The Recursive Fitting of Multivariate. Complex Subset ARX Models lied Mathematical Sciences, Vol. 1, 2007, no. 23, 1129-1143 The Recursive Fitting of Multivariate Comlex Subset RX Models Jack Penm School of Finance and lied Statistics NU College of Business & conomics

More information

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA Proceedings of the 2011 Winter Simulation Conference S. Jain, R. R. Creasey, J. Himmelsach, K. P. White, and M. Fu, eds. EFFICIENT RARE EVENT SIMULATION FOR HEAVY-TAILED SYSTEMS VIA CROSS ENTROPY Jose

More information

Best approximation by linear combinations of characteristic functions of half-spaces

Best approximation by linear combinations of characteristic functions of half-spaces Best aroximation by linear combinations of characteristic functions of half-saces Paul C. Kainen Deartment of Mathematics Georgetown University Washington, D.C. 20057-1233, USA Věra Kůrková Institute of

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

arxiv:cond-mat/ v2 25 Sep 2002

arxiv:cond-mat/ v2 25 Sep 2002 Energy fluctuations at the multicritical oint in two-dimensional sin glasses arxiv:cond-mat/0207694 v2 25 Se 2002 1. Introduction Hidetoshi Nishimori, Cyril Falvo and Yukiyasu Ozeki Deartment of Physics,

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Improved Identification of Nonlinear Dynamic Systems using Artificial Immune System

Improved Identification of Nonlinear Dynamic Systems using Artificial Immune System Imroved Identification of Nonlinear Dnamic Sstems using Artificial Immune Sstem Satasai Jagannath Nanda, Ganaati Panda, Senior Member IEEE and Babita Majhi Deartment of Electronics and Communication Engineering,

More information

Identification of the source of the thermoelastic response from orthotropic laminated composites

Identification of the source of the thermoelastic response from orthotropic laminated composites Identification of the source of the thermoelastic resonse from orthotroic laminated comosites S. Sambasivam, S. Quinn and J.M. Dulieu-Barton School of Engineering Sciences, University of Southamton, Highfield,

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Multiple Resonance Networks

Multiple Resonance Networks 4 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: FUNDAMENTAL THEORY AND APPLICATIONS, VOL 49, NO, FEBRUARY [4] Y-Y Cao, Y-X Sun, and J Lam, Delay-deendent robust H control for uncertain systems with time-varying

More information

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

Covariance Matrix Estimation for Reinforcement Learning

Covariance Matrix Estimation for Reinforcement Learning Covariance Matrix Estimation for Reinforcement Learning Tomer Lancewicki Deartment of Electrical Engineering and Comuter Science University of Tennessee Knoxville, TN 37996 tlancewi@utk.edu Itamar Arel

More information

GENERATING FUZZY RULES FOR PROTEIN CLASSIFICATION E. G. MANSOORI, M. J. ZOLGHADRI, S. D. KATEBI, H. MOHABATKAR, R. BOOSTANI AND M. H.

GENERATING FUZZY RULES FOR PROTEIN CLASSIFICATION E. G. MANSOORI, M. J. ZOLGHADRI, S. D. KATEBI, H. MOHABATKAR, R. BOOSTANI AND M. H. Iranian Journal of Fuzzy Systems Vol. 5, No. 2, (2008). 21-33 GENERATING FUZZY RULES FOR PROTEIN CLASSIFICATION E. G. MANSOORI, M. J. ZOLGHADRI, S. D. KATEBI, H. MOHABATKAR, R. BOOSTANI AND M. H. SADREDDINI

More information

Neural networks. Chapter 20. Chapter 20 1

Neural networks. Chapter 20. Chapter 20 1 Neural networks Chapter 20 Chapter 20 1 Outline Brains Neural networks Perceptrons Multilayer networks Applications of neural networks Chapter 20 2 Brains 10 11 neurons of > 20 types, 10 14 synapses, 1ms

More information

which is a convenient way to specify the piston s position. In the simplest case, when φ

which is a convenient way to specify the piston s position. In the simplest case, when φ Abstract The alicability of the comonent-based design aroach to the design of internal combustion engines is demonstrated by develoing a simlified model of such an engine under automatic seed control,

More information