Active Learning with Support Vector Machines for Tornado Prediction

Size: px
Start display at page:

Download "Active Learning with Support Vector Machines for Tornado Prediction"

Transcription

1 Actve Learnng wth Support Vector Machnes for Tornado Predcton Theodore B. Trafas, Indra Adranto, and Mchae B. Rchman Schoo of Industra Engneerng, Unversty of Okahoma, 0 West Boyd St, Room 4, Norman, OK 7309, USA ttrafas@ou.edu, adranto@ou.edu Schoo of Meteoroogy, Unversty of Okahoma, 0 Davd L. Boren Bvd, Sute 5900, Norman, OK 7307, USA mrchman@ou.edu Abstract. In ths paper, actve earnng wth support vector machnes (SVMs) s apped to the probem of tornado predcton. Ths method s used to predct whch storm-scae crcuatons yed tornadoes based on the radar derved Mesocycone Detecton Agorthm (MDA) and near-storm envronment (NSE) attrbutes. The man goa of actve earnng s to choose the nstances or data ponts that are mportant or have nfuence to our mode to be abeed and ncuded n the tranng set. We compare ths method to passve earnng wth SVMs where the next nstances to be ncuded to the tranng set are randomy seected. The premnary resuts show that actve earnng can acheve hgh performance and sgnfcanty reduce the sze of tranng set. Keywords: Actve earnng, support vector machnes, tornado predcton, machne earnng, weather forecastng. Introducton Most conventona earnng methods use statc data n the tranng set to construct a mode or cassfer. The abty of earnng methods to update the mode dynamcay, usng new ncomng data, s mportant. One method that has ths abty s actve earnng. The objectve of actve earnng for cassfcaton s to choose the nstances or data ponts to be abeed and ncuded n the tranng set. In many machne earnng tasks, coectng data and/or abeng data to create a tranng set s costy and tmeconsumng. Rather than seectng and abeng data randomy, t s better f we can abe the data that are mportant or have nfuence to our mode or cassfer. In tornado predcton, abeng data s consdered costy and tme consumng snce we need to verfy whch storm-scae crcuatons produce tornadoes n the ground. The tornado events can be verfed from facts n the ground ncudng photographs, vdeos, damage surveys, and eyewtness reports. Based on tornado verfcaton, we then determne and abe whch crcuatons produce tornadoes or not. Therefore, appyng actve earnng for tornado predcton to mnmze the need for the nstances and use the most nformatve nstances n the tranng set n order to update the cassfer woud be benefca. Y. Sh et a. (Eds.): ICCS 007, Part I, LNCS 4487, pp , 007. Sprnger-Verag Bern Hedeberg 007

2 Actve Learnng wth Support Vector Machnes for Tornado Predcton 3 In the terature, the Mesocycone Detecton Agorthm (MDA) attrbutes [] derved from Dopper radar veocty data have been used to detect tornado crcuatons. Marzban and Stumpf [] apped artfca neura networks (ANNs) to cassfy MDA detectons as tornadc or non-tornadc crcuatons. Addtonay, Lakshmanan et a. [] used ANNs and added the near-storm envronment (NSE) data nto the orgna MDA data set and determned that the sk mproved margnay. Appcaton of support vector machnes (SVMs) usng the same data set used by Marzban and Stumpf [] has been nvestgated by Trafas et a. [3]. Trafas et a. [3] compared SVMs wth other cassfcaton methods, such as ANNs and rada bass functon networks, concudng that SVMs provded better performance n tornado detecton. Moreover, a study by Adranto et a. [4] reveaed that the addton of NSE data nto the MDA data can mprove performance of the cassfers sgnfcanty. However, those experments n the terature were conducted usng statc data. In ths paper, we nvestgated the appcaton of actve earnng wth SVMs for tornado predcton usng the MDA and NSE data. We aso compared ths method to passve earnng wth SVMs usng these data where the next nstances to be added to the tranng set are randomy seected. Data and Anayss The orgna data set was comprsed of 3 attrbutes taken from the MDA agorthm []. These attrbutes measure radar-derved veocty parameters that descrbe varous aspects of the mesocycone. Subsequenty, 59 attrbutes from the NSE data [] were ncorporated to ths data set. The NSE data descrbed the pre-storm envronment of the atmosphere on a broader scae than the MDA data, as the MDA attrbutes are radar-based. Informaton on wnd speed, drecton, wnd shear, humdty apse rate and the predsposton of the atmosphere to acceerate ar rapdy upward over specfc heghts were measured by the NSE data. Therefore, the MDA+NSE data consst of 8 attrbutes. 3 Methodoogy 3. Support Vector Machnes The SVM agorthm was deveoped by Vapnk and has proferated nto a powerfu method n machne earnng [5-7]. Ths agorthm has been used n rea-word appcatons and s we known for ts superor practca resuts. In bnary cassfcaton probems, the SVM agorthm constructs a hyperpane that separates a set of tranng vectors nto two casses (Fg. ). The objectve of SVMs (the prma probem) s to maxmze the margn of separaton and to mnmze the mscassfcaton error. The SVM formuaton can be wrtten as foows [8]: mn w subject to y + C ξ = ( w x + b) ξ, ξ 0, =,..., ()

3 3 T.B. Trafas, I. Adranto, and M.B. Rchman where w s the weght vector perpendcuar to the separatng hyperpane, b s the bas of the separatng hyperpane, ξ s a sack varabe, and C s a user-specfed parameter whch represents a trade off between generazaton and mscassfcaton. Usng Lagrange mutpers α, the SVM dua formuaton becomes [8]: max Q( α) = subject to = = α α y = 0, = j= α α y y x x 0 α C, j j =,..., j () The optma souton of Eq. () s gven by w = α yx where α = ( α,..., α ) s the = optma souton of the optmzaton probem n Eq. (). The decson functon s defned as: g(x) = sgn ( f ( x)), where f (x) = w x + b (3) Support vectors Outsde the margn of separaton Insde the margn of separaton ξ Outsde the margn of separaton Mscassfcaton pont Support vectors Cass - Cass w x + b = w x + b = w x + b = 0 Separatng hyperpane Fg.. Iustraton of support vector machnes For sovng nonnear probems, the SVM agorthm maps the nput vector x nto a hgher-dmensona feature space through some nonnear mappng Φ and constructs an optma separatng hyperpane [7]. Suppose we map the vector x nto a vector n the feature space (Φ (x),,φ n (x), ), then an nner product n feature space has an equvaent representaton defned through a kerne functon K as K(x,x ) = <Φ(x ).Φ(x )> [8]. Therefore, we can ntroduce the nner-product kerne as K(x,x j ) = <Φ(x ).Φ(x j )> and substtute the dot-product <x. x j > n the dua probem n Eq. () wth ths kerne functon. The kerne functon used n ths study s the rada bass functon (RBF) wth K(x,x j ) = exp γ x j x where γ s the parameter that contros the wdth of RBF.

