Reading, UK 1 2 Abstract

Size: px
Start display at page:

Download "Reading, UK 1 2 Abstract"

Transcription

1 , pp A Case Study on the Application of Computational Intelligence to Identifying Relationships between Land use Characteristics and Damages caused by Natural Hazards: A SVR Approach Jae Heon Shim 1 and Sangyong Kim 2 * 1 Institute of Environmental Studies, Pusan National University, Busan, Republic of Korea 2 School of Construction Management and Engineering, University of Reading, Reading, UK 1 shim@pusan.ac.kr, 2 rd026992@reading.ac.uk Abstract This paper examines the application of a support vector regression (SVR) approach to identifying relationships between land use characteristics and damages caused by natural hazards. Our empirical results show the outperformance of a SVR model over a multiple ordinary least squares (OLS) regression model in terms of the predictive performance. Nonlinear relationships between land use characteristics and damages are revealed by a SVR model. Keywords: SVR; Land use; Natural hazards; OLS; Nonlinear relationships 1. Introduction Cities in South Korea have been industrialized and urbanized for a relatively short time in comparison with those of other countries. They are not well prepared for natural hazards, such as typhoons and floods, and are quite vulnerable to unexpected events, though damages caused by natural disasters have steadily increased due to climate change. Recently, a wide range of studies related to natural hazards have been conducted in South Korea. This line of research in the field of land use planning generally identified various factors which had a significant effect on damages and tried to provide effective measures for reducing damages. For example, Shim et al., [1] examined the effect of land use characteristics on property damages caused by natural disasters. Their empirical results indicate that the size of an urbanized area, the population density, the size of an industrial district, the size of an agricultural district, the size of a bare land, the size of a levee, etc., have a significant influence on damages. And they proposed the following mitigation measures based on their findings: structural facilities, such as dams and levees, need to be fully equipped in industrial districts; the more systematic approach is required for unstructured and unkept bare lands; the local governments in their study area need to take into account the wider role of green spaces such as parks, grass lands, and wet lands, for mitigating flood losses. Shim et al., [2] classified cities in a metropolitan area based on natural hazard vulnerability. Specifically, they summarized variables related to vulnerability to some significant factors, carrying out a principal component analysis and classified cities conducting a cluster analysis. And they proposed differential mitigation measures for classified cities based on vulnerability. A report by Korea Environment Institute [3] identified * Corresponding author. ISSN: IJSEIA Copyright c 2013 SERSC

2 the effect of green infrastructures, such as parks, urban forests, green roofs, on property damages. According to the report, a 1% increase in the size of green infrastructures is estimated to decrease damages by 6.4%. Choi [4] focused on the relationship between the size of an urbanized area and damages. The results show that an increase in the size of an urbanized area leads to an increase in damages. The aforementioned research and a considerable number of other recent studies have a tendency to depend on traditional statistical methods such as ordinary least squares (OLS) regression, in terms of methodology. This study investigates the application of a support vector regression (SVR) approach, which is widely known as a nonlinear data mining tool, to identifying relationships between land use characteristics and damages caused by natural hazards. 2. Support Vector Machine for Regression Support vector machine (SVM) has been proven to be a powerful tool in pattern recognition including classification, regression and function approximation [5]. Traditional training techniques usually focus on minimizing empirical risk; i.e., minimize the classification error of training data. However, SVM aims to minimize the structural risk in finding a probable upper bound of the classification error of training data. This has been shown to deliver a higher performance than the traditional empirical risk minimization methods used by many of the learning machines [6, 7]. Data classification and regression, two critical components of computer science, are being used in increasingly broad and general applications. Support vector classification (SVC) is founded on the principle of minimizing training theoretical structure risk. SVC utilizes existing data to do training and then selects several support vectors by analyzing the training data to represent the whole data. The concept of SVR is similar to that of SVC. It maps regression problems from low dimensional to high dimensional vector spaces to identify the support vector in which the appropriate linear regression equation could be obtained. The scheme of SVM is shown in Figure 1. Figure 1. Scheme of SVM The SVM is originally designed for binary classification in order to construct an optimal hyper-plane so that the margin of separation between two classes, negative and positive, could be maximized [8]. In general cases where the data are not linearly separated, SVM uses nonlinear machines to find a hyper-plane that minimize the number of errors for the training set, as shown in Figure 2 [9, 10]. The aim of SVM training is to find the linear separating 46 Copyright c 2013 SERSC

3 hyper-plane that gives the maximum margin between two hyper-planes to maximize the generalization of a performance [11]. Figure 2. Optional Separating Hyper-plane The SV algorithm can construct a variety of learning machines using different kernel functions as shown in Figure 3, some of which coincide with classical architectures. Figure 3. Architecture of SVM Three specific kernel functions have provided acceptable kernels [9, 12, 13]. These respective kernel functions are described as follows: The polynominal kernel K( x ) ( 1) n i xj = xi xj + (1) where the degree of the polynominal n is a user-defined value. The radical basis function K( x x ) = exp( γ x x ) (2) i j i j 2 Copyright c 2013 SERSC 47

4 where γ is a user-defined value. The two-layer neural networks (sigmoid) where k and δ are user-defined values. K( x x ) = than( kx x δ ) n (3) i j i j 3. Data Construction The data 1 is comprised of the details of 64 administrative districts within the Seoul Metropolitan Area (SMA) in 2010, which contains three major regions, that is, Seoul Metropolitan City, Incheon Metropolitan City, and Gyeonggi province. The output variable is the amount of damages (DAMAGE) caused by natural hazards such as the wind and floods. The input variables are as follows: the population density (DENSITY), the size of a levee (LEVEE), the size of an industrial district (INDUSTRIAL), the size of an agricultural district (AGRICULTURAL), the size of a river and a stream (RIVER), the size of a park (PARK), the size of a natural grassland (GRASSLAND), the size of an inland wetland (WETLAND), and the size of an unstructured bare land (BARE). The data on the population density and the size of a park was collected from the database of the Korean Statistical Information Service. The data related to land use was calculated using the spatial analysis of GIS (Geographic Information Systems) with the land cover map provided by the Ministry of Environment, as shown in Figure 4. The descriptive statistics for the data set are given in Table 1. Table 1. Descriptive Statistics of Data Variable Mean Std. Dev. Min. Max. Output variable DAMAGE (1,000 USD) 1, , , Input variable DENSITY (1,000 people/km 2 ) INDUSTRIAL (km 2 ) AGRICULTURAL (km 2 ) RIVER (km 2 ) PARK (km 2 ) GRASSLAND (km 2 ) WETLAND (km 2 ) BARE (km 2 ) LEVEE (km 2 ) *1USD ($) = 1,000 Korean Won ( ) 1 This data was used in the final model of a study conducted by Shim et al [1]. According to their empirical results, regional climate-related variables such as the annual rainfall, the rainfall intensity, and the maximum instantaneous wind velocity did not reach statistical significance in their cross-sectional analysis. 48 Copyright c 2013 SERSC

