Stock Price Forecasting Using Exogenous Time Series and Combined Neural Networks

Size: px
Start display at page:

Download "Stock Price Forecasting Using Exogenous Time Series and Combined Neural Networks"

Transcription

1 Stock Price Forecasting Using Exogenous Time Series and Combined eural etworks Manoel C. Amorim eto, Victor M. O. Alves, Gustavo Tavares, Lenildo Aragão Junior, George D. C. Cavalcanti and Tsang Ing Ren Abstract Time series forecasting is useful in many researches areas. The use of models that provide a reliable prediction in financial time series may to bring valuable profits for the investors. An intelligent agent can be built from a suitable prediction model, to make operations in stock market daily. Furthermore, even that the investor had caution about the use of an automatic agent to make operations he can to use the prediction model as a valuable decision support. A methodology based on information obtained from exogenous series was used in combination with a neural network to predict stock series. Exogenous series were selected by analyzing the correlation between the series with the stocks series used. In this way, the prediction was obtained by not just using the previous values of the series but also by using information external to the main series. Additionally, the best trained neural networks were used in a combination to improve the prediction capacity of single networks. To evaluate the proposed models for prediction, some known metrics were used plus a proposed one - Prediction in Direction and Accuracy (PDA), which uses some features to determine if a model has a great accuracy and trend in prediction. Through this novel metric, we have used an evolutionary algorithm to choose the best trained models in order to obtain better results. Experiments with two of the most important Brazilian companies stock quotes have shown the usefulness of the proposed prediction system to generate profits in investments. I. ITRODUCTIO Time series are sets of variables observed over a defined period of time. These observations may be discrete or continuous and they are taken in an equal time interval [1]. There are many research areas involving time series analysis, such economy, physics, engineering, social sciences, computing, biology, medicine, meteorology and others. Perhaps the most applied analysis of a time series is in prediction. The prediction can be made using past observations of the series that will be forecast or even other time series. These different ones used to predict the main are know as Exogenous Time Series. There are two types of models in time series prediction: linear and non-linear. A known linear method is the ARIMA, proposed by Bob and Jenkins [2]. Some examples of non-linear models are: bilinear, exponential autoregressive, threshold autoregressive, smooth transition autoregressive, autoregressive with time dependent coefficients [3], autoregressive conditional heteroscedasticity (ARCH) and general Manoel C. Amorim eto, Gustavo Tavares, Victor M. O. Alves are with the Facilit Technology Company, Brazil, manoel,gustavotavares,victor}@facilit.com.br. Site: George D. C. Cavalcanti and Tsang Ing Ren are with the Center of Informatics, Federal University of Pernambuco, Brazil, gdcc,tir}@cin.ufpe.br. Site: viisar autoregressive conditional heteroscedasticity (GARCH) [1] among other models. Artificial neural networks (A) for time series prediction have been successfully used in the last years, because of some interesting features such as universality in function approximations, robustness and fault tolerance [4]. For these reasons, neural networks are considered useful to build models for prediction of non-stationary time series [4]. Furthermore, A handles well noise data and it is able to predict nonlinear systems, which are the type of systems that we are interested to predict, the stock market. Among the various A models, the most used in literature is multilayer perceptron (MLP) [5]. Radial basis function (RBF), waveletbased and recurrent neural networks have been also applied with success [6]. Stock Market is a complex system composed of many investors selling and buying financial products in form of securities. Here, we are interested in the prediction of stocks of the biggest Brazilian oil Company, Petrobras, and one of the biggest miners companies of the world, Vale do Rio Doce. The Petrobras stock index is named PETR4 and the Vale do Rio Doce is named VALE5. These time series were analyzed between the years of 2003 and In this paper, a comparison between two models of A, named MLP and RBF networks, both with and without exogenous time series are presented. Additionally, we propose a novel performance metric to select the best trained models, which aims to maximize trend prediction and accuracy. The propose metric was used for selection of the best trained networks to be combined in a combination machine. This paper is organized as follows. Section II describes briefly the stock market and the exogenous time series used. Section III presents the performance metrics which were used and the novel introduced metric. Section IV presents the proposed methods for combining neural networks in a combination machine. Section V describes the experiments and results obtained. Finally, the Section VI presents the conclusions and final remarks. II. THE STOCK MARKET AD EXOGEOUS TIME SERIES The main function of the capital market is the trade of stocks with the purpose of finance development, which in its turn produce and nourish the market itself. On this way, a third function is attributed: the market of its own sources of incomes [7]. The monetary market, as a whole, is important for the economic development. However, when the economy and the market develops, the market of the source of capital

2 emerges, which are the stock market, debt titles and real estate market. Globalization is a trend that allows an intense interchange between countries. Consequently, it is common nowadays that the stock market of an emergent country like Brazil attain an increasing importance in the international scenario. Today the stock market is not only an important source of corporation finance but also an individual capitalization resource. When investing in a portfolio, the investor wishes to obtain a large return in other to compensate the risks associated, in other words, the objective is to minimize risk and maximize capital returns. Hence, a prediction method is most useful and a neural network is well-suited for this kind of optimization procedure. Currently, the Brazilian stock market, which is also known in the World Federation of Exchange (WFE) by São Paulo SE, has a global importance. From the 51 stocks monitored by WEF, BOVESPA was in eighth position among the biggest stock market in the world in terms of capitalization and stock values, in a ranking for developing countries. Two of the biggest companies in the BOVESPA stock market are the Petrobras oil company and Vale do Rio Doce, which makes them ideal stocks to be analyzed. For the professional investor to understand the behavior of a stock, at least five series are necessary: 1) The highest value that the stock was negotiated in a certain day. 2) The lowest value that the stock was negotiated during the same day. 3) The value of the first negotiation of the day: opening price. 4) The value of the last negotiation of the day: closing price. 5) The business volume of the stock during the same day. The closing prize is the series that is really important, since most of the professional investors and financial institutions take action based on its value. From the methods for forecasting time series, the choice of the input variables is an important step. In this work, we are interested in the prediction of the stocks quotations of PETR4 and VALE5. To predict these stock values, we have used exogenous time series that were chosen based on the autocorrelation analyzes, similarly to work done previously [8]. For the Petrobras Company (PETR4) the exogenous time series utilized were: Dollar, IBOV, CLF, SY:PBR, DAX and SP500. Dollar time series is the Brazilian Real quotation converted to United States Dollar. IBOV is the BOVESPA quotation. CLF is the Crude Light Oil Future quotation. SY:PBR is the quotation of Brazilian Oil. DAX is the German stock market index. SP500 is the S&P 500 index. For the Vale do Rio Doce Company (VALE5) the exogenous time series used were: Dollar and IBOV. This stocks were chosen based on economic analyzes [8]. III. PERFORMACE MEASUREMET OF PREDICTIO MODELS There are several metrics used to evaluate models of time series forecasting. In this paper we have employed five metrics that are commonly used in literature: MSE, MAPE, POCID, THEIL (or MSE) and ARV. Additionally, it was used SLG, which was proposed by Amorim eto [8], and a novel metric proposed in this work, named Prediction in Direction and Accuracy (PDA). A simple measure to evaluate the accuracy of a forecasting model is the diference between the expected value and the output value of model. From Equation 1, T t is a expected value and Y t is the output of the forecast model, and e t is the calculed error, both at time t. Consider this measure as a basis for the others. e t = T t Y t (1) The performance measurement metrics used in this work are briefly described here. Consider for every metric: T t as the desired output of the forecasting model at time t and Y t as the output of the proposed model and as the total amount of available patterns. A. MSE (Mean Squared Error) The Mean Squared Error is the most known metric to evaluate the performance of forecasting models. It is defined as: MSE = 1 (e t ) 2 (2) B. MAPE (Mean Absolute Percent Error) The Mean Absolute Percent Error measure the accuracy of model in percentage. It is defined as: MAP E = 1 e t Y t (3) A lower value of MAPE is the desired result from a prediction method. C. THEIL or MSE (ormalized Mean Squared Error) The ormalized Mean Squared Error evaluate the relationship of the model with the random walk model. Equation 4 defines this value. T HEIL = (e t) 2 (Y (4) t Y t 1 ) 2 When THEIL is equal to one, the proposed model is equivalent to random walk model. The random walk model proposes that the time series future value is equal to the current value. If THEIL is lower than one, then the proposed model is better than random walk model. If THEIL is greater than one, then the proposed model has a performance worse than random walk model.