4 Actve Learnng wth Support Vector Machnes for Tornado Predcton 33 New unabeed data, U Batch of unabeed data Are nstances nsde the margn of separaton No Remove nstances Update Cassfer Query functon, f(l) Yes Request correct abes Update Labeed data, L 3. Actve Learnng wth SVMs Fg.. Actve earnng wth SVMs scheme Severa actve earnng agorthms wth SVMs have been proposed by Campbe et a. [9], Schohn and Cohn [0], and Tong and Koer []. Campbe et a. [9] suggested that the generazaton performance of a earnng machne can be mproved sgnfcanty wth actve earnng. Usng SVMs, the basc dea of the actve earnng agorthms s to choose the unabeed nstance for the next query cosest to the separatng hyperpane n the feature space whch s the nstance wth the smaest margn [9-]. In ths paper, we choose the nstances that are nsde the margn of separaton to be abeed and ncuded n the tranng set. Snce the separatng hyperpane es n the mdde of the margn of separaton, these nstances w have an effect on the souton. Thus, the nstances outsde the margn of separaton w be removed. Suppose we are gven an unabeed poo U and a set of abeed data L. The frst step s to fnd a query functon f(l) where, gven a set of abeed data L, determne whch nstances n U to query next. Ths dea s caed the poo-based actve earnng. Scheme of actve earnng can be found n Fg Measurng the Quaty of the Forecasts for Tornado Predcton In order to measure the performance of a tornado predcton cassfer, t s mportant to compute scaar forecast evauaton scores such as the Crtca Success Index (CSI), Probabty of Detecton (POD), Fase Aarm Rato (FAR), Bas, and Hedke Sk Score (HSS), based on a confuson matrx or contngency tabe (Tabe I). Those sk scores are defned as: CSI = a/(a+b+c), POD = a/(a+c), FAR = b/(a+b), Bas = (a+b)/(a+c), and HSS = (ad-bc)/[(a+c)(c+d)+(a+b)(b+d)]. It s mportant not to rey soey on a forecast evauaton statstc ncorporatng ce d from the confuson matrx, as tornadoes are rare events wth many correct nus. Ths s mportant as there s tte usefuness n forecastng no tornadoes every day. Indeed, the cam of sk assocated wth such forecasts ncudng correct nus for rare events has a notorous hstory n meteoroogy [3].The CSI measures the

5 34 T.B. Trafas, I. Adranto, and M.B. Rchman accuracy of a souton equa to the tota number of correct event forecasts (hts) dvded by the tota number of tornado forecasts pus the number of msses (hts + fase aarms + msses) []. It has a range of 0 to, where s a perfect vaue. The POD cacuates the fracton of observed events that are correcty forecast. It has a perfect score of and a range s 0 to [4]. The FAR measures the rato of fase aarms to the number of yes forecasts. It has a perfect score of 0 wth ts range of 0 to [4]. The Bas computes the tota number of event forecasts (hts + fase aarms) dvded by the tota number of observed events. It shows whether the forecast system s underforecast (Bas < ) or overforecast (Bas > ) events wth a range of 0 to + and perfect score of [4]. The HSS [5] s commony used n forecastng snce t consders a eements n the confuson matrx. It measures the reatve ncrease n forecast accuracy over some reference forecast. In the present formuaton, the reference forecast s a random guess. A sk vaue > 0 s more accurate than the reference. It has a perfect score of and a range of - to. Tabe. Confuson matrx Observaton Yes No Yes ht fase aarm Forecast a b No mss correct nu c d 4 Experments The data were dvded nto two sets: tranng and testng. In the tranng set, we had 38 tornadc nstances and 8 non-tornadc nstances. In order to perform onne settng experments, the tranng nstances were arranged n tme order. The testng set conssted of 387 tornadc nstances and 87 non-tornadc nstances. For both actve and passve earnng experments, the nta tranng set was the frst 0 nstances conssted of 5 tornadc nstances and 5 non-tornadc nstances. At each teraton, new data were njected n a batch of severa nstances. Two dfferent batch szes, 75 and 50 nstances, were used for comparson. In passve earnng wth SVMs, a ncomng data were abeed and ncuded n the tranng set. Conversey, actve earnng wth SVMs ony chooses the nstances from each batch whch are most nformatve for the cassfer. Therefore, the cassfer was updated dynamcay at each teraton. The performance of the cassfer can be measured by computng the scaar sk scores (Secton 3.3) on the testng set. The rada bass functon kerne wth γ = 0.0 and C = 0 was used n these experments. The experments were performed n the Matab envronment usng LIBSVM toobox [6]. Before tranng a cassfer, the data set needs to be normazed. We normazed the tranng set so that each attrbute has the mean of 0 and the standard devaton of. Then, we used the mean and standard devaton from each attrbute n the tranng set to normaze each attrbute n the testng set.

6 Actve Learnng wth Support Vector Machnes for Tornado Predcton 35 Fg. 3. (a) The resuts of CSI, POD, FAR, Bas, and HSS on the testng set usng actve and passve earnng at a teratons. (b) The ast teraton resuts wth 95% confdence ntervas on the testng set.