5 Figure 4. Land use Patterns in the SMA 4. Case Study 4.1. Data Pre-processing and Model Requirements Setup All data values of the input variables were rescaled in the range of 0 to 1 to adjust the group sizes and reduce a process time, using the maximum and minimum values of the respective variables as defined in Equation 4 [11, 13, 14]. For example, the variable AGRICULTURAL ( ) has a wide range of values compared with the LEVEE (0-2.53) or the GRASSLAND (0-8.90). xi x x min n = ( i= 1, 2,3,, k) (4) x x max where x n is the normalized data value of the original value x i, x max is the maximum value for the input data while x is the minimum. min The normalized data was divided into two separate sets in the ratio of 85% (the training set) and 15% (the test set) by random selection, in order to carry out a SVR approach. Therefore, both data sets consisted of 54 and 10 cases respectively. Optimal kernel functions and an appropriate set of related parameters need to be determined in order to structuring SVR models. A SVR approach has a distinct feature to detect them within the pre-specified conditions, differently to other traditional computational intelligence techniques. The diverse kernel functions such as linear, polynomial, radial basis, and sigmoid functions were tried in the preliminary optimization process. The results indicated that the polynomial kernel function was suitable for the training set, based on the mean squared error (MSE). The potential range of functional forms and related parameters was narrowed down by an iterative optimization process. Table 2 shows the best kernel functions and related parameters with the lowest MSE. Therefore, the SVR model trained min Copyright c 2013 SERSC 49

6 under the selected kernel function and related parameters was used to verify its predictive performance using the test set which was not used in the training phase. Table 2. Results of Optimization Process MSE C epsilon Kernel d s c polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial polynomial Note. C: regularization parameter; d: polynomial degree; s: slope; c: constant term 4.2. Empirical Results The damages predicted by SVR and multiple OLS 2 regression models are presented in Table 3, and the distribution of them is illustrated graphically in Figure 5. As shown in the figure, the damages predicted by the SVR have a distribution more similar to the actual damages than OLS-predicted damages. 2 The linear functional form was used in the OLS regression analysis. We actually tried functional forms such as the linear, semi-log, inverse semi-log, and double-log forms. As a result, we concluded that the linear functional form was suitable for the training set, based on its performance. 50 Copyright c 2013 SERSC

7 Table 3. Damages Predicted by SVR and OLS Regression Models Case Actual SVR-predicted OLS-predicted Figure 5. Distribution of Damages Predicted by SVR and OLS Regression Models The forecasting accuracy was measured by the following established error measuring criteria: root mean squared error (RMSE), mean absolute error (MAE), mean absolute percentage error (MAPE). Table 4 shows that the SVR gives more precise predictions than the OLS, based on all accuracy measures. Table 4. Comparison of the predictive performances between SVR and OLS regression models Accuracy measures SVR OLS RMSE MAE MAPE Copyright c 2013 SERSC 51

8 4.3. Relationships between Land use Characteristics and Damages Relationships between land use characteristics and damages were analyzed by changing the values of a variable related to land use characteristics and keeping the other variables constant in the SVR model. Figure 6 shows the variations in damages relative to the size of an industrial district (INDUSTRIAL) for three randomly chosen cases in the test set. As the size of an industrial district increases, the damages increase as expected. The results reveal the positive and nonlinear relationship between the size of an industrial district and damages. Figure 7 shows the variations in damages relative to the size of an agricultural district (AGRICULTURAL) for three other cases in the test set. The curves also indicate the nonlinear relationship between the size of an agricultural district and damages. In the same way, a SVR approach makes it possible to identify relationships between the remainder related to land use and damages. Figure 6. Variations in Damages Relative to the Size of an Industrial District Figure 7. Variations in Damages Relative to the Size of an Agricultural District 52 Copyright c 2013 SERSC

9 5. Conclusions This paper explores the application of a SVR approach to identifying relationships between land use characteristics and damages caused by natural hazards. Our empirical results show that a SVR model is superior to a multiple OLS regression model in terms of the predictive performance, based on accuracy measures. And the nonlinear relationships of damages with land use characteristics such as the size of an industrial district and the size of an agricultural district were identified by a SVR model. We think that the better performance of a SVR model comes from its capacity to capture nonlinear relationships between diverse land use characteristics and damages. However, although a SVR model is proficient at discovering complicated nonlinear relationships and provides comparatively accurate predictions, it is not desirable to compare SVR and OLS regression models just in terms of the predictive performance, because an OLS regression model has its own advantage that the process and its results are easily interpretable and intelligible. An OLS regression model could be rather complementary to a SVR approach. Lastly, a separate validation dataset was not used in our empirical analysis due to the lack of data, though it is more advisable to set up the dataset in order to avoid overfitting a specific training dataset. Nevertheless, this paper can broaden the scope of applications of computational intelligence in natural hazards research. Acknowledgements This paper is an expanded version of a paper entitled A case study on the effect of landuse characteristics on damages caused by natural hazards in South Korea presented at international conferences ASEA and DRBC 2012 by Jae Heon Shim, Kwang-Woo Nam, and Sung-Ho Lee. And this research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (NRF-2013 R1A1A ). References [1] J. H. Shim, K. W. Nam and S. H. Lee, A case study on the effect of land-use characteristics on damages caused by natural hazards in South Korea, Communications in Computer and Information Science, Springer Berlin Heidelberg, vol. 340, (2012), pp [2] J. H. Shim, J. E. Kim and S. H. Lee, Classification of cities in the metropolitan area based on natural hazard vulnerability, Journal of the Korea Academia-Industrial Cooperation Society, vol. 13, no. 11, (2012), pp [3] Korea Environment Institute, Urban renewal strategy for adapting to climate change: Use of green infrastructure on flood mitigation, (2011). [4] C. I. Choi, A study on natural hazards vulnerability in urban area by urban land use change: In case of Kyonggi province, Journal of Korean Planners Association, vol. 38, no. 2, (2003), pp [5] V. N. Vapnik, The nature of statistical learning theory, 2 nd ed., Springer, New York, (1995). [6] C. Li and J. Li, Support vector machines approach to conditional simulation of non-gaussian stochastic process, Journal of Computing in Civil Engineering, vol. 26, no. 1, (2012), pp [7] G. H. Kim, J. M. Shin, S. Kim and Y. Shin, Comparison of school building construction costs estimation methods using regression analysis, neural network, and support vector machine, Journal of Building Construction and Planning Research, vol. 1, no. 1, (2013). pp [8] H. Guo, H. P. Liu and L. Wang, Method for selecting parameters of least squares support vector machines and application, Journal of System Simulation, vol. 18, no. 7, (2006), pp [9] D. Mattera, and S. Haykin, Support vector machines for dynamic reconstruction of a chaotic system, Advances in Kernel Methods, 1 st ed., MIT press, Massachusetts, (1999), pp Copyright c 2013 SERSC 53

