Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive

Size: px
Start display at page:

Download "Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive"

Transcription

1 Journal of Information & Computational Science 12:9 (215) June 1, 215 Available at Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive Liang Tian, Weifeng Wang Department of Computer and Information Engineering, Xinxiang University, Xinxiang 4533, China Abstract In order to obtain better predict results of the network traffic, this paper proposes a novel network traffic prediction model based on hybrid covariance function Gauss Process (GP). Firstly, GP model is built by using hybrid covariance function, and then the network training set is input to GP model for training to find the optimal parameter of covariance and mean function, finally, network traffic prediction model is established, and one-step and multi-step network traffic prediction test are carried out to test the performance compared with support vector machine, the neural network, and the traditional Gauss process. The results show that, compared with the contrast model, the proposed mode can describe the change trends of network traffic, and improve the prediction accuracy of network traffic, so it is an effective prediction method for complex network traffic. Keywords: Network Traffic; Gaussian Process; Phase Space Reconstruction; Modeling and Prediction 1 Introduction Internet has been widely adopted in many realms as a result of computer technology development. Network traffic prediction, a key technology in network management, plays a significant role in network broad band distribution and network congestion control. Thus, a highly accurate network traffic predication model, to describe network dynamics, captures a lot attention from scholars [1]. Network traffic s evolution shows that its history data is actually time series data. Thus, its models are very important. The classic models include MA, AR, and ARIMA, etc [2, 3]. These models, adopting difference modeling, are simply structured. They assume that network traffic change reposefully. However, as network traffic data may be affected by external factors, such models can only describe network traffic s periodicity, resemblance, not non-stationary. Thus they are a sophisticated non-linear system. The traditional time series prediction models can not establish a prediction model that reflects network traffic s variations, and their prediction accuracy also can not meet corresponding demands in network management [4,5]. With the development of artificial intelligence, some scholars put forward network traffic prediction model based on Chaos theory. Such models use methods, like fuzzy logic, neural network, kernel-based learning machine Corresponding author. address: gaa252@gmail.com (Liang Tian) / Copyright 215 Binary Information Press DOI: /jics215954

2 3638 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) or SVM (support vector machine) [6 8], to delay time and insert mensions to regroup network traffic time series. Then these models will establish non-liner network traffic predication models by machine learning methods. Better predication results will be achieved no matter single-step or multiple steps predictions to network traffic data [9,1]. Gaussian processes (short as GP) is a new machine learning method, with less parameters to adjust. It can carry out the combination of priori knowledge and data observation. As it owns features of good confidence, meanwhile owns support vector machine s kernel function technology, it has been proved to better function than support vector machine or neural network do [11]. In order to improve network traffic prediction accuracy, a network traffic predication based on covariance function Gaussian regressive is proposed. This model initially establishes GP model by covariance function, then founds network traffic prediction. Simulation test will be done by traffic data to verify single-step and multiple-step network traffic results. Then it will contrast with support vector machine and neural network under same conditions. 2 Gaussian Process Network Traffic Predication 2.1 Gaussian Process Regressive The modeling of GP is actually an GP distribution extension from limited mensional space to infinite space. It emerges priori knowledge into GP by selecting covariance functions and relevant parameters. Then it defines parameters by Bayes to provide model predication with confidence level. The training set: D = {x (n), y n } N n=1, f(x (1) ),..., f(x (N) ) refers to random variable set with joint Gaussian distribution. The GP shall be: f(x) GP (m(x), k(x, x )) (1) Here, E stands for mathematical expectation; k(x, x ) stands for covariance function; k(x, x ) stands for mean function. As for noisy data, the GP regressive model shall be: Here, ε stands for noise unrelated to data. y = f(x) + ε (2) If we assume f(x) is GP, y shall comply with Gaussian distribution. And its limited observed values joint distributions form a GP, i.e.: Here, δ ij stands for dirac function. Y GP (m(x), k(x, x ) + σ 2 nδ ij ) (3) If we adopt matrix form to show covariance function, then we can get: C(X, X) = E[yyT ] = K(X, X) + σ 2 ni (4) Here, I stands for unit matrix; C(X, X) stands for covariance matrix; K(X, X) stands for Gram matrix, or kernel matrix.

3 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) In functional space of prior knowledge, we can get predication output value of prior distribution by Bayes. The test data, which contain N samples: D = {x (n), y n } N n=1: output function values f (x) forms output f. Then, observed output values of training and test data sets shall comply with joint Gaussian distribution, i.e.: [ ] ([ ] [ ]) y m C(X, X) K(X, X ) N, (5) K(X, X) K(X, X ) f m Here, m and m are even vectors components of training set and test set. According to joint Gaussian distribution, we can get: [ ] ([ ] [ ]) x mx A E N, (6) t E T B Then, the marginal distribution and conditions of x are: m t x N(m x, A) (7) x t N(m x + EB 1 (t m t ), A EB 1 E T ) (8) In this formula, T stands for transposition; A, E and B are covariance matrix. According to Eq. (5-7), GP model regressive equation shall be: f X, y, X N(f, cov(f )) (9) f = E[f X, y, X ] = m + K(X, X)C(X, X) 1 (y m) (1) cov(f ) = K(X, X ) K(X, X)C(X, X) 1 K(X, X ) (11) Here, f is the predictive value of f. Then from Eq. (1, 11), we can know f owns mean value and GP distribution of variance, i.e.: f(x ) = m(x ) + k T C 1 (y m(x)) (12) σ 2 f(x ) = k(x, x ) k T C 1 k (13) Here, f(x ) represents model s output value; and σ 2 f(x ) stands for variance. 2.2 Selection of GP Model and Its Parameters (1). Model Selection During the process of GP modeling, covariance function works as a key factor, which furnishes hypothetical information to function to be learned. Based on Eq. (4), GP s full covariance function can be described as: Here, k(x (i), x (j) ) is kernel function; and σ 2 n is noise variance. c(x (i), x (j) ) = k(x (i), x (j) ) + σ 2 nδ ij (14)

