Simulation Study of Thermal Sensation Based Control for Single Family Type Distributed Heating Systems Peizhang Chen 1, Fulin Wang 1,*, and Zheliang C

Size: px
Start display at page:

Download "Simulation Study of Thermal Sensation Based Control for Single Family Type Distributed Heating Systems Peizhang Chen 1, Fulin Wang 1,*, and Zheliang C"

Transcription

1 Smulaton Study of hermal Sensaton Based Control for Sngle Famly ype Dstrbuted Heatng Systems Pezhang Chen 1, Fuln Wang 1,*, and Zhelang Chen 1 1 Department of Buldng Scence, snghua Unversty, Bejng, , Chna ABSRAC Sngle Famly type Dstrbuted Heatng (SFDH) has a tendency of ncrease n resdental buldngs because of ts low ntal and mantenance cost, sutablty to buldng occupancy and house sale stuatons, and less energy consumpton compared wth dstrct heatng. Further, the SFDH system can acheve better thermal envronment control by consderng the room occupants thermal sensaton to acheve personalzed comfort. However, the present room temperature control s based on set ponts gven by room occupants, whch mght lead to poor thermal comfort and energy waste as well. hs artcle proposes a new thermal sensaton based control for SFDH system, whch uses an on-lne learnng algorthm to fnd out an occupant s comfortable temperature range and to decde optmal temperature set pont. he SVM (support vector machne) model s used for the on-lne learnng of the comfortable temperature range. Smulaton s conducted to study the performance of the SVM model predcted control. he smulaton results show that the temperature set pont predcted by the model can acheve user satsfed thermal envronment quckly and relably. KEYWORDS Dstrbuted heatng system, Sensaton based control, hermal comfort modellng, Model predcted control INRODUCION Sngle Famly type Dstrbuted Heatng (SFDH) has a tendency of ncrease n resdental buldngs because t has lower ntal and mantenance cost, t s easer for occupants to start and stop heatng for savng heatng energy accordng to occupancy stuaton, and t s helpful for real estate developer to sale houses wthout consderng the lmtaton to sale of usng dstrct heatng system. A SFDH system should nclude thermostats, valves, pump and boler. In order to acheve better thermal comfort and hgher energy effcency, new automatc control system for SFDH system s needed. Researches on automatc control of heatng manly focus on dstrct heatng, such as control of the supply water temperature of secondary sde (Yu et al 001), and controllng the water valves wth methods of duty rato (Lu 010), heat meterng usng valve duty rato (Lu et al 008). Xu (010) used Back Propagaton Neural Network (BPNN) to predct the tme that the room temperature takes to match the set pont and use the tme to help the feedback control of valves. he * Correspondng author emal: flwang@tsnghua.edu.cn 380

2 method of BPNN s qute complcated. Easy and accurate control methods are needed. herefore some researchers studed on-lne learnng algorthm to acheve better control, such as NES temperature controller (Yang and Newman 01), PMV predcton wth BPNN (Peng 006). However, these temperature control methods are based on temperature set ponts gven by room occupants or buldng managers. Wang et al (014) revealed by nvestgaton that about 1/3 temperature settngs are mproper and lead to poor thermal comfort and energy waste, so they proposed a percepton-based thermal envronmental control method. Zhao et al (014) utlzed one-class classfer and Personal Dynamc hermal Comfort (PDC) model (Zhao et al 014) to fnd out comfort regon accordng to occupants thermal perceptons. But these models use large quantty of data for on-lne learnng, whch s nconvenent n practcal applcaton. hs paper descrbes a new method of thermal sensaton based control for SFDH system. When room occupants feel hot or cold, they can nput hot or cold sensatons through a human machne nterface (HMI). he control system uses an on-lne learnng algorthm to buld occupants thermal comfort model accordng to the room occupants thermal sensatons and use the model to fnd out comfortable temperature range and decde a proper temperature set pont to make room temperature comfortable. Smulatons are conducted to study the performance of the proposed model predcted control. At present stage, the study only consder one occupant stuaton. Mult-occupant stuaton wll be studed n the future. RESEARCH MEHODS Accordng to the thermal comfort theory (Fanger 198), the Predcted Mean Vote 0.036M (PMV) s calculated by PMV 0.303e 0.075L, where M s the metabolc rate, and L s the thermal load, defned as the dfference of heat producton and heat dsspaton. When the metabolc rate keeps stable, the ambent temperature wll affect the heat dsspaton. Hgher temperature leads to less heat dsspaton, and then greater L. So PMV wll be greater because t s proportonal to L, and the occupant wll feel hot. herefore, there s a postve correlaton between the temperature and the thermal sensaton,.e., hgher temperature leads to hot feelng and lower temperature leads to cold feelng. here s a temperature range where occupants do not feel hot or cold between the hot and cold temperature regon. Snce there s a postve correlaton between the temperature and the thermal sensaton, Support Vector Machne (SVM) are sutable for on-lne learnng of comfortable temperature regon. he prncples of SVM have been summarzed by Fan (003). he C-SVM method wth relaxaton factors can be used to tolerate the wrong classfcatons. he detals of the method are shown below. It s assumed that there are sample ponts of two classes, {x, y}, where x s the ambent state,.e. temperature and humdty [t, d], and y s the class. he class y 1 represents the hot vote, and the class y 1 represents the cold vote. SVM method s to calculate the classfcaton hyper plane, whch s descrbed by w x b 0. he optmal hyper plane s obtaned through the followng equaton. 381

