arxiv: v1 [cs.cv] 25 Oct 2017

Size: px
Start display at page:

Download "arxiv: v1 [cs.cv] 25 Oct 2017"

Transcription

1 Crop Panning using Stochastic Visua Optimization Gunjan Sehga *, Bindu Gupta, Kausha Paneri, Karamjit Singh, Geetika Sharma, Gautam Shroff TCS Research, India arxiv: v1 [cs.cv] 25 Oct 2017 ABSTRACT As the word popuation increases and arabe and decreases, it becomes vita to improve the productivity of the agricutura and avaiabe. Given the weather and soi properties, farmers need to take critica decisions such as which seed variety to pant and in what proportion, in order to maximize productivity. These decisions are irreversibe and any unusua behavior of externa factors, such as weather, can have catastrophic impact on the productivity of crop. A variety which is highy desirabe to a farmer might be unavaiabe or in short suppy, therefore, it is very critica to evauate which variety or varieties are more ikey to be chosen by farmers from a growing region in order to meet demand. In this paper, we present our visua anaytics too, ViSeed, showcased on the data given in Syngenta 2016 crop data chaenge 1. This too heps to predict optima soybean seed variety or mix of varieties in appropriate proportions which is more ikey to be chosen by farmers from a growing region. It aso aows to anayse soutions generated from our approach and heps in the decision making process by providing insightfu visuaizations. Index Terms: K.6.1 [Management of Computing and Information Systems]: Project and Peope Management Life Cyce; K.7.m [The Computing Profession]: Misceaneous Ethics 1 INTRODUCTION With increasing word popuation and decreasing arabe and, optimizing the productivity of and is the need of the hour. To meet the growing food demand [5] farmers need to take critica decisions ike on what(soi), which (variety), and how much(proportion) in order to maximize the yied. However, a seed variety highy desired by a farmer may be unavaiabe or in short suppy. Therefore, it is critica to evauate which variety is more ikey to be chosen by farmers from a growing region in order to meet demand. As the production varies due to differences in weather conditions [7] and soi quaity [3], there cannot be a singe seed variety that wi yied high production across regions. Hence, predicting the appropriate mix of proportions of different seed varieties is desirabe. Whie a standaone soution with predicted seed variety or mix of varieties for a region is very hepfu, but in the rea word, where the number of regions and varieties both can be arge, it is very crucia to have visuaization based patform to anayze a possibe soutions. In this paper, we present a machine earning and optimization based approach to predict seed variety or mix of varieties in appropriate proportions which is more ikey to be chosen by farmers from a growing region. We aso present our visua anaytics too to understand and anayse the soutions generated by our approach. This too heps in the decision making process and aso provides insightfu visuaizations. We use Syngenta Crop Chaenge 2016 dataset which requires computation of an optima combination of upto five soybean varieties *e-mai: sehga.gunjan@tcs.com e-mai:bindu.gupta2@tcs.com e-mai:gautam.shroff@tcs.com 1 for the given region using historica sub-region data and experiment data from a few experiment ocations. Our approach to the chaenge comprises of (a) machine earning and optimization techniques to compute the soution, as we as (b) a geo-spatia visua anaytics too, ViSeed, to understand the given data and anayse the soutions. As the production of soybean varies due to differences in weather conditions and soi quaity and there is no singe variety that wi yied high production across the region, we have experimented with two possibe soutions to the chaenge. The first, goba soution, required by the chaenge and defined as a combination of upto five varieties to be grown over the entire region. The second, a differentiated soution, consisting of individua optima combinations for each sub-region. We aso compute a spatia cohesion score for each subregion which measures the simiarity of the soutions for the sub-region with those of its neighbors. Finay, we show that the differentiated soution performs marginay better and has ower variance than the goba soution. Rest of the paper is organized as foows. In section 2, we present the probem statement aong with out approach to predict the optima set of varieties and in section 3, we present our visua anaytics too ViSeed and showcase it for the Syngenta data chaenge In section 4, we present our resuts of prediction accuracies and predicted soyabean varieties and concude in section 5. 2 METHODOLOGY AND THEORY 2.1 Probem Statement: Let {v 1,v 2,...,v n } be the n soybean varieties and et R be a region with k sub-regions {R 1,R 2,...,R k }. Each of the sub-region R i has different soi and weather conditions associated with it. Our goa is to find which soybean seed variety, or mix of up to five varieties in appropriate proportions, wi best meet the demands of farmers in each sub-region R i and for whoe region R. In order to find such mix of seed varieties, we predict the top five varieties for each sub-region in terms of maximum yied and then find the optima proportion of these five varieties in order to maximize yied and minimize variance in the yied. Our approach to predict the mix of soybean varieties in appropriate proportion for each subregion R i and for whoe region R consists of three steps: 1) Prediction of Weather and Soi attributes, 2) Yied Prediction given the soybean variety, and weather and soi conditions, and 3) Yied Optimization. We aso present our visua anaytic too to understand and anayses the soutions generated by our approach. This too heps in decision making process and aso provide insightfu visuaizations. 2.2 Weather and Soi Prediction For each subregion R i, et {w i 1 (t),wi 2 (t),...,wi N (t)} be the weather condition and {s i 1 (t),si 2 (t),...,si M (t)} be the soi condition attributes at time t. Given these attributes from initia time t 0 to the current time t, we use Deep earning based approach LSTM [6] to predict the vaue of these attributes for time t + 1. For each attribute separatey, say w i N, we prepare a sequence of its vaues from time t 0 to t 1, and use it as an input to train LSTM with the target of predicting vaue of w i N at time t and then we use the trained LSTM to predict the vaue for time t + 1.LSTM based neura networks are competitive with the traditiona methods and are considered a good aternative to forecast