4 364 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) In GP model, covariance functions in Eq. (11) are: k 1a (x (i), x (j) ) = a + a 1 k rq (x (i), x (j) ) = v ( Here, d stands for the input mension. d l= a x (i) l x (j) l (15) d l=1 w l (x (i) l ) a x (j) l ) 2 Eq. (15) and (16) are linear covariance function and rational square covariance function. In common GP models, as the parameters of Gaussian RBF functions are same, there is less possibility for single Gaussian kernel function s GP model to describe input mension changes in complicated system. Thus, with the help of composite functions of support vectors, many functions are combined in this paper to form a better-functioning hybrid covariance function. See below for details: c 1 (x (i), x (j) ) = k rq (x (i), x (j) ) + k 1a (x (i), x (j) ) + σ 2 nδ ij (17) (16) (2). Selection of Model Parameters We can adopt GP model to learn training set and define practical model parameters. So, based on Bayes frame, we can get covariance function by the formula below: { θ opt = arg max{y X, θ)} = arg max 1 θ θ 2 log(det(k + σ2 ni)) 1 2 (y m)t [K + σni] 2 1 (y m) N } (18) 2 log 2π Firstly, we can randomize parameters, and then adopt conjugate gradient optimization algorithm to iterate Eq. (18) to find the optimal parameters, i.e.: log p(y X, θ) = 1 θ k 2 (y m)t C 1 C θk C 1 (y m) 1 ( 2 tr 1 C C θk θ m log p(y X, θ) = (y m) T C Here, θ m and θ k are parameters for covariance functions. ) 1 m θ m (19) 3 Simulation Test 3.1 Data Set Source In Pentium Dual-Core 2.8 GHz CPU, 2 GB RAM, Windows 7, all programs adopt VC++ 6. programming. In this paper, the hourly data, total of 12 data points, is extracted from Xinxiang University network computer center during Oct 5, 212 to Nov 23, 212. The 12 data points forms a network traffic time series as shown in Fig. 1.

5 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) Time series Fig. 1: The collected network traffic data In order to improve training efficiency, so, as to the original network traffic x(i), we can use Eq. (2) to pre-process the collectd network traffic, then we can get normalization network traffic value x (i). Here, E x and σ x stand for mean value and standard deviation. x (i) = x(i) E x σ x (2) 3.2 Model Comparison and Evaluation Standards We shall choose LSSVM, ε-svr, regular GP model (Gaussian RBF kernel function), RBFNN as network traffic models to compare. Among these models, ε-svr kernel functions are all RBF kernel functions, and its parameters are to be chosen by 5-fold cross-validation method. PMSE (prediction m ean square error) and ARE (average relative error) are used as evaluation standards. The definitions of PMSE and ARE are as follows: P MSE = N [ x(i) x(i)] 2 i=1 (21) N [x(i) x(i)] 2 i=1 ARE = 1 N N x(i) x(i) x(i) (22) i=1 In these two formulas, N stands for sample number; x(i) stands for mean value; x(i) and x(i) are actual value and prediction value. 3.3 Network Traffic Phase Space S Reconstitution As there may be some chaos in network traffic, we shall define delay time and built-in mensions. Thus, phase space s reconstitution is necessary [12]. Fig. 2 is about changing curves of network traffic s mutual trust functions and correlation mensions. From this diagram, we can see that, the optional delay time t = 2; the beset built-in mensions m = 5. Then wen use t = 2, m = 5 to reconstitute network traffic s phase space, and reconstruct learning sample of network traffic predication model.

6 3642 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) Mutual information function value τ (a) Calculate delay time (t) x(m) m (b) Calculate built-in mension Fig. 2: Parameter setting for network traffic phase space reconstitution 3.4 Result and Analysis (1). Single-step Prediction Performance Analysis We can choose the last 2 data as test set to analyze model performance, and make the others as training set to establish network traffic single-step predication. Then we adopt Eq. (17) (hybrid covariance function) to establish model to improve GP network traffic predication. The actual output value and GP predication value are shown as Fig. 3, and predication result error changing curve is shown in Fig 4. Analysis of Fig. 3 and Fig. 4 shed light that: network traffic output single-step predication from improved GP model matches actual output traffic. Thus, this improved GP model has high accuracy and deserves wide promotion Forecast error (MB/s) Fig. 3: Changing curve of single-step predication and actual output Fig. 4: Predication error distribution of network traffic test set See Table 1 for every model s single-step predication result. Data in Table 1 prove that the improved GP model s predication gains advantages by its stability and superiority. (2). Multiple-steps Predication Performance Analysis We can choose former 9 network traffic data as training set to establish its multiple-step predication model. Then we predict ahead of 2 steps or 4 steps. Another 1 network traffic data can work as test set to measure model s performance. Then we use Eq. (17) (hybrid covariance function) to establish an improved GP network traffic predication model. Make the improved