3 mn w, b, 1 wwc s.t. y wxb 1, 0 (1) Where s the relaxaton factor, and C s the penalty parameter wth a postve value. Smaller C means hgher tolerance to the wrong classfcatons. he s the weght of a sample pont, whch s calculated by, where 0 1, represents the forgettng factor, and means tme wth the unt of day. We use Lagrangan Multpler Method and Sequental Mnmal Optmzaton (SMO) method (Platt 1998) to solve the optmzaton problem above. Now we obtan the classfcaton hyper plane w x b 0, and the regon between hyper planes wx b 1 and wx b 1 s the comfortable area n whch any temperature can be a set pont. he hyper plane wx b 1 s the boundary of hot area and wx b 1 s the boundary of cold area. For the SFDH system only heatng s consdered, so for the purpose of savng energy, the temperature near the lower boundary s selected as the set pont. he set pont s obtaned by solvng the followng equaton: * y wx b s.t. x x * f t 0.5 () Where x * s set pont and x s measured temperature. he f(t) means that the dfference between x * and x s the one-dmenson functon of temperature t. he reason why SVM method can acheve the acceptable classfcaton of hot and cold s that hot votes and cold votes are nearly lnear to temperature. However, the relaton s not strctly lnear, and occupants votes are not constant but slghtly change stochastcally, so wth the relaxaton factors, C-SVM method can also classfy hot votes and cold votes acceptably. he forgettng factor consders occupants comfort regon change by forgettng the hstorc votes. In order to check the effectveness of SVM model predcted control, the Smulnk model s bult to smulate the control performance, as shown n Fgure 1. he Smulnk model conssts of four modules: Room, Vote, Water system, and Controller. he module Room s used to smulate the room thermal dynamcs, whose volume s 90m 3, and the outdoor ar temperature perodcally changes from 3 o C to 7 o C. he module Water system s used to smulate the thermal dynamcs of radator, where the supply water temperature s 60 o C. he module Controller uses a PID (Proportonal, Integral and Dfferental) control logc to decde the duty rato of the radator s valve. he module Vote s to generate the temperature set pont usng the former mentoned SVM model. For generatng hot/cold vote, a human comfort model s bult accordng to the changng room temperature. he generated set pont s sent to Controller module as the nput for PID control. he human comfort model used for generatng hot/cold votes s 38

4 shown n Fgure. he comfortable temperature range s assumed to be 0~4 (ASHRAE 199), and the hot and cold votes are generated under a probablty gven by the normal dstrbuton densty functon, as shown n Equaton 5, where represents the present temperature, L and U represents the lower and upper boundary temperature of the comfortable temperature ranger respectvely. he tol represents the tolerance temperature. Votes are generated randomly every 1, 30 mn. Correspondng to every room temperature, there s a probablty of generatng a hot/cold vote. In the comfortable temperature range, the probablty of generatng a hot/cold vote s small. he farther s the room temperature from the comfortable temperature range, the larger s the probablty of generatng a hot/cold vote. Fgure 1. Smulaton model dagram bult n Smulnk LU cold hot probablty Fgure. Schematc dagram of the comfort model and vote probablty dstrbuton L 1 e, U P 1 e, 0,other L U (3) 383

5 RESULS he smulaton perod s 4h wth the ntal room temperature of 15 o C. he smulaton result s shown n Fgure 3. he model parameters are that the penalty parameter C=100, and the forgettng factor From Fgure 3, t can be seen that all set ponts are correctly decded correspondng to the hot and cold votes,.e., hot votes trggered lower temperature settngs, whle cold votes trggered hgher temperature settngs. he zoomed n smulaton result from 8:00 to 1:00 are shown n Fgure 4. he temperature settngs tend to be stable accompanyng to the model learnng, and fnally get close to the mddle of the comfortable range. hs proves that the model has learned out the prevously assumed comfortable temperature range. he performance of the SVM predcted control are quanttvely evaluated usng three ndexes, comfort range enterng tme t steady, less vote tme t less, and satsfactory tme rato. he comfort range enterng tme t steady s the hours that the room temperature takes to enter the comfortable temperature range. he less vote tme t less s the hours that t takes untl the frequency of vote descends to 10% of that at the begnnng. he satsfactory tme rato, as shown n Equaton 6, reflects the rato of the occupant s comfortable tme to one control perod, whch s 4 hours here. he evaluaton results are shown n able 1. he SVM predcted control takes 0.87 hour to make room temperature enter comfortable range [0, 4]. It takes.936 hours to make the hot/cold vote frequency decrease to 1/10 of that at the begnnng. For the 4 hours control perod, the satsfactory rato s hese parameters show that the proposed SVM predcted control can fast and relably control room temperature to be n the comfortable range. Further the comfortable temperature range s learnt out accordng to ndvdual hot/cold vote, so the proposed method can be easly acheve personalzed comfort and prevent energy waste caused by mproper temperature settngs. 4 t less (4) 4 384