2 The term w norm(var ) is caed variabiity. We ran above optimization for ten threshods of variabiity, i.e., ten vaues of τ from 0 to 1 with the step size of 0.1. For every vaue of τ, we get the optima soution. Therefore, for a subregion R i, we get 10 soutions and out of these 10 soutions, we choose the soution having maximum yied and minimum variabiity and it is caed defaut soution for sub-region R i Figure 1: LSTM architecture used to predict weather and soi attributes genera weather conditions [9]. Figure 1 shows an architecture used for the prediction of weather and soi attributes. 2.3 Yied Prediction Once we predict the weather and soi attributes for the time t + 1, we use these attributes as a feature set to predict the yied in every sub-region R i for each soybean variety v j, where j = 1,2,...,n. We divide the yied vaue into r equay sized bins by taking maximum and minimum from historica data and we treat the prediction probem as a cassification probem, where our goa is to predict the bin vaue of yied. More formay, for each sub-region R i, we compute n probabiity distributions {p i j,1, pi j,2,..., pi j,r } of yied, one for every soybean variety v j, where j = 1,2,...,n, using Random Forest Cassifier (RFC) [2]. RFC is an ensembe earning method that operates by constructing a mutitude of decision trees at training time and outputting the cass that is the mode of the casses (cassification) of the individua trees. As an output, we get the count of each cass which represents the number of trees outputting the cass. Further, we convert these counts into probabiities by diving each count by the sum of a counts. 2.4 Yied Optimization Given n probabiity distributions of the yied y i for sub-region R i, we use an optimization approach to obtain weighted combination of varieties in order to maximize yied and minimize standard variation or variabiity. Steps to obtain combination of varieties in an appropriate proportion are given as foows: 1. Given n probabiity distributions {p i j,1, pi j,2,..., pi j,r } of yied y i for every soybean variety v j, where j = 1,2,...,n, we cacuate expected vaue and variance of each distribution, represented by E j, and Var j respectivey. 2. We choose top k distributions out of n having maximum score cacuated as: score j = norm(e j ) + (1 norm(var j )) (1) where norm(e j ) and norm(var j ) are the normaized vaues between 0 to 1 of E j and Var j respectivey. 3. We use an optimization technique with objective function of maximizing yied using combination of upto five varities out of chosen top k in an appropriate proportion. The objective function and constraints of optimization are given as foows: Constraints: Objective function: max( w E ) (2) w norm(var ) < τ, w >.10, and w = 1 (3) Spatia Cohesion(SC) Score: For every soution obtained from optimization approach, we cacuate SC Score which is cacuated as foows: Let for a sub-region R i, the optimized soution at τ = τ 1 contains five varieties v i 1,vi 2,...,vi 5 in some proportion. Let near(r i ) = {N1 i,ni 2,...,Ni i } be the set of neighboring sub-regions of R i which are having maximum distance of m mies from the centroid of it. For every v i j in the soution of R i, we cacuate variety score as: var s (v i j ) = k= i k=1 wi j,k i (4) where w i j,k is the proportion with which variety vi j exist in the soution of neighboring sub-region Nk i at τ = τ 1. Further, SC score of sub-region R i is cacuated as the average of a variety scores in the soution: SC i = 5 j=1 var s(v i j ) (5) 5 3 VISUAL ANALYTICS USING VISEED We now describe, ViSeed, our visua anaytics too to understand the given data and anayse the soution generated by our anaytics methodoogy.this too differentiates our work from other reated works [1] [8] as it ets the retaier expore varieties performing we in oca as we as goba areas. As agricutura yieds vary widey around the word due to cimate and the mix of crops grown [4],ViSeed ets the farmer expore the quaity of soi and cimatic variations region wise intuitivey to take the panting decisions accordingy. The main screen of ViSeed is divided into two parts. The first part dispays a map of the United States over which various sub-region attributes can be visuaized, Figure 2 A. The second (right hand pane) part, B, contains a tabbed contro pane, to switch between various visuaizations of the soution data. Getting Started A data attribute such as precipitation or soar radiation may be visuaized by seecting it from the attribute menu and a year from the timeine as shown in Figure 2. Further, as described in the previous section, we first compute the top k varieties for each sub-region, based on high expected yied and ow variance and from them, an optima soution with up to five varieties. As a variety may occur in the optima soution of mutipe sub-regions, we compute a distribution of weights for each variety across subregions and the expected vaue of this distribution. The varieties are ranked in decreasing order of expected vaue which is an indicator of prevaence of the variety across sub-regions and dispayed in the right pane when the visuaization too starts up, Figure 2, C. Thus, the user is provided a starting point to begin exporing the possibe soutions. The histogram of weights for each variety across sub-regions, using a coour map, is shown aongside its expected vaue. Seection of a range on the histogram of a variety highights those sub-regions for which the variety has weight or proportion in the seected range. Cicking on a variety name highights those sub-regions on the map for which the variety occurs in the optima soution. Cicking mutipe varieties highights the regions for a, thus aowing the user to visuaize cumuative prevaence of varieties. Common Soution A user may expore various soutions, for the entire region, by seecting up to five varieties from this ist, 1 in