3 D. POCID (Prediction On Change In Direction) POCID is the percentage of the correct trend of the model relative to the trend of expected value. This metric is defined by Equation 5. P DA = G t where G t is defined in Equation 11 : (10) P OCID =100 D t The value of D t is defined by Equation 6 1, if (Tt T D t = t 1)(Y t Y t 1) > 0, 0, otherwise. E. ARV (Average Relative Variance) The Average Relative Variance evaluates the relationship of the model with the other model, which proposes that the time series future value is equal to the arithmetic mean of the past values. It is defined as: (5) (6) ARV = (e t) 2 (Y (7) t T ) 2 When ARV is equal to one, the proposed model is equivalent to the mean of past values. If ARV is lower than one, then the proposed model is better than the mean of past values. If the ARV is greater than one, the proposed model has a performance worse than mean of past values. F. SLG (Sum of Losses and Gains) The SLG was proposed by Amorim eto [8] and was inspired by POCID. It defined as the mean of the losses and gains of the model. The SLG measurement is defined by Equation 8: SLG = L t In Equation 8, the value of L t is defined by Equation 9 + (Tt T L t = t 1), if (T t T t 1)(Y t Y t 1) > 0 (T t T t 1), otherwise. (9) SLG less than zero indicates financial losses. G. Prediction in Direction and Accuracy (PDA) PDA is the novel metric proposed in this paper. The objective is to benefit models of forecasting with the better behavior in trend and accuracy. This is possible by the maximization of POCID and the minimization relative error. The accuracy of a model is measured by maximum relative error. The best behavior in trend and the most accurate model will have a higher value of PDA. In other words, the higher the value of PDA implies in a better model. It is a improvement of the SLG metric. This model is mathematically described in Equations 10 and 11. (8) 1 re t, if(d t = 1) and re t <, 0, if(d G t = t = 1) and re t, 1 + re t (11), if(d t = 0) and re t <, 1, if(d t = 0) and re t where D t is defined by Equation 12, re t = et T t and = This constant value is the relative maximum error accepted by the prediction. In this case, the maximum tolerance is 2% error. 1, if(tt T D t = t 1)(Y t Y t 1) > 0, 0, otherwise. (12) If the models have a right prediction in direction (D t = 1) and the relative error is lower than maximum error then 1 ret is added; if the models have a right prediction in direction (D t = 1) but the relative error is greater or equal than the maximum error then nothing is added; if the model has a wrong prediction in direction (D t = 0) and the relative error is lower than maximum error then 1+ ret is added; if the model have a wrong prediction (D t = 0) in direction and the relative error is greater or equal than maximum error then 1 is added. After the summation, the mean is calculed. IV. EURAL ETWORKS COMBIATIO eural etwork is a stochastic mathematical model that aims to simulate the functionality of a biological network. A eural etwork is formed by a set of connected neurons organized in layers. Each neuron can be considered a computational processing unit. There are several kinds of eural etworks [4], and Multi-layer Perceptron (MLP) and Radial Basis Function (RBF) were used in this paper. The training of MLPs using exogenous time series improves the ability of the model in forecasting, as it has been was demonstrated by Amorim eto [8]. Additionally, a combination of MLPs trained with exogenous time series improves the single MLP performance [8]. A combination of neural networks is an architecture which uses a set of trained models and combines the outputs of these models, in the same input, in a unique system. The combination architecture used here is depicted in Figure 1. This paper presents two ways to choose the neural networks which will integrate the combination: (i) the selection of the best networks through PDA, and (ii) selection through an evolutionary algorithm. The details are in the Section V. V. EXPERIMETS This Section describes all experiments performed to evaluate the prediction metric and methods describe above.