10 [10] K. C. Lam, M. C. K. Lam and D. Wang, Efficacy of using support vector machine in a contractor prequalification decision model, Journal of Computing in Civil Engineering, vol. 24, no. 3, (2010), pp [11] J. Kim, S. Kim and L. Tang, A case study on the determination of building materials using a support vector machine, Journal of Computing in Civil Engineering, Accepted article, doi: /(asce)cp , (2012). [12] Z. Huang, H. Chen, C. J. Hsu, W. H. Chen and S. Wu, Credit rating analysis with support vector machines and neural networks: a market comparative study, Decision Support System, vol. 37, no. 4, (2004), pp [13] U. Y. Park and G. H. Kim, A study on predicting construction cost of apartment projects based on support vector regression at the early project stage, Journal of Architectural Institute of Korea, vol. 23, no. 4, (2007), pp [14] J. H. Shim, A differential pricing model for industrial land based on locational characteristics, Journal of Korean Society of Civil Engineers, vol. 31, no. 2D, (2011), pp Authors Jae Heon Shim, obtained his Ph.D. in urban planning in 2009 at Pusan National University. He is now a research professor in the Institute of Environmental Studies at Pusan National University. His research areas of interest are land use planning, urban development, and so on. Sangyong Kim, is a Ph.D. candidate at the School of Construction Management and Engineering, University of Reading. His research interests include cost estimation, information technology in construction, decision-making and analysis by artificial intelligence, and its applications in construction areas. 54 Copyright c 2013 SERSC

A Survey of Refuge and Evacuation Path on Seoul Flood Disaster Information Map

A Survey of Refuge and Evacuation Path on Seoul Flood Disaster Information Map , pp.142-146 http://dx.doi.org/10.14257/astl.2015.89.29 A Survey of Refuge and Path on Seoul Flood Disaster Information Map Ji-Eun Sun 1, Ji-Soo Lee 2, Won-Hwa Hong 3, 1 Graduate Student, Department of

More information

A Support Vector Regression Model for Forecasting Rainfall

A Support Vector Regression Model for Forecasting Rainfall A Support Vector Regression for Forecasting Nasimul Hasan 1, Nayan Chandra Nath 1, Risul Islam Rasel 2 Department of Computer Science and Engineering, International Islamic University Chittagong, Bangladesh

More information

Real Estate Price Prediction with Regression and Classification CS 229 Autumn 2016 Project Final Report

Real Estate Price Prediction with Regression and Classification CS 229 Autumn 2016 Project Final Report Real Estate Price Prediction with Regression and Classification CS 229 Autumn 2016 Project Final Report Hujia Yu, Jiafu Wu [hujiay, jiafuwu]@stanford.edu 1. Introduction Housing prices are an important

More information

Hierarchical models for the rainfall forecast DATA MINING APPROACH

Hierarchical models for the rainfall forecast DATA MINING APPROACH Hierarchical models for the rainfall forecast DATA MINING APPROACH Thanh-Nghi Do dtnghi@cit.ctu.edu.vn June - 2014 Introduction Problem large scale GCM small scale models Aim Statistical downscaling local

More information

Roles of NGII in successful disaster management

Roles of NGII in successful disaster management The Second UN-GGIM-AP Plenary Meeting Roles of NGII in successful disaster management Republic of Korea Teheran Iran 28 October 2013 Sanghoon Lee, Ph.D. NGII Outline Type of Disasters Occur in Korea Practical

More information

A Study on Estimation Technique of Extreme Precipitation Diameter

A Study on Estimation Technique of Extreme Precipitation Diameter Vol.125 (Art, Culture, Game, Graphics, Broadcasting and Digital Contents 2016), pp.72-77 http://dx.doi.org/10.14257/astl.2016. A Study on Estimation Technique of Extreme Precipitation Diameter Jin Woo

More information

Support Vector Machines. Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar

Support Vector Machines. Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar Data Mining Support Vector Machines Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar 02/03/2018 Introduction to Data Mining 1 Support Vector Machines Find a linear hyperplane

More information

Chapter 9. Support Vector Machine. Yongdai Kim Seoul National University

Chapter 9. Support Vector Machine. Yongdai Kim Seoul National University Chapter 9. Support Vector Machine Yongdai Kim Seoul National University 1. Introduction Support Vector Machine (SVM) is a classification method developed by Vapnik (1996). It is thought that SVM improved

More information

Gene Expression Data Classification with Revised Kernel Partial Least Squares Algorithm

Gene Expression Data Classification with Revised Kernel Partial Least Squares Algorithm Gene Expression Data Classification with Revised Kernel Partial Least Squares Algorithm Zhenqiu Liu, Dechang Chen 2 Department of Computer Science Wayne State University, Market Street, Frederick, MD 273,

More information

An Analysis of Urban Cooling Island (UCI) Effects by Water Spaces Applying UCI Indices