3 Figure 2: ViSeed: Main Data Exporation Screen Common Soution Exporation Figure 2. On pressing the query button, 2, proportions of each of the seected varieties are computed, 3, and the tota yied for the region is predicted, 4. Differentiated Soution Each sub-region has a precomputed defaut soution from among its top k varieties. Cicking on a subregion in the map, Figure 3, 1, brings up the top k varieties for that sub-region, 2, aong with their weights in the optima soution, count of sub-regions in which the variety is in the top k and the predicted yied distribution for the variety. The sub-regions for which a variety is in the top k ist can be seen by cicking on the red count bar. For every soution, we show the Average Yied and Average Standard Deviation and Average offset in % of entire region R. The standard deviation and offset of each sub-region is cacuated as: 5=1 w Var Standard deviation (S.D) = 5 Offset % = ( S.D ) 100 ExpectedYied (6) (7) where Var is the variance of variety v and w is its proportion in the soution. Changing Variabiity Our too aso aows the user to anayse soutions by paying with different variabiity threshods. This can be done by first cicking on the Variance tab. The user can set a variabiity threshod by moving the sider, Figure 4, 1. On pressing the query button, the ist of varieties, with variabiity beow the chosen threshod is dispayed, aong with their histograms of weights across sub-regions and expected vaues as before. A new optima soution is computed for each sub-region and its simiarity with the soutions of neighboring sub-regions is cacuated as a spatia cohesion score. This score is visuaized on the map. The user may aso interact with this ist of varieties and compute a goba soution for the entire region, as described earier. 4 Q UANTITATIVE Figure 3: Top k Varieties for a Sub-Region RESULTS In this section, we present our resuts of LSTM and RFC mode used for weather and yied prediction. We used keras, scikit-earn and cvxpy respectivey to impement LSTM, RFC and optimization. Avaiabe Data: We were provided with the foowing two datasets: 1. Experiment Dataset: It consists of experiments, in 583 sub-regions, between 2009 and 2015 using 174 varieties. It has three weather and three soi condition attributes for every sub-region. Figure 4: Changing Soution Variabiity

4 Attributes Vaidation Set Test Set Temperature 0.69% 0.78% Percipitation 0.73% 0.83% SorRadiation 2.6% 2.8% Tabe 1: N-RMSE of three weather attributes on vaidation and test set using LSTM Figure 5: Common Soution: Areas in which Varieties are optima Cumuative area in which varieties are optima 2. Region Dataset: It consists of 6490 sub-regions with the given three soi and three weather condition attributes from the year 2000 to We predict three attributes of weather conditions, temperature, precipitation, and sor radiation for every sub-region of Region dataset. For an attributes say w i N in sub-region R i, we prepare the sequence of 14 vaues from year 2000 to 2014 as an input to train LSTM with a target of predicting vaue of year We vaidate and test the LSTM mode by dividing Region dataset into training, vaidation, and test data in the ratio of 70:15:15 respectivey. Tabe 1, shows the normaized root mean square error (N-RMSE) for a three weather attributes on vaidation and test set. Here, N-RMSE is defined for an attribute say, w i N as RMSE = k i=1 (act(wi N ) pred(wi N ))2 k (8) RMSE N-RMSE = (max(w i N ) 100 (9) min(wi N )) where act(w i N ) and pred(wi ) are the actua and predicted vaues, max(w i N ) and min(wi ) are maximum and minimum vaues, of attribute w i N for sub-region R i. The vaue of k is 6490 in our case. N-RMSE in Tabe 1 indicating that the prediction of weather attributes using LSTM have ess than 1% error for temperature and precipitation and ess than 3% error for Sor radiation. We use this trained LSTM mode to predict weather attributes for year Note, we did not predict soi condition parameters as they did not change over time in experiment dataset. We use experiment dataset to train RFC mode by dividing it into three parts train, vaid and test dataset in the ratio of 70:15:15 respectivey. Soi and weather condition attributes in each experiment has been used as a feature set in RFC and discretized yied as a target variabe. N-RMSE of yied predicted on vaidation and test set using RFC is 6.01% and 6.25% respectivey. We use the trained RFC mode to predict the yied for 6490 sub-regions in Region dataset with weather and soi attributes for year 2016 as input, predicted using LSTM(as expained above). 4.1 Insights from ViSeed Common Soution In order to compute the common soution, we used ViSeed to check mutipe combinations of the top ten growing varieties based on expected vaue and arrived at the reported soution. The areas in which these varieties are in the optima differentiated soution are shown in figure 5, and the cumuative area for a five is shown in figure 5. Differentiated Soution Anaysing the predicted yied for the differentiated soution, we find two areas with high yied as highighted in figure 6. The spatia cohesion score is aso visuaised in the same figure and observers to be high for the areas with high yied. We vaidate this in figure 6, by visuaizing the sub-regions in which a variety from a high yied, high spatia cohesion score sub-region is grown. We may concude that high yied varieties are ocaized to certain regions, and so they do not occur in the optima common soution. Experiments with Variabiity In figure 7, we show the changes in spatia cohesion and yied for different variabiity threshods. We find that with a ow variabiity threshod of 0.3, there is no optima soution for most of the sub-regions (dark-grey areas in the map). Increasing the threshod, resuts in soutions for most of the subregions aong with an increase in the average yied per sub-region and the spatia cohesion score. However, beyond a certain threshod, the gain in yied and spatia cohesion is very sma. Our submission to the Syngenta chaenge comprised of two parts. We use (a) machine earning and stochastic optimisation to compute soutions and (b) have deveoped a visua anaytics too, ViSeed, to anayse the resuts. In particuar, we predict weather and soi attributes of each sub-region through time-series regression using LSTMs. For each sub-region and seed variety, a Random Forest cassifier is trained on experiment data to predict yied distributions. Next, we compute weights of varieties through stochastic optimization, maximizing expected yied and minimizing variance, for each subregion, foowed by visua anaytics to choose an optima goba soution based on the spread of each variety across ocay optima combinatios.. Our combination of soybean varieties is as foows - V156774: 48.1%, V156806: 15.2%, (iii) V152312: 13.5%, (iv) V114565: 11.8% and (v) V152322: 11.4%. We provide a second soution to the chaenge consisting of individua optima soutions for each sub-region which performs marginay better than the first reported above. Our geo-spatia visua anaytics too ViSeed, is designed to expore the raw data as we as aid in optimization. Our entry was not among the top 5 fina entries seected from 600 registered teams and as the detais of the winning entries have not been made pubic, we cannot compare our approach with theirs. 5 CONCLUSION In this paper, we propose an approach for crop panning based on machine earning modes (RFC and LSTM), stochastic optimization and a visua anaytics patform. We have given 2 different soution