7 36 T.B. Trafas, I. Adranto, and M.B. Rchman 5 Resuts It can bee seen from Fg. 3a for a sk scores, CSI, POD, FAR, Bas, and HSS, actve earnng acheved reatvey the same scores as passve earnng usng ess tranng nstances. From the FAR dagram (Fg. 3a), we notced that at eary teraton the actve and passve earnng FAR wth the batch sze of 75 dropped suddeny. It happened because the forecast system was underforecast (Bas < ) at that stage. Utmatey, every method produced overforecastng. Furthermore, Fg. 3b showed the ast teraton resuts wth 95% confdence ntervas after conductng bootstrap resampng wth 000 repcatons [7]. The 95% confdence ntervas between actve and passve earnng resuts wth the batch szes of 75 and 50 overapped each other for each sk score, so the dfferences were not statstcay sgnfcant. These resuts ndcated that actve earnng possessed smar performance compared to passve earnng usng the MDA and NSE data set. The resuts n Fg. 4 showed that actve earnng sgnfcanty reduced the tranng set sze to attan reatvey the same sk scores as passve earnng. Usng the batch sze of 75 nstances, ony 57 abeed nstances were requred n actve earnng whereas n passve earnng 50 abeed nstances were needed (Fg. 4a). Ths experment reveas that about 6.6% reducton was reazed by actve earnng. Usng the batch sze of 50 nstances, actve earnng can reduce the tranng set sze by 60.5% snce t ony needed 596 abeed nstances whereas passve earnng requred 50 abeed nstances (Fg. 4b). Fg. 4. Dagrams of tranng set sze vs. teraton for the batch szes of (a) 75 and (b) 50 nstances 6 Concusons In ths paper, actve earnng wth SVMs was used to dscrmnate between mesocycones that do not become tornadc from those that do form tornadoes. The premnary resuts showed that actve earnng can sgnfcanty reduce the sze of tranng set and acheve reatvey smar sk scores compared to passve earnng. Snce abeng new data s consdered costy and tme consumng n tornado predcton, actve earnng woud be benefca n order to update the cassfer dynamcay.

8 Actve Learnng wth Support Vector Machnes for Tornado Predcton 37 Acknowedgments. Fundng for ths research was provded under the Natona Scence Foundaton Grant EIA and NOAA Grant NA7RJ7. References. Marzban, C., Stumpf, G.: A neura network for tornado predcton based on Dopper radarderved attrbutes. J. App. Meteoro. 35 (996) Lakshmanan, V., Stumpf, G., Wtt, A.: A neura network for detectng and dagnosng tornadc crcuatons usng the mesocycone detecton and near storm envronment agorthms. In: st Internatona Conference on Informaton Processng Systems, San Dego, CA, Amer. Meteor. Soc. (005) CD ROM J5. 3. Trafas, T.B., Ince, H., Rchman M.B. Tornado detecton wth support vector machnes. In: Soot PM et a. (eds). Computatona Scence-ICCS (003) 0-4. Adranto, I., Trafas, T.B., Rchman, M.B., Lakshmvarahan, S., Park, J.: Machne earnng cassfers for tornado detecton: senstvty anayss on tornado data sets. In: Dag C. Buczak, A., Enke, D., Embrechts, M., Ersoy, O. (eds.): Integent Engneerng Systems Through Artfca Neura Networks, Vo. 6. ASME Press (006) Boser, B.E., Guyon, I.M., Vapnk, V.N.: A tranng agorthm for optma margn cassfers. In: Hausser D (ed): 5th Annua ACM Workshop on COLT. ACM Press, Pttsburgh, PA (99) Vapnk, V.N.: The Nature of Statstca Learnng Theory. Sprnger Verag, New York (995) 7. Vapnk, V.N.: Statstca Learnng Theory. Sprnger Verag, New York (998) 8. Haykn S.: Neura Networks: A Comprehensve Foundaton. nd edn. Prentce Ha, New Jersey (999) 9. Campbe, C., Crstann, N., Smoa, A.: Query earnng wth arge margn cassfers. In: Proceedngs of ICML-000, 7th Internatona Conference on Machne Learnng. (000)-8 0. Schohn, G., Cohn, D.: Less s more: Actve earnng wth support vector machnes. In: ICML Proceedngs of ICML-000, 7th Internatona Conference on Machne Learnng, (000) Tong, S., Koer, D.: Support vector machne actve earnng wth appcatons to text cassfcaton. J. Mach. Learn. Res. (00) Donadson, R., Dyer, R., Krauss, M.: An objectve evauator of technques for predctng severe weather events. In: 9th Conference on Severe Loca Storms, Norman, OK, Amer. Meteor. Soc. (975) Murphy, A.H.: The Fney affar: a sgna event n the hstory of forecast verfcatons. Weather Forecast. (996) Wks, D.: Statstca Methods n Atmospherc Scences. Academc Press, San Dego, CA (995) 5. Hedke P.: Berechnung des erfoges und der gute der wndstarkvorhersagen m sturmwarnungsdenst, Geogr. Ann. 8 (96) Chang, C., Ln, C.: LIBSVM: a brary for support vector machnes. Software avaabe at < (00) 7. Efron, B., Tbshran, R.J.: An Introducton to the Bootstrap. Chapman & Ha, New York (993)

Active Learning with Support Vector Machines for Tornado Prediction

Active Learning with Support Vector Machines for Tornado Prediction International Conference on Computational Science (ICCS) 2007 Beijing, China May 27-30, 2007 Active Learning with Support Vector Machines for Tornado Prediction Theodore B. Trafalis 1, Indra Adrianto 1,

More information

Image Classification Using EM And JE algorithms

Image Classification Using EM And JE algorithms Machne earnng project report Fa, 2 Xaojn Sh, jennfer@soe Image Cassfcaton Usng EM And JE agorthms Xaojn Sh Department of Computer Engneerng, Unversty of Caforna, Santa Cruz, CA, 9564 jennfer@soe.ucsc.edu

More information

Example: Suppose we want to build a classifier that recognizes WebPages of graduate students.

Example: Suppose we want to build a classifier that recognizes WebPages of graduate students. Exampe: Suppose we want to bud a cassfer that recognzes WebPages of graduate students. How can we fnd tranng data? We can browse the web and coect a sampe of WebPages of graduate students of varous unverstes.

More information

Research on Complex Networks Control Based on Fuzzy Integral Sliding Theory

Research on Complex Networks Control Based on Fuzzy Integral Sliding Theory Advanced Scence and Technoogy Letters Vo.83 (ISA 205), pp.60-65 http://dx.do.org/0.4257/ast.205.83.2 Research on Compex etworks Contro Based on Fuzzy Integra Sdng Theory Dongsheng Yang, Bngqng L, 2, He

More information

Application of support vector machine in health monitoring of plate structures

Application of support vector machine in health monitoring of plate structures Appcaton of support vector machne n heath montorng of pate structures *Satsh Satpa 1), Yogesh Khandare ), Sauvk Banerjee 3) and Anrban Guha 4) 1), ), 4) Department of Mechanca Engneerng, Indan Insttute