4 TABLE II DISTRIBUTIO OF STOCK QUOTES PER PATTER I THE DATABASES WITH EXOGEOUS. Fig. 1. Combination architecture used in this work. TABLE I DISTRIBUTIO OF STOCK QUOTES PER PATTER I THE DATABASES A. Databases WITHOUT EXOGEOUS. Stock Lag Stock Lag PETR4 close -1 VALE5 close -1 PETR4 close -2 VALE5 close -2 PETR4 close -3 VALE5 close -3 Two databases were used for the evaluation of the proposed methods: PETR4 stock quotes dataset and VALE5 stock quotes dataset. Besides, all exogenous time series described in Section III were used to complement the main series. The experiments were performed using two groups of datasets: dataset without exogenous and dataset with exogenous time series. Both PETR4 and VALE5 had the two dataset groups. Table I shows the stock quote distribution for each database without the exogenous time series and Table II shows the distribution with exogenous time series. The lag notation is equivalent to the time t of the series, i.e., lag 1 corresponds to the stock quote on previous day; lag 2 corresponds to the stock quote on two days past; and lag 0 corresponds to the stock quote from the current day. B. Experimental Setup Before the experiments, the databases were organized in three datasets: training, validation and test sets. The training set was used for the learning of the neural networks. The validation set was used for tuning of some training parameters. The training was performed varying other parameters such as: the number of hidden neurons for MLP and the spread of the RBF, resulting in a large number of experiments and neural networks trained. From 1, 500 days of stock quotation in the database, 1, 200 were used for training and validation and the last 300 days for testing. For each experiment, the training and validation sets were divided randomly, with 900 for training and 300 for validation. However, the test dataset remained the same. The experiments were done as follows. Stock Lag Stock Lag PETR4 close -1 VALE5 close -1 PETR4 close -2 VALE5 close -2 PETR4 close -3 VALE5 close -3 PETR4 open -1 VALE5 open -1 PETR4 highest -1 VALE5 highest -1 PETR4 lowest -1 VALE5 lowest -1 Dollar close -1 Dollar close -1 DAX close -1 IBOV close -1 IBOV close -1 CLF close -1 SP500 close -1 SY:PBR close -1 First, two experiments using the main time series, PETR4 without exogenous, were done. One was using MLP and another using RBF. The training of the MLP was made with a variation of hidden neurons in [ ], ten times for each number, generating 410 trained MLPs. The training of RBF was made with a variation in [ ], generating 910 trained RBFs. We have used the validation dataset to choose the best network configuration, and then use it in a test set. Afterwards, two more experiments were done, but now including the exogenous time series. Again, 410 trained MLPs and 910 trained RBFs were obtained. In the end, following Equation 13, where X is the total number of trained networks, the bet networks (trained with exogenous) were chosen for combination (according to validation dataset). = round(log 2 (X)) (13) We have seven metrics to choose the bests networks for combining. There are a lot of combination possibilities, and we have used two approaches: (i) the combination of the best networks based on P DA metric and (ii) a genetic algorithm (GA) for this task, where the variable to be maximized was P DA. Genetic Algorithm is a evolutionary technique which aims to get optimization by evolution, through some operators, such mutation and crossover. In this method, each possible solution to the problem, that must be optimized, is represented by a chromosome. In general, these results show that the RBF has a better performance than MLP according to the proposed metric. In the experiments with combination in, the genetic algorithm found the following metrics combination: POCID + THEIL + ARV + PDA for MLP and MSE + MAPE + THEIL + ARV + PDA for RBF. For VALE5 database, the GA found these metrics combination: POCID

5 + PDA for MLP and MSE + MAPE + THEIL + ARV + PDA for RBF. Table III shows the combination results generated by GA. In both databases, the combination of MLP was better than RBF, according to PDA metric. In fact, for both databases, the MLP combination presented the best combination of accuracy and trend prediction than RBF combination. The results of the combination of best PDA networks can be seen in Table IV. As in GA combination, this results shows that MLP is the best choice. For both databases, the MLP combination presented the biggest PDA value, indicating that this combination had better accuracy and trend prediction than RBF combination. Even when RBF outperforms MLP in some metric, the performance of both are very close considering this metric. TABLE III BEST RESULTS WITH COMBIATIO BY GEETIC ALGORITHM (X(σ)). MSE ( ) ( ) MAPE (7.8961e-005) ( ) POCID ( ) ( ) SLG ( ) ( ) THEIL ( ) ( ) ARV (2.153e-005) (4.9668e 005) PDA ( ) ( ) MSE ( ) ( ) MAPE ( ) ( ) POCID ( ) ( ) SLG ( ) ( ) THEIL ( ) ( ) ARV (5.3089e 005) (4.29e-005) PDA ( ) ( ) VI. COCLUSIO This paper presented a comparison between MLP and RBF neural networks using PETR4 and VALE5 time series with and without exogenous data. It also introduced a new performance metric for selection of trained networks to combine in combination machines. Experiments were made to verify the usefulness of the proposed metric and the proposed combinations. The experiments showed that: (i) without combination, RBF outperforms MLP in general; (ii) with combination, MLP makes an improvement in performance and overcomes RBF; (iii) the proposed novel metric is useful for network selection based on the main metrics for financial investments, especially it is suitable for minimization/maximization algorithms, as used in a genetic algorithm. The two proposed combination methods had similar gains in prediction. However, the selection by the best PDA can TABLE IV BEST RESULTS WITH COMBIATIO BY THE BEST ETWORKS RAKED BY PDA METRIC (X(σ)). MSE ( ) ( ) MAPE ( ) ( ) POCID ( ) ( ) SLG ( ) ( ) THEIL ( ) ( ) ARV (3.5254e-005) (3.6346e 005) PDA ( ) ( ) MSE ( ) ( ) MAPE ( ) ( ) POCID ( ) ( ) SLG ( ) ( ) THEIL ( ) ( ) ARV (6.0259e 005) (3.2269e-005) PDA ( ) ( ) be more suitable because genetic algorithm have a high computational cost. Also, the proposed metric is a natural evolution of SLG that aims to improve the rank of network based on accuracy as well, instead of trend exclusively. The results obtained showed some relation between this metric and other accuracy/trend metrics. In other words, when PDA increases, the accuracy/trend has also an improvement. REFERECES [1] Brockwell, P. J. and Davis, R. A. Introduction to Time Series and Forecasting. ew York, USA : Springer Verlag, [2] Chu, Ching W., Ching Z. and Guoqiang P. A comparative study of linear and nonlinear models for aggregate retail sales forecasting. International Journal of Production Economics, pp , [3] De Gooijer, Jan G., Jan K. and Kuldeep. Some recent developments in non-linear times series modeling, testing and forecasting. Prentice Hall, [4] Haykin S. eural etworks: a Comprehensive Foundation. Second Edition. International Journal of Forecasting, vol. 8, pp , [5] Charkha, Pritam R. Stock Prediction and Trend Prediction using eural etwork. First International Conference on Emerging Trends in Engineering and Technology, pp , [6] Ferreira T. A. E., Vasconcelos G. C. and Adeodato P. J. L. A ew Intelligent System Methodology for Time Series Forecasting with Artificial eural etworks. eural Process Letters, vol. 28, pp , [7] Schumpeter J. A. The Theory of Economic Development: An Inquiry into Profits, Capital, Credit, Interest, and the Business Cycle. Transaction Publishers, [8] Amorim eto M. C., Calvalcanti G. D. C., Ren T. I. Financial time series prediction using exogenous series and combined neural networks. International Joint Conference on eural etworks, pp , 2009.