5 Figure 6: Differentiated Soution: High Yied Areas and Spatia Cohesion Vaidation of Spatia Cohesion [8] O. Marko, S. Brdar, M. Panic, P. Lugonja, and V. Crnojevic. Soybean varieties portfoio optimisation based on yied prediction. Computers and Eectronics in Agricuture, 127: , [9] M. A. Zaytar and C. E. Sequence to sequence weather forecasting with ong short-term memory recurrent neura networks. 143:7 11, Figure 7: Differentiated soutions at different Variabiity threshods sets; i) Common soution for entire region, ii) Differentiated soutions at sub-region eve. We use expected yied based on a mode using sub-region wise predictions of weather and soi conditions, standard deviation of expected yied as the criteria to seect seed varieties. We give the spatia cohesion score for each soution which heps to find the simiar soutions in the neigbouring sub-regions. We aso present a geo-spatia visua anaytics too which has the capabiity of exporing raw data and heps the retaier in decision making by aowing exporation of soutions at sub-region as we as goba eve. R EFERENCES [1] O. Adekanmbi and O. O. Ougbara. Mutiobjective optimization of crop-mix panning using generaized differentia evoution agorithm [2] L. Breiman. Random forests. Machine earning, 45(1):5 32, [3] S. Drummond, K. Sudduth, A. Joshi, S. Birre, and N. Kitchen. Statistica and neura methods for site specific yied prediction. [4] J. A. Foey, N. Ramankutty, K. A. Brauman, E. S. Cassidy, J. S. Gerber, M. Johnston, N. D. Mueer, C. OConne, D. K. Ray, P. C. West, et a. Soutions for a cutivated panet. Nature, 478(7369): , [5] H. C. J. Godfray, J. R. Beddington, I. R. Crute, L. Haddad, D. Lawrence, J. F. Muir, J. Pretty, S. Robinson, S. M. Thomas, and C. Toumin. Food security: the chaenge of feeding 9 biion peope. science, 327(5967): , [6] S. Hochreiter and J. Schmidhuber. Long short-term memory. Neura computation, 9(8): , [7] T. Iizumi and N. Ramankutty. How do weather and cimate infuence cropping area and intensity? Goba Food Security, 4:46 50, 2015.

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

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

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

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

A Fuzzy Approach to Co-Ordinated and Non Co-Ordinated Two Stage Supply Chain

A Fuzzy Approach to Co-Ordinated and Non Co-Ordinated Two Stage Supply Chain Internationa Journa of Pure and Appied Mathematica Sciences. ISS 097-988 Voume 0, umber (07), pp. -3 Research India Pubications http://www.ripubication.com A Fuzzy Approach to Co-Ordinated and on Co-Ordinated

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

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

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents MARKOV CHAINS AND MARKOV DECISION THEORY ARINDRIMA DATTA Abstract. In this paper, we begin with a forma introduction to probabiity and expain the concept of random variabes and stochastic processes. After

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

Nonlinear Analysis of Spatial Trusses

Nonlinear Analysis of Spatial Trusses Noninear Anaysis of Spatia Trusses João Barrigó October 14 Abstract The present work addresses the noninear behavior of space trusses A formuation for geometrica noninear anaysis is presented, which incudes

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

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

AST 418/518 Instrumentation and Statistics

AST 418/518 Instrumentation and Statistics AST 418/518 Instrumentation and Statistics Cass Website: http://ircamera.as.arizona.edu/astr_518 Cass Texts: Practica Statistics for Astronomers, J.V. Wa, and C.R. Jenkins, Second Edition. Measuring the

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

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

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

IE 361 Exam 1. b) Give *&% confidence limits for the bias of this viscometer. (No need to simplify.)