An Analysis of Urban Cooling Island (UCI) Effects by Water Spaces Applying UCI Indices An Analysis of Urban Cooling Island (UCI) Effects by Water Spaces Applying UCI Indices D. Lee, K. Oh, and J. Seo Abstract An urban cooling island (UCI) involves an area that has a lower temperature compared

More information

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM , pp.128-133 http://dx.doi.org/1.14257/astl.16.138.27 Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM *Jianlou Lou 1, Hui Cao 1, Bin Song 2, Jizhe Xiao 1 1 School

More information

Jeff Howbert Introduction to Machine Learning Winter

Jeff Howbert Introduction to Machine Learning Winter Classification / Regression Support Vector Machines Jeff Howbert Introduction to Machine Learning Winter 2012 1 Topics SVM classifiers for linearly separable classes SVM classifiers for non-linearly separable

More information

SVM TRADE-OFF BETWEEN MAXIMIZE THE MARGIN AND MINIMIZE THE VARIABLES USED FOR REGRESSION

SVM TRADE-OFF BETWEEN MAXIMIZE THE MARGIN AND MINIMIZE THE VARIABLES USED FOR REGRESSION International Journal of Pure and Applied Mathematics Volume 87 No. 6 2013, 741-750 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijpam.v87i6.2

More information

Support Vector Machines (SVM) in bioinformatics. Day 1: Introduction to SVM

Support Vector Machines (SVM) in bioinformatics. Day 1: Introduction to SVM 1 Support Vector Machines (SVM) in bioinformatics Day 1: Introduction to SVM Jean-Philippe Vert Bioinformatics Center, Kyoto University, Japan Jean-Philippe.Vert@mines.org Human Genome Center, University

More information

Neural networks and support vector machines

Neural networks and support vector machines Neural netorks and support vector machines Perceptron Input x 1 Weights 1 x 2 x 3... x D 2 3 D Output: sgn( x + b) Can incorporate bias as component of the eight vector by alays including a feature ith

More information

Introduction to SVM and RVM

Introduction to SVM and RVM Introduction to SVM and RVM Machine Learning Seminar HUS HVL UIB Yushu Li, UIB Overview Support vector machine SVM First introduced by Vapnik, et al. 1992 Several literature and wide applications Relevance

More information

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network , pp.12-17 http://dx.doi.org/10.14257/astl.2018.151.03 Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network Myeong-Jae Jo 1, In-Kyum Kim 1, Won-Hyuck Choi 2 and

More information

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS CEST2011 Rhodes, Greece Ref no: XXX RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS D. BOTSIS1 1, P. LATINOPOULOS 2 and K. DIAMANTARAS 3 1&2 Department of Civil

More information

6.036 midterm review. Wednesday, March 18, 15

6.036 midterm review. Wednesday, March 18, 15 6.036 midterm review 1 Topics covered supervised learning labels available unsupervised learning no labels available semi-supervised learning some labels available - what algorithms have you learned that

More information

Space-Time Kernels. Dr. Jiaqiu Wang, Dr. Tao Cheng James Haworth University College London

Space-Time Kernels. Dr. Jiaqiu Wang, Dr. Tao Cheng James Haworth University College London Space-Time Kernels Dr. Jiaqiu Wang, Dr. Tao Cheng James Haworth University College London Joint International Conference on Theory, Data Handling and Modelling in GeoSpatial Information Science, Hong Kong,

More information

Calculating Land Values by Using Advanced Statistical Approaches in Pendik

Calculating Land Values by Using Advanced Statistical Approaches in Pendik Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Calculating Land Values by Using Advanced Statistical Approaches in Pendik Prof. Dr. Arif Cagdas AYDINOGLU Ress. Asst. Rabia BOVKIR

More information

Support Vector Machine (SVM) and Kernel Methods

Support Vector Machine (SVM) and Kernel Methods Support Vector Machine (SVM) and Kernel Methods CE-717: Machine Learning Sharif University of Technology Fall 2014 Soleymani Outline Margin concept Hard-Margin SVM Soft-Margin SVM Dual Problems of Hard-Margin

More information

Discussion About Nonlinear Time Series Prediction Using Least Squares Support Vector Machine

Discussion About Nonlinear Time Series Prediction Using Least Squares Support Vector Machine Commun. Theor. Phys. (Beijing, China) 43 (2005) pp. 1056 1060 c International Academic Publishers Vol. 43, No. 6, June 15, 2005 Discussion About Nonlinear Time Series Prediction Using Least Squares Support

More information

GENERALIZATION OF DIGITAL TOPOGRAPHIC MAP USING HYBRID LINE SIMPLIFICATION

GENERALIZATION OF DIGITAL TOPOGRAPHIC MAP USING HYBRID LINE SIMPLIFICATION GENERALIZATION OF DIGITAL TOPOGRAPHIC MAP USING HYBRID LINE SIMPLIFICATION Woojin Park, Ph.D. Student Kiyun Yu, Associate Professor Department of Civil and Environmental Engineering Seoul National University

More information

Predict Time Series with Multiple Artificial Neural Networks

Predict Time Series with Multiple Artificial Neural Networks , pp. 313-324 http://dx.doi.org/10.14257/ijhit.2016.9.7.28 Predict Time Series with Multiple Artificial Neural Networks Fei Li 1, Jin Liu 1 and Lei Kong 2,* 1 College of Information Engineering, Shanghai

More information

Indirect Rule Learning: Support Vector Machines. Donglin Zeng, Department of Biostatistics, University of North Carolina

Indirect Rule Learning: Support Vector Machines. Donglin Zeng, Department of Biostatistics, University of North Carolina Indirect Rule Learning: Support Vector Machines Indirect learning: loss optimization It doesn t estimate the prediction rule f (x) directly, since most loss functions do not have explicit optimizers. Indirection

More information

Decision-making support tool for promotion policies of abandoned mine areas

Decision-making support tool for promotion policies of abandoned mine areas 2013 Esri International User Conference July 8 12, 2013 San Diego, California Decision-making support tool for promotion policies of abandoned mine areas Son, Jin Seoul National University Esri UC2013.

More information

SUPPORT VECTOR MACHINE

SUPPORT VECTOR MACHINE SUPPORT VECTOR MACHINE Mainly based on https://nlp.stanford.edu/ir-book/pdf/15svm.pdf 1 Overview SVM is a huge topic Integration of MMDS, IIR, and Andrew Moore s slides here Our foci: Geometric intuition