6 4 a hot cold set 3 / smulaton tme/h Fgure 3. Smulaton result through SVM 3.5 a hot cold set / smulaton tme/h Fgure 4. Detals of smulaton result from 8:00 to 1:00 able 1. Evaluatons of SVM predcted control Model t steady (h) t less (h) Satsfactory rate SVM CONCLUSIONS In ths artcle, a new method of thermal sensaton based control for SFDH system s proposed. hrough an HMI, an occupant can nput the thermal sensaton of hot or cold and the control system learns out the occupant comfortable temperature range and adjusts the room temperature to be n the comfortable range. he SVM model s used for the on-lne learnng of the comfort temperature range. Smulaton s conducted to check the performance of SVM predcted control. he smulaton results show that the temperature set pont predcted by the SVM model can acheve satsfed thermal envronment quckly and relably. It takes less than 1 hour to fnd out the occupant 385

7 comfortable temperature and less than 3 hours to let an occupant acheve thermal comfort. REFERENCES ASHRAE ANSI/ASHRAE Standard , hermal Envronmental Condtons for Human Occupancy, Atlanta: Amercan Socety of Heatng, Refrgeratng, and Ar-Condtonng Engneers, Inc. Fan, X Research and applcaton of support vector machne (SVM) algorthm, Ph.D. hess, Zhejang Unversty (Chna). Fanger, P. O hermal comfort: analyss and applcatons n envronmental engneerng, Malabar, Fla.: Robert E.Kreger Publshng Company. Lu, L Intellgent on-off regulaton technology of heatng system termnals, HVAC and Energy Effcency Management, Vol.8, pp Lu, L., Jang, Y., and L. Fu Introducton of termnals on-off regulaton and heat meterng technology based on termnals on-off rato, Natonal HVAC 008 Academc Anthology, pp.8-1. Bejng. Peng, S Optmzaton combnaton of HVAC thermal parameters based on artfcal Neural Network, Master hess, Hunan Unversty (Chna). Platt, J. C Sequental mnmal optmzaton: a fast algorthm for tranng support vector machnes, MSR-R-98-14, Redmond: Mcrosoft Research. Wang, F., et al. 014 Prelmnary study on percepton-based ndoor thermal envronment control, Proceedngs of the 13th Internatonal Conference on Indoor Ar Qualty and Clmate, July 7-14, 014, Hong Kong. Xu, C Research on household heat meterng system temperature control algorthm, Master hess, Shenyang Insttute of Aeronautcal Engneerng (Chna). Yang, R. and Newman, M. W. 01. Lvng wth an ntellgent thermostat: advanced control for heatng and coolng systems, 01 ACM Conference on Ubqutous Computng, pp Pttsburgh. Yu, B., L, B., and Zhao, H Automatc control strategy of heatng system, Journal of Southwest Jaotong Unversty, Vol.36 (4), pp Zhao, Q., Zhao, Y., Wang, F.et al Prelmnary study of learnng ndvdual thermal complant behavor usng one-class classfer for ndoor envronment control, Buldng and Envronment, Vol.7, pp Zhao, Q., Zhao, Y., Wang, F.et al A data-drven method to descrbe the personalzed dynamc thermal comfort n ordnary offce envronment from model to applcaton, Buldng and Envronment, Vol.7, pp

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Air Age Equation Parameterized by Ventilation Grouped Time WU Wen-zhong

Air Age Equation Parameterized by Ventilation Grouped Time WU Wen-zhong Appled Mechancs and Materals Submtted: 2014-05-07 ISSN: 1662-7482, Vols. 587-589, pp 449-452 Accepted: 2014-05-10 do:10.4028/www.scentfc.net/amm.587-589.449 Onlne: 2014-07-04 2014 Trans Tech Publcatons,

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

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

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

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

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

Experience with Automatic Generation Control (AGC) Dynamic Simulation in PSS E

Experience with Automatic Generation Control (AGC) Dynamic Simulation in PSS E Semens Industry, Inc. Power Technology Issue 113 Experence wth Automatc Generaton Control (AGC) Dynamc Smulaton n PSS E Lu Wang, Ph.D. Staff Software Engneer lu_wang@semens.com Dngguo Chen, Ph.D. Staff

More information

Parameter Estimation for Dynamic System using Unscented Kalman filter