IE 361 Exam 1. b) Give *&% confidence limits for the bias of this viscometer. (No need to simplify.) October 9, 00 IE 6 Exam Prof. Vardeman. The viscosity of paint is measured with a "viscometer" in units of "Krebs." First, a standard iquid of "known" viscosity *# Krebs is tested with a company viscometer

More information

Explicit overall risk minimization transductive bound

Explicit overall risk minimization transductive bound 1 Expicit overa risk minimization transductive bound Sergio Decherchi, Paoo Gastado, Sandro Ridea, Rodofo Zunino Dept. of Biophysica and Eectronic Engineering (DIBE), Genoa University Via Opera Pia 11a,

More information

General Certificate of Education Advanced Level Examination June 2010

General Certificate of Education Advanced Level Examination June 2010 Genera Certificate of Education Advanced Leve Examination June 2010 Human Bioogy HBI6T/P10/task Unit 6T A2 Investigative Skis Assignment Task Sheet The effect of temperature on the rate of photosynthesis

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

Reliability Improvement with Optimal Placement of Distributed Generation in Distribution System

Reliability Improvement with Optimal Placement of Distributed Generation in Distribution System Reiabiity Improvement with Optima Pacement of Distributed Generation in Distribution System N. Rugthaicharoencheep, T. Langtharthong Abstract This paper presents the optima pacement and sizing of distributed

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

Mathematical Scheme Comparing of. the Three-Level Economical Systems

Mathematical Scheme Comparing of. the Three-Level Economical Systems Appied Mathematica Sciences, Vo. 11, 2017, no. 15, 703-709 IKAI td, www.m-hikari.com https://doi.org/10.12988/ams.2017.7252 Mathematica Scheme Comparing of the Three-eve Economica Systems S.M. Brykaov

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

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

Ant Colony Algorithms for Constructing Bayesian Multi-net Classifiers

Ant Colony Algorithms for Constructing Bayesian Multi-net Classifiers Ant Coony Agorithms for Constructing Bayesian Muti-net Cassifiers Khaid M. Saama and Aex A. Freitas Schoo of Computing, University of Kent, Canterbury, UK. {kms39,a.a.freitas}@kent.ac.uk December 5, 2013

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

Efficient Similarity Search across Top-k Lists under the Kendall s Tau Distance

Efficient Similarity Search across Top-k Lists under the Kendall s Tau Distance Efficient Simiarity Search across Top-k Lists under the Kenda s Tau Distance Koninika Pa TU Kaisersautern Kaisersautern, Germany pa@cs.uni-k.de Sebastian Miche TU Kaisersautern Kaisersautern, Germany smiche@cs.uni-k.de

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

A Branch and Cut Algorithm to Design. LDPC Codes without Small Cycles in. Communication Systems

A Branch and Cut Algorithm to Design. LDPC Codes without Small Cycles in. Communication Systems A Branch and Cut Agorithm to Design LDPC Codes without Sma Cyces in Communication Systems arxiv:1709.09936v1 [cs.it] 28 Sep 2017 Banu Kabakuak 1, Z. Caner Taşkın 1, and Ai Emre Pusane 2 1 Department of

More information

Support Vector Machine and Its Application to Regression and Classification

Support Vector Machine and Its Application to Regression and Classification BearWorks Institutiona Repository MSU Graduate Theses Spring 2017 Support Vector Machine and Its Appication to Regression and Cassification Xiaotong Hu As with any inteectua project, the content and views

More information

Numerical solution of one dimensional contaminant transport equation with variable coefficient (temporal) by using Haar wavelet

Numerical solution of one dimensional contaminant transport equation with variable coefficient (temporal) by using Haar wavelet Goba Journa of Pure and Appied Mathematics. ISSN 973-1768 Voume 1, Number (16), pp. 183-19 Research India Pubications http://www.ripubication.com Numerica soution of one dimensiona contaminant transport

More information

Automobile Prices in Market Equilibrium. Berry, Pakes and Levinsohn

Automobile Prices in Market Equilibrium. Berry, Pakes and Levinsohn Automobie Prices in Market Equiibrium Berry, Pakes and Levinsohn Empirica Anaysis of demand and suppy in a differentiated products market: equiibrium in the U.S. automobie market. Oigopoistic Differentiated

More information

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

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

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

Asynchronous Control for Coupled Markov Decision Systems

Asynchronous Control for Coupled Markov Decision Systems INFORMATION THEORY WORKSHOP (ITW) 22 Asynchronous Contro for Couped Marov Decision Systems Michae J. Neey University of Southern Caifornia Abstract This paper considers optima contro for a coection of

More information

TELECOMMUNICATION DATA FORECASTING BASED ON ARIMA MODEL

TELECOMMUNICATION DATA FORECASTING BASED ON ARIMA MODEL TEECOMMUNICATION DATA FORECASTING BASED ON ARIMA MODE Anjuman Akbar Muani 1, Prof. Sachin Muraraka 2, Prof. K. Sujatha 3 1Student ME E&TC,Shree Ramchandra Coege of Engineering, onikand,pune,maharashtra

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

Final Marking Guidelines 2011 examination June series. Biology Unit 6T A2 Investigative Skills Assignment. General Certificate of Education

Final Marking Guidelines 2011 examination June series. Biology Unit 6T A2 Investigative Skills Assignment. General Certificate of Education Genera Certificate of Education Bioogy Unit 6T A Investigative Skis Assignment BIO6T/P11/MG Fina Marking Guideines 011 examination June series WMP/Jun11/BIO6T/P11/MG Bioogy - AQA GCE BIO6T/P11 /Marking

