The Analysis of the Thickness-predictive Model Based on the SVM Xiu-ming Zhao1,a,Yan Wang2,band Zhimin Bi3,c

Size: px
Start display at page:

Download "The Analysis of the Thickness-predictive Model Based on the SVM Xiu-ming Zhao1,a,Yan Wang2,band Zhimin Bi3,c"

Transcription

1 h Naonal Conference on Elecrcal, Elecroncs and Compuer Engneerng (NCEECE The Analyss of he Thcknesspredcve Model Based on he SVM Xumng Zhao,a,Yan Wang,band Zhmn B,c School of Conrol Scence and Engneerng, Unversy of Jnan, Jnan Chna School of Conrol Scence and Engneerng, Unversy of Jnan, Jnan Chna School of Conrol Scence and Engneerng, Unversy of Jnan, Jnan Chna a emal: jd_zxm@6.com, bemal:76@qq.com, cemal:9696@qq.com Keywards: ho rollng; hckness predcon; SVM; AGC; Absrac. Ths paper presens a mehod whch mproves he hckness of he predcon model. A he same me, bulds up a SVM predcon model based on MATLAB smulaon expermen. By comparng he smulaon curves of he mechansm model and SVM regresson predcon, apparenly can be seen ha hcknessoupu precson effecvely mproved, whch s good o onlne denfcaon of he hckness conrol.. Inroducon Meallurgcal ndusry a home and abroad pay more aenon o he qualy of he plae srp, especally he dmensons, he hckness accuracy has become one of he mporan ndcaors. And precson problem of hckness conrol has resrced he produc qualy mprovemen. Through mprovng he predcve accuracy of srp hckness and achevng more precse conrol, he plae band seel producon play a crucal role. The hckness predced sysem s he mporan mehod of plae srp hckness accuracy based on mechansm model, s purpose s o realze he precse conrol onlne. However, envronmen s more complex due o he connuous srp producon, he mechansm model s dffcul o esablsh. The mechansm of he model we used s go afer gnorng and smplfyng some of he facors.in connuous producon, rollng echnology s more complex and nclude unknown facors of he uncerany, hese facors are dffcul o esablsh accurae mahemacal model. Therefore, he use of a large amoun of wealh n he process of acual producon daa modelng and conrol become nevable choce.. The SVM predcon model based on he hckness Vapnk pu forward a knd of novel machne learnng mehod of suppor vecor machne (SVM: he basc dea of SVM npu sample space s mapped o hghdmensonal feaure space by usng kernel funcons, o fnd an opmal classfcaon plane n hgh dmensonal space. Through SVM processng, o oban he nonlnear mappng relaonshp beween varable npu and varable oupu. I s ofen used when he suppor vecor machne (SVM algorhm n dealng wh small sample, nonlnear and funcon fng problems.in fac, he algorhm of suppor vecor machne (SVM s a convex quadrac opmzaon problem, he soluon s global opmal soluon. A presen, suppor vecor machne (SVM ge more successful applcaons n bonformacs face and gesure recognon, ex classfcaon and so on. Suppor vecor machne (SVM regresson algorhm of lnear and nonlnear. For lnear regresson problem, gven he ranng se {( x, y, ( x, y,, ( x, y } Among hem x R n y R Regresson lnear funcon can be used by f = ( x ω T x + b. I can be go he bes regresson funcon by solvng he mnmum value as formula(. 6. The auhors Publshed by Alans Press 9

2 ϕ( ωξξ,, = ω + C ξ ξ + ( = = where C s Penaly facor, ξ, ξ s Respecvely upper and lower bounds of slack varable. The consran as formula(. f ( x y x + ε y f ( x x + ε, =,, k ( xx, Lnear separable problem s also a convex quadrac opmzaon problem. To solve he problem, we nroduce he Lagrange funcon, as formula(. Lω, b, xx,, aa,, γλ, = where answerng o, ( ( ( ω C x + x a x + ε y + f x = = a x ε y f ( x xγ xλ = = ( a a, γ, λ, =,, k. The Lagrange funcon L solve he mnmum value ω, b, ξ, ξ, as formula(. L L L L =, =, =, ω b ξ = ( ξ I can be descrbed by he formula above, as formula(. ( a a = = ω = ( a a x ( = C a γ = I can ge a convex quadrac opmzaon problem dual form by plugng he above formula n he Lagrange funcon, as formula(6. ω ( aa, = ( a a ( aj aj( x xj, j= (6 ( a a y ( a a + = j= As he consran condons n formula(7. = ( a a =, a ε, a C (7 Regresson funcon can be obaned by calculang he value of he formula and plugng n he formula (. n ( = ( ( (, f x = a a x x + b For nonlnear regresson problem, need o complee he followng wo aspecs: frs, wll realze he mappng from he orgnal sample space o a hghdmensonal space usng a nonlnear mappng funcon. Second, should analyze by usng he mehod of lnear regresson n he hgh dmenson space. So he key of deallng wh nonlnear regresson problem s o ask he mappng funcon, hus he problem become opmze he formula( of under he consran condons as formula(9. 96

3 ω ( aa, = ( a a ( aj aj k( x xj, j= ( a a y ( a a + = j= Where ω = ( a a ϕ( x ( ( (, ε (9, The regresson lnear funcon can be used by =. = f x = a a k x x + b Kernel funcon of suppor vecor machne use he gaussan kernel funcon and polynomal kernel funcon and sgmod kernel funcon, ec. Gaussan kernel funcon: K( xx, = exp x x σ Polynomal funcon: K( x, x (. d = xx + Sgmod kernel funcon: (, anh a (. K x x = xx + C K( xx, = + exp α ( xx. + C. The SVM predcon model based on malab smulaon expermen I should esablsh srp fnshng ex hckness predcon model by Lbsvm oolk. Algorhm process as shown n fgure. Daa preprocessng Cross valdaon o he opmum regresson Use he bes paragrameer ranng Fng predcon Fgure he SVM predcon model algorhm flow char The smulaon of MATLAB code: % % o fnd he bes parameer c and g of regresson problems: [besmse,besc,besg] = SVMcgForRegress(TS,TSX,,,,; [besmse,besc,besg] = SVMcgForRegress(TS,TSX,,,,,,.,.,.; % % shoukd use he bes parameers c and g for ranng of SVM: cmd = ['c ', numsr(besc, ' g ', numsr(besg, ' s p.']; model = svmran(ts,tsx,cmd; % % he SVM regresson predcon: [predc,mse] = svmpredc(ts,tsx,model; predc = mapmnmax('reverse',predc',tsps; The smulaon resuls and analyss: 97

4 SVRparameer selecon resul(dvew[grdsearchmehod] Bes c=9.96 g=. CVmse=.7.. MSE 6.. logg 6 logc 6 SVR parameer selecon resul(d[grdsearchmehod] Bes c= g=. CVmse=.6.. MSE 6.. logg Fgure Parameer selecon resul fgure of rough and fne hckness of seel The / Real expor SVMforecas model predcon Fgure Thckness oupu curve of he predcon and he realy logc.6 Number of samples.. SVM predcon Mechansm Model error/mm.. Number of samples Fgure Thckness oupu error curve of he predcon and he realy 9

5 The relave error/%.... Number of samples SVMpredcon Mechansm model Fgure hckness oupu absolue error curve of he predcon and he realy By he smulaon resuls conras curve can be concluded ha he predcon algorhm based on suppor vecor machne (SVM can be a very good predcon, he expor of seel srp hckness and comparson wh acual measuremen resuls of error and absolue error generally smaller han mechansm model. Descrpon based on suppor vecor machne (SVM algorhm n opmal problems of srp seel hckness conrol has sgnfcan advanages. Concluson Ths paper esablshes he predcon model based on SVM and hckness. Bu for complex acual rollng process, 's jus aken he frs sep and sll have a lo of work o do.i can do layered wh a large number of hsorcal daa from he feld, and realze he offlne collecon sysem of layered modelng. Reference [] dongdong lu, Wang Yan. Based on RBF neural nework srp fnshng hckness predcon [J]. Journal of jnan unversy: naural scence edon, 6, ( :. [] yngyng lu, Wang Yan. The hckness of he ho rolled recognon and nellgen forecas [J]. Journal of jnan unversy: naural scence edon,, ( :. [] Ibssem Ladlan, Larb Houch, Lakhdar Djeml, e al. Modelng daly reference evaporanspraon (ET n he norh of Algera usng generalzed regresson neural neworks (GRNN and radal bass funcon neural neworks (RBFNN: a comparave sudy[j]. SprngerVerlag,,:67. [] Wllams James Mchael Zhang Deyong L Shuca, ec. The genec RBF neural nework based on rough se heory n he applcaon of rock burs predcon [J]. Rock and sol mechancs,, ( : 776. [] lou j w, facng souh, Roger wang. Based on he daa drven modelng and conrol of srp hckness [6] Mehod [J]. Journal of Bejng unversy of echnology,, ( : 99. [7] Bahua Zhang. Predcon of Fregh Ably n Counry Base on GRNN[J]. IFIP Inernaonal Federaon for Informaon Processng,,6:. 99

An introduction to Support Vector Machine

An introduction to Support Vector Machine An nroducon o Suppor Vecor Machne 報告者 : 黃立德 References: Smon Haykn, "Neural Neworks: a comprehensve foundaon, second edon, 999, Chaper 2,6 Nello Chrsann, John Shawe-Tayer, An Inroducon o Suppor Vecor Machnes,

More information

Lecture 11 SVM cont

Lecture 11 SVM cont Lecure SVM con. 0 008 Wha we have done so far We have esalshed ha we wan o fnd a lnear decson oundary whose margn s he larges We know how o measure he margn of a lnear decson oundary Tha s: he mnmum geomerc

More information

Research on Application of Sintering Basicity of Based on Various Intelligent Algorithms

Research on Application of Sintering Basicity of Based on Various Intelligent Algorithms ELKOMIKA Indonesan Journal of Elecrcal Engneerng Vol., o., ovember, pp. 778 ~ 777 DOI:.59/elkomnka.v.678 778 Research on Applcaon of Snerng Bascy of Based on Varous Inellgen Algorhms Song Qang*, Zhang

More information

Cubic Bezier Homotopy Function for Solving Exponential Equations

Cubic Bezier Homotopy Function for Solving Exponential Equations Penerb Journal of Advanced Research n Compung and Applcaons ISSN (onlne: 46-97 Vol. 4, No.. Pages -8, 6 omoopy Funcon for Solvng Eponenal Equaons S. S. Raml *,,. Mohamad Nor,a, N. S. Saharzan,b and M.

More information

Robust and Accurate Cancer Classification with Gene Expression Profiling

Robust and Accurate Cancer Classification with Gene Expression Profiling Robus and Accurae Cancer Classfcaon wh Gene Expresson Proflng (Compuaonal ysems Bology, 2005) Auhor: Hafeng L, Keshu Zhang, ao Jang Oulne Background LDA (lnear dscrmnan analyss) and small sample sze problem

More information

Introduction to Boosting

Introduction to Boosting Inroducon o Boosng Cynha Rudn PACM, Prnceon Unversy Advsors Ingrd Daubeches and Rober Schapre Say you have a daabase of news arcles, +, +, -, -, +, +, -, -, +, +, -, -, +, +, -, + where arcles are labeled

More information

Machine Learning Linear Regression

Machine Learning Linear Regression Machne Learnng Lnear Regresson Lesson 3 Lnear Regresson Bascs of Regresson Leas Squares esmaon Polynomal Regresson Bass funcons Regresson model Regularzed Regresson Sascal Regresson Mamum Lkelhood (ML)

More information

Variants of Pegasos. December 11, 2009

Variants of Pegasos. December 11, 2009 Inroducon Varans of Pegasos SooWoong Ryu bshboy@sanford.edu December, 009 Youngsoo Cho yc344@sanford.edu Developng a new SVM algorhm s ongong research opc. Among many exng SVM algorhms, we wll focus on

More information

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005 Dynamc Team Decson Theory EECS 558 Proec Shruvandana Sharma and Davd Shuman December 0, 005 Oulne Inroducon o Team Decson Theory Decomposon of he Dynamc Team Decson Problem Equvalence of Sac and Dynamc

More information

Lecture 6: Learning for Control (Generalised Linear Regression)

Lecture 6: Learning for Control (Generalised Linear Regression) Lecure 6: Learnng for Conrol (Generalsed Lnear Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure 6: RLSC - Prof. Sehu Vjayakumar Lnear Regresson

More information

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy Arcle Inernaonal Journal of Modern Mahemacal Scences, 4, (): - Inernaonal Journal of Modern Mahemacal Scences Journal homepage: www.modernscenfcpress.com/journals/jmms.aspx ISSN: 66-86X Florda, USA Approxmae

More information

Advanced Machine Learning & Perception

Advanced Machine Learning & Perception Advanced Machne Learnng & Percepon Insrucor: Tony Jebara SVM Feaure & Kernel Selecon SVM Eensons Feaure Selecon (Flerng and Wrappng) SVM Feaure Selecon SVM Kernel Selecon SVM Eensons Classfcaon Feaure/Kernel

More information

Lecture VI Regression

Lecture VI Regression Lecure VI Regresson (Lnear Mehods for Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure VI: MLSC - Dr. Sehu Vjayakumar Lnear Regresson Model M

More information

Attribute Reduction Algorithm Based on Discernibility Matrix with Algebraic Method GAO Jing1,a, Ma Hui1, Han Zhidong2,b

Attribute Reduction Algorithm Based on Discernibility Matrix with Algebraic Method GAO Jing1,a, Ma Hui1, Han Zhidong2,b Inernaonal Indusral Informacs and Compuer Engneerng Conference (IIICEC 05) Arbue educon Algorhm Based on Dscernbly Marx wh Algebrac Mehod GAO Jng,a, Ma Hu, Han Zhdong,b Informaon School, Capal Unversy

More information

CHAPTER 10: LINEAR DISCRIMINATION

CHAPTER 10: LINEAR DISCRIMINATION CHAPER : LINEAR DISCRIMINAION Dscrmnan-based Classfcaon 3 In classfcaon h K classes (C,C,, C k ) We defned dscrmnan funcon g j (), j=,,,k hen gven an es eample, e chose (predced) s class label as C f g

More information

Chapter Lagrangian Interpolation

Chapter Lagrangian Interpolation Chaper 5.4 agrangan Inerpolaon Afer readng hs chaper you should be able o:. dere agrangan mehod of nerpolaon. sole problems usng agrangan mehod of nerpolaon and. use agrangan nerpolans o fnd deraes and

More information

FORECASTING NATURAL GAS CONSUMPTION USING PSO OPTIMIZED LEAST SQUARES SUPPORT VECTOR MACHINES

FORECASTING NATURAL GAS CONSUMPTION USING PSO OPTIMIZED LEAST SQUARES SUPPORT VECTOR MACHINES FORECASING NAURAL GAS CONSUMPION USING PSO OPIMIZED LEAS SQUARES SUPPOR VECOR MACHINES Hossen Iranmanesh 1, Majd Abdollahzade 2 and 3 Arash Mranan 1 Deparmen of Indusral Engneerng, Unversy of ehran & Insue

More information

On One Analytic Method of. Constructing Program Controls

On One Analytic Method of. Constructing Program Controls Appled Mahemacal Scences, Vol. 9, 05, no. 8, 409-407 HIKARI Ld, www.m-hkar.com hp://dx.do.org/0.988/ams.05.54349 On One Analyc Mehod of Consrucng Program Conrols A. N. Kvko, S. V. Chsyakov and Yu. E. Balyna

More information

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015)

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) 5h Inernaonal onference on Advanced Desgn and Manufacurng Engneerng (IADME 5 The Falure Rae Expermenal Sudy of Specal N Machne Tool hunshan He, a, *, La Pan,b and Bng Hu 3,c,,3 ollege of Mechancal and

More information

Machine Learning 2nd Edition

Machine Learning 2nd Edition INTRODUCTION TO Lecure Sldes for Machne Learnng nd Edon ETHEM ALPAYDIN, modfed by Leonardo Bobadlla and some pars from hp://www.cs.au.ac.l/~aparzn/machnelearnng/ The MIT Press, 00 alpaydn@boun.edu.r hp://www.cmpe.boun.edu.r/~ehem/mle

More information

Genetic Algorithm in Parameter Estimation of Nonlinear Dynamic Systems

Genetic Algorithm in Parameter Estimation of Nonlinear Dynamic Systems Genec Algorhm n Parameer Esmaon of Nonlnear Dynamc Sysems E. Paeraks manos@egnaa.ee.auh.gr V. Perds perds@vergna.eng.auh.gr Ah. ehagas kehagas@egnaa.ee.auh.gr hp://skron.conrol.ee.auh.gr/kehagas/ndex.hm

More information

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION S19 A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION by Xaojun YANG a,b, Yugu YANG a*, Carlo CATTANI c, and Mngzheng ZHU b a Sae Key Laboraory for Geomechancs and Deep Underground Engneerng, Chna Unversy

More information

RADIAL BASIS FUNCTION PROCESS NEURAL NETWORK TRAINING BASED ON GENERALIZED FRÉCHET DISTANCE AND GA-SA HYBRID STRATEGY

RADIAL BASIS FUNCTION PROCESS NEURAL NETWORK TRAINING BASED ON GENERALIZED FRÉCHET DISTANCE AND GA-SA HYBRID STRATEGY Compuer Scence & Engneerng: An Inernaonal Journal (CSEIJ), Vol. 3, No. 6, December 03 RADIAL BASIS FUNCTION PROCESS NEURAL NETWORK TRAINING BASED ON GENERALIZED FRÉCHET DISTANCE AND GA-SA HYBRID STRATEGY

More information

WiH Wei He

WiH Wei He Sysem Idenfcaon of onlnear Sae-Space Space Baery odels WH We He wehe@calce.umd.edu Advsor: Dr. Chaochao Chen Deparmen of echancal Engneerng Unversy of aryland, College Par 1 Unversy of aryland Bacground

More information

Anisotropic Behaviors and Its Application on Sheet Metal Stamping Processes

Anisotropic Behaviors and Its Application on Sheet Metal Stamping Processes Ansoropc Behavors and Is Applcaon on Shee Meal Sampng Processes Welong Hu ETA-Engneerng Technology Assocaes, Inc. 33 E. Maple oad, Sue 00 Troy, MI 48083 USA 48-79-300 whu@ea.com Jeanne He ETA-Engneerng

More information

Sampling Procedure of the Sum of two Binary Markov Process Realizations

Sampling Procedure of the Sum of two Binary Markov Process Realizations Samplng Procedure of he Sum of wo Bnary Markov Process Realzaons YURY GORITSKIY Dep. of Mahemacal Modelng of Moscow Power Insue (Techncal Unversy), Moscow, RUSSIA, E-mal: gorsky@yandex.ru VLADIMIR KAZAKOV

More information

Relative controllability of nonlinear systems with delays in control

Relative controllability of nonlinear systems with delays in control Relave conrollably o nonlnear sysems wh delays n conrol Jerzy Klamka Insue o Conrol Engneerng, Slesan Techncal Unversy, 44- Glwce, Poland. phone/ax : 48 32 37227, {jklamka}@a.polsl.glwce.pl Keywor: Conrollably.

More information

Comparison of Differences between Power Means 1

Comparison of Differences between Power Means 1 In. Journal of Mah. Analyss, Vol. 7, 203, no., 5-55 Comparson of Dfferences beween Power Means Chang-An Tan, Guanghua Sh and Fe Zuo College of Mahemacs and Informaon Scence Henan Normal Unversy, 453007,

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

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS R&RATA # Vol.) 8, March FURTHER AALYSIS OF COFIDECE ITERVALS FOR LARGE CLIET/SERVER COMPUTER ETWORKS Vyacheslav Abramov School of Mahemacal Scences, Monash Unversy, Buldng 8, Level 4, Clayon Campus, Wellngon

More information

On computing differential transform of nonlinear non-autonomous functions and its applications

On computing differential transform of nonlinear non-autonomous functions and its applications On compung dfferenal ransform of nonlnear non-auonomous funcons and s applcaons Essam. R. El-Zahar, and Abdelhalm Ebad Deparmen of Mahemacs, Faculy of Scences and Humanes, Prnce Saam Bn Abdulazz Unversy,

More information

Solving the multi-period fixed cost transportation problem using LINGO solver

Solving the multi-period fixed cost transportation problem using LINGO solver Inernaonal Journal of Pure and Appled Mahemacs Volume 119 No. 12 2018, 2151-2157 ISSN: 1314-3395 (on-lne verson) url: hp://www.pam.eu Specal Issue pam.eu Solvng he mul-perod fxed cos ransporaon problem

More information

TSS = SST + SSE An orthogonal partition of the total SS

TSS = SST + SSE An orthogonal partition of the total SS ANOVA: Topc 4. Orhogonal conrass [ST&D p. 183] H 0 : µ 1 = µ =... = µ H 1 : The mean of a leas one reamen group s dfferen To es hs hypohess, a basc ANOVA allocaes he varaon among reamen means (SST) equally

More information

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria IOSR Journal of Mahemacs (IOSR-JM e-issn: 78-578, p-issn: 9-765X. Volume 0, Issue 4 Ver. IV (Jul-Aug. 04, PP 40-44 Mulple SolonSoluons for a (+-dmensonalhroa-sasuma shallow waer wave equaon UsngPanlevé-Bӓclund

More information

Highway Passenger Traffic Volume Prediction of Cubic Exponential Smoothing Model Based on Grey System Theory

Highway Passenger Traffic Volume Prediction of Cubic Exponential Smoothing Model Based on Grey System Theory Inernaonal Conference on on Sof Compung n Informaon Communcaon echnology (SCIC 04) Hghway Passenger raffc Volume Predcon of Cubc Exponenal Smoohng Model Based on Grey Sysem heory Wenwen Lu, Yong Qn, Honghu

More information

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim Korean J. Mah. 19 (2011), No. 3, pp. 263 272 GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS Youngwoo Ahn and Kae Km Absrac. In he paper [1], an explc correspondence beween ceran

More information

Short-Term Load Forecasting Using PSO-Based Phase Space Neural Networks

Short-Term Load Forecasting Using PSO-Based Phase Space Neural Networks Proceedngs of he 5h WSEAS In. Conf. on SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, Augus 7-9, 005 (pp78-83) Shor-Term Load Forecasng Usng PSO-Based Phase Space Neural Neworks Jang Chuanwen, Fang

More information

A NEW METHOD OF FMS SCHEDULING USING OPTIMIZATION AND SIMULATION

A NEW METHOD OF FMS SCHEDULING USING OPTIMIZATION AND SIMULATION A NEW METHD F FMS SCHEDULING USING PTIMIZATIN AND SIMULATIN Ezedeen Kodeekha Deparmen of Producon, Informacs, Managemen and Conrol Faculy of Mechancal Engneerng udapes Unversy of Technology and Econcs

More information

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5 TPG460 Reservor Smulaon 08 page of 5 DISCRETIZATIO OF THE FOW EQUATIOS As we already have seen, fne dfference appromaons of he paral dervaves appearng n he flow equaons may be obaned from Taylor seres

More information

Neural Networks-Based Time Series Prediction Using Long and Short Term Dependence in the Learning Process

Neural Networks-Based Time Series Prediction Using Long and Short Term Dependence in the Learning Process Neural Neworks-Based Tme Seres Predcon Usng Long and Shor Term Dependence n he Learnng Process J. Puchea, D. Paño and B. Kuchen, Absrac In hs work a feedforward neural neworksbased nonlnear auoregresson

More information

Clustering (Bishop ch 9)

Clustering (Bishop ch 9) Cluserng (Bshop ch 9) Reference: Daa Mnng by Margare Dunham (a slde source) 1 Cluserng Cluserng s unsupervsed learnng, here are no class labels Wan o fnd groups of smlar nsances Ofen use a dsance measure

More information

Theoretical Analysis of Biogeography Based Optimization Aijun ZHU1,2,3 a, Cong HU1,3, Chuanpei XU1,3, Zhi Li1,3

Theoretical Analysis of Biogeography Based Optimization Aijun ZHU1,2,3 a, Cong HU1,3, Chuanpei XU1,3, Zhi Li1,3 6h Inernaonal Conference on Machnery, Maerals, Envronmen, Boechnology and Compuer (MMEBC 6) Theorecal Analyss of Bogeography Based Opmzaon Aun ZU,,3 a, Cong U,3, Chuanpe XU,3, Zh L,3 School of Elecronc

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Lnear Response Theory: The connecon beween QFT and expermens 3.1. Basc conceps and deas Q: ow do we measure he conducvy of a meal? A: we frs nroduce a weak elecrc feld E, and hen measure

More information

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model Probablsc Model for Tme-seres Daa: Hdden Markov Model Hrosh Mamsuka Bonformacs Cener Kyoo Unversy Oulne Three Problems for probablsc models n machne learnng. Compung lkelhood 2. Learnng 3. Parsng (predcon

More information

ELASTIC MODULUS ESTIMATION OF CHOPPED CARBON FIBER TAPE REINFORCED THERMOPLASTICS USING THE MONTE CARLO SIMULATION

ELASTIC MODULUS ESTIMATION OF CHOPPED CARBON FIBER TAPE REINFORCED THERMOPLASTICS USING THE MONTE CARLO SIMULATION THE 19 TH INTERNATIONAL ONFERENE ON OMPOSITE MATERIALS ELASTI MODULUS ESTIMATION OF HOPPED ARBON FIBER TAPE REINFORED THERMOPLASTIS USING THE MONTE ARLO SIMULATION Y. Sao 1*, J. Takahash 1, T. Masuo 1,

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Ths documen s downloaded from DR-NTU, Nanyang Technologcal Unversy Lbrary, Sngapore. Tle A smplfed verb machng algorhm for word paron n vsual speech processng( Acceped verson ) Auhor(s) Foo, Say We; Yong,

More information

Survival Analysis and Reliability. A Note on the Mean Residual Life Function of a Parallel System

Survival Analysis and Reliability. A Note on the Mean Residual Life Function of a Parallel System Communcaons n Sascs Theory and Mehods, 34: 475 484, 2005 Copyrgh Taylor & Francs, Inc. ISSN: 0361-0926 prn/1532-415x onlne DOI: 10.1081/STA-200047430 Survval Analyss and Relably A Noe on he Mean Resdual

More information

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!") i+1,q - [(!

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!) i+1,q - [(! ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL The frs hng o es n wo-way ANOVA: Is here neracon? "No neracon" means: The man effecs model would f. Ths n urn means: In he neracon plo (wh A on he horzonal

More information

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Journal of Appled Mahemacs and Compuaonal Mechancs 3, (), 45-5 HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Sansław Kukla, Urszula Sedlecka Insue of Mahemacs,

More information

Algorithm Research on Moving Object Detection of Surveillance Video Sequence *

Algorithm Research on Moving Object Detection of Surveillance Video Sequence * Opcs and Phooncs Journal 03 3 308-3 do:0.436/opj.03.3b07 Publshed Onlne June 03 (hp://www.scrp.org/journal/opj) Algorhm Research on Movng Objec Deecon of Survellance Vdeo Sequence * Kuhe Yang Zhmng Ca

More information

ISSN MIT Publications

ISSN MIT Publications MIT Inernaonal Journal of Elecrcal and Insrumenaon Engneerng Vol. 1, No. 2, Aug 2011, pp 93-98 93 ISSN 2230-7656 MIT Publcaons A New Approach for Solvng Economc Load Dspach Problem Ansh Ahmad Dep. of Elecrcal

More information

Fall 2010 Graduate Course on Dynamic Learning

Fall 2010 Graduate Course on Dynamic Learning Fall 200 Graduae Course on Dynamc Learnng Chaper 4: Parcle Flers Sepember 27, 200 Byoung-Tak Zhang School of Compuer Scence and Engneerng & Cognve Scence and Bran Scence Programs Seoul aonal Unversy hp://b.snu.ac.kr/~bzhang/

More information

FACIAL IMAGE FEATURE EXTRACTION USING SUPPORT VECTOR MACHINES

FACIAL IMAGE FEATURE EXTRACTION USING SUPPORT VECTOR MACHINES FACIAL IMAGE FEATURE EXTRACTION USING SUPPORT VECTOR MACHINES H. Abrsham Moghaddam K. N. Toos Unversy of Technology, P.O. Box 635-355, Tehran, Iran moghadam@saba.knu.ac.r M. Ghayoum Islamc Azad Unversy,

More information

Parameter Estimation of Three-Phase Induction Motor by Using Genetic Algorithm

Parameter Estimation of Three-Phase Induction Motor by Using Genetic Algorithm 360 Journal of Elecrcal Engneerng & Technology Vol. 4, o. 3, pp. 360~364, 009 Parameer Esmaon of Three-Phase Inducon Moor by Usng Genec Algorhm Seesa Jangj and Panhep Laohacha* Absrac Ths paper suggess

More information

Convergence and Calculation Speed of Genetic Algorithm in Structural Engineering Optimization

Convergence and Calculation Speed of Genetic Algorithm in Structural Engineering Optimization Carographca Snca 22(2) p.p.49-54. 9. Kmes D S Sellers P J. (985) Inferrng hemsphercal reflecance of he earh s surface for global energy budges from remoely sensed nadr or dreconal radance values. Remoe

More information

Study on Intelligent Temperature Controller Based on Expert Controlling

Study on Intelligent Temperature Controller Based on Expert Controlling Sensors & Transducers 2014 by IFSA Publshng, S. L. hp://www.sensorsporal.com Sudy on Inellgen Temperaure Conroller Based on Exper Conrollng Jan-Hu MA, Peng GUO, Ka MENG College of Mechancal Engneerng,

More information

Iterative Learning Control and Applications in Rehabilitation

Iterative Learning Control and Applications in Rehabilitation Ierave Learnng Conrol and Applcaons n Rehablaon Yng Tan The Deparmen of Elecrcal and Elecronc Engneerng School of Engneerng The Unversy of Melbourne Oulne 1. A bref nroducon of he Unversy of Melbourne

More information

A NOVEL NETWORK METHOD DESIGNING MULTIRATE FILTER BANKS AND WAVELETS

A NOVEL NETWORK METHOD DESIGNING MULTIRATE FILTER BANKS AND WAVELETS A NOVEL NEWORK MEHOD DESIGNING MULIRAE FILER BANKS AND WAVELES Yng an Deparmen of Elecronc Engneerng and Informaon Scence Unversy of Scence and echnology of Chna Hefe 37, P. R. Chna E-mal: yan@usc.edu.cn

More information

SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β

SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β SARAJEVO JOURNAL OF MATHEMATICS Vol.3 (15) (2007), 137 143 SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β M. A. K. BAIG AND RAYEES AHMAD DAR Absrac. In hs paper, we propose

More information

PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING

PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING Proceedng 7 h Inernaonal Semnar on Indusral Engneerng and Managemen PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING Rahm Mauldya Indusral Engneerng Deparmen, Indusral Engneerng

More information

Structural Optimization Using Metamodels

Structural Optimization Using Metamodels Srucural Opmzaon Usng Meamodels 30 Mar. 007 Dep. o Mechancal Engneerng Dong-A Unvers Korea Kwon-Hee Lee Conens. Numercal Opmzaon. Opmzaon Usng Meamodels Impac beam desgn WB Door desgn 3. Robus Opmzaon

More information

Boosted LMS-based Piecewise Linear Adaptive Filters

Boosted LMS-based Piecewise Linear Adaptive Filters 016 4h European Sgnal Processng Conference EUSIPCO) Boosed LMS-based Pecewse Lnear Adapve Flers Darush Kar and Iman Marvan Deparmen of Elecrcal and Elecroncs Engneerng Blken Unversy, Ankara, Turkey {kar,

More information

Lecture 2 L n i e n a e r a M od o e d l e s

Lecture 2 L n i e n a e r a M od o e d l e s Lecure Lnear Models Las lecure You have learned abou ha s machne learnng Supervsed learnng Unsupervsed learnng Renforcemen learnng You have seen an eample learnng problem and he general process ha one

More information

Stability Analysis of Fuzzy Hopfield Neural Networks with Timevarying

Stability Analysis of Fuzzy Hopfield Neural Networks with Timevarying ISSN 746-7659 England UK Journal of Informaon and Compung Scence Vol. No. 8 pp.- Sably Analyss of Fuzzy Hopfeld Neural Neworks w mevaryng Delays Qfeng Xun Cagen Zou Scool of Informaon Engneerng Yanceng

More information

Robustness Experiments with Two Variance Components

Robustness Experiments with Two Variance Components Naonal Insue of Sandards and Technology (NIST) Informaon Technology Laboraory (ITL) Sascal Engneerng Dvson (SED) Robusness Expermens wh Two Varance Componens by Ana Ivelsse Avlés avles@ns.gov Conference

More information

ISCA Archive

ISCA Archive ISCA Archve hp://www.sca-speech.org/archve ODYSSEY4 - The Speaker and Language Recognon Workshop Toledo, Span May 3 - June 3, 4 Speaker Idenfcaon wh Dual Penalzed Logsc Regresson Machne Tomoko Masu and

More information

A HYBRID ALGORITHM BASED ON LS-SVM AND BACTERIAL FORAGING APPROACH FOR BURNING-THROUGH-POINTS(BTP)PREDICTION IN SINTERING PROCESS

A HYBRID ALGORITHM BASED ON LS-SVM AND BACTERIAL FORAGING APPROACH FOR BURNING-THROUGH-POINTS(BTP)PREDICTION IN SINTERING PROCESS 0 h March 03. Vol. 49 o. 005-03 JAI & LLS. All rghs reserved. ISS: 99-8645 www.ja.org E-ISS: 87-395 A HYBRID ALGORIHM BASED O LS-SVM AD BACERIAL FORAGIG APPROACH FOR BURIG-HROUGH-POIS(BPPREDICIO I SIERIG

More information

Particle Filter Based Robot Self-localization Using RGBD Cues and Wheel Odometry Measurements Enyang Gao1, a*, Zhaohua Chen1 and Qizhuhui Gao1

Particle Filter Based Robot Self-localization Using RGBD Cues and Wheel Odometry Measurements Enyang Gao1, a*, Zhaohua Chen1 and Qizhuhui Gao1 6h Inernaonal Conference on Elecronc, Mechancal, Informaon and Managemen (EMIM 206) Parcle Fler Based Robo Self-localzaon Usng RGBD Cues and Wheel Odomery Measuremens Enyang Gao, a*, Zhaohua Chen and Qzhuhu

More information

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS THE PREICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS INTROUCTION The wo dmensonal paral dfferenal equaons of second order can be used for he smulaon of compeve envronmen n busness The arcle presens he

More information

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys Dual Approxmae Dynamc Programmng for Large Scale Hydro Valleys Perre Carpener and Jean-Phlppe Chanceler 1 ENSTA ParsTech and ENPC ParsTech CMM Workshop, January 2016 1 Jon work wh J.-C. Alas, suppored

More information

Regularized Multiple-Criteria Linear Programming Via Second Order Cone Programming Formulations

Regularized Multiple-Criteria Linear Programming Via Second Order Cone Programming Formulations Regularzed Mulple-Crera Lnear Programmng Va Second Order Cone Programmng Formulaons Zhquan Q Research Cener on Fcous Economy & Daa Scence Chnese Academy of Scences Bejng 0090 Chna qzhquan@gucas.ac.cn Yngje

More information

Application of thermal error in machine tools based on Dynamic. Bayesian Network

Application of thermal error in machine tools based on Dynamic. Bayesian Network Inernaonal Journal of Research n Engneerng and Scence (IJRES) ISS (Onlne): 2320-9364, ISS (Prn): 2320-9356 www.res.org Volume 3 Issue 6 ǁ June 2015 ǁ PP.22-27 pplcaon of hermal error n machne ools based

More information

Impact of Gradient Ascent and Boosting Algorithm in Classification

Impact of Gradient Ascent and Boosting Algorithm in Classification Receved: Sepember 28, 207 4 Impac of Graden Ascen and Boosng Algorhm n Classfcaon Syed Muzaml Basha Dharmendra Sngh Rapu 2* Vshnu Vandhan School of Compuer scence and Engneerng, Vellore Insue of Technology

More information

Bayes rule for a classification problem INF Discriminant functions for the normal density. Euclidean distance. Mahalanobis distance

Bayes rule for a classification problem INF Discriminant functions for the normal density. Euclidean distance. Mahalanobis distance INF 43 3.. Repeon Anne Solberg (anne@f.uo.no Bayes rule for a classfcaon problem Suppose we have J, =,...J classes. s he class label for a pxel, and x s he observed feaure vecor. We can use Bayes rule

More information

Forecasting Using First-Order Difference of Time Series and Bagging of Competitive Associative Nets

Forecasting Using First-Order Difference of Time Series and Bagging of Competitive Associative Nets Forecasng Usng Frs-Order Dfference of Tme Seres and Baggng of Compeve Assocave Nes Shuch Kurog, Ryohe Koyama, Shnya Tanaka, and Toshhsa Sanuk Absrac Ths arcle descrbes our mehod used for he 2007 Forecasng

More information

CROSS ENTROPY METHOD FOR MULTICLASS SUPPORT VECTOR MACHINE

CROSS ENTROPY METHOD FOR MULTICLASS SUPPORT VECTOR MACHINE CROSS ENTROPY METHOD FOR MULTICLASS SUPPORT VECTOR MACHINE Bud Sanosa Deparmen of Indusral Engneerng Insu Teknolog Sepuluh Nopember (ITS) Surabaya ITS Campus Sukollo, Surabaya 60 Indonesa bud_s@e.s.ac.d

More information

ABSTRACT KEYWORDS. Bonus-malus systems, frequency component, severity component. 1. INTRODUCTION

ABSTRACT KEYWORDS. Bonus-malus systems, frequency component, severity component. 1. INTRODUCTION EERAIED BU-MAU YTEM ITH A FREQUECY AD A EVERITY CMET A IDIVIDUA BAI I AUTMBIE IURACE* BY RAHIM MAHMUDVAD AD HEI HAAI ABTRACT Frangos and Vronos (2001) proposed an opmal bonus-malus sysems wh a frequency

More information

Complex Dynamics Analysis for Cournot Game with Bounded Rationality in Power Market

Complex Dynamics Analysis for Cournot Game with Bounded Rationality in Power Market J. Elecromagnec Analyss & Applcaons 9 : 48- Publshed Onlne March 9 n ScRes (www.scrp.org/journal/jemaa Complex Dynamcs Analyss for Courno Game wh Bounded Raonaly n Power Marke Hongmng Yang Yongx Zhang

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 7, July ISSN Inernaonal Journal of Scenfc & Engneerng Research, Volume 5, Issue 7, July-204 723 ISS 2229-558 Secury Consraned Un Commmen Based Load and Prce Forecasng Usng Evoluonary Opmzed LSVR Ehab E. Elaar, Member,

More information

Kristin P. Bennett. Rensselaer Polytechnic Institute

Kristin P. Bennett. Rensselaer Polytechnic Institute Support Vector Machnes and Other Kernel Methods Krstn P. Bennett Mathematcal Scences Department Rensselaer Polytechnc Insttute Support Vector Machnes (SVM) A methodology for nference based on Statstcal

More information

Let s treat the problem of the response of a system to an applied external force. Again,

Let s treat the problem of the response of a system to an applied external force. Again, Page 33 QUANTUM LNEAR RESPONSE FUNCTON Le s rea he problem of he response of a sysem o an appled exernal force. Agan, H() H f () A H + V () Exernal agen acng on nernal varable Hamlonan for equlbrum sysem

More information

Chapter 6: AC Circuits

Chapter 6: AC Circuits Chaper 6: AC Crcus Chaper 6: Oulne Phasors and he AC Seady Sae AC Crcus A sable, lnear crcu operang n he seady sae wh snusodal excaon (.e., snusodal seady sae. Complee response forced response naural response.

More information

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading Onlne Supplemen for Dynamc Mul-Technology Producon-Invenory Problem wh Emssons Tradng by We Zhang Zhongsheng Hua Yu Xa and Baofeng Huo Proof of Lemma For any ( qr ) Θ s easy o verfy ha he lnear programmng

More information

Analysis And Evaluation of Econometric Time Series Models: Dynamic Transfer Function Approach

Analysis And Evaluation of Econometric Time Series Models: Dynamic Transfer Function Approach 1 Appeared n Proceedng of he 62 h Annual Sesson of he SLAAS (2006) pp 96. Analyss And Evaluaon of Economerc Tme Seres Models: Dynamc Transfer Funcon Approach T.M.J.A.COORAY Deparmen of Mahemacs Unversy

More information

Method of upper lower solutions for nonlinear system of fractional differential equations and applications

Method of upper lower solutions for nonlinear system of fractional differential equations and applications Malaya Journal of Maemak, Vol. 6, No. 3, 467-472, 218 hps://do.org/1.26637/mjm63/1 Mehod of upper lower soluons for nonlnear sysem of fraconal dfferenal equaons and applcaons D.B. Dhagude1 *, N.B. Jadhav2

More information

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s Ordnary Dfferenal Equaons n Neuroscence wh Malab eamples. Am - Gan undersandng of how o se up and solve ODE s Am Undersand how o se up an solve a smple eample of he Hebb rule n D Our goal a end of class

More information

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation Global Journal of Pure and Appled Mahemacs. ISSN 973-768 Volume 4, Number 6 (8), pp. 89-87 Research Inda Publcaons hp://www.rpublcaon.com Exsence and Unqueness Resuls for Random Impulsve Inegro-Dfferenal

More information

Supervised Learning in Multilayer Networks

Supervised Learning in Multilayer Networks Copyrgh Cambrdge Unversy Press 23. On-screen vewng permed. Prnng no permed. hp://www.cambrdge.org/521642981 You can buy hs book for 3 pounds or $5. See hp://www.nference.phy.cam.ac.uk/mackay/la/ for lnks.

More information

HYPERSPECTRAL IMAGE FEATURE EXTRACTION BASED ON GENERALIZED DISCRIMINANT ANALYSIS

HYPERSPECTRAL IMAGE FEATURE EXTRACTION BASED ON GENERALIZED DISCRIMINANT ANALYSIS HYPERSPECRAL IMAGE FEAURE EXRACIO BASED O GEERALIZED DISCRIMIA AALYSIS Guopeng Yang a, *, Xuchu Yu, Xn Zhou c, a Zhengzhou Insue of Surveyng and Mappng,455, Henan, Chna - yangguopeng@homal.com Zhengzhou

More information

INTEGRATED MODEL FOR PRODUCT QUALITY FORECASTING SYSTEM USING GREY THEORY AND NEURAL NETWORK

INTEGRATED MODEL FOR PRODUCT QUALITY FORECASTING SYSTEM USING GREY THEORY AND NEURAL NETWORK Journal of Theorecal and Appled Informaon Technology 5 h November 202. Vol. 45 No. 2005-202 JATIT & LLS. All rghs reserved. ISSN: 992-8645 www.ja.org E-ISSN: 87-395 INTEGRATED MODEL FOR PRODUCT QUALITY

More information

Particle Swarm Optimization Algorithm with Reverse-Learning and Local-Learning Behavior

Particle Swarm Optimization Algorithm with Reverse-Learning and Local-Learning Behavior 35 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY 214 Parcle Swarm Opmzaon Algorhm wh Reverse-Learnng and Local-Learnng Behavor Xuewen Xa Naonal Engneerng Research Cener for Saelle Posonng Sysem, Wuhan Unversy,

More information

Kernel-Based Bayesian Filtering for Object Tracking

Kernel-Based Bayesian Filtering for Object Tracking Kernel-Based Bayesan Flerng for Objec Trackng Bohyung Han Yng Zhu Dorn Comancu Larry Davs Dep. of Compuer Scence Real-Tme Vson and Modelng Inegraed Daa and Sysems Unversy of Maryland Semens Corporae Research

More information

Using Fuzzy Pattern Recognition to Detect Unknown Malicious Executables Code

Using Fuzzy Pattern Recognition to Detect Unknown Malicious Executables Code Usng Fuzzy Paern Recognon o Deec Unknown Malcous Execuables Code Boyun Zhang,, Janpng Yn, and Jngbo Hao School of Compuer Scence, Naonal Unversy of Defense Technology, Changsha 40073, Chna hnxzby@yahoo.com.cn

More information

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair TECHNI Inernaonal Journal of Compung Scence Communcaon Technologes VOL.5 NO. July 22 (ISSN 974-3375 erformance nalyss for a Nework havng Sby edundan Un wh ang n epar Jendra Sngh 2 abns orwal 2 Deparmen

More information

Graduate Macroeconomics 2 Problem set 5. - Solutions

Graduate Macroeconomics 2 Problem set 5. - Solutions Graduae Macroeconomcs 2 Problem se. - Soluons Queson 1 To answer hs queson we need he frms frs order condons and he equaon ha deermnes he number of frms n equlbrum. The frms frs order condons are: F K

More information

Improved Classification Based on Predictive Association Rules

Improved Classification Based on Predictive Association Rules Proceedngs of he 009 IEEE Inernaonal Conference on Sysems, Man, and Cybernecs San Anono, TX, USA - Ocober 009 Improved Classfcaon Based on Predcve Assocaon Rules Zhxn Hao, Xuan Wang, Ln Yao, Yaoyun Zhang

More information

Goal Seeking of Mobile Robot Using Fuzzy Actor Critic Learning Algorithm

Goal Seeking of Mobile Robot Using Fuzzy Actor Critic Learning Algorithm Goal Seekng of Moble Robo Usng Fuzzy Acor Crc Learnng Algorhm F. Lachekhab, M. Tadjne Absrac In hs paper, we presen a sudy of a basc behavor of moble robo, whch s goal seekng. Frsly, we use he heurscs

More information

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method 10 h US Naonal Congress on Compuaonal Mechancs Columbus, Oho 16-19, 2009 Sngle-loop Sysem Relably-Based Desgn & Topology Opmzaon (SRBDO/SRBTO): A Marx-based Sysem Relably (MSR) Mehod Tam Nguyen, Junho

More information

Comparative Research on Multi-missile Cooperative Attack. Between the Differential Game and Proportional Navigation Method

Comparative Research on Multi-missile Cooperative Attack. Between the Differential Game and Proportional Navigation Method 6 Sxh Inernaonal Conerence on Insrumenaon & easuremen, Compuer, Communcaon and Conrol Comparave Research on ul-mssle Cooperave Aac Beween he Derenal Game and Proporonal Navgaon ehod Guangyan Xu, Guangpu

More information

Standard Error of Technical Cost Incorporating Parameter Uncertainty

Standard Error of Technical Cost Incorporating Parameter Uncertainty Sandard rror of echncal Cos Incorporang Parameer Uncerany Chrsopher Moron Insurance Ausrala Group Presened o he Acuares Insue General Insurance Semnar 3 ovember 0 Sydney hs paper has been prepared for

More information