Parameter Estimation for Dynamic System using Unscented Kalman filter Parameter Estmaton for Dynamc System usng Unscented Kalman flter Jhoon Seung 1,a, Amr Atya F. 2,b, Alexander G.Parlos 3,c, and Klto Chong 1,4,d* 1 Dvson of Electroncs Engneerng, Chonbuk Natonal Unversty,

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

Wavelet chaotic neural networks and their application to continuous function optimization

Wavelet chaotic neural networks and their application to continuous function optimization Vol., No.3, 04-09 (009) do:0.436/ns.009.307 Natural Scence Wavelet chaotc neural networks and ther applcaton to contnuous functon optmzaton Ja-Ha Zhang, Yao-Qun Xu College of Electrcal and Automatc Engneerng,

More information

IJESR/Sept 2012/ Volume-2/Issue-9/Article No-1/ ISSN International Journal of Engineering & Science Research

IJESR/Sept 2012/ Volume-2/Issue-9/Article No-1/ ISSN International Journal of Engineering & Science Research IJESR/Sept 202/ Volume-2/Issue-9/Artcle No-/900-908 ISSN 2277-2685 Internatonal Journal of Engneerng & Scence Research ADAPIVE SELF-UNING DECOUPLED CONROL OF EMPERAURE AND RELAIVE HUMIDIY FOR A HVAC SYSEM

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

Homework Assignment 3 Due in class, Thursday October 15

Homework Assignment 3 Due in class, Thursday October 15 Homework Assgnment 3 Due n class, Thursday October 15 SDS 383C Statstcal Modelng I 1 Rdge regresson and Lasso 1. Get the Prostrate cancer data from http://statweb.stanford.edu/~tbs/elemstatlearn/ datasets/prostate.data.

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

An Improved multiple fractal algorithm

An Improved multiple fractal algorithm Advanced Scence and Technology Letters Vol.31 (MulGraB 213), pp.184-188 http://dx.do.org/1.1427/astl.213.31.41 An Improved multple fractal algorthm Yun Ln, Xaochu Xu, Jnfeng Pang College of Informaton

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 014, 6(5):1683-1688 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Multple mode control based on VAV ar condtonng system

More information

The Chaotic Robot Prediction by Neuro Fuzzy Algorithm (2) = θ (3) = ω. Asin. A v. Mana Tarjoman, Shaghayegh Zarei

The Chaotic Robot Prediction by Neuro Fuzzy Algorithm (2) = θ (3) = ω. Asin. A v. Mana Tarjoman, Shaghayegh Zarei The Chaotc Robot Predcton by Neuro Fuzzy Algorthm Mana Tarjoman, Shaghayegh Zare Abstract In ths paper an applcaton of the adaptve neurofuzzy nference system has been ntroduced to predct the behavor of

More information

Clock-Gating and Its Application to Low Power Design of Sequential Circuits

Clock-Gating and Its Application to Low Power Design of Sequential Circuits Clock-Gatng and Its Applcaton to Low Power Desgn of Sequental Crcuts ng WU Department of Electrcal Engneerng-Systems, Unversty of Southern Calforna Los Angeles, CA 989, USA, Phone: (23)74-448 Massoud PEDRAM

More information

NON LINEAR ANALYSIS OF STRUCTURES ACCORDING TO NEW EUROPEAN DESIGN CODE

NON LINEAR ANALYSIS OF STRUCTURES ACCORDING TO NEW EUROPEAN DESIGN CODE October 1-17, 008, Bejng, Chna NON LINEAR ANALYSIS OF SRUCURES ACCORDING O NEW EUROPEAN DESIGN CODE D. Mestrovc 1, D. Czmar and M. Pende 3 1 Professor, Dept. of Structural Engneerng, Faculty of Cvl Engneerng,

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

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

Power law and dimension of the maximum value for belief distribution with the max Deng entropy

Power law and dimension of the maximum value for belief distribution with the max Deng entropy Power law and dmenson of the maxmum value for belef dstrbuton wth the max Deng entropy Bngy Kang a, a College of Informaton Engneerng, Northwest A&F Unversty, Yanglng, Shaanx, 712100, Chna. Abstract Deng

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

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

Evaluation Analysis of Transformer Substation Radiation on Surrounding Environment

Evaluation Analysis of Transformer Substation Radiation on Surrounding Environment 6 rd Internatonal Conference on Engneerng Technology and Applcaton (ICETA 6) ISBN: 8--6-8- Evaluaton Analyss of Transformer Substaton Radaton on Surroundng Envronment Ynmng Zhang North Chna Electrc Power

More information

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach A Bayes Algorthm for the Multtask Pattern Recognton Problem Drect Approach Edward Puchala Wroclaw Unversty of Technology, Char of Systems and Computer etworks, Wybrzeze Wyspanskego 7, 50-370 Wroclaw, Poland

More information

Lecture 14: Bandits with Budget Constraints