More information

Formulas for Angular-Momentum Barrier Factors Version II

Formulas for Angular-Momentum Barrier Factors Version II BNL PREPRINT BNL-QGS-06-101 brfactor1.tex Formuas for Anguar-Momentum Barrier Factors Version II S. U. Chung Physics Department, Brookhaven Nationa Laboratory, Upton, NY 11973 March 19, 2015 abstract A

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

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

HYDROGEN ATOM SELECTION RULES TRANSITION RATES

HYDROGEN ATOM SELECTION RULES TRANSITION RATES DOING PHYSICS WITH MATLAB QUANTUM PHYSICS Ian Cooper Schoo of Physics, University of Sydney ian.cooper@sydney.edu.au HYDROGEN ATOM SELECTION RULES TRANSITION RATES DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS

More information

FRST Multivariate Statistics. Multivariate Discriminant Analysis (MDA)

FRST Multivariate Statistics. Multivariate Discriminant Analysis (MDA) 1 FRST 531 -- Mutivariate Statistics Mutivariate Discriminant Anaysis (MDA) Purpose: 1. To predict which group (Y) an observation beongs to based on the characteristics of p predictor (X) variabes, using

More information

Capacity sharing among truck owners: A collaborative approach to overcome overloading

Capacity sharing among truck owners: A collaborative approach to overcome overloading Capacity sharing among truck owners: A coaborative approach to overcome overoading Arindam Debroy 1 Research Schoar debroyarindam1@gmai.com S. P. Sarmah 1 Professor 1 Department of Industria and Systems

More information

Uniprocessor Feasibility of Sporadic Tasks with Constrained Deadlines is Strongly conp-complete

Uniprocessor Feasibility of Sporadic Tasks with Constrained Deadlines is Strongly conp-complete Uniprocessor Feasibiity of Sporadic Tasks with Constrained Deadines is Strongy conp-compete Pontus Ekberg and Wang Yi Uppsaa University, Sweden Emai: {pontus.ekberg yi}@it.uu.se Abstract Deciding the feasibiity

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

Structured sparsity for automatic music transcription

Structured sparsity for automatic music transcription Structured sparsity for automatic music transcription O'Hanon, K; Nagano, H; Pumbey, MD; Internationa Conference on Acoustics, Speech and Signa Processing (ICASSP 2012) For additiona information about

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

TRAVEL TIME ESTIMATION FOR URBAN ROAD NETWORKS USING LOW FREQUENCY PROBE VEHICLE DATA

TRAVEL TIME ESTIMATION FOR URBAN ROAD NETWORKS USING LOW FREQUENCY PROBE VEHICLE DATA TRAVEL TIME ESTIMATIO FOR URBA ROAD ETWORKS USIG LOW FREQUECY PROBE VEHICLE DATA Erik Jeneius Corresponding author KTH Roya Institute of Technoogy Department of Transport Science Emai: erik.jeneius@abe.kth.se

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

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

arxiv: v1 [cs.lg] 18 Feb 2015 ABSTRACT