More information

Support Vector Machine (SVM) and Kernel Methods

Support Vector Machine (SVM) and Kernel Methods Support Vector Machine (SVM) and Kernel Methods CE-717: Machine Learning Sharif University of Technology Fall 2015 Soleymani Outline Margin concept Hard-Margin SVM Soft-Margin SVM Dual Problems of Hard-Margin

More information

Support Vector Machine Regression for Volatile Stock Market Prediction

Support Vector Machine Regression for Volatile Stock Market Prediction Support Vector Machine Regression for Volatile Stock Market Prediction Haiqin Yang, Laiwan Chan, and Irwin King Department of Computer Science and Engineering The Chinese University of Hong Kong Shatin,

More information

Support Vector Machines II. CAP 5610: Machine Learning Instructor: Guo-Jun QI

Support Vector Machines II. CAP 5610: Machine Learning Instructor: Guo-Jun QI Support Vector Machines II CAP 5610: Machine Learning Instructor: Guo-Jun QI 1 Outline Linear SVM hard margin Linear SVM soft margin Non-linear SVM Application Linear Support Vector Machine An optimization

More information

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques Peeyush Vyas Asst. Professor, CE/IT Department of Vadodara Institute of Engineering, Vadodara Abstract: Weather forecasting

More information

Discussion of Some Problems About Nonlinear Time Series Prediction Using ν-support Vector Machine

Discussion of Some Problems About Nonlinear Time Series Prediction Using ν-support Vector Machine Commun. Theor. Phys. (Beijing, China) 48 (2007) pp. 117 124 c International Academic Publishers Vol. 48, No. 1, July 15, 2007 Discussion of Some Problems About Nonlinear Time Series Prediction Using ν-support

More information

Investigation of the 2013 Hadari Debris Flow in Korea Through Field Survey and Numerical Analysis

Investigation of the 2013 Hadari Debris Flow in Korea Through Field Survey and Numerical Analysis Investigation of the 2013 Hadari Debris Flow in Korea Through Field Survey and Numerical Analysis Junghae Choi * Department of Earth Science Education, Kyungpook National University, Korea, Assistant Professor

More information

Prediction of Rapid Floods from Big Data using Map Reduce Technique

Prediction of Rapid Floods from Big Data using Map Reduce Technique Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 1 (2016), pp. 369-373 Research India Publications http://www.ripublication.com Prediction of Rapid Floods from Big Data

More information

A Spatial Unit Review of the Analysis on Disaster Vulnerability of Climate Change by Heavy Rain

A Spatial Unit Review of the Analysis on Disaster Vulnerability of Climate Change by Heavy Rain , pp.230-235 http://dx.doi.org/10.14257/astl.2016.140.44 A Spatial Unit Review of the Analysis on Disaster Vulnerability of Climate Change by Heavy Rain Jong-Young Park 1, Jung-Sik Lee 2 1 Sambo Engineering

More information

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 9 (2017), pp. 6167-6174 Research India Publications http://www.ripublication.com Prediction of Seasonal Rainfall Data in

More information

Progress and Land-Use Characteristics of Urban Sprawl in Busan Metropolitan City using Remote sensing and GIS

Progress and Land-Use Characteristics of Urban Sprawl in Busan Metropolitan City using Remote sensing and GIS Progress and Land-Use Characteristics of Urban Sprawl in Busan Metropolitan City using Remote sensing and GIS Homyung Park, Taekyung Baek, Yongeun Shin, Hungkwan Kim ABSTRACT Satellite image is very usefully

More information

Lecture 10: Support Vector Machine and Large Margin Classifier

Lecture 10: Support Vector Machine and Large Margin Classifier Lecture 10: Support Vector Machine and Large Margin Classifier Applied Multivariate Analysis Math 570, Fall 2014 Xingye Qiao Department of Mathematical Sciences Binghamton University E-mail: qiao@math.binghamton.edu

More information

Outliers Treatment in Support Vector Regression for Financial Time Series Prediction

Outliers Treatment in Support Vector Regression for Financial Time Series Prediction Outliers Treatment in Support Vector Regression for Financial Time Series Prediction Haiqin Yang, Kaizhu Huang, Laiwan Chan, Irwin King, and Michael R. Lyu Department of Computer Science and Engineering

More information

2014 Summer Training Courses on Slope Land Disaster Reduction Hydrotech Research Institute, National Taiwan University, Taiwan August 04-15, 2014

2014 Summer Training Courses on Slope Land Disaster Reduction Hydrotech Research Institute, National Taiwan University, Taiwan August 04-15, 2014 Final Project Report 2014 Summer Training Courses on Slope Land Disaster Reduction Hydrotech Research Institute, National Taiwan University, Taiwan August 04-15, 2014 Landslides in Mt. Umyeon Susceptibility

More information

Anomaly Detection using Support Vector Machine

Anomaly Detection using Support Vector Machine Anomaly Detection using Support Vector Machine Dharminder Kumar 1, Suman 2, Nutan 3 1 GJUS&T Hisar 2 Research Scholar, GJUS&T Hisar HCE Sonepat 3 HCE Sonepat Abstract: Support vector machine are among

More information

Outline. Basic concepts: SVM and kernels SVM primal/dual problems. Chih-Jen Lin (National Taiwan Univ.) 1 / 22

Outline. Basic concepts: SVM and kernels SVM primal/dual problems. Chih-Jen Lin (National Taiwan Univ.) 1 / 22 Outline Basic concepts: SVM and kernels SVM primal/dual problems Chih-Jen Lin (National Taiwan Univ.) 1 / 22 Outline Basic concepts: SVM and kernels Basic concepts: SVM and kernels SVM primal/dual problems

More information

DETECTING HUMAN ACTIVITIES IN THE ARCTIC OCEAN BY CONSTRUCTING AND ANALYZING SUPER-RESOLUTION IMAGES FROM MODIS DATA INTRODUCTION

DETECTING HUMAN ACTIVITIES IN THE ARCTIC OCEAN BY CONSTRUCTING AND ANALYZING SUPER-RESOLUTION IMAGES FROM MODIS DATA INTRODUCTION DETECTING HUMAN ACTIVITIES IN THE ARCTIC OCEAN BY CONSTRUCTING AND ANALYZING SUPER-RESOLUTION IMAGES FROM MODIS DATA Shizhi Chen and YingLi Tian Department of Electrical Engineering The City College of