Applying 2 k Factorial Design to assess the performance of ANN and SVM Methods for Forecasting Stationary and Non-stationary Time Series

Applying 2 k Factorial Design to assess the performance of ANN and SVM Methods for Forecasting Stationary and Non-stationary Time Series Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 60 69 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models Int'l Conf. Artificial Intelligence ICAI' 1 Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models A. Molina Instituto Tecnológico de

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 370-374 3 rd World Conference on Information Technology (WCIT-2012) Automatically Forecasting Magazine Demands and Modeling Seasonality

More information

Forecasting Construction Cost Index using Energy Price as an Explanatory Variable

Forecasting Construction Cost Index using Energy Price as an Explanatory Variable Forecasting Construction Cost Index using Energy Price as an Explanatory Variable Variations of ENR (Engineering News Record) Construction Cost Index (CCI) are problematic for cost estimation and bid preparation.

More information

Managers require good forecasts of future events. Business Analysts may choose from a wide range of forecasting techniques to support decision making.

Managers require good forecasts of future events. Business Analysts may choose from a wide range of forecasting techniques to support decision making. Managers require good forecasts of future events. Business Analysts may choose from a wide range of forecasting techniques to support decision making. Three major categories of forecasting approaches:

More information

A Short-Term Bus Load Forecasting System

A Short-Term Bus Load Forecasting System 2 th International Conference on Hybrid Intelligent Systems A Short-Term Bus Load Forecasting System Ricardo Menezes Salgado Institute of Exact Sciences Federal University of Alfenase Alfenas-MG, Brazil

More information

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Electrical and Electronic Engineering 2018, 8(2): 37-52 DOI: 10.5923/j.eee.20180802.02 Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Kamran Rahimimoghadam

More information

APPLICATION OF TIME-SERIES DEMAND FORECASTING MODELS WITH SEASONALITY AND TREND COMPONENTS FOR INDUSTRIAL PRODUCTS

APPLICATION OF TIME-SERIES DEMAND FORECASTING MODELS WITH SEASONALITY AND TREND COMPONENTS FOR INDUSTRIAL PRODUCTS International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 7, July 2017, pp. 1599 1606, Article ID: IJMET_08_07_176 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=7

More information

An Artificial Neural Network for Data Forecasting Purposes

An Artificial Neural Network for Data Forecasting Purposes 34 Informatica Economică vol. 19, no. 2/2015 An Artificial Neural Network for Data Forecasting Purposes Cătălina-Lucia COCIANU, Hakob GRIGORYAN Bucharest University of Economic Studies, Bucharest, Romania

More information

Natural Gas Market Prediction via Statistical and Neural Network Methods

Natural Gas Market Prediction via Statistical and Neural Network Methods 2nd AIEE Energy Symposium Natural Gas Market Prediction via Statistical and Neural Network Methods Dr. Mona Shokripour, Energy Statistician Gas Exporting Countries Forum (GECF) Data and Information Services

More information

Choosing the Right Type of Forecasting Model: Introduction Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What?

Choosing the Right Type of Forecasting Model: Introduction Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What? Choosing the Right Type of Forecasting Model: Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What? Structural Shifts in Parameters Model Misspecification Missing, Smoothed,

More information

Short-term electricity price forecasting in deregulated markets using artificial neural network

Short-term electricity price forecasting in deregulated markets using artificial neural network Proceedings of the 2011 International Conference on Industrial Engineering and Operations Management Kuala Lumpur, Malaysia, January 22 24, 2011 Short-term electricity price forecasting in deregulated

More information

Genetic Algorithm and Neural Network

Genetic Algorithm and Neural Network Proceedings of the 7th WSEAS International Conference on Applied Informatics and Communications, Athens, Greece, August 24-26, 2007 345 Genetic Algorithm and Neural Network JIRI STASTNY*, VLADISLAV SKORPIL**

More information

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Adam V. Adamopoulos Democritus University of Thrace, Department of Medicine, Medical Physics Laboratory, 681 00, Alexandroupolis,

More information

Forecasting Thai Baht vs U.S. Dollar Rates Using the ARIMA Model

Forecasting Thai Baht vs U.S. Dollar Rates Using the ARIMA Model Forecasting Thai Baht vs U.S. Dollar Rates Using the ARIMA Model. Department of Business Economics School of Economics, Bangkok University E-mail: channarong.c@bu.ac.th ARIMA.. 55.. 55 9- ARIMA (1,, )

More information

Estimation of pesticides usage in the agricultural sector in Turkey using Artificial Neural Network (ANN)

Estimation of pesticides usage in the agricultural sector in Turkey using Artificial Neural Network (ANN) Publication date: 18 October 2009, http://www.biosciences.elewa.org/; ISSN 2071-7024 Estimation of pesticides usage in the agricultural sector in Turkey using Artificial Neural Network (ANN) Özbek F. Ş.

More information

Artificial Neural Network Analysis of the Solar-Assisted Heat Pumps Performance for Domestic Hot Water Production

Artificial Neural Network Analysis of the Solar-Assisted Heat Pumps Performance for Domestic Hot Water Production Artificial Neural Network Analysis of the Solar-Assisted Heat Pumps Performance for Domestic Hot Water Production Alireza Zendehboudi, Xianting Li*, Siyuan Ran Department of Building Science, School of

More information

Selecting an Optimal Compound of a University Research Team by Using Genetic Algorithms

Selecting an Optimal Compound of a University Research Team by Using Genetic Algorithms Selecting an Optimal Compound of a University Research Team by Using Genetic Algorithms Florentina Alina Chircu 1 (1) Department of Informatics, Petroleum Gas University of Ploiesti, Romania E-mail: chircu_florentina@yahoo.com

More information

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Mahboobeh Dorosti,. Vahid Khatibi Bardsiri Department of Computer Engineering, Kerman Branch, Islamic Azad

More information

Genetic Algorithm for Supply Planning Optimization under Uncertain Demand

Genetic Algorithm for Supply Planning Optimization under Uncertain Demand Genetic Algorithm for Supply Planning Optimization under Uncertain Demand Tezuka Masaru and Hiji Masahiro Hitachi Tohoku Software, Ltd. 2-16-10, Honcho, Aoba ward, Sendai City, 980-0014, Japan {tezuka,hiji}@hitachi-to.co.jp

More information

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Contents Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM)

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Nummon Chimkeaw, Yonghee Lee, Hyunjeong Lee and Sangmun Shin Department

More information

A Combined Seasonal ARIMA and ANN Model for Improved Results in Electricity Spot Price Forecasting: Case Study in Turkey