7 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) Table 1: Performance contrast among between PMSE and ARE Prediction model PMSE ARE Improved GP model Common GP model LSSVM ε-svr RBFNN model s 2-step-ahead prediction and actual output value are shown in Fig. 5, from which we can see the two result are approximately same. The predication error changing curve is shown by Fig. 6, which shows that the error is within control range and can only be distinguished in small orders of magnitude Fig. 5: 2-step iterative prediction result and actual output Forecast error (MB/s) Fig. 6: 2-step iterative prediction error distribution When the improved GP model directly predicts 4 steps ahead, its prediction result and actual output values are shown in Fig. 7, and its every point prediction error distribution is shown in Fig. 8. From Fig. 7, we can see, the 4-step-ahead prediction well matches its output value. Thus, the prediction model has good generalization. Table 2 is about the contrast between the two type models predictions. We can see, after the parameters are set, LSSVM and ε-svr have good prediction results. But GP model of hybrid Fig. 7: 4-step-ahead direct predication Forecast error (MB/s) Fig. 8: 4-step-ahead prediction error distribution

8 3644 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) Table 2: Multiple-step prediction performance contrast between GP model and other motels Prediction model 2-step-ahead iterative prediction 4-step-ahead direct prediction PMSE ARE PMSE ARE Improved GP model Common GP model LSSVM ε-svr RBFNN covariance function is better. As the improved GP model is probabilistic kernel machine and its parameters are selected from marginal likelihood function. RBFNN has a good performance, but its predication is not stable. Contrast results show that improved GP model has a better performance, and its prediction results are more accurate and reliable. (3). Noisy Network Traffic Predication Performance Analysis To improve robustness of GP model, wen can add noise to network traffic in Table 1, by which we can get results shown in Fig. 9. Then we can model and predict these traffic data, and can get single-step and 2-step-ahead predication results, as shown in Fig. 1 and Fig. 11. From these 2 diagrams, both single-step and multiple-step prediction have gained satisfying results. Network traffic model based on improved GP has better stability and robustness, and good generalization Time series Fig. 9: Noisy network traffic data Fig. 1: Single-step prediction of noisy network traffic data Noisy network traffic data prediction performance contrast by different models is shown in Table 3. This table shows that compared to LSSVM, ε-svr, RBFNN, and common GP model, hybrid covariance function GP model can more accurately describe noisy network traffic changing trends, and its predication result is quite stable. This result from that GP model shares same quick learning ability with neural network, and has support vector s generalization ability. Thus this can be deemed as an effective prediction method to research sophisticated network traffic changing.

9 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) Fig. 11: Multiple-step prediction iteration results of noisy network traffic data Table 3: Noisy network traffic predication performance contrast between different models Prediction model Single-step prediction 2-step-ahead iteration prediction PMSE ARE PMSE ARE Improved GP model Common GP model LSSVM ε-svr RBFNN Abnormal Prediction Analysis Network traffic s abnormal performance will bring much risks or potential risks, thus we shall preciously predict abnormal network traffic, which is important to improve network performance. In this paper, MAWI data, actual network data taken from Japan network to USA network, are selected as simulation objects. We use hybrid covariance function GP to analyze it. The diagram is about the predication of abnormal network traffic, and the diagram is about prediction error. From Fig. 12, we can see that the model in this paper can preciously predict network traffic performance. The predication value closely matches actual value. Meanwhile, in Fig. 13, we can see predication error is pretty small and within control range. These above mentioned are evidence for this paper s high applicability and robustness. Therefore, this paper can preciously Data points 7 Forecast error (MB/s) Data points Fig. 12: Abnormal network traffic prediction result Fig. 13: Predication error changing curve