More information

Short-Term Load Forecasting for Electric Power Systems Using the PSO-SVR and FCM Clustering Techniques

Short-Term Load Forecasting for Electric Power Systems Using the PSO-SVR and FCM Clustering Techniques Energes 20, 4, 73-84; do:0.3390/en40073 Artce OPEN ACCESS energes ISSN 996-073 www.mdp.com/journa/energes Short-Term Load Forecastng for Eectrc Power Systems Usng the PSO-SVR and FCM Custerng Technques

More information

A finite difference method for heat equation in the unbounded domain

A finite difference method for heat equation in the unbounded domain Internatona Conerence on Advanced ectronc Scence and Technoogy (AST 6) A nte derence method or heat equaton n the unbounded doman a Quan Zheng and Xn Zhao Coege o Scence North Chna nversty o Technoogy

More information

Neural network-based athletics performance prediction optimization model applied research

Neural network-based athletics performance prediction optimization model applied research Avaabe onne www.jocpr.com Journa of Chemca and Pharmaceutca Research, 04, 6(6):8-5 Research Artce ISSN : 0975-784 CODEN(USA) : JCPRC5 Neura networ-based athetcs performance predcton optmzaton mode apped

More information

Deriving the Dual. Prof. Bennett Math of Data Science 1/13/06

Deriving the Dual. Prof. Bennett Math of Data Science 1/13/06 Dervng the Dua Prof. Bennett Math of Data Scence /3/06 Outne Ntty Grtty for SVM Revew Rdge Regresson LS-SVM=KRR Dua Dervaton Bas Issue Summary Ntty Grtty Need Dua of w, b, z w 2 2 mn st. ( x w ) = C z

More information

NONLINEAR SYSTEM IDENTIFICATION BASE ON FW-LSSVM

NONLINEAR SYSTEM IDENTIFICATION BASE ON FW-LSSVM Journa of heoretca and Apped Informaton echnoogy th February 3. Vo. 48 No. 5-3 JAI & LLS. A rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 NONLINEAR SYSEM IDENIFICAION BASE ON FW-LSSVM, XIANFANG

More information

The Entire Solution Path for Support Vector Machine in Positive and Unlabeled Classification 1

The Entire Solution Path for Support Vector Machine in Positive and Unlabeled Classification 1 Abstract The Entre Souton Path for Support Vector Machne n Postve and Unabeed Cassfcaton 1 Yao Lmn, Tang Je, and L Juanz Department of Computer Scence, Tsnghua Unversty 1-308, FIT, Tsnghua Unversty, Bejng,

More information

Sparse Training Procedure for Kernel Neuron *

Sparse Training Procedure for Kernel Neuron * Sparse ranng Procedure for Kerne Neuron * Janhua XU, Xuegong ZHANG and Yanda LI Schoo of Mathematca and Computer Scence, Nanng Norma Unversty, Nanng 0097, Jangsu Provnce, Chna xuanhua@ema.nnu.edu.cn Department

More information

Support Vector Machines. Vibhav Gogate The University of Texas at dallas

Support Vector Machines. Vibhav Gogate The University of Texas at dallas Support Vector Machnes Vbhav Gogate he Unversty of exas at dallas What We have Learned So Far? 1. Decson rees. Naïve Bayes 3. Lnear Regresson 4. Logstc Regresson 5. Perceptron 6. Neural networks 7. K-Nearest

More information

Rule-Based Support Vector Machine Classifiers Applied to Tornado Prediction

Rule-Based Support Vector Machine Classifiers Applied to Tornado Prediction Rule-Based Support Vector Machne Classfers Appled to Tornado Predcton Theodore B. Trafals 1, Bud Santosa 1 and Mchael B. Rchman 2 1 School of Industral Engneerng, The Unversty of Oklahoma 202 W. Boyd,

More information

Nested case-control and case-cohort studies

Nested case-control and case-cohort studies Outne: Nested case-contro and case-cohort studes Ørnuf Borgan Department of Mathematcs Unversty of Oso NORBIS course Unversty of Oso 4-8 December 217 1 Radaton and breast cancer data Nested case contro

More information

Support Vector Machine Technique for Wind Speed Prediction

Support Vector Machine Technique for Wind Speed Prediction Internatona Proceedngs of Chemca, Boogca and Envronmenta Engneerng, Vo. 93 (016) DOI: 10.7763/IPCBEE. 016. V93. Support Vector Machne Technque for Wnd Speed Predcton Yusuf S. Turkan 1 and Hacer Yumurtacı

More information

MARKOV CHAIN AND HIDDEN MARKOV MODEL

MARKOV CHAIN AND HIDDEN MARKOV MODEL MARKOV CHAIN AND HIDDEN MARKOV MODEL JIAN ZHANG JIANZHAN@STAT.PURDUE.EDU Markov chan and hdden Markov mode are probaby the smpest modes whch can be used to mode sequenta data,.e. data sampes whch are not

More information

Multispectral Remote Sensing Image Classification Algorithm Based on Rough Set Theory

Multispectral Remote Sensing Image Classification Algorithm Based on Rough Set Theory Proceedngs of the 2009 IEEE Internatona Conference on Systems Man and Cybernetcs San Antono TX USA - October 2009 Mutspectra Remote Sensng Image Cassfcaton Agorthm Based on Rough Set Theory Yng Wang Xaoyun

More information

Predicting Model of Traffic Volume Based on Grey-Markov

Predicting Model of Traffic Volume Based on Grey-Markov Vo. No. Modern Apped Scence Predctng Mode of Traffc Voume Based on Grey-Marov Ynpeng Zhang Zhengzhou Muncpa Engneerng Desgn & Research Insttute Zhengzhou 5005 Chna Abstract Grey-marov forecastng mode of

More information

WAVELET-BASED IMAGE COMPRESSION USING SUPPORT VECTOR MACHINE LEARNING AND ENCODING TECHNIQUES

WAVELET-BASED IMAGE COMPRESSION USING SUPPORT VECTOR MACHINE LEARNING AND ENCODING TECHNIQUES WAVELE-BASED IMAGE COMPRESSION USING SUPPOR VECOR MACHINE LEARNING AND ENCODING ECHNIQUES Rakb Ahmed Gppsand Schoo of Computng and Informaton echnoogy Monash Unversty, Gppsand Campus Austraa. Rakb.Ahmed@nfotech.monash.edu.au