More information

Introduction to Support Vector Machines

Introduction to Support Vector Machines Introduction to Support Vector Machines Hsuan-Tien Lin Learning Systems Group, California Institute of Technology Talk in NTU EE/CS Speech Lab, November 16, 2005 H.-T. Lin (Learning Systems Group) Introduction

More information

Support Vector Machines

Support Vector Machines Support Vector Machines Stephan Dreiseitl University of Applied Sciences Upper Austria at Hagenberg Harvard-MIT Division of Health Sciences and Technology HST.951J: Medical Decision Support Overview Motivation

More information

Neural Networks. Prof. Dr. Rudolf Kruse. Computational Intelligence Group Faculty for Computer Science

Neural Networks. Prof. Dr. Rudolf Kruse. Computational Intelligence Group Faculty for Computer Science Neural Networks Prof. Dr. Rudolf Kruse Computational Intelligence Group Faculty for Computer Science kruse@iws.cs.uni-magdeburg.de Rudolf Kruse Neural Networks 1 Supervised Learning / Support Vector Machines

More information

Investigation, assessment and warning zonation for landslides in the mountainous regions of Vietnam

Investigation, assessment and warning zonation for landslides in the mountainous regions of Vietnam Investigation, assessment and warning zonation for landslides in the mountainous regions of Vietnam (State-Funded Landslide Project SFLP) Dr. Eng. Le Quoc Hung Add: 67 Chien Thang Street, Ha Dong District,

More information

Data Mining - SVM. Dr. Jean-Michel RICHER Dr. Jean-Michel RICHER Data Mining - SVM 1 / 55

Data Mining - SVM. Dr. Jean-Michel RICHER Dr. Jean-Michel RICHER Data Mining - SVM 1 / 55 Data Mining - SVM Dr. Jean-Michel RICHER 2018 jean-michel.richer@univ-angers.fr Dr. Jean-Michel RICHER Data Mining - SVM 1 / 55 Outline 1. Introduction 2. Linear regression 3. Support Vector Machine 4.

More information

Lecture 18: Kernels Risk and Loss Support Vector Regression. Aykut Erdem December 2016 Hacettepe University

Lecture 18: Kernels Risk and Loss Support Vector Regression. Aykut Erdem December 2016 Hacettepe University Lecture 18: Kernels Risk and Loss Support Vector Regression Aykut Erdem December 2016 Hacettepe University Administrative We will have a make-up lecture on next Saturday December 24, 2016 Presentations

More information

Discriminative Direction for Kernel Classifiers

Discriminative Direction for Kernel Classifiers Discriminative Direction for Kernel Classifiers Polina Golland Artificial Intelligence Lab Massachusetts Institute of Technology Cambridge, MA 02139 polina@ai.mit.edu Abstract In many scientific and engineering

More information

Disaster Management in Republic of Korea

Disaster Management in Republic of Korea The Third UN-GGIM-AP Plenary Meeting Disaster Management in Republic of Korea ~Coordination among NGIA & Other Related Organizations and Recommendations~ Bali Indonesia 10 November 2014 Sanghoon Lee, Ph.D.

More information

DOWNLOAD OR READ : GIS BASED FLOOD LOSS ESTIMATION MODELING IN JAPAN PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : GIS BASED FLOOD LOSS ESTIMATION MODELING IN JAPAN PDF EBOOK EPUB MOBI DOWNLOAD OR READ : GIS BASED FLOOD LOSS ESTIMATION MODELING IN JAPAN PDF EBOOK EPUB MOBI Page 1 Page 2 gis based flood loss estimation modeling in japan gis based flood loss pdf gis based flood loss estimation

More information

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 3 (2017) pp. 461-469 Research India Publications http://www.ripublication.com Predictive Analytics on Accident Data Using

More information

Statistical Machine Learning from Data

Statistical Machine Learning from Data Samy Bengio Statistical Machine Learning from Data 1 Statistical Machine Learning from Data Ensembles Samy Bengio IDIAP Research Institute, Martigny, Switzerland, and Ecole Polytechnique Fédérale de Lausanne

More information

NON-FIXED AND ASYMMETRICAL MARGIN APPROACH TO STOCK MARKET PREDICTION USING SUPPORT VECTOR REGRESSION. Haiqin Yang, Irwin King and Laiwan Chan

NON-FIXED AND ASYMMETRICAL MARGIN APPROACH TO STOCK MARKET PREDICTION USING SUPPORT VECTOR REGRESSION. Haiqin Yang, Irwin King and Laiwan Chan In The Proceedings of ICONIP 2002, Singapore, 2002. NON-FIXED AND ASYMMETRICAL MARGIN APPROACH TO STOCK MARKET PREDICTION USING SUPPORT VECTOR REGRESSION Haiqin Yang, Irwin King and Laiwan Chan Department

More information

Machine Learning : Support Vector Machines

Machine Learning : Support Vector Machines Machine Learning Support Vector Machines 05/01/2014 Machine Learning : Support Vector Machines Linear Classifiers (recap) A building block for almost all a mapping, a partitioning of the input space into

More information