10 3646 L. Tian et al. / Journal of Information & Computational Science 12:9 (215) describe network traffic. 4 Summary GP network traffic predication model, based on hybrid covariance function, aims at solutions to network traffic prediction chaos. GP can well show non-liner mapping relation of network traffic with plain explanation. It is always brought into comparison with LSSVM, common GP model, ε-svr and RBF neural network. The results show that, improved GP model can actually improve network traffic predication performance, and the prediction results are more reliable. This is an effective non-liner network traffic prediction method with huge potential applicability. References [1] T. T. Nguyen, G. Armitage, A survey of techniques for internet traffic classification using machine learning [J], IEEE Communications Surveys and Tutorials, 1(4), 28, [2] Bo Gao, Qin-yu Zhang, Yong-sheng Liang, Ning-ning Liu, Cheng-bo Huang, Nai-tong Zhang, Predicting self-similar networking traffic based on EMD and ARMA [J], Journal on Communications, 32(4), 211, [3] Han-lin Sun, Yue-hui Jin, Yidong Cui, Shiduan Cheng, Large-time scale network traffic shortterm prediction by grey model [J], Journal of Beijing University of Posts and Telecommunications, 33(1), 21, [4] A. Callado, R. J. Keu, D. Sadok et al., Better network traffic identification through the independent combination of techniques [J], Journal of Network and Computer Applications, 33(4), 21, [5] A. Este, F. Gringoli, L. Salgarelli, Support vector machines for TCP traffic classification [J], Computer Networks, 53(14), 29, [6] Zhenjiang Zhao, Prediction and research on network traffic based on PSO-BP neural network [J], Computer Applications and Software, 26(1), 29, [7] Hao Yu, Zhifeng Chen, Network traffic prediction based on wavelet analysis and Hopfield neural network [J], Computer Applications and Software, 3(6), 213, [8] Nan Xiong, Baifen Liu, Online prediction of network traffic based on adaptive particle swarm optimisation and LSSVM [J], Computer Applications and Software, 3(9), 213, 21-24, 127 [9] Daowen Liu, Haina Hu, Network traffic prediction based on grid search SVM method [J], Computer Applications and Software, 29(11), 212, , 247 [1] Xiaolei Zhou, Wanliang Wang, Weijie Chen, Network traffic prediction model based on wavelet transform and optimised support vector machine [J], Computer Applications and Software, 28(2), 211, 34-36, 59 [11] Lijun Zhang, Peng You, Single-step and multiple-step prediction of chaotic time series using Gaussian process model [J], Acta Physica Sinica, 6(7), 211, 1-11 [12] Zhaodong Jin, Hong Chen, Zhenghao Zhang, Predicting network traffic based on adaptive genetic algorithm and LS-SVM [J], Computer Applications and Software, 27(11), 21,

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Journal of Computational Information Systems 10: 17 (2014) 7629 7635 Available at http://www.jofcis.com A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Tian

More information

Optimization of PID parameters with an improved simplex PSO

Optimization of PID parameters with an improved simplex PSO Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng

More information

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network Netork Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Netork Sun Guang Abstract Build a mathematical model is the key problem of netork traffic prediction. Traditional single netork

More information

Gaussian Processes in Machine Learning

Gaussian Processes in Machine Learning Gaussian Processes in Machine Learning Carl Edward Rasmussen Max Planck Institute for Biological Cybernetics, 72076 Tübingen, Germany carl@tuebingen.mpg.de WWW home page: http://www.tuebingen.mpg.de/ carl

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Predict Influencers in the Social Network

Predict Influencers in the Social Network Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, lyzhou@stanford.edu Department of Electrical Engineering, Stanford University Abstract Given two persons

More information

Demand Forecasting Optimization in Supply Chain

Demand Forecasting Optimization in Supply Chain 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V52.12 Demand Forecasting Optimization

More information

Internet Traffic Prediction by W-Boost: Classification and Regression

Internet Traffic Prediction by W-Boost: Classification and Regression Internet Traffic Prediction by W-Boost: Classification and Regression Hanghang Tong 1, Chongrong Li 2, Jingrui He 1, and Yang Chen 1 1 Department of Automation, Tsinghua University, Beijing 100084, China

More information

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

More information

The Artificial Prediction Market

The Artificial Prediction Market The Artificial Prediction Market Adrian Barbu Department of Statistics Florida State University Joint work with Nathan Lay, Siemens Corporate Research 1 Overview Main Contributions A mathematical theory

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

Feature Selection for Stock Market Analysis

Feature Selection for Stock Market Analysis Feature Selection for Stock Market Analysis Yuqinq He, Kamaladdin Fataliyev, and Lipo Wang School of Electrical and Electronic Engineering Nanyang Technological University Singapore Abstract. The analysis

More information

Open Access Research on Database Massive Data Processing and Mining Method based on Hadoop Cloud Platform

Open Access Research on Database Massive Data Processing and Mining Method based on Hadoop Cloud Platform Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1463-1467 1463 Open Access Research on Database Massive Data Processing and Mining Method

More information

Long-term Stock Market Forecasting using Gaussian Processes

Long-term Stock Market Forecasting using Gaussian Processes Long-term Stock Market Forecasting using Gaussian Processes 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

More information

A Genetic Programming Model for S&P 500 Stock Market Prediction

A Genetic Programming Model for S&P 500 Stock Market Prediction Vol.6, No.5 (2013), pp.303-314 http://dx.doi.org/10.14257/ijca.2013.6.6.29 A Genetic Programming Model for S&P 500 Stock Market Prediction Alaa Sheta, Hossam Faris, Mouhammd Alkasassbeh Abstract The stock

More information

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Toshio Sugihara Abstract In this study, an adaptive

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

Random forest algorithm in big data environment

Random forest algorithm in big data environment Random forest algorithm in big data environment Yingchun Liu * School of Economics and Management, Beihang University, Beijing 100191, China Received 1 September 2014, www.cmnt.lv Abstract Random forest

More information

NEURAL NETWORKS A Comprehensive Foundation

NEURAL NETWORKS A Comprehensive Foundation NEURAL NETWORKS A Comprehensive Foundation Second Edition Simon Haykin McMaster University Hamilton, Ontario, Canada Prentice Hall Prentice Hall Upper Saddle River; New Jersey 07458 Preface xii Acknowledgments