More information

Lower Bounding Procedures for the Single Allocation Hub Location Problem

Lower Bounding Procedures for the Single Allocation Hub Location Problem Lower Boundng Procedures for the Snge Aocaton Hub Locaton Probem Borzou Rostam 1,2 Chrstoph Buchhem 1,4 Fautät für Mathemat, TU Dortmund, Germany J. Faban Meer 1,3 Uwe Causen 1 Insttute of Transport Logstcs,

More information

Adaptive and Iterative Least Squares Support Vector Regression Based on Quadratic Renyi Entropy

Adaptive and Iterative Least Squares Support Vector Regression Based on Quadratic Renyi Entropy daptve and Iteratve Least Squares Support Vector Regresson Based on Quadratc Ren Entrop Jngqng Jang, Chu Song, Haan Zhao, Chunguo u,3 and Yanchun Lang Coege of Mathematcs and Computer Scence, Inner Mongoa

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Supplementary Material: Learning Structured Weight Uncertainty in Bayesian Neural Networks

Supplementary Material: Learning Structured Weight Uncertainty in Bayesian Neural Networks Shengyang Sun, Changyou Chen, Lawrence Carn Suppementary Matera: Learnng Structured Weght Uncertanty n Bayesan Neura Networks Shengyang Sun Changyou Chen Lawrence Carn Tsnghua Unversty Duke Unversty Duke

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Which Separator? Spring 1

Which Separator? Spring 1 Whch Separator? 6.034 - Sprng 1 Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng 3 Margn of a pont " # y (w $ + b) proportonal

More information

Online Classification: Perceptron and Winnow

Online Classification: Perceptron and Winnow E0 370 Statstcal Learnng Theory Lecture 18 Nov 8, 011 Onlne Classfcaton: Perceptron and Wnnow Lecturer: Shvan Agarwal Scrbe: Shvan Agarwal 1 Introducton In ths lecture we wll start to study the onlne learnng

More information

Ensemble Methods: Boosting

Ensemble Methods: Boosting Ensemble Methods: Boostng Ncholas Ruozz Unversty of Texas at Dallas Based on the sldes of Vbhav Gogate and Rob Schapre Last Tme Varance reducton va baggng Generate new tranng data sets by samplng wth replacement

More information

Linear Classification, SVMs and Nearest Neighbors

Linear Classification, SVMs and Nearest Neighbors 1 CSE 473 Lecture 25 (Chapter 18) Lnear Classfcaton, SVMs and Nearest Neghbors CSE AI faculty + Chrs Bshop, Dan Klen, Stuart Russell, Andrew Moore Motvaton: Face Detecton How do we buld a classfer to dstngush

More information

On the Equality of Kernel AdaTron and Sequential Minimal Optimization in Classification and Regression Tasks and Alike Algorithms for Kernel

On the Equality of Kernel AdaTron and Sequential Minimal Optimization in Classification and Regression Tasks and Alike Algorithms for Kernel Proceedngs of th European Symposum on Artfca Neura Networks, pp. 25-222, ESANN 2003, Bruges, Begum, 2003 On the Equaty of Kerne AdaTron and Sequenta Mnma Optmzaton n Cassfcaton and Regresson Tasks and

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

IDENTIFICATION OF NONLINEAR SYSTEM VIA SVR OPTIMIZED BY PARTICLE SWARM ALGORITHM

IDENTIFICATION OF NONLINEAR SYSTEM VIA SVR OPTIMIZED BY PARTICLE SWARM ALGORITHM Journa of Theoretca and Apped Informaton Technoogy th February 3. Vo. 48 No. 5-3 JATIT & LLS. A rghts reserved. ISSN: 99-8645 www.att.org E-ISSN: 87-395 IDENTIFICATION OF NONLINEAR SYSTEM VIA SVR OPTIMIZED

More information

COXREG. Estimation (1)

COXREG. Estimation (1) COXREG Cox (972) frst suggested the modes n whch factors reated to fetme have a mutpcatve effect on the hazard functon. These modes are caed proportona hazards (PH) modes. Under the proportona hazards

More information

10-701/ Machine Learning, Fall 2005 Homework 3