Support'Vector'Machines. Machine(Learning(Spring(2018 March(5(2018 Kasthuri Kannan

Support'Vector'Machines. Machine(Learning(Spring(2018 March(5(2018 Kasthuri Kannan Support'Vector'Machines Machine(Learning(Spring(2018 March(5(2018 Kasthuri Kannan kasthuri.kannan@nyumc.org Overview Support Vector Machines for Classification Linear Discrimination Nonlinear Discrimination

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

Support Vector Machines

Support Vector Machines Support Vector Machines INFO-4604, Applied Machine Learning University of Colorado Boulder September 28, 2017 Prof. Michael Paul Today Two important concepts: Margins Kernels Large Margin Classification

More information

Robust Kernel-Based Regression

Robust Kernel-Based Regression Robust Kernel-Based Regression Budi Santosa Department of Industrial Engineering Sepuluh Nopember Institute of Technology Kampus ITS Surabaya Surabaya 60111,Indonesia Theodore B. Trafalis School of Industrial

More information

Support Vector Machine (SVM) and Kernel Methods

Support Vector Machine (SVM) and Kernel Methods Support Vector Machine (SVM) and Kernel Methods CE-717: Machine Learning Sharif University of Technology Fall 2016 Soleymani Outline Margin concept Hard-Margin SVM Soft-Margin SVM Dual Problems of Hard-Margin

More information

Midterm exam CS 189/289, Fall 2015

Midterm exam CS 189/289, Fall 2015 Midterm exam CS 189/289, Fall 2015 You have 80 minutes for the exam. Total 100 points: 1. True/False: 36 points (18 questions, 2 points each). 2. Multiple-choice questions: 24 points (8 questions, 3 points

More information

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN Kuo-Chung Wen *, Tsung-Hsing Huang ** * Associate Professor, Chinese Culture University, Taipei **Master, Chinese

More information

Support Vector Machine. Industrial AI Lab. Prof. Seungchul Lee

Support Vector Machine. Industrial AI Lab. Prof. Seungchul Lee Support Vector Machine Industrial AI Lab. Prof. Seungchul Lee Classification (Linear) Autonomously figure out which category (or class) an unknown item should be categorized into Number of categories /

More information

A new estimation algorithm of physical properties based on a group contribution and support vector machine

A new estimation algorithm of physical properties based on a group contribution and support vector machine Korean J. Chem. Eng., 25(3), 568-574 (2008) SHORT COMMUICATIO A new estimation algorithm of physical properties based on a group contribution and support vector machine Chang Jun Lee, Gibaek Lee, Won So

More information

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT Predicting Time of Peak Foreign Exchange Rates Charles Mulemi, Lucio Dery 0. ABSTRACT This paper explores various machine learning models of predicting the day foreign exchange rates peak in a given window.

More information

Support Vector Machines. Maximizing the Margin

Support Vector Machines. Maximizing the Margin Support Vector Machines Support vector achines (SVMs) learn a hypothesis: h(x) = b + Σ i= y i α i k(x, x i ) (x, y ),..., (x, y ) are the training exs., y i {, } b is the bias weight. α,..., α are the

More information

Support Vector Machine. Industrial AI Lab.

Support Vector Machine. Industrial AI Lab. Support Vector Machine Industrial AI Lab. Classification (Linear) Autonomously figure out which category (or class) an unknown item should be categorized into Number of categories / classes Binary: 2 different

More information

PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS. Chenlin Wu Yuhan Lou

PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS. Chenlin Wu Yuhan Lou PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS Chenlin Wu Yuhan Lou Background Smart grid: increasing the contribution of renewable in grid energy Solar generation: intermittent and nondispatchable

More information

Support Vector Machines

Support Vector Machines EE 17/7AT: Optimization Models in Engineering Section 11/1 - April 014 Support Vector Machines Lecturer: Arturo Fernandez Scribe: Arturo Fernandez 1 Support Vector Machines Revisited 1.1 Strictly) Separable

More information

Geo-hazard Potential Mapping Using GIS and Artificial Intelligence

Geo-hazard Potential Mapping Using GIS and Artificial Intelligence Geo-hazard Potential Mapping Using GIS and Artificial Intelligence Theoretical Background and Uses Case from Namibia Andreas Knobloch 1, Dr Andreas Barth 1, Ellen Dickmayer 1, Israel Hasheela 2, Andreas

More information

International Symposium on Natural Disaster Mitigation. Local vulnerability assessment of landslides and debris flows

International Symposium on Natural Disaster Mitigation. Local vulnerability assessment of landslides and debris flows International Symposium on Natural Disaster Mitigation of landslides and debris flows Lessons learnt from Cam Pha town and Van Don district, Quang Ninh province, Vietnam Nguyen Quoc Phi Faculty of Environment

More information

Global Challenges - Partnering with Service Providers. World Meteorological Organization. J. Lengoasa WMO Deputy Secretary-General

Global Challenges - Partnering with Service Providers. World Meteorological Organization. J. Lengoasa WMO Deputy Secretary-General WMO World Meteorological Organization Working together in weather, climate and water Global Challenges - Partnering with Service Providers J. Lengoasa WMO Deputy Secretary-General jlengoasa@wmo.int http://www.wmo.int/pages/gfcs/gfcs_en.html

More information

Scale-Invariance of Support Vector Machines based on the Triangular Kernel. Abstract

Scale-Invariance of Support Vector Machines based on the Triangular Kernel. Abstract Scale-Invariance of Support Vector Machines based on the Triangular Kernel François Fleuret Hichem Sahbi IMEDIA Research Group INRIA Domaine de Voluceau 78150 Le Chesnay, France Abstract This paper focuses

More information

CMU-Q Lecture 24:

CMU-Q Lecture 24: CMU-Q 15-381 Lecture 24: Supervised Learning 2 Teacher: Gianni A. Di Caro SUPERVISED LEARNING Hypotheses space Hypothesis function Labeled Given Errors Performance criteria Given a collection of input

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 118 No. 19 2018, 2097-2111 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Study on the Current Assessment of Cadastral Surveying Performance

More information

Copernicus Overview. Major Emergency Management Conference Athlone 2017

Copernicus Overview. Major Emergency Management Conference Athlone 2017 Copernicus Overview Major Emergency Management Conference Athlone 2017 Copernicus is a European programme implemented by the European Commission. The services address six thematic areas: land, marine,

More information

Support Vector Ordinal Regression using Privileged Information

Support Vector Ordinal Regression using Privileged Information Support Vector Ordinal Regression using Privileged Information Fengzhen Tang 1, Peter Tiňo 2, Pedro Antonio Gutiérrez 3 and Huanhuan Chen 4 1,2,4- The University of Birmingham, School of Computer Science,

More information

Debris flow hazard mapping with a random walk model in Korea

Debris flow hazard mapping with a random walk model in Korea Risk Analysis VII PI-627 Debris flow hazard mapping with a random walk model in Korea H.-J. Youn, C.-W. Lee & C.-S. Woo Korea Forest Research Institute, Korea Abstract Recently, the sediment-related disasters,

More information

Wainui Beach Management Strategy (WBMS) Summary of Existing Documents. GNS Tsunami Reports

Wainui Beach Management Strategy (WBMS) Summary of Existing Documents. GNS Tsunami Reports Wainui Beach Management Strategy (WBMS) Summary of Existing Documents GNS Tsunami Reports a) Review of Tsunami Hazard and Risk in New Zealand ( National Risk Report ) b) Review of New Zealand s Preparedness

More information

Relevance Vector Machines for Earthquake Response Spectra

Relevance Vector Machines for Earthquake Response Spectra 2012 2011 American American Transactions Transactions on on Engineering Engineering & Applied Applied Sciences Sciences. American Transactions on Engineering & Applied Sciences http://tuengr.com/ateas

More information

Forecast daily indices of solar activity, F10.7, using support vector regression method

Forecast daily indices of solar activity, F10.7, using support vector regression method Research in Astron. Astrophys. 9 Vol. 9 No. 6, 694 702 http://www.raa-journal.org http://www.iop.org/journals/raa Research in Astronomy and Astrophysics Forecast daily indices of solar activity, F10.7,

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Kernel Methods and Support Vector Machines Oliver Schulte - CMPT 726 Bishop PRML Ch. 6 Support Vector Machines Defining Characteristics Like logistic regression, good for continuous input features, discrete

More information

International Journal of Research in Computer and Communication Technology, Vol 3, Issue 7, July

International Journal of Research in Computer and Communication Technology, Vol 3, Issue 7, July Hybrid SVM Data mining Techniques for Weather Data Analysis of Krishna District of Andhra Region N.Rajasekhar 1, Dr. T. V. Rajini Kanth 2 1 (Assistant Professor, Department of Computer Science & Engineering,

More information

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS Risk Analysis V: Simulation and Hazard Mitigation 263 Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS M. Mori Department of Information and Computer Science, Kinki University, Japan

More information

Machine Learning, Midterm Exam

Machine Learning, Midterm Exam 10-601 Machine Learning, Midterm Exam Instructors: Tom Mitchell, Ziv Bar-Joseph Wednesday 12 th December, 2012 There are 9 questions, for a total of 100 points. This exam has 20 pages, make sure you have

More information

CHAPTER 6 CONCLUSION AND FUTURE SCOPE

CHAPTER 6 CONCLUSION AND FUTURE SCOPE CHAPTER 6 CONCLUSION AND FUTURE SCOPE 146 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 6.1 SUMMARY The first chapter of the thesis highlighted the need of accurate wind forecasting models in order to transform

More information

Support Vector Machines Explained

Support Vector Machines Explained December 23, 2008 Support Vector Machines Explained Tristan Fletcher www.cs.ucl.ac.uk/staff/t.fletcher/ Introduction This document has been written in an attempt to make the Support Vector Machines (SVM),

More information

Square Penalty Support Vector Regression

Square Penalty Support Vector Regression Square Penalty Support Vector Regression Álvaro Barbero, Jorge López, José R. Dorronsoro Dpto. de Ingeniería Informática and Instituto de Ingeniería del Conocimiento Universidad Autónoma de Madrid, 28049

More information

Support Vector Machine (SVM) & Kernel CE-717: Machine Learning Sharif University of Technology. M. Soleymani Fall 2012

Support Vector Machine (SVM) & Kernel CE-717: Machine Learning Sharif University of Technology. M. Soleymani Fall 2012 Support Vector Machine (SVM) & Kernel CE-717: Machine Learning Sharif University of Technology M. Soleymani Fall 2012 Linear classifier Which classifier? x 2 x 1 2 Linear classifier Margin concept x 2

More information

Support Vector Machine (continued)

Support Vector Machine (continued) Support Vector Machine continued) Overlapping class distribution: In practice the class-conditional distributions may overlap, so that the training data points are no longer linearly separable. We need

More information

Multitask Learning of Environmental Spatial Data

Multitask Learning of Environmental Spatial Data 9th International Congress on Environmental Modelling and Software Brigham Young University BYU ScholarsArchive 6th International Congress on Environmental Modelling and Software - Leipzig, Germany - July

More information

Classification of High Spatial Resolution Remote Sensing Images Based on Decision Fusion

Classification of High Spatial Resolution Remote Sensing Images Based on Decision Fusion Journal of Advances in Information Technology Vol. 8, No. 1, February 2017 Classification of High Spatial Resolution Remote Sensing Images Based on Decision Fusion Guizhou Wang Institute of Remote Sensing

More information

Linear & nonlinear classifiers

Linear & nonlinear classifiers Linear & nonlinear classifiers Machine Learning Hamid Beigy Sharif University of Technology Fall 1394 Hamid Beigy (Sharif University of Technology) Linear & nonlinear classifiers Fall 1394 1 / 34 Table

More information

Optimum Neural Network Architecture for Precipitation Prediction of Myanmar

Optimum Neural Network Architecture for Precipitation Prediction of Myanmar Optimum Neural Network Architecture for Precipitation Prediction of Myanmar Khaing Win Mar, Thinn Thu Naing Abstract Nowadays, precipitation prediction is required for proper planning and management of

More information

Plan4all (econtentplus project)

Plan4all (econtentplus project) Plan4all (econtentplus project) Karel CHARVAT 1, Tomáš MILDORF 2 1 Help service remote sensing, Ltd., Černoleská 1600, 256 01 Benešov u Prahy, Czech Republic charvat@bnhelp.cz 2 Department of Mathematics

More information

DEVELOPMENT OF ROAD SURFACE TEMPERATURE PREDICTION MODEL

DEVELOPMENT OF ROAD SURFACE TEMPERATURE PREDICTION MODEL International Journal of Civil, Structural, Environmental and Infrastructure Engineering Research and Development (IJCSEIERD) ISSN(P): 2249-6866; ISSN(E): 2249-7978 Vol. 6, Issue 6, Dec 2016, 27-34 TJPRC

More information

The Built Environment, Car Ownership, and Travel Behavior in Seoul

The Built Environment, Car Ownership, and Travel Behavior in Seoul The Built Environment, Car Ownership, and Travel Behavior in Seoul Sang-Kyu Cho, Ph D. Candidate So-Ra Baek, Master Course Student Seoul National University Abstract Although the idea of integrating land

More information

Perceptron Revisited: Linear Separators. Support Vector Machines

Perceptron Revisited: Linear Separators. Support Vector Machines Support Vector Machines Perceptron Revisited: Linear Separators Binary classification can be viewed as the task of separating classes in feature space: w T x + b > 0 w T x + b = 0 w T x + b < 0 Department

More information