More information

Research on the UHF RFID Channel Coding Technology based on Simulink

Research on the UHF RFID Channel Coding Technology based on Simulink Vol. 6, No. 7, 015 Research on the UHF RFID Channel Coding Technology based on Simulink Changzhi Wang Shanghai 0160, China Zhicai Shi* Shanghai 0160, China Dai Jian Shanghai 0160, China Li Meng Shanghai

More information

Tasks Scheduling Game Algorithm Based on Cost Optimization in Cloud Computing

Tasks Scheduling Game Algorithm Based on Cost Optimization in Cloud Computing Journal of Computational Information Systems 11: 16 (2015) 6037 6045 Available at http://www.jofcis.com Tasks Scheduling Game Algorithm Based on Cost Optimization in Cloud Computing Renfeng LIU 1, Lijun

More information

Hong Kong Stock Index Forecasting

Hong Kong Stock Index Forecasting Hong Kong Stock Index Forecasting Tong Fu Shuo Chen Chuanqi Wei tfu1@stanford.edu cslcb@stanford.edu chuanqi@stanford.edu Abstract Prediction of the movement of stock market is a long-time attractive topic

More information

Performance Evaluation and Prediction of IT-Outsourcing Service Supply Chain based on Improved SCOR Model

Performance Evaluation and Prediction of IT-Outsourcing Service Supply Chain based on Improved SCOR Model Performance Evaluation and Prediction of IT-Outsourcing Service Supply Chain based on Improved SCOR Model 1, 2 1 International School of Software, Wuhan University, Wuhan, China *2 School of Information

More information

Machine Learning in FX Carry Basket Prediction

Machine Learning in FX Carry Basket Prediction Machine Learning in FX Carry Basket Prediction Tristan Fletcher, Fabian Redpath and Joe D Alessandro Abstract Artificial Neural Networks ANN), Support Vector Machines SVM) and Relevance Vector Machines

More information

THE SVM APPROACH FOR BOX JENKINS MODELS

THE SVM APPROACH FOR BOX JENKINS MODELS REVSTAT Statistical Journal Volume 7, Number 1, April 2009, 23 36 THE SVM APPROACH FOR BOX JENKINS MODELS Authors: Saeid Amiri Dep. of Energy and Technology, Swedish Univ. of Agriculture Sciences, P.O.Box

More information

Automated Stellar Classification for Large Surveys with EKF and RBF Neural Networks

Automated Stellar Classification for Large Surveys with EKF and RBF Neural Networks Chin. J. Astron. Astrophys. Vol. 5 (2005), No. 2, 203 210 (http:/www.chjaa.org) Chinese Journal of Astronomy and Astrophysics Automated Stellar Classification for Large Surveys with EKF and RBF Neural

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Feature Selection using Integer and Binary coded Genetic Algorithm to improve the performance of SVM Classifier

Feature Selection using Integer and Binary coded Genetic Algorithm to improve the performance of SVM Classifier Feature Selection using Integer and Binary coded Genetic Algorithm to improve the performance of SVM Classifier D.Nithya a, *, V.Suganya b,1, R.Saranya Irudaya Mary c,1 Abstract - This paper presents,

More information

GPR Regression for Tourism Demand Forecasting in Hong Kong

GPR Regression for Tourism Demand Forecasting in Hong Kong Expert Systems with Applications 39 (2012) 4769 4774 Contents lists available at SciVerse ScienceDirect Expert Systems with Applications journal homepage: www.elsevier.com/locate/eswa A sparse Gaussian

More information

A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode

A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode A Novel Feature Selection Method Based on an Integrated Data Envelopment Analysis and Entropy Mode Seyed Mojtaba Hosseini Bamakan, Peyman Gholami RESEARCH CENTRE OF FICTITIOUS ECONOMY & DATA SCIENCE UNIVERSITY

More information

Applications of improved grey prediction model for power demand forecasting

Applications of improved grey prediction model for power demand forecasting Energy Conversion and Management 44 (2003) 2241 2249 www.elsevier.com/locate/enconman Applications of improved grey prediction model for power demand forecasting Che-Chiang Hsu a, *, Chia-Yon Chen b a

More information

A Prediction Model for Taiwan Tourism Industry Stock Index

A Prediction Model for Taiwan Tourism Industry Stock Index A Prediction Model for Taiwan Tourism Industry Stock Index ABSTRACT Han-Chen Huang and Fang-Wei Chang Yu Da University of Science and Technology, Taiwan Investors and scholars pay continuous attention

More information

Statistical Machine Learning

Statistical Machine Learning Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes

More information

Intelligent Diagnose System of Wheat Diseases Based on Android Phone

Intelligent Diagnose System of Wheat Diseases Based on Android Phone Journal of Information & Computational Science 12:18 (2015) 6845 6852 December 10, 2015 Available at http://www.joics.com Intelligent Diagnose System of Wheat Diseases Based on Android Phone Yongquan Xia,

More information

The Security Evaluation of ATM Information System Based on Bayesian Regularization