Lecture 14: Bandits with Budget Constraints IEOR 8100-001: Learnng and Optmzaton for Sequental Decson Makng 03/07/16 Lecture 14: andts wth udget Constrants Instructor: Shpra Agrawal Scrbed by: Zhpeng Lu 1 Problem defnton In the regular Mult-armed

More information

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

More information

Short Term Load Forecasting using an Artificial Neural Network

Short Term Load Forecasting using an Artificial Neural Network Short Term Load Forecastng usng an Artfcal Neural Network D. Kown 1, M. Km 1, C. Hong 1,, S. Cho 2 1 Department of Computer Scence, Sangmyung Unversty, Seoul, Korea 2 Department of Energy Grd, Sangmyung

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

Chapter 11: Simple Linear Regression and Correlation

Chapter 11: Simple Linear Regression and Correlation Chapter 11: Smple Lnear Regresson and Correlaton 11-1 Emprcal Models 11-2 Smple Lnear Regresson 11-3 Propertes of the Least Squares Estmators 11-4 Hypothess Test n Smple Lnear Regresson 11-4.1 Use of t-tests

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

Kernels in Support Vector Machines. Based on lectures of Martin Law, University of Michigan

Kernels in Support Vector Machines. Based on lectures of Martin Law, University of Michigan Kernels n Support Vector Machnes Based on lectures of Martn Law, Unversty of Mchgan Non Lnear separable problems AND OR NOT() The XOR problem cannot be solved wth a perceptron. XOR Per Lug Martell - Systems

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

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

SIO 224. m(r) =(ρ(r),k s (r),µ(r))

SIO 224. m(r) =(ρ(r),k s (r),µ(r)) SIO 224 1. A bref look at resoluton analyss Here s some background for the Masters and Gubbns resoluton paper. Global Earth models are usually found teratvely by assumng a startng model and fndng small

More information

An identification algorithm of model kinetic parameters of the interfacial layer growth in fiber composites

An identification algorithm of model kinetic parameters of the interfacial layer growth in fiber composites IOP Conference Seres: Materals Scence and Engneerng PAPER OPE ACCESS An dentfcaton algorthm of model knetc parameters of the nterfacal layer growth n fber compostes o cte ths artcle: V Zubov et al 216

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

Research & Reviews: Journal of Engineering and Technology

Research & Reviews: Journal of Engineering and Technology Research & Revews: Journal of Engneerng and Technology Case Study to Smulate Convectve Flows and Heat Transfer n Arcondtoned Spaces Hussen JA 1 *, Mazlan AW 1 and Hasanen MH 2 1 Department of Mechancal

More information

REAL-TIME DETERMINATION OF INDOOR CONTAMINANT SOURCE LOCATION AND STRENGTH, PART II: WITH TWO SENSORS. Beijing , China,

REAL-TIME DETERMINATION OF INDOOR CONTAMINANT SOURCE LOCATION AND STRENGTH, PART II: WITH TWO SENSORS. Beijing , China, REAL-TIME DETERMIATIO OF IDOOR COTAMIAT SOURCE LOCATIO AD STREGTH, PART II: WITH TWO SESORS Hao Ca,, Xantng L, Wedng Long 3 Department of Buldng Scence, School of Archtecture, Tsnghua Unversty Bejng 84,

More information

Lattice Boltzmann simulation of nucleate boiling in micro-pillar structured surface

Lattice Boltzmann simulation of nucleate boiling in micro-pillar structured surface Proceedngs of the Asan Conference on Thermal Scences 017, 1st ACTS March 6-30, 017, Jeju Island, Korea ACTS-P00545 Lattce Boltzmann smulaton of nucleate bolng n mcro-pllar structured surface Png Zhou,

More information

Application research on rough set -neural network in the fault diagnosis system of ball mill

Application research on rough set -neural network in the fault diagnosis system of ball mill Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(4):834-838 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Applcaton research on rough set -neural network n the

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

Temperature. Chapter Heat Engine

Temperature. Chapter Heat Engine Chapter 3 Temperature In prevous chapters of these notes we ntroduced the Prncple of Maxmum ntropy as a technque for estmatng probablty dstrbutons consstent wth constrants. In Chapter 9 we dscussed the

More information

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan Wnter 2008 CS567 Stochastc Lnear/Integer Programmng Guest Lecturer: Xu, Huan Class 2: More Modelng Examples 1 Capacty Expanson Capacty expanson models optmal choces of the tmng and levels of nvestments

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

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

Constitutive Modelling of Superplastic AA-5083