A Combined Seasonal ARIMA and ANN Model for Improved Results in Electricity Spot Price Forecasting: Case Study in Turkey A Combined Seasonal ARIMA and ANN Model for Improved Results in Electricity Spot Price Forecasting: Case Study in Turkey Avni Ozozen 1, Gulgun Kayakutlu 1, Marcel Ketterer 2, Ozgur Kayalica 3 1 Department

More information

Neural Networks and Applications in Bioinformatics

Neural Networks and Applications in Bioinformatics Contents Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

Forecasting Electricity Consumption with Neural Networks and Support Vector Regression

Forecasting Electricity Consumption with Neural Networks and Support Vector Regression Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 58 ( 2012 ) 1576 1585 8 th International Strategic Management Conference Forecasting Electricity Consumption with Neural

More information

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants I. Bertini 1, M. De Felice 1,2, S. Pizzuti 1 1- ENEA (Italian Energy

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

Management System of Distribution Transformer Loading

Management System of Distribution Transformer Loading Management System of Distribution Transformer Loading A. G. Leal, M.Sc J. A. Jardini, Ph.D. L. C. Magrini, Ph.D. S. U. Ahn, Ph.D. D. Battani Abstract - This paper presents an Integrated Management System

More information

A Review For Electricity Price Forecasting Techniques In Electricity Markets

A Review For Electricity Price Forecasting Techniques In Electricity Markets A Review For Electricity Price Forecasting Techniques In Electricity Markets Ankur Jain Ankit Tuli Misha Kakkar Student,AUUP, Noida Student,AUUP, Noida Professor, AUUP, Noida Abstract Electricity Price

More information

Software Next Release Planning Approach through Exact Optimization

Software Next Release Planning Approach through Exact Optimization Software Next Release Planning Approach through Optimization Fabrício G. Freitas, Daniel P. Coutinho, Jerffeson T. Souza Optimization in Software Engineering Group (GOES) Natural and Intelligent Computation

More information

DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL FOR DEMAND FORECASTING IN FLUCTUATING MARKETS

DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL FOR DEMAND FORECASTING IN FLUCTUATING MARKETS Proceedings of the 11 th International Conference on Manufacturing Research (ICMR2013), Cranfield University, UK, 19th 20th September 2013, pp 163-168 DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL

More information

arxiv: v1 [cs.lg] 26 Oct 2018

arxiv: v1 [cs.lg] 26 Oct 2018 Comparing Multilayer Perceptron and Multiple Regression Models for Predicting Energy Use in the Balkans arxiv:1810.11333v1 [cs.lg] 26 Oct 2018 Radmila Janković 1, Alessia Amelio 2 1 Mathematical Institute

More information

Establishment of Wheat Yield Prediction Model in Dry Farming Area Based on Neural Network

Establishment of Wheat Yield Prediction Model in Dry Farming Area Based on Neural Network Establishment of Wheat Yield Prediction Model in Dry Farming Area Based on Neural Network Aiping Wang ABSTRACT The accurate prediction of wheat yield based on the wheat yield data of the previous years

More information

Artificial Neural Network Model Prediction of Glucose by Enzymatic Hydrolysis of Rice Straw

Artificial Neural Network Model Prediction of Glucose by Enzymatic Hydrolysis of Rice Straw Journal of Engineering Science, Vol. 10, 85 94, 2014 Artificial Neural Network Model Prediction of Glucose by Enzymatic Hydrolysis of Rice Straw Erniza Mohd Johan Jaya, Nur Atiqah Norhalim and Zainal Ahmad

More information

New Methods and Data that Improves Contact Center Forecasting. Ric Kosiba and Bayu Wicaksono

New Methods and Data that Improves Contact Center Forecasting. Ric Kosiba and Bayu Wicaksono New Methods and Data that Improves Contact Center Forecasting Ric Kosiba and Bayu Wicaksono What we are discussing today Purpose of forecasting (and which important metrics) Humans versus (Learning) Machines

More information

WATER LEVEL PREDICTION BY ARTIFICIAL NEURAL NETWORK IN THE SURMA-KUSHIYARA RIVER SYSTEM OF BANGLADESH

WATER LEVEL PREDICTION BY ARTIFICIAL NEURAL NETWORK IN THE SURMA-KUSHIYARA RIVER SYSTEM OF BANGLADESH WATER LEVEL PREDICTION BY ARTIFICIAL NEURAL NETWORK IN THE SURMA-KUSHIYARA RIVER SYSTEM OF BANGLADESH Robin Kumar Biswas MEE0877 Supervisor: Prof. A. W. Jayawardena ABSTRACT The nonlinear relationship

More information

Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen

Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen Department of Electrical and Computer Engineering Colorado State University Fort Collins, Colorado,

More information

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP ISSN 1691-5402 ISBN 978-9984-44-028-6 Environment. Technology. Resources Proceedings of the 7 th International Scientific and Practical Conference. Volume I1 Rēzeknes Augstskola, Rēzekne, RA Izdevniecība,

More information

A Parametric Bootstrapping Approach to Forecast Intermittent Demand

A Parametric Bootstrapping Approach to Forecast Intermittent Demand Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. A Parametric Bootstrapping Approach to Forecast Intermittent Demand Vijith Varghese, Manuel Rossetti Department

More information

MODELING THE ELECTRICITY CONSUMPTION OF THE BRAZILIAN FREE TRADING ENVIRONMENT WITH GENETIC PROGRAMMING

MODELING THE ELECTRICITY CONSUMPTION OF THE BRAZILIAN FREE TRADING ENVIRONMENT WITH GENETIC PROGRAMMING MODELING THE ELECTRICITY CONSUMPTION OF THE BRAZILIAN FREE TRADING ENVIRONMENT WITH GENETIC PROGRAMMING Bruno Quaresma Bastos Departamento de Engenharia Industrial, PUC-Rio Marquês de São Vicente Street,

More information

A Data-driven Prognostic Model for

A Data-driven Prognostic Model for A Data-driven Prognostic Model for Industrial Equipment Using Time Series Prediction Methods A Data-driven Prognostic Model for Industrial Equipment Using Time Series Prediction Methods S.A. Azirah, B.

More information

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS Darie MOLDOVAN, PhD * Mircea RUSU, PhD student ** Abstract The objective of this paper is to demonstrate the utility

More information

Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis

Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis Peter Laurinec, Marek Lóderer, Petra Vrablecová, Mária Lucká, Viera Rozinajová, Anna Bou Ezzeddine 12.12.2016 Slovak

More information

Methods and Applications of Statistics in Business, Finance, and Management Science

Methods and Applications of Statistics in Business, Finance, and Management Science Methods and Applications of Statistics in Business, Finance, and Management Science N. Balakrishnan McMaster University Department ofstatistics Hamilton, Ontario, Canada 4 WILEY A JOHN WILEY & SONS, INC.,

More information

The Optimization of Neural Networks Model for X-ray Lithography of Semiconductor

The Optimization of Neural Networks Model for X-ray Lithography of Semiconductor ECE 539 Final Project Report The Optimization of Neural Networks Model for X-ray Lithography of Semiconductor Student: Jialin Zhang Abstract X-ray lithography with nm-level wavelengths provides both high

More information

This page is for indexing purposes and will not be printed in the conference proceedings book.

This page is for indexing purposes and will not be printed in the conference proceedings book. This page is for indexing purposes and will not be printed in the conference proceedings book. The text area is 29 45 picas (~12.3 cm 19 cm) to fit in the printed proceedings book without reduction. When

More information

An Efficient and Effective Immune Based Classifier

An Efficient and Effective Immune Based Classifier Journal of Computer Science 7 (2): 148-153, 2011 ISSN 1549-3636 2011 Science Publications An Efficient and Effective Immune Based Classifier Shahram Golzari, Shyamala Doraisamy, Md Nasir Sulaiman and Nur

More information

Fuzzy Logic based Short-Term Electricity Demand Forecast

Fuzzy Logic based Short-Term Electricity Demand Forecast Fuzzy Logic based Short-Term Electricity Demand Forecast P.Lakshmi Priya #1, V.S.Felix Enigo #2 # Department of Computer Science and Engineering, SSN College of Engineering, Chennai, Tamil Nadu, India

More information

MACHINE LEARNING BASED ELECTRICITY DEMAND FORECASTING

MACHINE LEARNING BASED ELECTRICITY DEMAND FORECASTING MACHINE LEARNING BASED ELECTRICITY DEMAND FORECASTING Zeynep Çamurdan, Murat Can Ganiz Department of Computer Engineering, Marmara University Istanbul/Turkey {zeynep.camurdan, murat.ganiz}@marmara.edu.tr

More information

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization CECÍLIA REIS 1,2, LEONARDO PAIVA 2, JORGE MOUTINHO 2, VIRIATO M. MARQUES 1,3 1 GECAD Knowledge Engineering and Decision Support

More information

Developing. Neural Models. with Tradecision. A step-by-step tutorial for the development of your own neural network expert. Version 4.

Developing. Neural Models. with Tradecision. A step-by-step tutorial for the development of your own neural network expert. Version 4. Developing Neural Models with Tradecision A step-by-step tutorial for the development of your own neural network expert Version 4.7 2001-2009 Alyuda Research. All rights reserved. Developing Neural Models

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

CHAPTER 3 RESEARCH METHODOLOGY

CHAPTER 3 RESEARCH METHODOLOGY 72 CHAPTER 3 RESEARCH METHODOLOGY Inventory management is considered to be an important field in Supply chain management. Once the efficient and effective management of inventory is carried out throughout

More information

International Journal of Industrial Engineering Computations

International Journal of Industrial Engineering Computations International Journal of Industrial Engineering Computations 2 (2011) 431 438 Contents lists available at GrowingScience International Journal of Industrial Engineering Computations homepage: www.growingscience.com/ijiec

More information

Selection of a Forecasting Technique for Beverage Production: A Case Study

Selection of a Forecasting Technique for Beverage Production: A Case Study World Journal of Social Sciences Vol. 6. No. 3. September 2016. Pp. 148 159 Selection of a Forecasting Technique for Beverage Production: A Case Study Sonia Akhter**, Md. Asifur Rahman*, Md. Rayhan Parvez

More information

Modeling Agent s Preferences Based on Prospect Theory

Modeling Agent s Preferences Based on Prospect Theory Multidisciplinary Workshop on Advances in Preference Handling: Papers from the AAAI-14 Workshop Modeling Agent s Preferences Based on Prospect Theory Paulo André L. Castro 1, Simon Parsons 2 (1) Technological

More information

CHAPTER 4 A FRAMEWORK FOR CUSTOMER LIFETIME VALUE USING DATA MINING TECHNIQUES

CHAPTER 4 A FRAMEWORK FOR CUSTOMER LIFETIME VALUE USING DATA MINING TECHNIQUES 49 CHAPTER 4 A FRAMEWORK FOR CUSTOMER LIFETIME VALUE USING DATA MINING TECHNIQUES 4.1 INTRODUCTION Different groups of customers prefer some special products. Customers type recognition is one of the main

More information

Volume-5, Issue-1, June-2018 ISSN No:

Volume-5, Issue-1, June-2018 ISSN No: FORECASTING EXCHANGE RATE WITH AR(1) AND MA(1) Armi Bakar Lecture at Universitas Indraprasta PGRI, Jakarta, indonesia Abstract In this study has a major problem with the B & J methodology, the problem

More information

Permutation Free Encoding Technique for Evolving Neural Networks

Permutation Free Encoding Technique for Evolving Neural Networks Permutation Free Encoding Technique for Evolving Neural Networks Anupam Das, Md. Shohrab Hossain, Saeed Muhammad Abdullah, and Rashed Ul Islam Department of Computer Science and Engineering, Bangladesh

More information

Artificial neural network application in modeling revenue returns from mobile payment services in Kenya

Artificial neural network application in modeling revenue returns from mobile payment services in Kenya American Journal of Theoretical and Applied Statistics 2014; 3(3): 60-64 Published online May 10, 2014 (http://www.sciencepublishinggroup.com/j/ajtas) doi: 10.11648/j.ajtas.20140303.11 Artificial neural

More information

Feature Selection for Predictive Modelling - a Needle in a Haystack Problem

Feature Selection for Predictive Modelling - a Needle in a Haystack Problem Paper AB07 Feature Selection for Predictive Modelling - a Needle in a Haystack Problem Munshi Imran Hossain, Cytel Statistical Software & Services Pvt. Ltd., Pune, India Sudipta Basu, Cytel Statistical

More information

PREDICTING THE EVOLUTION OF BET INDEX, USING AN ARIMA MODEL. KEYWORDS: ARIMA, BET, prediction, moving average, autoregressive

PREDICTING THE EVOLUTION OF BET INDEX, USING AN ARIMA MODEL. KEYWORDS: ARIMA, BET, prediction, moving average, autoregressive PREDICTING THE EVOLUTION OF BET INDEX, USING AN ARIMA MODEL Florin Dan Pieleanu 1* ABSTRACT Trying to predict the future price of certain stocks, securities or indexes is quite a common goal, being motivated

More information

Time Series Modeling with Genetic Programming Relative to ARIMA Models

Time Series Modeling with Genetic Programming Relative to ARIMA Models Time Series Modeling with Genetic Programming Relative to ARIMA Models Miroslav Kľúčik 1, Jana Juriová 2, Marian Kľúčik 3 1 INFOSTAT, Slovakia, klucik@infostat.sk 2 INFOSTAT, Slovakia, juriova@infostat.sk

More information

Projection of future availability of teak wood from forest plantations and its prices in Kerala State, India

Projection of future availability of teak wood from forest plantations and its prices in Kerala State, India Projection of future availability of teak wood from forest plantations and its prices in Kerala State, India M.Sivaram Statistics Discipline Division of Forest Information Management System Kerala Forest

More information

Comparison of Different Independent Component Analysis Algorithms for Sales Forecasting

Comparison of Different Independent Component Analysis Algorithms for Sales Forecasting International Journal of Humanities Management Sciences IJHMS Volume 2, Issue 1 2014 ISSN 2320 4044 Online Comparison of Different Independent Component Analysis Algorithms for Sales Forecasting Wensheng

More information

Impact of Consumption Demand Data on DLA Forecast Accuracy

Impact of Consumption Demand Data on DLA Forecast Accuracy Impact of Consumption Demand Data on DLA Forecast Accuracy Presented By Vivek Kumar Robert Lo Linda Tsang Project Advisor: Robin Roundy Project Sponsor: Eric Gentsch 1 Agenda Background Study Objectives

More information

Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking

Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking Raneel Kumar, Krishnil Chand, Sunil Pranit Lal School of Computing, Information, and Mathematical Sciences University

More information

Short-Term System Marginal Price Forecasting Using System-Type Neural Network Architecture

Short-Term System Marginal Price Forecasting Using System-Type Neural Network Architecture Short-Term System Marginal Price ing Using System-Type eural etwork Architecture Byounghee Kim, John P. Velas, Jeongkyu Lee, Jongbae Park, Member, IEEE, Joongrin Shin, and Kwang Y. Lee, Fellow, IEEE Abstract

More information

An Implementation of genetic algorithm based feature selection approach over medical datasets

An Implementation of genetic algorithm based feature selection approach over medical datasets An Implementation of genetic algorithm based feature selection approach over medical s Dr. A. Shaik Abdul Khadir #1, K. Mohamed Amanullah #2 #1 Research Department of Computer Science, KhadirMohideen College,

More information

Planning and Sourcing

Planning and Sourcing Planning and Sourcing Sales Forecast Accuracy A Lot of Talk, but Is There Enough Action? Facilitated by Matt Wilkerson and Colin Maxwell September 9-10, 2008 New Orleans, LA Session Content Analysis of

More information

Research Article Forecasting Bank Deposits Rate: Application of ARIMA and Artificial Neural Networks

Research Article Forecasting Bank Deposits Rate: Application of ARIMA and Artificial Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(3): 527-532, 2014 DOI:10.19026/rjaset.7.286 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted: February

More information

College of information technology Department of software

College of information technology Department of software University of Babylon Undergraduate: third class College of information technology Department of software Subj.: Application of AI lecture notes/2011-2012 ***************************************************************************

More information

Fixed vs. Self-Adaptive Crossover-First Differential Evolution

Fixed vs. Self-Adaptive Crossover-First Differential Evolution Applied Mathematical Sciences, Vol. 10, 2016, no. 32, 1603-1610 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.6377 Fixed vs. Self-Adaptive Crossover-First Differential Evolution Jason

More information

DATA MINING METHODS FOR PREDICTION OF AIR POLLUTION

DATA MINING METHODS FOR PREDICTION OF AIR POLLUTION ISSN (ONLINE): 2395-695X ISSN (PRINT): 2395-695X International Journal of Advanced Research in Basic Engineering Sciences and Technology (IJARBEST) Volume 2, Special Issue 19, October 2016 DATA MINING

More information

Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong

Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong Machine learning models can be used to predict which recommended content users will click on a given website.

More information

THEORETICAL ASPECTS CONCERNING THE USE OF THE STATISTICAL- ECONOMETRIC INSTRUMENTS THE ANALYSIS OF THE FINANCIAL ASSETS

THEORETICAL ASPECTS CONCERNING THE USE OF THE STATISTICAL- ECONOMETRIC INSTRUMENTS THE ANALYSIS OF THE FINANCIAL ASSETS THEORETICAL ASPECTS CONCERNING THE USE OF THE STATISTICAL- ECONOMETRIC INSTRUMENTS THE ANALYSIS OF THE FINANCIAL ASSETS Professor Constantin ANGHELACHE PhD. Academy of Economic Studies, Bucharest, Artifex

More information

Genetic Algorithm and Application in training Multilayer Perceptron Model

Genetic Algorithm and Application in training Multilayer Perceptron Model Genetic Algorithm and Application in training Multilayer Perceptron Model Tuan Dung Lai Faculty of Science, Engineering and Technology Swinburne University of Technology Hawthorn, Victoria 3122 Email:

More information

MODELLING STUDIES BY APPLICATION OF ARTIFICIAL NEURAL NETWORK USING MATLAB

MODELLING STUDIES BY APPLICATION OF ARTIFICIAL NEURAL NETWORK USING MATLAB Journal of Engineering Science and Technology Vol. 10, No.11 (2015) 1477-1486 School of Engineering, Taylor s University MODELLING STUDIES BY APPLICATION OF ARTIFICIAL NEURAL NETWORK USING MATLAB K. S.

More information

Ensemble Learning for Large-Scale Workload Prediction

Ensemble Learning for Large-Scale Workload Prediction Received 2 July 2013; revised 3 January 2014; accepted 10 January 2014. Date of publication 7 April 2014; date of current version 30 July 2014. Digital Object Identifier 10.1109/TETC.2014.2310455 Ensemble

More information

Stock data models analysis based on window mechanism

Stock data models analysis based on window mechanism Journal of Mathematics and Informatics Vol. 1, 2013-14, 60-65 ISSN: 2349-0632 (P), 2349-0640 (online) Published on 20 May 2014 www.researchmathsci.org Journal of Stock data models analysis based on window

More information

Multilayer perceptron and regression modelling to forecast hourly nitrogen dioxide concentrations

Multilayer perceptron and regression modelling to forecast hourly nitrogen dioxide concentrations Air Pollution XXII 39 Multilayer perceptron and regression modelling to forecast hourly nitrogen dioxide concentrations C. Capilla Department of Applied Statistics and Operations Research and Quality,

More information

Analytics for Banks. September 19, 2017

Analytics for Banks. September 19, 2017 Analytics for Banks September 19, 2017 Outline About AlgoAnalytics Problems we can solve for banks Our experience Technology Page 2 About AlgoAnalytics Analytics Consultancy Work at the intersection of

More information

Supplemental Digital Content. A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy

Supplemental Digital Content. A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy Supplemental Digital Content A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy Alistair E. W. Johnson, BS Centre for Doctoral Training in Healthcare

More information

Using Utility Information to Calibrate Customer Demand Management Behavior Models

Using Utility Information to Calibrate Customer Demand Management Behavior Models IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 16, NO. 2, MAY 2001 317 Using Utility Inmation to Calibrate Customer Demand Management Behavior Models Murat Fahriog lu, Student Member, IEEE and Fernando L. Alvarado,

More information

COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM

COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM 1 MANSI GANGWAR, 2 MAIYA DIN, 3 V. K. JHA 1 Information Security, 3 Associate Professor, 1,3 Dept of CSE, Birla Institute of Technology, Mesra

More information

DNA genetic artificial fish swarm constant modulus blind equalization algorithm and its application in medical image processing

DNA genetic artificial fish swarm constant modulus blind equalization algorithm and its application in medical image processing DNA genetic artificial fish swarm constant modulus blind equalization algorithm and its application in medical image processing Y.C. Guo 1,, H. Wang 1 and B.L. Zhang 1 1 Jiangsu Key Laboratory of Meteorological

More information

Bio-inspired Active Vision. Martin Peniak, Ron Babich, John Tran and Davide Marocco

Bio-inspired Active Vision. Martin Peniak, Ron Babich, John Tran and Davide Marocco Bio-inspired Active Vision Martin Peniak, Ron Babich, John Tran and Davide Marocco GPU Computing Lab Traditional Computer Vision 3 Traditional Computer Vision Teaching a computer to classify objects has

More information

Advanced Analytics through the credit cycle

Advanced Analytics through the credit cycle Advanced Analytics through the credit cycle Alejandro Correa B. Andrés Gonzalez M. Introduction PRE ORIGINATION Credit Cycle POST ORIGINATION ORIGINATION Pre-Origination Propensity Models What is it?

More information

Geometric Semantic Genetic Programming Algorithm and Slump Prediction

Geometric Semantic Genetic Programming Algorithm and Slump Prediction Geometric Semantic Genetic Programming Algorithm and Slump Prediction Juncai Xu 1, Zhenzhong Shen 1, Qingwen Ren 1, Xin Xie 2, and Zhengyu Yang 2 1 College of Water Conservancy and Hydropower Engineering,

More information

Keywords Genetic Algorithm (GA), Evolutionary, Representation, Binary, Floating Point, Operator

Keywords Genetic Algorithm (GA), Evolutionary, Representation, Binary, Floating Point, Operator Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Review on Genetic

More information

Introduction to Artificial Intelligence. Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST

Introduction to Artificial Intelligence. Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST Introduction to Artificial Intelligence Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST Chapter 9 Evolutionary Computation Introduction Intelligence can be defined as the capability of a system to

More information

Changing Mutation Operator of Genetic Algorithms for optimizing Multiple Sequence Alignment

Changing Mutation Operator of Genetic Algorithms for optimizing Multiple Sequence Alignment International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 11 (2013), pp. 1155-1160 International Research Publications House http://www. irphouse.com /ijict.htm Changing

More information

ANN-Based Sizing of Battery Storage in a StandAlone PV System

ANN-Based Sizing of Battery Storage in a StandAlone PV System Journal of Automation and Control Engineering Vol., No. 1, February 1 ANN-Based Sizing of Battery Storage in a StandAlone PV System Ahmet Afşin Kulaksız, Bayram Akdemir, and Hale Bakır Selcuk University,

More information

AUTOMATIC TEST CASE GENERATION BASED ON GENETIC ALGORITHM

AUTOMATIC TEST CASE GENERATION BASED ON GENETIC ALGORITHM AUTOMATIC TEST CASE GEERATIO BASED O GEETIC ALGORITHM DA LIU, XUEJU WAG, JIAMI WAG School of Information Science and Technology,Shijiazhuang Tiedao University, Shijiazhuang050043, China E-mail: liudanld@126.com

More information

Artificial Neural Network Modeling of an Inverse Fluidized Bed Bioreactor *RAJASIMMAN, M, GOVINDARAJAN, L, KARTHIKEYAN, C

Artificial Neural Network Modeling of an Inverse Fluidized Bed Bioreactor *RAJASIMMAN, M, GOVINDARAJAN, L, KARTHIKEYAN, C JASEM ISSN 1119-8362 All rights reserved Full-text Available Online at www.bioline.org.br/ja J. Appl. Sci. Environ. Manage. June, 27 Vol. 11 (2) 65-69 Artificial Neural Network Modeling of an Inverse Fluidized

More information

+ Evaluation Technology of Software Reliability by using the BP Neural Network

+ Evaluation Technology of Software Reliability by using the BP Neural Network RESEARCH ARTICLE OPEN ACCESS + Evaluation Technology of Software Reliability by using the BP Neural Network D.Jyothirmai 1, M.Suresh Kumar 2, Dr.Katta Subba Rao 3 1 (CSE, BVRIT, Narsapur), 2 (Scientist-E,DRDO,Hyderabad,Telangana),

More information

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING Wahab Musa Department of Electrical Engineering, Universitas Negeri Gorontalo, Kota Gorontalo, Indonesia E-Mail: wmusa@ung.ac.id

More information

Cellular Automata Based Artificial Financial Time Series

Cellular Automata Based Artificial Financial Time Series Cellular Automata Based Artificial Financial Time Series (draft) Indre Zliobaite Dept. of Informatics, MIF, Vilnius University, e-mail: zliobaite@mif.vu.lt Abstract. We introduced cellular automata based

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

Electricity Price Modeling Using Support Vector Machines by Considering Oil and Natural Gas Price Impacts

Electricity Price Modeling Using Support Vector Machines by Considering Oil and Natural Gas Price Impacts Electricity Price Modeling Using Support Vector Machines by Considering Oil and Natural Gas Price Impacts Ali Shiri, Mohammad Afshar, Ashkan Rahimi-Kian and Behrouz Maham SNL/CIPCE, School of Electrical

More information