The Security Evaluation of ATM Information System Based on Bayesian Regularization JOURNAL OF SOFTWARE, VOL. 9, NO. 6, JUNE 2014 1587 The Security Evaluation of ATM Information System Based on Bayesian Regularization Lan Ma School of Air Traffic Management, Civil Aviation University

More information

DATA MINING TECHNIQUES AND APPLICATIONS

DATA MINING TECHNIQUES AND APPLICATIONS DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,

More information

Towards better accuracy for Spam predictions

Towards better accuracy for Spam predictions Towards better accuracy for Spam predictions Chengyan Zhao Department of Computer Science University of Toronto Toronto, Ontario, Canada M5S 2E4 czhao@cs.toronto.edu Abstract Spam identification is crucial

More information

An Introduction to Machine Learning

An Introduction to Machine Learning An Introduction to Machine Learning L5: Novelty Detection and Regression Alexander J. Smola Statistical Machine Learning Program Canberra, ACT 0200 Australia Alex.Smola@nicta.com.au Tata Institute, Pune,

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

REAL-TIME PRICE FORECAST WITH BIG DATA

REAL-TIME PRICE FORECAST WITH BIG DATA REAL-TIME PRICE FORECAST WITH BIG DATA A STATE SPACE APPROACH Lang Tong (PI), Robert J. Thomas, Yuting Ji, and Jinsub Kim School of Electrical and Computer Engineering, Cornell University Jie Mei, Georgia

More information

Application of Event Based Decision Tree and Ensemble of Data Driven Methods for Maintenance Action Recommendation

Application of Event Based Decision Tree and Ensemble of Data Driven Methods for Maintenance Action Recommendation Application of Event Based Decision Tree and Ensemble of Data Driven Methods for Maintenance Action Recommendation James K. Kimotho, Christoph Sondermann-Woelke, Tobias Meyer, and Walter Sextro Department

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information

Research on the Performance Optimization of Hadoop in Big Data Environment

Research on the Performance Optimization of Hadoop in Big Data Environment Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing

More information

Exact Inference for Gaussian Process Regression in case of Big Data with the Cartesian Product Structure

Exact Inference for Gaussian Process Regression in case of Big Data with the Cartesian Product Structure Exact Inference for Gaussian Process Regression in case of Big Data with the Cartesian Product Structure Belyaev Mikhail 1,2,3, Burnaev Evgeny 1,2,3, Kapushev Yermek 1,2 1 Institute for Information Transmission

More information

Prediction Model for Crude Oil Price Using Artificial Neural Networks

Prediction Model for Crude Oil Price Using Artificial Neural Networks Applied Mathematical Sciences, Vol. 8, 2014, no. 80, 3953-3965 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43193 Prediction Model for Crude Oil Price Using Artificial Neural Networks

More information

A Service Revenue-oriented Task Scheduling Model of Cloud Computing

A Service Revenue-oriented Task Scheduling Model of Cloud Computing Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series A Wavelet Based Prediction Method for Time Series Cristina Stolojescu 1,2 Ion Railean 1,3 Sorin Moga 1 Philippe Lenca 1 and Alexandru Isar 2 1 Institut TELECOM; TELECOM Bretagne, UMR CNRS 3192 Lab-STICC;

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.cs.toronto.edu/~rsalakhu/ Lecture 6 Three Approaches to Classification Construct

More information

Quantifying Seasonal Variation in Cloud Cover with Predictive Models

Quantifying Seasonal Variation in Cloud Cover with Predictive Models Quantifying Seasonal Variation in Cloud Cover with Predictive Models Ashok N. Srivastava, Ph.D. ashok@email.arc.nasa.gov Deputy Area Lead, Discovery and Systems Health Group Leader, Intelligent Data Understanding

More information

Analysis of China Motor Vehicle Insurance Business Trends

Analysis of China Motor Vehicle Insurance Business Trends Analysis of China Motor Vehicle Insurance Business Trends 1 Xiaohui WU, 2 Zheng Zhang, 3 Lei Liu, 4 Lanlan Zhang 1, First Autho University of International Business and Economic, Beijing, wuxiaohui@iachina.cn

More information

The Compound Operations of Uncertain Cloud Concepts

The Compound Operations of Uncertain Cloud Concepts Journal of Computational Information Systems 11: 13 (2015) 4881 4888 Available at http://www.jofcis.com The Compound Operations of Uncertain Cloud Concepts Longjun YIN 1,, Junjie XU 1, Guansheng ZHANG

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540

U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540 U.P.B. Sci. Bull., Series C, Vol. 77, Iss. 1, 2015 ISSN 2286 3540 ENTERPRISE FINANCIAL DISTRESS PREDICTION BASED ON BACKWARD PROPAGATION NEURAL NETWORK: AN EMPIRICAL STUDY ON THE CHINESE LISTED EQUIPMENT

More information

Optimize Position and Path Planning of Automated Optical Inspection

Optimize Position and Path Planning of Automated Optical Inspection Journal of Computational Information Systems 8: 7 (2012) 2957 2963 Available at http://www.jofcis.com Optimize Position and Path Planning of Automated Optical Inspection Hao WU, Yongcong KUANG, Gaofei

More information

Drugs store sales forecast using Machine Learning