Constitutive Modelling of Superplastic AA-5083 TECHNISCHE MECHANIK, 3, -5, (01, 1-6 submtted: September 19, 011 Consttutve Modellng of Superplastc AA-5083 G. Gulano In ths study a fast procedure for determnng the constants of superplastc 5083 Al alloy

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

ERROR RESEARCH ON A HEPA FILTER MEDIA TESTING SYSTEM OF MPPS(MOST PENETRATION PARTICLE SIZE) EFFICIENCY

ERROR RESEARCH ON A HEPA FILTER MEDIA TESTING SYSTEM OF MPPS(MOST PENETRATION PARTICLE SIZE) EFFICIENCY Proceedngs: Indoor Ar 2005 ERROR RESEARCH ON A HEPA FILTER MEDIA TESTING SYSTEM OF MPPS(MOST PENETRATION PARTICLE SIZE) EFFICIENCY S Lu, J Lu *, N Zhu School of Envronmental Scence and Technology, Tanjn

More information

Uncertainty and auto-correlation in. Measurement

Uncertainty and auto-correlation in. Measurement Uncertanty and auto-correlaton n arxv:1707.03276v2 [physcs.data-an] 30 Dec 2017 Measurement Markus Schebl Federal Offce of Metrology and Surveyng (BEV), 1160 Venna, Austra E-mal: markus.schebl@bev.gv.at

More information

Electrical double layer: revisit based on boundary conditions

Electrical double layer: revisit based on boundary conditions Electrcal double layer: revst based on boundary condtons Jong U. Km Department of Electrcal and Computer Engneerng, Texas A&M Unversty College Staton, TX 77843-318, USA Abstract The electrcal double layer

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

A Fuzzy-Neural Adaptive Iterative Learning Control for Freeway Traffic Flow Systems

A Fuzzy-Neural Adaptive Iterative Learning Control for Freeway Traffic Flow Systems Proceedngs of the Internatonal MultConference of Engneers and Computer Scentsts 016 Vol I, IMECS 016, March 16-18, 016, Hong Kong A Fuzzy-Neural Adaptve Iteratve Learnng Control for Freeway Traffc Flow

More information

Support Vector Machines. Jie Tang Knowledge Engineering Group Department of Computer Science and Technology Tsinghua University 2012

Support Vector Machines. Jie Tang Knowledge Engineering Group Department of Computer Science and Technology Tsinghua University 2012 Support Vector Machnes Je Tang Knowledge Engneerng Group Department of Computer Scence and Technology Tsnghua Unversty 2012 1 Outlne What s a Support Vector Machne? Solvng SVMs Kernel Trcks 2 What s a

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

Multiple Sound Source Location in 3D Space with a Synchronized Neural System

Multiple Sound Source Location in 3D Space with a Synchronized Neural System Multple Sound Source Locaton n D Space wth a Synchronzed Neural System Yum Takzawa and Atsush Fukasawa Insttute of Statstcal Mathematcs Research Organzaton of Informaton and Systems 0- Mdor-cho, Tachkawa,

More information

Additional Codes using Finite Difference Method. 1 HJB Equation for Consumption-Saving Problem Without Uncertainty

Additional Codes using Finite Difference Method. 1 HJB Equation for Consumption-Saving Problem Without Uncertainty Addtonal Codes usng Fnte Dfference Method Benamn Moll 1 HJB Equaton for Consumpton-Savng Problem Wthout Uncertanty Before consderng the case wth stochastc ncome n http://www.prnceton.edu/~moll/ HACTproect/HACT_Numercal_Appendx.pdf,

More information

SOLVING NON-LINEAR SYSTEMS BY NEWTON s METHOD USING SPREADSHEET EXCEL Tay Kim Gaik Universiti Tun Hussein Onn Malaysia

SOLVING NON-LINEAR SYSTEMS BY NEWTON s METHOD USING SPREADSHEET EXCEL Tay Kim Gaik Universiti Tun Hussein Onn Malaysia SOLVING NON-LINEAR SYSTEMS BY NEWTON s METHOD USING SPREADSHEET EXCEL Tay Km Gak Unverst Tun Hussen Onn Malaysa Kek Se Long Unverst Tun Hussen Onn Malaysa Rosmla Abdul-Kahar

More information

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI 2017 2nd Internatonal Conference on Electrcal and Electroncs: echnques and Applcatons (EEA 2017) ISBN: 978-1-60595-416-5 Study on Actve Mcro-vbraton Isolaton System wth Lnear Motor Actuator Gong-yu PAN,

More information

Operating conditions of a mine fan under conditions of variable resistance

Operating conditions of a mine fan under conditions of variable resistance Paper No. 11 ISMS 216 Operatng condtons of a mne fan under condtons of varable resstance Zhang Ynghua a, Chen L a, b, Huang Zhan a, *, Gao Yukun a a State Key Laboratory of Hgh-Effcent Mnng and Safety

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

Erratum: A Generalized Path Integral Control Approach to Reinforcement Learning

Erratum: A Generalized Path Integral Control Approach to Reinforcement Learning Journal of Machne Learnng Research 00-9 Submtted /0; Publshed 7/ Erratum: A Generalzed Path Integral Control Approach to Renforcement Learnng Evangelos ATheodorou Jonas Buchl Stefan Schaal Department of

More information

LNG CARGO TRANSFER CALCULATION METHODS AND ROUNDING-OFFS

LNG CARGO TRANSFER CALCULATION METHODS AND ROUNDING-OFFS CARGO TRANSFER CALCULATION METHODS AND ROUNDING-OFFS CONTENTS 1. Method for determnng transferred energy durng cargo transfer. Calculatng the transferred energy.1 Calculatng the gross transferred energy.1.1

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

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

FORCED CONVECTION HEAT TRANSFER FROM A RECTANGULAR CYLINDER: EFFECT OF ASPECT RATIO

FORCED CONVECTION HEAT TRANSFER FROM A RECTANGULAR CYLINDER: EFFECT OF ASPECT RATIO ISTP-,, PRAGUE TH INTERNATIONAL SYMPOSIUM ON TRANSPORT PHENOMENA FORCED CONVECTION HEAT TRANSFER FROM A RECTANGULAR CYLINDER: EFFECT OF ASPECT RATIO Mohammad Rahnama*, Seyed-Mad Hasheman*, Mousa Farhad**

More information

Amplification and Relaxation of Electron Spin Polarization in Semiconductor Devices

Amplification and Relaxation of Electron Spin Polarization in Semiconductor Devices Amplfcaton and Relaxaton of Electron Spn Polarzaton n Semconductor Devces Yury V. Pershn and Vladmr Prvman Center for Quantum Devce Technology, Clarkson Unversty, Potsdam, New York 13699-570, USA Spn Relaxaton

More information

Lecture 10 Support Vector Machines. Oct

Lecture 10 Support Vector Machines. Oct Lecture 10 Support Vector Machnes Oct - 20-2008 Lnear Separators Whch of the lnear separators s optmal? Concept of Margn Recall that n Perceptron, we learned that the convergence rate of the Perceptron

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

Atmospheric Environmental Quality Assessment RBF Model Based on the MATLAB

Atmospheric Environmental Quality Assessment RBF Model Based on the MATLAB Journal of Envronmental Protecton, 01, 3, 689-693 http://dxdoorg/10436/jep0137081 Publshed Onlne July 01 (http://wwwscrporg/journal/jep) 689 Atmospherc Envronmental Qualty Assessment RBF Model Based on

More information

AGC Introduction

AGC Introduction . Introducton AGC 3 The prmary controller response to a load/generaton mbalance results n generaton adjustment so as to mantan load/generaton balance. However, due to droop, t also results n a non-zero

More information

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING N. Phanthuna 1,2, F. Cheevasuvt 2 and S. Chtwong 2 1 Department of Electrcal Engneerng, Faculty of Engneerng Rajamangala

More information

Support Vector Machines CS434

Support Vector Machines CS434 Support Vector Machnes CS434 Lnear Separators Many lnear separators exst that perfectly classfy all tranng examples Whch of the lnear separators s the best? + + + + + + + + + Intuton of Margn Consder ponts

More information

Transfer Functions. Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: ( ) system

Transfer Functions. Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: ( ) system Transfer Functons Convenent representaton of a lnear, dynamc model. A transfer functon (TF) relates one nput and one output: x t X s y t system Y s The followng termnology s used: x y nput output forcng

More information

Note 10. Modeling and Simulation of Dynamic Systems

Note 10. Modeling and Simulation of Dynamic Systems Lecture Notes of ME 475: Introducton to Mechatroncs Note 0 Modelng and Smulaton of Dynamc Systems Department of Mechancal Engneerng, Unversty Of Saskatchewan, 57 Campus Drve, Saskatoon, SK S7N 5A9, Canada

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

Odd/Even Scroll Generation with Inductorless Chua s and Wien Bridge Oscillator Circuits

Odd/Even Scroll Generation with Inductorless Chua s and Wien Bridge Oscillator Circuits Watcharn Jantanate, Peter A. Chayasena, Sarawut Sutorn Odd/Even Scroll Generaton wth Inductorless Chua s and Wen Brdge Oscllator Crcuts Watcharn Jantanate, Peter A. Chayasena, and Sarawut Sutorn * School

More information

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application 7 Determnng Transmsson Losses Penalty Factor Usng Adaptve Neuro Fuzzy Inference System (ANFIS) For Economc Dspatch Applcaton Rony Seto Wbowo Maurdh Hery Purnomo Dod Prastanto Electrcal Engneerng Department,

More information

Multilayer Perceptrons and Backpropagation. Perceptrons. Recap: Perceptrons. Informatics 1 CG: Lecture 6. Mirella Lapata

Multilayer Perceptrons and Backpropagation. Perceptrons. Recap: Perceptrons. Informatics 1 CG: Lecture 6. Mirella Lapata Multlayer Perceptrons and Informatcs CG: Lecture 6 Mrella Lapata School of Informatcs Unversty of Ednburgh mlap@nf.ed.ac.uk Readng: Kevn Gurney s Introducton to Neural Networks, Chapters 5 6.5 January,

More information

MULTISPECTRAL IMAGE CLASSIFICATION USING BACK-PROPAGATION NEURAL NETWORK IN PCA DOMAIN

MULTISPECTRAL IMAGE CLASSIFICATION USING BACK-PROPAGATION NEURAL NETWORK IN PCA DOMAIN MULTISPECTRAL IMAGE CLASSIFICATION USING BACK-PROPAGATION NEURAL NETWORK IN PCA DOMAIN S. Chtwong, S. Wtthayapradt, S. Intajag, and F. Cheevasuvt Faculty of Engneerng, Kng Mongkut s Insttute of Technology

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

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

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

Sequential Condition Diagnosis for Centrifugal Pump System Using Fuzzy Neural Network

Sequential Condition Diagnosis for Centrifugal Pump System Using Fuzzy Neural Network eural Informaton Processng Letters and Revews Vol., o. 3, March 007 LETTER Sequental Condton Dagnoss for Centrfugal Pump System Usng Fuzzy eural etwork Huaqng Wang and Peng Chen Department of Envronmental

More information

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015)

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Internatonal Power, Electroncs and Materals Engneerng Conference (IPEMEC 2015) Dynamc Model of Wnd Speed Dstrbuton n Wnd Farm Consderng the Impact of Wnd Drecton and Interference Effects Zhe Dong 1, a,