arxiv: v1 [cs.lg] 18 Feb 2015 ABSTRACT Tempora Embedding in Convoutiona Neura Networks for Robust Learning of Abstract Snippets Jiajun Liu Kun Zhao Brano Kusy Ji-rong Wen Raja Jurdak AS Program, CSIRO, Puenvae, Austraia {jiajun.iu, kun.zhao,

More information

A Fundamental Storage-Communication Tradeoff in Distributed Computing with Straggling Nodes

A Fundamental Storage-Communication Tradeoff in Distributed Computing with Straggling Nodes A Fundamenta Storage-Communication Tradeoff in Distributed Computing with Stragging odes ifa Yan, Michèe Wigger LTCI, Téécom ParisTech 75013 Paris, France Emai: {qifa.yan, michee.wigger} @teecom-paristech.fr

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

A MODEL FOR ESTIMATING THE LATERAL OVERLAP PROBABILITY OF AIRCRAFT WITH RNP ALERTING CAPABILITY IN PARALLEL RNAV ROUTES

A MODEL FOR ESTIMATING THE LATERAL OVERLAP PROBABILITY OF AIRCRAFT WITH RNP ALERTING CAPABILITY IN PARALLEL RNAV ROUTES 6 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES A MODEL FOR ESTIMATING THE LATERAL OVERLAP PROBABILITY OF AIRCRAFT WITH RNP ALERTING CAPABILITY IN PARALLEL RNAV ROUTES Sakae NAGAOKA* *Eectronic

More information

c 2016 Georgios Rovatsos

c 2016 Georgios Rovatsos c 2016 Georgios Rovatsos QUICKEST CHANGE DETECTION WITH APPLICATIONS TO LINE OUTAGE DETECTION BY GEORGIOS ROVATSOS THESIS Submitted in partia fufiment of the requirements for the degree of Master of Science

More information

Unconditional security of differential phase shift quantum key distribution

Unconditional security of differential phase shift quantum key distribution Unconditiona security of differentia phase shift quantum key distribution Kai Wen, Yoshihisa Yamamoto Ginzton Lab and Dept of Eectrica Engineering Stanford University Basic idea of DPS-QKD Protoco. Aice

More information

Polar Snakes: a fast and robust parametric active contour model

Polar Snakes: a fast and robust parametric active contour model Poar Snakes: a fast and robust parametric active contour mode Christophe Coewet To cite this version: Christophe Coewet. Poar Snakes: a fast and robust parametric active contour mode. IEEE Int. Conf. on

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

arxiv: v2 [quant-ph] 26 Feb 2016

arxiv: v2 [quant-ph] 26 Feb 2016 Quantum-Cassica Non-Adiabatic Dynamics: Couped- vs. Independent-Trajectory Methods Federica Agostini, 1 Seung Kyu Min, 2 Ai Abedi, 3 and E. K. U. Gross 1 1 Max-Panck Institut für Mikrostrukturphysik, arxiv:1512.4638v2

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

BIO6X/PM2. General Certificate of Education Advanced Level Examination June Unit 6X A2 Externally Marked Practical Assignment Task Sheet 2

BIO6X/PM2. General Certificate of Education Advanced Level Examination June Unit 6X A2 Externally Marked Practical Assignment Task Sheet 2 Centre Number Surname Candidate Number For Examinerʼs Use Tota Task 2 Other Names Candidate Signature Genera Certificate of Education Advanced Leve Examination June 2012 Bioogy BIO6X/PM2 Unit 6X A2 Externay

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

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

Maximizing Sum Rate and Minimizing MSE on Multiuser Downlink: Optimality, Fast Algorithms and Equivalence via Max-min SIR

Maximizing Sum Rate and Minimizing MSE on Multiuser Downlink: Optimality, Fast Algorithms and Equivalence via Max-min SIR 1 Maximizing Sum Rate and Minimizing MSE on Mutiuser Downink: Optimaity, Fast Agorithms and Equivaence via Max-min SIR Chee Wei Tan 1,2, Mung Chiang 2 and R. Srikant 3 1 Caifornia Institute of Technoogy,

More information

6.434J/16.391J Statistics for Engineers and Scientists May 4 MIT, Spring 2006 Handout #17. Solution 7

6.434J/16.391J Statistics for Engineers and Scientists May 4 MIT, Spring 2006 Handout #17. Solution 7 6.434J/16.391J Statistics for Engineers and Scientists May 4 MIT, Spring 2006 Handout #17 Soution 7 Probem 1: Generating Random Variabes Each part of this probem requires impementation in MATLAB. For the

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

From Margins to Probabilities in Multiclass Learning Problems

From Margins to Probabilities in Multiclass Learning Problems From Margins to Probabiities in Muticass Learning Probems Andrea Passerini and Massimiiano Ponti 2 and Paoo Frasconi 3 Abstract. We study the probem of muticass cassification within the framework of error

More information

arxiv: v1 [quant-ph] 4 Nov 2008

arxiv: v1 [quant-ph] 4 Nov 2008 Training a Binary Cassifier with the Quantum Adiabatic Agorithm Hartmut Neven Googe, neven@googe.com arxiv:811.416v1 [quant-ph] 4 Nov 28 Vasi S. Denchev Purdue University, vdenchev@purdue.edu Geordie Rose

More information

1. Measurements and error calculus

1. Measurements and error calculus EV 1 Measurements and error cacuus 11 Introduction The goa of this aboratory course is to introduce the notions of carrying out an experiment, acquiring and writing up the data, and finay anayzing the

More information

THINKING IN PYRAMIDS

THINKING IN PYRAMIDS ECS 178 Course Notes THINKING IN PYRAMIDS Kenneth I. Joy Institute for Data Anaysis and Visuaization Department of Computer Science University of Caifornia, Davis Overview It is frequenty usefu to think

More information

Online Appendices for The Economics of Nationalism (Xiaohuan Lan and Ben Li)

Online Appendices for The Economics of Nationalism (Xiaohuan Lan and Ben Li) Onine Appendices for The Economics of Nationaism Xiaohuan Lan and Ben Li) A. Derivation of inequaities 9) and 10) Consider Home without oss of generaity. Denote gobaized and ungobaized by g and ng, respectivey.

More information

CS229 Lecture notes. Andrew Ng

CS229 Lecture notes. Andrew Ng CS229 Lecture notes Andrew Ng Part IX The EM agorithm In the previous set of notes, we taked about the EM agorithm as appied to fitting a mixture of Gaussians. In this set of notes, we give a broader view

More information

On the Goal Value of a Boolean Function

On the Goal Value of a Boolean Function On the Goa Vaue of a Booean Function Eric Bach Dept. of CS University of Wisconsin 1210 W. Dayton St. Madison, WI 53706 Lisa Heerstein Dept of CSE NYU Schoo of Engineering 2 Metrotech Center, 10th Foor

More information

REACTION BARRIER TRANSPARENCY FOR COLD FUSION WITH DEUTERIUM AND HYDROGEN

REACTION BARRIER TRANSPARENCY FOR COLD FUSION WITH DEUTERIUM AND HYDROGEN REACTION BARRIER TRANSPARENCY FOR COLD FUSION WITH DEUTERIUM AND HYDROGEN Yeong E. Kim, Jin-Hee Yoon Department of Physics, Purdue University West Lafayette, IN 4797 Aexander L. Zubarev Racah Institute

More information

Target Location Estimation in Wireless Sensor Networks Using Binary Data