Drugs store sales forecast using Machine Learning Drugs store sales forecast using Machine Learning Hongyu Xiong (hxiong2), Xi Wu (wuxi), Jingying Yue (jingying) 1 Introduction Nowadays medical-related sales prediction is of great interest; with reliable

More information

Flexible Neural Trees Ensemble for Stock Index Modeling

Flexible Neural Trees Ensemble for Stock Index Modeling Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China

More information

Data Mining - Evaluation of Classifiers

Data Mining - Evaluation of Classifiers Data Mining - Evaluation of Classifiers Lecturer: JERZY STEFANOWSKI Institute of Computing Sciences Poznan University of Technology Poznan, Poland Lecture 4 SE Master Course 2008/2009 revised for 2010

More information

Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus

Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus Tihomir Asparouhov and Bengt Muthén Mplus Web Notes: No. 15 Version 8, August 5, 2014 1 Abstract This paper discusses alternatives

More information

siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service

siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service siftservice.com - Turning a Computer Vision algorithm into a World Wide Web Service Ahmad Pahlavan Tafti 1, Hamid Hassannia 2, and Zeyun Yu 1 1 Department of Computer Science, University of Wisconsin -Milwaukee,

More information

Applications to Data Smoothing and Image Processing I

Applications to Data Smoothing and Image Processing I Applications to Data Smoothing and Image Processing I MA 348 Kurt Bryan Signals and Images Let t denote time and consider a signal a(t) on some time interval, say t. We ll assume that the signal a(t) is

More information

Sales Forecast for Pickup Truck Parts:

Sales Forecast for Pickup Truck Parts: Sales Forecast for Pickup Truck Parts: A Case Study on Brake Rubber Mojtaba Kamranfard University of Semnan Semnan, Iran mojtabakamranfard@gmail.com Kourosh Kiani Amirkabir University of Technology Tehran,

More information

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not.

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not. Statistical Learning: Chapter 4 Classification 4.1 Introduction Supervised learning with a categorical (Qualitative) response Notation: - Feature vector X, - qualitative response Y, taking values in C

More information

Class #6: Non-linear classification. ML4Bio 2012 February 17 th, 2012 Quaid Morris

Class #6: Non-linear classification. ML4Bio 2012 February 17 th, 2012 Quaid Morris Class #6: Non-linear classification ML4Bio 2012 February 17 th, 2012 Quaid Morris 1 Module #: Title of Module 2 Review Overview Linear separability Non-linear classification Linear Support Vector Machines

More information

A New Method for Traffic Forecasting Based on the Data Mining Technology with Artificial Intelligent Algorithms

A New Method for Traffic Forecasting Based on the Data Mining Technology with Artificial Intelligent Algorithms Research Journal of Applied Sciences, Engineering and Technology 5(12): 3417-3422, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 17, 212 Accepted: November

More information

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Impact of Feature Selection on the Performance of ireless Intrusion Detection Systems

More information

PREDICTION FOR SHORT-TERM TRAFFIC FLOW BASED ON OPTIMIZED WAVELET NEURAL NETWORK MODEL

PREDICTION FOR SHORT-TERM TRAFFIC FLOW BASED ON OPTIMIZED WAVELET NEURAL NETWORK MODEL PREDICTION FOR SHORT-TERM TRAFFIC FLOW BASED ON OPTIMIZED WAVELET NEURAL NETWORK MODEL ABSTRACT Tao Li 1 and Liu Sheng 2 School of Management, Shanghai University of Engineering Science Shanghai, China

More information

Support Vector Pruning with SortedVotes for Large-Scale Datasets

Support Vector Pruning with SortedVotes for Large-Scale Datasets Support Vector Pruning with SortedVotes for Large-Scale Datasets Frerk Saxen, Konrad Doll and Ulrich Brunsmann University of Applied Sciences Aschaffenburg, Germany Email: {Frerk.Saxen, Konrad.Doll, Ulrich.Brunsmann}@h-ab.de

More information

A Novel Trigger Model for Sales Prediction with Data Mining Techniques

A Novel Trigger Model for Sales Prediction with Data Mining Techniques I CODATA S U Huang, W et al 2015 A Novel Trigger Model for Sales Prediction with Data Mining Techniques. Data Science Journal, 14: 15, pp. 1 8, DOI: http://dx.doi.org/10.5334/dsj-2015-015 PROCEEDINGS PAPER

More information

Practical Applications of Evolutionary Computation to Financial Engineering

Practical Applications of Evolutionary Computation to Financial Engineering Hitoshi Iba and Claus C. Aranha Practical Applications of Evolutionary Computation to Financial Engineering Robust Techniques for Forecasting, Trading and Hedging 4Q Springer Contents 1 Introduction to

More information

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression Logistic Regression Department of Statistics The Pennsylvania State University Email: jiali@stat.psu.edu Logistic Regression Preserve linear classification boundaries. By the Bayes rule: Ĝ(x) = arg max

More information

Research of Postal Data mining system based on big data

Research of Postal Data mining system based on big data 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Research of Postal Data mining system based on big data Xia Hu 1, Yanfeng Jin 1, Fan Wang 1 1 Shi Jiazhuang Post & Telecommunication

More information

Comparison of machine learning methods for intelligent tutoring systems