More information

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1 On an Extenson of Stochastc Approxmaton EM Algorthm for Incomplete Data Problems Vahd Tadayon Abstract: The Stochastc Approxmaton EM (SAEM algorthm, a varant stochastc approxmaton of EM, s a versatle tool

More information

RBF Neural Network Model Training by Unscented Kalman Filter and Its Application in Mechanical Fault Diagnosis

RBF Neural Network Model Training by Unscented Kalman Filter and Its Application in Mechanical Fault Diagnosis Appled Mechancs and Materals Submtted: 24-6-2 ISSN: 662-7482, Vols. 62-65, pp 2383-2386 Accepted: 24-6- do:.428/www.scentfc.net/amm.62-65.2383 Onlne: 24-8- 24 rans ech Publcatons, Swtzerland RBF Neural

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

System identifications by SIRMs models with linear transformation of input variables

System identifications by SIRMs models with linear transformation of input variables ORIGINAL RESEARCH System dentfcatons by SIRMs models wth lnear transformaton of nput varables Hrofum Myama, Nortaka Shge, Hrom Myama Graduate School of Scence and Engneerng, Kagoshma Unversty, Japan Receved:

More information

Combined Economic Emission Dispatch Solution using Simulated Annealing Algorithm

Combined Economic Emission Dispatch Solution using Simulated Annealing Algorithm IOSR Journal of Electrcal and Electroncs Engneerng (IOSR-JEEE) e-iss: 78-1676,p-ISS: 30-3331, Volume 11, Issue 5 Ver. II (Sep - Oct 016), PP 141-148 www.osrjournals.org Combned Economc Emsson Dspatch Soluton

More information

Credit Card Pricing and Impact of Adverse Selection

Credit Card Pricing and Impact of Adverse Selection Credt Card Prcng and Impact of Adverse Selecton Bo Huang and Lyn C. Thomas Unversty of Southampton Contents Background Aucton model of credt card solctaton - Errors n probablty of beng Good - Errors n

More information

Discretization of Continuous Attributes in Rough Set Theory and Its Application*

Discretization of Continuous Attributes in Rough Set Theory and Its Application* Dscretzaton of Contnuous Attrbutes n Rough Set Theory and Its Applcaton* Gexang Zhang 1,2, Lazhao Hu 1, and Wedong Jn 2 1 Natonal EW Laboratory, Chengdu 610036 Schuan, Chna dylan7237@sna.com 2 School of

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

Feature Selection in Multi-instance Learning

Feature Selection in Multi-instance Learning The Nnth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 10) Chengdu-Juzhagou, Chna, August 19 23, 2010 Copyrght 2010 ORSC & APORC, pp. 462 469 Feature Selecton n Mult-nstance Learnng

More information

Numerical Analysis of Natural Ventilation System in a Studio Apartment in Bangladesh

Numerical Analysis of Natural Ventilation System in a Studio Apartment in Bangladesh Numercal Analyss of Natural Ventlaton System n a Studo Apartment n Bangladesh K.M Arful Kabr 1, a) Md. Rakbul Hasan 2, b) and Md. Abdul Hakm Khan 1 1 Bangladesh Unversty of Engneerng and Technology, Dhaka-1000,

More information

TREND OF POVERTY INTENSITY IN IRAN

TREND OF POVERTY INTENSITY IN IRAN www.arpapress.com/volumes/vol4issue/ijrras_4.pdf TREND OF POVERTY INTENSITY IN IRAN 99-200 F. Bagher & M.S. Avazalpour 2 Statstcal Research and Tranng Centre, Tehran, Iran 2 Statstcal Research and Tranng

More information