10-701/ Machine Learning, Fall 2005 Homework 3 10-701/15-781 Machne Learnng, Fall 2005 Homework 3 Out: 10/20/05 Due: begnnng of the class 11/01/05 Instructons Contact questons-10701@autonlaborg for queston Problem 1 Regresson and Cross-valdaton [40

More information

CS 3710: Visual Recognition Classification and Detection. Adriana Kovashka Department of Computer Science January 13, 2015

CS 3710: Visual Recognition Classification and Detection. Adriana Kovashka Department of Computer Science January 13, 2015 CS 3710: Vsual Recognton Classfcaton and Detecton Adrana Kovashka Department of Computer Scence January 13, 2015 Plan for Today Vsual recognton bascs part 2: Classfcaton and detecton Adrana s research

More information

The University of Auckland, School of Engineering SCHOOL OF ENGINEERING REPORT 616 SUPPORT VECTOR MACHINES BASICS. written by.

The University of Auckland, School of Engineering SCHOOL OF ENGINEERING REPORT 616 SUPPORT VECTOR MACHINES BASICS. written by. The Unversty of Auckand, Schoo of Engneerng SCHOOL OF ENGINEERING REPORT 66 SUPPORT VECTOR MACHINES BASICS wrtten by Vojsav Kecman Schoo of Engneerng The Unversty of Auckand Apr, 004 Vojsav Kecman Copyrght,

More information

A new P system with hybrid MDE- k -means algorithm for data. clustering. 1 Introduction

A new P system with hybrid MDE- k -means algorithm for data. clustering. 1 Introduction Wesun, Lasheng Xang, Xyu Lu A new P system wth hybrd MDE- agorthm for data custerng WEISUN, LAISHENG XIANG, XIYU LIU Schoo of Management Scence and Engneerng Shandong Norma Unversty Jnan, Shandong CHINA

More information

A General Column Generation Algorithm Applied to System Reliability Optimization Problems

A General Column Generation Algorithm Applied to System Reliability Optimization Problems A Genera Coumn Generaton Agorthm Apped to System Reabty Optmzaton Probems Lea Za, Davd W. Cot, Department of Industra and Systems Engneerng, Rutgers Unversty, Pscataway, J 08854, USA Abstract A genera

More information

Associative Memories

Associative Memories Assocatve Memores We consder now modes for unsupervsed earnng probems, caed auto-assocaton probems. Assocaton s the task of mappng patterns to patterns. In an assocatve memory the stmuus of an ncompete

More information

International Journal "Information Theories & Applications" Vol.13

International Journal Information Theories & Applications Vol.13 290 Concuson Wthn the framework of the Bayesan earnng theory, we anayze a cassfer generazaton abty for the recognton on fnte set of events. It was shown that the obtane resuts can be appe for cassfcaton

More information

ADVANCED MACHINE LEARNING ADVANCED MACHINE LEARNING

ADVANCED MACHINE LEARNING ADVANCED MACHINE LEARNING 1 ADVANCED ACHINE LEARNING ADVANCED ACHINE LEARNING Non-lnear regresson technques 2 ADVANCED ACHINE LEARNING Regresson: Prncple N ap N-dm. nput x to a contnuous output y. Learn a functon of the type: N

More information

9 Adaptive Soft K-Nearest-Neighbour Classifiers with Large Margin

9 Adaptive Soft K-Nearest-Neighbour Classifiers with Large Margin 9 Adaptve Soft -Nearest-Neghbour Cassfers wth Large argn Abstract- A nove cassfer s ntroduced to overcome the mtatons of the -NN cassfcaton systems. It estmates the posteror cass probabtes usng a oca Parzen

More information

Multilayer Perceptron (MLP)

Multilayer Perceptron (MLP) Multlayer Perceptron (MLP) Seungjn Cho Department of Computer Scence and Engneerng Pohang Unversty of Scence and Technology 77 Cheongam-ro, Nam-gu, Pohang 37673, Korea seungjn@postech.ac.kr 1 / 20 Outlne

More information

On the Power Function of the Likelihood Ratio Test for MANOVA

On the Power Function of the Likelihood Ratio Test for MANOVA Journa of Mutvarate Anayss 8, 416 41 (00) do:10.1006/jmva.001.036 On the Power Functon of the Lkehood Rato Test for MANOVA Dua Kumar Bhaumk Unversty of South Aabama and Unversty of Inos at Chcago and Sanat

More information

Support Vector Machines

Support Vector Machines Separatng boundary, defned by w Support Vector Machnes CISC 5800 Professor Danel Leeds Separatng hyperplane splts class 0 and class 1 Plane s defned by lne w perpendcular to plan Is data pont x n class

More information

Support Vector Machines

Support Vector Machines CS 2750: Machne Learnng Support Vector Machnes Prof. Adrana Kovashka Unversty of Pttsburgh February 17, 2016 Announcement Homework 2 deadlne s now 2/29 We ll have covered everythng you need today or at

More information

A Novel Hierarchical Method for Digital Signal Type Classification

A Novel Hierarchical Method for Digital Signal Type Classification Proceedngs of the 6th WSEAS Internatona Conference on Apped Informatcs and Communcatons, Eounda, Greece, August 8-0, 006 (pp388-393) A Nove Herarchca Method for Dgta Sgna ype Cassfcaton AAOLLAH EBRAHIMZADEH,

More information

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

More information

The Application of BP Neural Network principal component analysis in the Forecasting the Road Traffic Accident

The Application of BP Neural Network principal component analysis in the Forecasting the Road Traffic Accident ICTCT Extra Workshop, Bejng Proceedngs The Appcaton of BP Neura Network prncpa component anayss n Forecastng Road Traffc Accdent He Mng, GuoXucheng &LuGuangmng Transportaton Coege of Souast Unversty 07

More information

Characterizing Probability-based Uniform Sampling for Surrogate Modeling

Characterizing Probability-based Uniform Sampling for Surrogate Modeling th Word Congress on Structura and Mutdscpnary Optmzaton May 9-4, 3, Orando, Forda, USA Characterzng Probabty-based Unform Sampng for Surrogate Modeng Junqang Zhang, Souma Chowdhury, Ache Messac 3 Syracuse

More information

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression 11 MACHINE APPLIED MACHINE LEARNING LEARNING MACHINE LEARNING Gaussan Mture Regresson 22 MACHINE APPLIED MACHINE LEARNING LEARNING Bref summary of last week s lecture 33 MACHINE APPLIED MACHINE LEARNING

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

Development of whole CORe Thermal Hydraulic analysis code CORTH Pan JunJie, Tang QiFen, Chai XiaoMing, Lu Wei, Liu Dong

Development of whole CORe Thermal Hydraulic analysis code CORTH Pan JunJie, Tang QiFen, Chai XiaoMing, Lu Wei, Liu Dong Deveopment of whoe CORe Therma Hydrauc anayss code CORTH Pan JunJe, Tang QFen, Cha XaoMng, Lu We, Lu Dong cence and technoogy on reactor system desgn technoogy, Nucear Power Insttute of Chna, Chengdu,

More information

L-Edge Chromatic Number Of A Graph

L-Edge Chromatic Number Of A Graph IJISET - Internatona Journa of Innovatve Scence Engneerng & Technoogy Vo. 3 Issue 3 March 06. ISSN 348 7968 L-Edge Chromatc Number Of A Graph Dr.R.B.Gnana Joth Assocate Professor of Mathematcs V.V.Vannaperuma

More information

Chapter 6 Support vector machine. Séparateurs à vaste marge

Chapter 6 Support vector machine. Séparateurs à vaste marge Chapter 6 Support vector machne Séparateurs à vaste marge Méthode de classfcaton bnare par apprentssage Introdute par Vladmr Vapnk en 1995 Repose sur l exstence d un classfcateur lnéare Apprentssage supervsé

More information

Natural Language Processing and Information Retrieval

Natural Language Processing and Information Retrieval Natural Language Processng and Informaton Retreval Support Vector Machnes Alessandro Moschtt Department of nformaton and communcaton technology Unversty of Trento Emal: moschtt@ds.untn.t Summary Support

More information

A DIMENSION-REDUCTION METHOD FOR STOCHASTIC ANALYSIS SECOND-MOMENT ANALYSIS

A DIMENSION-REDUCTION METHOD FOR STOCHASTIC ANALYSIS SECOND-MOMENT ANALYSIS A DIMESIO-REDUCTIO METHOD FOR STOCHASTIC AALYSIS SECOD-MOMET AALYSIS S. Rahman Department of Mechanca Engneerng and Center for Computer-Aded Desgn The Unversty of Iowa Iowa Cty, IA 52245 June 2003 OUTLIE

More information

Learning with Tensor Representation

Learning with Tensor Representation Report No. UIUCDCS-R-2006-276 UILU-ENG-2006-748 Learnng wth Tensor Representaton by Deng Ca, Xaofe He, and Jawe Han Aprl 2006 Learnng wth Tensor Representaton Deng Ca Xaofe He Jawe Han Department of Computer

More information

REAL-TIME IMPACT FORCE IDENTIFICATION OF CFRP LAMINATED PLATES USING SOUND WAVES

REAL-TIME IMPACT FORCE IDENTIFICATION OF CFRP LAMINATED PLATES USING SOUND WAVES 8 TH INTERNATIONAL CONERENCE ON COMPOSITE MATERIALS REAL-TIME IMPACT ORCE IDENTIICATION O CRP LAMINATED PLATES USING SOUND WAVES S. Atobe *, H. Kobayash, N. Hu 3 and H. ukunaga Department of Aerospace

More information

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

More information

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing Advanced Scence and Technology Letters, pp.164-168 http://dx.do.org/10.14257/astl.2013 Pop-Clc Nose Detecton Usng Inter-Frame Correlaton for Improved Portable Audtory Sensng Dong Yun Lee, Kwang Myung Jeon,

More information

Supervised Learning. Neural Networks and Back-Propagation Learning. Credit Assignment Problem. Feedforward Network. Adaptive System.

Supervised Learning. Neural Networks and Back-Propagation Learning. Credit Assignment Problem. Feedforward Network. Adaptive System. Part 7: Neura Networ & earnng /2/05 Superved earnng Neura Networ and Bac-Propagaton earnng Produce dered output for tranng nput Generaze reaonaby & appropratey to other nput Good exampe: pattern recognton

More information

Support Vector Machines

Support Vector Machines /14/018 Separatng boundary, defned by w Support Vector Machnes CISC 5800 Professor Danel Leeds Separatng hyperplane splts class 0 and class 1 Plane s defned by lne w perpendcular to plan Is data pont x

More information

Orientation Model of Elite Education and Mass Education

Orientation Model of Elite Education and Mass Education Proceedngs of the 8th Internatonal Conference on Innovaton & Management 723 Orentaton Model of Elte Educaton and Mass Educaton Ye Peng Huanggang Normal Unversty, Huanggang, P.R.Chna, 438 (E-mal: yepeng@hgnc.edu.cn)

More information

Intro to Visual Recognition

Intro to Visual Recognition CS 2770: Computer Vson Intro to Vsual Recognton Prof. Adrana Kovashka Unversty of Pttsburgh February 13, 2018 Plan for today What s recognton? a.k.a. classfcaton, categorzaton Support vector machnes Separable

More information

FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES

FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, 8- August 005 FORECASTING EXCHANGE RATE USING SUPPORT VECTOR MACHINES DING-ZHOU CAO, SU-LIN PANG, YUAN-HUAI

More information

Negative Binomial Regression

Negative Binomial Regression STATGRAPHICS Rev. 9/16/2013 Negatve Bnomal Regresson Summary... 1 Data Input... 3 Statstcal Model... 3 Analyss Summary... 4 Analyss Optons... 7 Plot of Ftted Model... 8 Observed Versus Predcted... 10 Predctons...

More information

Part II. Support Vector Machines

Part II. Support Vector Machines Part II Support Vector Machnes 35 Chapter 5 Lnear Cassfcaton 5. Lnear Cassfers on Lnear Separabe Data As a frst step n understandng and constructng Support Vector Machnes e stud the case of near separabe

More information

Linear Feature Engineering 11

Linear Feature Engineering 11 Lnear Feature Engneerng 11 2 Least-Squares 2.1 Smple least-squares Consder the followng dataset. We have a bunch of nputs x and correspondng outputs y. The partcular values n ths dataset are x y 0.23 0.19

More information

Support Vector Machines for Classification and Regression

Support Vector Machines for Classification and Regression ISIS Technca Report Support Vector Machnes for Cassfcaton and Regresson Steve Gunn 0 November 997 Contents Introducton 3 2 Support Vector Cassfcaton 4 2. The Optma Separatng Hyperpane...5 2.. Lneary Separabe

More information

Application of Particle Swarm Optimization to Economic Dispatch Problem: Advantages and Disadvantages

Application of Particle Swarm Optimization to Economic Dispatch Problem: Advantages and Disadvantages Appcaton of Partce Swarm Optmzaton to Economc Dspatch Probem: Advantages and Dsadvantages Kwang Y. Lee, Feow, IEEE, and Jong-Bae Par, Member, IEEE Abstract--Ths paper summarzes the state-of-art partce

More information

Optimization of JK Flip Flop Layout with Minimal Average Power of Consumption based on ACOR, Fuzzy-ACOR, GA, and Fuzzy-GA

Optimization of JK Flip Flop Layout with Minimal Average Power of Consumption based on ACOR, Fuzzy-ACOR, GA, and Fuzzy-GA Journa of mathematcs and computer Scence 4 (05) - 5 Optmzaton of JK Fp Fop Layout wth Mnma Average Power of Consumpton based on ACOR, Fuzzy-ACOR, GA, and Fuzzy-GA Farshd Kevanan *,, A Yekta *,, Nasser

More information

Extending boosting for large scale spoken language understanding

Extending boosting for large scale spoken language understanding Mach Learn (2007) 69: 55 74 DOI 10.1007/s10994-007-5023-9 Extendng boostng for arge scae spoken anguage understandng Gokhan Tur Receved: 19 August 2005 / Revsed: 10 June 2007 / Accepted: 28 August 2007

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Networked Cooperative Distributed Model Predictive Control Based on State Observer

Networked Cooperative Distributed Model Predictive Control Based on State Observer Apped Mathematcs, 6, 7, 48-64 ubshed Onne June 6 n ScRes. http://www.scrp.org/journa/am http://dx.do.org/.436/am.6.73 Networed Cooperatve Dstrbuted Mode redctve Contro Based on State Observer Ba Su, Yanan

More information

Lecture 3: Dual problems and Kernels

Lecture 3: Dual problems and Kernels Lecture 3: Dual problems and Kernels C4B Machne Learnng Hlary 211 A. Zsserman Prmal and dual forms Lnear separablty revsted Feature mappng Kernels for SVMs Kernel trck requrements radal bass functons SVM

More information

Sensitivity Analysis Using Neural Network for Estimating Aircraft Stability and Control Derivatives

Sensitivity Analysis Using Neural Network for Estimating Aircraft Stability and Control Derivatives Internatona Conference on Integent and Advanced Systems 27 Senstvty Anayss Usng Neura Networ for Estmatng Arcraft Stabty and Contro Dervatves Roht Garhwa a, Abhshe Hader b and Dr. Manoranan Snha c Department

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Transient Stability Assessment of Power System Based on Support Vector Machine

Transient Stability Assessment of Power System Based on Support Vector Machine ransent Stablty Assessment of Power System Based on Support Vector Machne Shengyong Ye Yongkang Zheng Qngquan Qan School of Electrcal Engneerng, Southwest Jaotong Unversty, Chengdu 610031, P. R. Chna Abstract

More information

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

Improvement of Histogram Equalization for Minimum Mean Brightness Error

Improvement of Histogram Equalization for Minimum Mean Brightness Error Proceedngs of the 7 WSEAS Int. Conference on Crcuts, Systems, Sgnal and elecommuncatons, Gold Coast, Australa, January 7-9, 7 3 Improvement of Hstogram Equalzaton for Mnmum Mean Brghtness Error AAPOG PHAHUA*,

More information

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

Reactive Power Allocation Using Support Vector Machine

Reactive Power Allocation Using Support Vector Machine Reactve Power Aocaton Usng Support Vector Machne M.W. Mustafa, S.N. Khad, A. Kharuddn Facuty of Eectrca Engneerng, Unverst Teknoog Maaysa Johor 830, Maaysa and H. Shareef Facuty of Eectrca Engneerng and

More information

n-step cycle inequalities: facets for continuous n-mixing set and strong cuts for multi-module capacitated lot-sizing problem

n-step cycle inequalities: facets for continuous n-mixing set and strong cuts for multi-module capacitated lot-sizing problem n-step cyce nequates: facets for contnuous n-mxng set and strong cuts for mut-modue capactated ot-szng probem Mansh Bansa and Kavash Kanfar Department of Industra and Systems Engneerng, Texas A&M Unversty,

More information

Research Article H Estimates for Discrete-Time Markovian Jump Linear Systems

Research Article H Estimates for Discrete-Time Markovian Jump Linear Systems Mathematca Probems n Engneerng Voume 213 Artce ID 945342 7 pages http://dxdoorg/11155/213/945342 Research Artce H Estmates for Dscrete-Tme Markovan Jump Lnear Systems Marco H Terra 1 Gdson Jesus 2 and

More information

A parametric Linear Programming Model Describing Bandwidth Sharing Policies for ABR Traffic

A parametric Linear Programming Model Describing Bandwidth Sharing Policies for ABR Traffic parametrc Lnear Programmng Mode Descrbng Bandwdth Sharng Poces for BR Traffc I. Moschoos, M. Logothets and G. Kokknaks Wre ommuncatons Laboratory, Dept. of Eectrca & omputer Engneerng, Unversty of Patras,

More information

Relevance Vector Machines Explained

Relevance Vector Machines Explained October 19, 2010 Relevance Vector Machnes Explaned Trstan Fletcher www.cs.ucl.ac.uk/staff/t.fletcher/ Introducton Ths document has been wrtten n an attempt to make Tppng s [1] Relevance Vector Machnes

More information

IV. Performance Optimization

IV. Performance Optimization IV. Performance Optmzaton A. Steepest descent algorthm defnton how to set up bounds on learnng rate mnmzaton n a lne (varyng learnng rate) momentum learnng examples B. Newton s method defnton Gauss-Newton

More information

Optimum Selection Combining for M-QAM on Fading Channels

Optimum Selection Combining for M-QAM on Fading Channels Optmum Seecton Combnng for M-QAM on Fadng Channes M. Surendra Raju, Ramesh Annavajjaa and A. Chockangam Insca Semconductors Inda Pvt. Ltd, Bangaore-56000, Inda Department of ECE, Unversty of Caforna, San

More information

Discriminating Fuzzy Preference Relations Based on Heuristic Possibilistic Clustering

Discriminating Fuzzy Preference Relations Based on Heuristic Possibilistic Clustering Mutcrtera Orderng and ankng: Parta Orders, Ambgutes and Apped Issues Jan W. Owsńsk and aner Brüggemann, Edtors Dscrmnatng Fuzzy Preerence eatons Based on Heurstc Possbstc Custerng Dmtr A. Vattchenn Unted

More information

Lab 2e Thermal System Response and Effective Heat Transfer Coefficient

Lab 2e Thermal System Response and Effective Heat Transfer Coefficient 58:080 Expermental Engneerng 1 OBJECTIVE Lab 2e Thermal System Response and Effectve Heat Transfer Coeffcent Warnng: though the experment has educatonal objectves (to learn about bolng heat transfer, etc.),

More information

1 Convex Optimization

1 Convex Optimization Convex Optmzaton We wll consder convex optmzaton problems. Namely, mnmzaton problems where the objectve s convex (we assume no constrants for now). Such problems often arse n machne learnng. For example,

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture # 15 Scribe: Jieming Mao April 1, 2013

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture # 15 Scribe: Jieming Mao April 1, 2013 COS 511: heoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 15 Scrbe: Jemng Mao Aprl 1, 013 1 Bref revew 1.1 Learnng wth expert advce Last tme, we started to talk about learnng wth expert advce.

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

More information

Experiment 1 Mass, volume and density

Experiment 1 Mass, volume and density Experment 1 Mass, volume and densty Purpose 1. Famlarze wth basc measurement tools such as verner calper, mcrometer, and laboratory balance. 2. Learn how to use the concepts of sgnfcant fgures, expermental

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Research Article Green s Theorem for Sign Data

Research Article Green s Theorem for Sign Data Internatonal Scholarly Research Network ISRN Appled Mathematcs Volume 2012, Artcle ID 539359, 10 pages do:10.5402/2012/539359 Research Artcle Green s Theorem for Sgn Data Lous M. Houston The Unversty of

More information

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH Turbulence classfcaton of load data by the frequency and severty of wnd gusts Introducton Oscar Moñux, DEWI GmbH Kevn Blebler, DEWI GmbH Durng the wnd turbne developng process, one of the most mportant

More information