Comparison of machine learning methods for intelligent tutoring systems Comparison of machine learning methods for intelligent tutoring systems Wilhelmiina Hämäläinen 1 and Mikko Vinni 1 Department of Computer Science, University of Joensuu, P.O. Box 111, FI-80101 Joensuu

More information

Support Vector Machines with Clustering for Training with Very Large Datasets

Support Vector Machines with Clustering for Training with Very Large Datasets Support Vector Machines with Clustering for Training with Very Large Datasets Theodoros Evgeniou Technology Management INSEAD Bd de Constance, Fontainebleau 77300, France theodoros.evgeniou@insead.fr Massimiliano

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

Advanced analytics at your hands

Advanced analytics at your hands 2.3 Advanced analytics at your hands Neural Designer is the most powerful predictive analytics software. It uses innovative neural networks techniques to provide data scientists with results in a way previously

More information

Gerard Mc Nulty Systems Optimisation Ltd gmcnulty@iol.ie/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I

Gerard Mc Nulty Systems Optimisation Ltd gmcnulty@iol.ie/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I Gerard Mc Nulty Systems Optimisation Ltd gmcnulty@iol.ie/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I Data is Important because it: Helps in Corporate Aims Basis of Business Decisions Engineering Decisions Energy

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

Super-resolution Reconstruction Algorithm Based on Patch Similarity and Back-projection Modification

Super-resolution Reconstruction Algorithm Based on Patch Similarity and Back-projection Modification 1862 JOURNAL OF SOFTWARE, VOL 9, NO 7, JULY 214 Super-resolution Reconstruction Algorithm Based on Patch Similarity and Back-projection Modification Wei-long Chen Digital Media College, Sichuan Normal

More information

Time Series Data Mining in Rainfall Forecasting Using Artificial Neural Network

Time Series Data Mining in Rainfall Forecasting Using Artificial Neural Network Time Series Data Mining in Rainfall Forecasting Using Artificial Neural Network Prince Gupta 1, Satanand Mishra 2, S.K.Pandey 3 1,3 VNS Group, RGPV, Bhopal, 2 CSIR-AMPRI, BHOPAL prince2010.gupta@gmail.com

More information

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr.

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. Meisenbach M. Hable G. Winkler P. Meier Technology, Laboratory

More information

Subspace Analysis and Optimization for AAM Based Face Alignment

Subspace Analysis and Optimization for AAM Based Face Alignment Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China zhaoming1999@zju.edu.cn Stan Z. Li Microsoft

More information

Network Intrusion Detection using Semi Supervised Support Vector Machine

Network Intrusion Detection using Semi Supervised Support Vector Machine Network Intrusion Detection using Semi Supervised Support Vector Machine Jyoti Haweliya Department of Computer Engineering Institute of Engineering & Technology, Devi Ahilya University Indore, India ABSTRACT

More information

TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo

TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo International Journal of Innovative Computing, Information and Control ICIC International c 2014 ISSN 1349-4198 Volume 10, Number 2, April 2014 pp. 695 701 OURISM DEMAND FORECASING USING A NOVEL HIGH-PRECISION

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com

Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com A Dynamic Deployment Policy of Slave Controllers for Software Defined Network Yongqiang Yang and Gang Xu College of Computer

More information

Machine learning algorithms for predicting roadside fine particulate matter concentration level in Hong Kong Central

Machine learning algorithms for predicting roadside fine particulate matter concentration level in Hong Kong Central Article Machine learning algorithms for predicting roadside fine particulate matter concentration level in Hong Kong Central Yin Zhao, Yahya Abu Hasan School of Mathematical Sciences, Universiti Sains

More information

Analysis of Bayesian Dynamic Linear Models

Analysis of Bayesian Dynamic Linear Models Analysis of Bayesian Dynamic Linear Models Emily M. Casleton December 17, 2010 1 Introduction The main purpose of this project is to explore the Bayesian analysis of Dynamic Linear Models (DLMs). The main

More information

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multiple Pheromone

More information

Introduction to Logistic Regression

Introduction to Logistic Regression OpenStax-CNX module: m42090 1 Introduction to Logistic Regression Dan Calderon This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Gives introduction

More information

Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition and Extreme Learning Machine

Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition and Extreme Learning Machine Mathematical Problems in Engineering Volume 212, Article ID 83121, 15 pages doi:1.1155/212/83121 Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition

More information

Classification of Bad Accounts in Credit Card Industry

Classification of Bad Accounts in Credit Card Industry Classification of Bad Accounts in Credit Card Industry Chengwei Yuan December 12, 2014 Introduction Risk management is critical for a credit card company to survive in such competing industry. In addition

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence Artificial Neural Networks and Support Vector Machines CS 486/686: Introduction to Artificial Intelligence 1 Outline What is a Neural Network? - Perceptron learners - Multi-layer networks What is a Support

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

How To Predict Web Site Visits

How To Predict Web Site Visits Web Site Visit Forecasting Using Data Mining Techniques Chandana Napagoda Abstract: Data mining is a technique which is used for identifying relationships between various large amounts of data in many

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Intrusion Detection via Machine Learning for SCADA System Protection

Intrusion Detection via Machine Learning for SCADA System Protection Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. s.l.yasakethu@surrey.ac.uk J. Jiang Department

More information