Target Location Estimation in Wireless Sensor Networks Using Binary Data Target Location stimation in Wireess Sensor Networks Using Binary Data Ruixin Niu and Pramod K. Varshney Department of ectrica ngineering and Computer Science Link Ha Syracuse University Syracuse, NY 344

More information

4 Separation of Variables

4 Separation of Variables 4 Separation of Variabes In this chapter we describe a cassica technique for constructing forma soutions to inear boundary vaue probems. The soution of three cassica (paraboic, hyperboic and eiptic) PDE

More information

Optimal Control of Assembly Systems with Multiple Stages and Multiple Demand Classes 1

Optimal Control of Assembly Systems with Multiple Stages and Multiple Demand Classes 1 Optima Contro of Assemby Systems with Mutipe Stages and Mutipe Demand Casses Saif Benjaafar Mohsen EHafsi 2 Chung-Yee Lee 3 Weihua Zhou 3 Industria & Systems Engineering, Department of Mechanica Engineering,

More information

MRF Agent Based Segmentation: Application to MRI Brain Scans.

MRF Agent Based Segmentation: Application to MRI Brain Scans. MRF Agent Based Segmentation: Appication to MRI Brain Scans. anonymous 1 anonymous, 2 anonymous, 3 anonymous Abstract. The Markov Random Fied (MRF) probabiistic framework is cassicay introduced for a robust

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

Analysis of the problem of intervention control in the economy on the basis of solving the problem of tuning

Analysis of the problem of intervention control in the economy on the basis of solving the problem of tuning Anaysis of the probem of intervention contro in the economy on the basis of soving the probem of tuning arxiv:1811.10993v1 q-fin.gn] 9 Nov 2018 1 st eter Shnurov Nationa Research University Higher Schoo

More information

Discrete Applied Mathematics

Discrete Applied Mathematics Discrete Appied Mathematics 159 (2011) 812 825 Contents ists avaiabe at ScienceDirect Discrete Appied Mathematics journa homepage: www.esevier.com/ocate/dam A direct barter mode for course add/drop process

More information

Analysis method of feeder partition capacity considering power supply security and distributed generation

Analysis method of feeder partition capacity considering power supply security and distributed generation The 6th Internationa Conference on Renewabe Power Generation (RPG) 19 20 October 2017 Anaysis method of feeder capacity considering power suppy security and distributed generation Weifu Wang 1, Zhaojing

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

Ensemble Online Clustering through Decentralized Observations

Ensemble Online Clustering through Decentralized Observations Ensembe Onine Custering through Decentraized Observations Dimitrios Katseis, Caroyn L. Bec and Mihaea van der Schaar Abstract We investigate the probem of onine earning for an ensembe of agents custering

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

Random maps and attractors in random Boolean networks

Random maps and attractors in random Boolean networks LU TP 04-43 Rom maps attractors in rom Booean networks Björn Samuesson Car Troein Compex Systems Division, Department of Theoretica Physics Lund University, Sövegatan 4A, S-3 6 Lund, Sweden Dated: 005-05-07)

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

$, (2.1) n="# #. (2.2)

$, (2.1) n=# #. (2.2) Chapter. Eectrostatic II Notes: Most of the materia presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartoo, Chap... Mathematica Considerations.. The Fourier series and the Fourier

More information

arxiv: v2 [cond-mat.stat-mech] 14 Nov 2008

arxiv: v2 [cond-mat.stat-mech] 14 Nov 2008 Random Booean Networks Barbara Drosse Institute of Condensed Matter Physics, Darmstadt University of Technoogy, Hochschustraße 6, 64289 Darmstadt, Germany (Dated: June 27) arxiv:76.335v2 [cond-mat.stat-mech]

More information

NOISE-INDUCED STABILIZATION OF STOCHASTIC DIFFERENTIAL EQUATIONS

NOISE-INDUCED STABILIZATION OF STOCHASTIC DIFFERENTIAL EQUATIONS NOISE-INDUCED STABILIZATION OF STOCHASTIC DIFFERENTIAL EQUATIONS TONY ALLEN, EMILY GEBHARDT, AND ADAM KLUBALL 3 ADVISOR: DR. TIFFANY KOLBA 4 Abstract. The phenomenon of noise-induced stabiization occurs

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

Competitive Diffusion in Social Networks: Quality or Seeding?

Competitive Diffusion in Social Networks: Quality or Seeding? Competitive Diffusion in Socia Networks: Quaity or Seeding? Arastoo Fazei Amir Ajorou Ai Jadbabaie arxiv:1503.01220v1 [cs.gt] 4 Mar 2015 Abstract In this paper, we study a strategic mode of marketing and

More information

Componentwise Determination of the Interval Hull Solution for Linear Interval Parameter Systems

Componentwise Determination of the Interval Hull Solution for Linear Interval Parameter Systems Componentwise Determination of the Interva Hu Soution for Linear Interva Parameter Systems L. V. Koev Dept. of Theoretica Eectrotechnics, Facuty of Automatics, Technica University of Sofia, 1000 Sofia,

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

Active Learning & Experimental Design

Active Learning & Experimental Design Active Learning & Experimenta Design Danie Ting Heaviy modified, of course, by Lye Ungar Origina Sides by Barbara Engehardt and Aex Shyr Lye Ungar, University of Pennsyvania Motivation u Data coection

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

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