Forecasting Economic Time Series with Artificial Neural Networks

Size: px
Start display at page:

Download "Forecasting Economic Time Series with Artificial Neural Networks"

Transcription

1 Forecasting Economic Time Series with Artificial Neural Networks Özgür Polat * Abstract Economic policy makers are responsible for making decisions about economic variables without knowing future values of these economic variables. Uncertainty of future values of economic values causes crucial risks on decisions concerning future of whole nation given by economic policy makers. This study focuses on the use of ANNs in forecasting macroeconomic variables. For that purpose, CPI and PPI of Turkey for the period of 2000: :12 are used to forecast monthly data of year Forecasted values are compared with 2009 monthly actual values of CPI and PPI. APE for all months and MAPE for the year 2009 are calculated to evaluate ex post forecast performance of ANNs for macroeconomic variables. Results clearly indicate that ANNs provide an efficient and effective tool to forecast macroeconomic variables. APE of all months and MAPE of year 2009 of CPI and PPI are all far below 10% indicating high accuracy of ANN forecasts in macroeconomic time series. Keywords: Artificial Neural Networks, Economic Time Series, Forecasting Yapay Sinir Ağlari İle Ekonomik Zaman Serilerinin Tahmini Özet Ekonomi politikalarına karar vericiler, ekonomik değişkenlerin gelecekteki değerlerine ait bilgiler olmaksızın karar vermekten sorumludurlar. Bu değişkenlerin gelecekteki değerlerinin belirsizliği, karar vericilerin tüm ülkenin geleceğini ilgilendiren kararlarında önemli risklere neden olmaktadır. Bu çalışma, Yapay Sinir Ağlarının makroekonomik değişkenlerin tahmininde kullanılmasını araştırmaktadır. Bu amaçla, Türkiye nin 2000: :12 dönemine ait TÜFE ve ÜFE değerleri kullanılarak 2009 yılına ait aylık tahminler yapılmıştır. Tahmin edilen değerler, Yapay Sinir Ağlarının makroekonomik değişkenlerin tahmin edilmesindeki performansının değerlendirilmesi amacıyla 2009 yılında gerçekleşen aylık TÜFE ve ÜFE değerleri ile karşılaştırılmıştır. Sonuçlar, Yapay Sinir Ağlarının makroekonomik değişkenlerin tahmin edilmesinde etkili ve yeterli bir performansa sahip olduğuna işaret etmektedir. Tüm aylara ait mutlak yüzde sapma ve 2009 yılına ait ortalama mutlak yüzde sapma %10 un altında çıkarak, Yapay Sinir Ağlarının * Dicle University, Department of Economics, Diyarbakır, Turkey.

2 makroekonomik zaman serilerinin tahmininde başarılı tahmin sonuçlarını ortaya koyabileceğini göstermektedir. Anahtar Kelimeler: Yapay Sinir Ağları, Ekonomik Zaman Serisi, Öngörü Introduction Economic policy makers are responsible for making decisions about economic variables without knowing future values of these economic variables. Uncertainty of future values of economic values causes crucial risks on decisions concerning future of whole nation given by economic policy makers. The more future values of macroeconomic variables are forecasted precisely, the less macroeconomic decisions will include risks and the more policies will be successful. In this sense, economic forecasting is very important for economic planning and policy analysis. Economic forecasting has been focus of many researches in different perspectives, since forecasting of economic variables has a crucial and a prominent role in business decision-making, government policy analysis, and economic research (Ericsson, 2004). Linear estimation techniques like regression models are insufficient to analyze economic data, often nonlinear, thus an ANN based approach with superior ability to analyze nonlinearity in the data is very preferable to research economics and finance problems with nonlinear structure, noisy data and models with insufficient knowledge (Aminian et al., 2006). In the recent years, Artificial Neural Networks (ANNs) have gained rapid and vast popularity in the economic forecasting literature. Because of their flexibility, simplicity and demonstrated successes in many empirical applications, ANNs have been the focus of substantial attention as a possible technique for forecasting economic variables (Swanson and White, 1997). A short list of macroeconomic forecasting problems solved by ANNs includes commodity prices (Kohzadi et al., 1996), macroeconomic indices (Maasoumi et al., 1994), total industrial production (Chumacero, 2004), inflation (McNelis and McAdam 2004), Gross Domestic Product (Aminian et al., 2006; Swanson and White, 1997). The objective of this study is to investigate the forecast performance of ANNs in macroeconomic time series. For this purpose, 2009 monthly values of Consumer Price Index (CPI) and Producer Price Index (PPI) of Turkey are forecasted using ANN technique

3 by using data for the period of 2003: :12. The rest of the paper is organized as follows. In section 2 ANN modeling approach in forecasting time series is briefly discussed. Results of forecasting analysis are presented in section 3. Concluding remarks are gathered in section 4. Artificial Neural Networks A neural network is a massively parallel distributed processor made up of simple processing units, which has a natural propensity for storing experiential knowledge and making it available for use. It resembles brain in two respects: (1) knowledge is acquired by network from its environment through a learning process, (2) interneuron connection strengths, known as synaptic weights, are used to store the acquired knowledge. (Haykin, 2005). As a simulation of biological neurons, ANN systems are composed of a number of neurons (Zhang et al., 1998), which are interconnected data process unit (Haykin, 2005). An ANN analyzes and models the data through learning process in which every neuron receives an input from environment or from other neurons, processes it through a summing or/and activation function and sends a transformed output to other neurons or external outputs. This information processing capability enables ANNs a strength computational device and capable to learn from examples and then generalize to examples never seen before (Zhang et al., 1998). Output of a neuron can be formulated as below: n f ( wij xi j ) o (1) i where x i, w, β j and o represent inputs (or output of another neuron), weights, bias and output, respectively. Interconnection of neurons is defined by architecture of ANNs. There are three layers in a multi-layer network: an input layer, hidden layer(s), and an output layer. Data is processed throughout this network only in one direction, beginning from the input layer towards the output layer (Coakley and Brown, 2000). Learning process in ANN can be viewed as problem of updating weights so that a network can efficiently perform its task (Jain et al, 1996). ANNs conduct a dynamic programming approach using learning algorithm to iteratively adjust the weights until the error between target and output of the network is minimized (Coakley and Brown, 2000). Weights chosen at randomly at the beginning of the learning process are adjusted using learning algorithm in order to minimize network error. During the learning process, smaller learning rates tend to slow down learning process, while larger ones tend to cause network oscillation in the weight space (Zhang et al., 1998).

4 Quick propagation algorithm used in this study is a modified back-propagation algorithm developed to speed up the learning process of ANN. Quick propagation algorithm adjust all weights computing the change in the connections (weights) between neurons i and j at iteration k in the network as (Soltane et al., 2004): w where and ( k 1) E ( k) w ( k 1) (2) w ( k) w represent the learning coefficient and the weight change in the immediately preceding iteration respectively. is the momentum coefficient and can be formulate as: ( E / w E / w ( k) (3) ( k 1)) ( E / w ( k) where E is the sum of squared differences between desired and actual values of the output neurons and can be define as: 1 E 2 ( y dj y j ) (4) 2 j where y dj is the desired value of output neuron j and y j is the actual output of neuron j (Soltane et al., 2004). Forecasting Results In this study, CPI and PPI with base year 2003 of Turkey are forecasted and compared with actual values by using 2000: :12 monthly data compiled from web site of TURKSTAT. Since 2003 based values of CPI and PPI start from 2003:01, a standardized CPI and PPI are used in this study extending data back to 2000:01 using 1994 based indices. Standardized CPI and PPI series are presented in Figure 1. Forecasting computations are done using NeuralPower 2.5 program.

5 Jan-00 Jun-00 Nov-00 Apr-01 Sep-01 Feb-02 Jul-02 Dec-02 May-03 Oct-03 Mar-04 Aug-04 Jan-05 Jun-05 Nov-05 Apr-06 Sep-06 Feb-07 Jul-07 Dec-07 May-08 Oct-08 Figure 1: CPI and PPI of Turkey CPI PPI In this study, Feed Forward Network model with four inputs of lagged values of CPI and PPI (t-12, t-24, t-36, t-48), two hidden layers and Quick Propagation algorithm are used. Data between 2000:01 and 2008:12 are used as training and data between 2009:01 and 2009:12 are used to test performance of forecasted data to evaluate ex-post forecasting. Data are normalized between [-1 1] in input and output layers, and hyperbolic tangent activation function is used in both input and output layers. Since more satisfactory results are obtained, logarithmic and first difference transformation applied to data. Architecture or ANN used for forecasting CPI and PPI can be written as [ ] and [ ] respectively. Number of hidden layers and number of nodes in the hidden layers are determined heuristically according to speed of the networks in minimizing network error. Networks are trained until they reached a RMSE of 0,00001.

6 Absolute percentage error (APE) and Mean Absolute Percentage Error (MAPE) are calculated for assessment of forecasting results of ANNs, given by the equations: APE Y P Y t t (5) t n 1 Yt Pt MAPE.100 (6) n Y t 1 t where Y is the observed value, P is forecasted value, n is number of observation and t is time. Table 1 MAPE Criteria for the Assessment of a Model MAPE (%) Classification of the Forecasts <10 High Accuracy Good Accuracy Reasonable Accuracy >50 Unreliable Assessments of ANNs forecasts are based on MAPE classification proposed by Lewis (1982) cited from Fernandes et al. (2008) presented in the Table 1. Values of real CPI and PPI, forecasted values of CPI and PPI using ANNs for the year 2009, APE and MAPE values are presented in Table 2. According to criteria presented in Table 1, APE and MAPE of all months are quite lower than 10% for two series indicating high accuracy of forecasts. Table 2: Forecasting accuracy of series Months CPI Real Value ANN APE Real Value ANN APE January February March April May June July August September October November December PPI

7 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec MAPE In Figure 2, real values of CPI and PPI and forecasted values for two series using ANN are presented respectively. As can be seen in figures, graphs of CPI and PPI are very close to their forecasted values, especially almost same in some months. Figure 2: Comparison of real and forecasted values CPI ANN Conclusion This study focus on the use of ANNs in forecasting macroeconomic variables. For that purpose, CPI and PPI of Turkey for the period of 2000: :12 are used to forecast monthly data of year Forecasted values are compared with 2009 monthly actual values of CPI and PPI. APE for all months and MAPE for the year 2009 are calculated to evaluate ex post forecast performance of ANNs for macroeconomic variables. Results clearly indicate that ANNs provide an efficient and effective tool to forecast macroeconomic variables. APE of all months and MAPE of year 2009 of CPI and PPI are all far below 10 indicating high accuracy of ANN forecasts in macroeconomic time series. References AMINIAN, Farzan, SUAREZ, E.Dante, AMINIAN, Mehran and WALZ, Daniel T. (2006) Forecasting Economic Data with Neural Networks, Computational Economics, 28,

8 CHUMACERO, Rómulo (2004) Forecasting Chilean Industrial Production and Sales with Automated Procedures, Working Papers Central Bank of Chile 260, Central Bank of Chile. COAKLEY, James R. and BROWN, Carol E. (2000) Artificial Neural Networks in Accounting and Finance: Modeling Issues, International Journal of Intelligent Systems in Accounting, Finance & Management, 9, ERICSSON, Neil R. (2004) Predictable Uncertainty in Economic Forecasting, In: In Michael P. Clements and David F. Hendry, Eds., A Companion to economic forecasting, Oxford: Blackwell Publishing Ltd., FERNANDES, Paul, TEIXEIRA, Joao, FERREIRA, Jao and AZEVEDO, Susana G. (2008) Modelling Tourism Demand: A Comparative Study Between Artificial Neural Networks and The Box-Jenkins Methodology, Romanian Journal of Economic Forecasting, 9, HAYKIN, Simon (2005) Neural Networks: A Comprehensive Foundation, India, Prentice Hall, 9th Ed. JAIN, Anil K., MAO, Jianchang and MOHIUDDIN, K. M. (1996) Artificial Neural Networks: A Tutorial, Computer, 29(3), KOHZADI, Nowrouz, BOYD, Milton S., KERMANSHAHI, Bahman and KAASTRA, Iebeling (1996) A Comparison of Artificial Neural Network and Time Series Models for Forecasting Commodity Prices, Neurocomputing, 10, LEWIS, Colin David (1982) Industrial and Business Forecasting Methods: A Practical Guide to Exponential Smoothing and Curve Fitting, California, Butterworths Scientific. MAASOUMI, E. KHOTANZAD, A. and ABAYE, A. (1994) Artificial neural networks for some macroeconomic series: A first report, Econometric Reviews, 13(1), McNELIS, Paul Dominic and McADAM, Peter (2004) Forecasting Inflation with Thick Models and Neural Networks, Working Paper Series 352, European Central Bank. SOLTANE, Mohamed, ISMAIL, Mahamod and ABDUL RASHID, Zainol Abidin (2004) Artificial Neural Networks (ANN) Approach to PPG Signal Classification, International Journal of Computing & Information Sciences, 2(1), SWANSON, Rasmus Swanson and WHITE, Halbert (1997) A Model Selection Approach to Real Time Macroeconomic Forecasting Using Linear Models and Artificial Neural Networks, The Review of Economics and Statistics, 79(4),

9 ZHANG, Guoqiang, PATUWO, B. Eddy Patuwo and HU, Michael Y. (1998) Forecasting with Artificial Neural Networks: The State of the Art, International Journal of Forecasting, 14(1),

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

Power Prediction Analysis using Artificial Neural Network in MS Excel

Power Prediction Analysis using Artificial Neural Network in MS Excel Power Prediction Analysis using Artificial Neural Network in MS Excel NURHASHINMAH MAHAMAD, MUHAMAD KAMAL B. MOHAMMED AMIN Electronic System Engineering Department Malaysia Japan International Institute

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

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

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Forecasting of Indian Rupee (INR) / US Dollar (USD) Currency Exchange Rate Using Artificial Neural Network

Forecasting of Indian Rupee (INR) / US Dollar (USD) Currency Exchange Rate Using Artificial Neural Network Forecasting of Indian Rupee (INR) / US Dollar (USD) Currency Exchange Rate Using Artificial Neural Network Yusuf Perwej 1 and Asif Perwej 2 1 M.Tech, MCA, Department of Computer Science & Information System,

More information

NEURAL NETWORKS IN DATA MINING

NEURAL NETWORKS IN DATA MINING NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,

More information

Lecture 6. Artificial Neural Networks

Lecture 6. Artificial Neural Networks Lecture 6 Artificial Neural Networks 1 1 Artificial Neural Networks In this note we provide an overview of the key concepts that have led to the emergence of Artificial Neural Networks as a major paradigm

More information

Cash Forecasting: An Application of Artificial Neural Networks in Finance

Cash Forecasting: An Application of Artificial Neural Networks in Finance International Journal of Computer Science & Applications Vol. III, No. I, pp. 61-77 2006 Technomathematics Research Foundation Cash Forecasting: An Application of Artificial Neural Networks in Finance

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 [email protected] Kourosh Kiani Amirkabir University of Technology Tehran,

More information

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

More information

A Multi-level Artificial Neural Network for Residential and Commercial Energy Demand Forecast: Iran Case Study

A Multi-level Artificial Neural Network for Residential and Commercial Energy Demand Forecast: Iran Case Study 211 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (211) (211) IACSIT Press, Singapore A Multi-level Artificial Neural Network for Residential and Commercial Energy

More information

Price Prediction of Share Market using Artificial Neural Network (ANN)

Price Prediction of Share Market using Artificial Neural Network (ANN) Prediction of Share Market using Artificial Neural Network (ANN) Zabir Haider Khan Department of CSE, SUST, Sylhet, Bangladesh Tasnim Sharmin Alin Department of CSE, SUST, Sylhet, Bangladesh Md. Akter

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

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

Artificial Neural Network and Non-Linear Regression: A Comparative Study

Artificial Neural Network and Non-Linear Regression: A Comparative Study International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 Artificial Neural Network and Non-Linear Regression: A Comparative Study Shraddha Srivastava 1, *, K.C.

More information

Stock Prediction using Artificial Neural Networks

Stock Prediction using Artificial Neural Networks Stock Prediction using Artificial Neural Networks Abhishek Kar (Y8021), Dept. of Computer Science and Engineering, IIT Kanpur Abstract In this work we present an Artificial Neural Network approach to predict

More information

SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH

SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH 330 SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH T. M. D.Saumya 1, T. Rupasinghe 2 and P. Abeysinghe 3 1 Department of Industrial Management, University of Kelaniya,

More information

How To Forecast Solar Power

How To Forecast Solar Power Forecasting Solar Power with Adaptive Models A Pilot Study Dr. James W. Hall 1. Introduction Expanding the use of renewable energy sources, primarily wind and solar, has become a US national priority.

More information

American International Journal of Research in Science, Technology, Engineering & Mathematics

American International Journal of Research in Science, Technology, Engineering & Mathematics American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-349, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

More information

Neural network software tool development: exploring programming language options

Neural network software tool development: exploring programming language options INEB- PSI Technical Report 2006-1 Neural network software tool development: exploring programming language options Alexandra Oliveira [email protected] Supervisor: Professor Joaquim Marques de Sá June 2006

More information

Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57. Application of Intelligent System for Water Treatment Plant Operation.

Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57. Application of Intelligent System for Water Treatment Plant Operation. Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57 Application of Intelligent System for Water Treatment Plant Operation *A Mirsepassi Dept. of Environmental Health Engineering, School of Public

More information

Neural Network Design in Cloud Computing

Neural Network Design in Cloud Computing International Journal of Computer Trends and Technology- volume4issue2-2013 ABSTRACT: Neural Network Design in Cloud Computing B.Rajkumar #1,T.Gopikiran #2,S.Satyanarayana *3 #1,#2Department of Computer

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED VARIABLES TO PREDICT STOCK TREND DIRECTION

APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED VARIABLES TO PREDICT STOCK TREND DIRECTION LJMS 2008, 2 Labuan e-journal of Muamalat and Society, Vol. 2, 2008, pp. 9-16 Labuan e-journal of Muamalat and Society APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED

More information

Neural Networks and Back Propagation Algorithm

Neural Networks and Back Propagation Algorithm Neural Networks and Back Propagation Algorithm Mirza Cilimkovic Institute of Technology Blanchardstown Blanchardstown Road North Dublin 15 Ireland [email protected] Abstract Neural Networks (NN) are important

More information

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important.

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important. Exponential Smoothing with Trend As we move toward medium-range forecasts, trend becomes more important. Incorporating a trend component into exponentially smoothed forecasts is called double exponential

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

APPLYING DATA MINING TECHNIQUES TO FORECAST NUMBER OF AIRLINE PASSENGERS

APPLYING DATA MINING TECHNIQUES TO FORECAST NUMBER OF AIRLINE PASSENGERS APPLYING DATA MINING TECHNIQUES TO FORECAST NUMBER OF AIRLINE PASSENGERS IN SAUDI ARABIA (DOMESTIC AND INTERNATIONAL TRAVELS) Abdullah Omer BaFail King Abdul Aziz University Jeddah, Saudi Arabia ABSTRACT

More information

CALL VOLUME FORECASTING FOR SERVICE DESKS

CALL VOLUME FORECASTING FOR SERVICE DESKS CALL VOLUME FORECASTING FOR SERVICE DESKS Krishna Murthy Dasari Satyam Computer Services Ltd. This paper discusses the practical role of forecasting for Service Desk call volumes. Although there are many

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

Demand Forecasting For Economic Order Quantity in Inventory Management

Demand Forecasting For Economic Order Quantity in Inventory Management International Journal of Scientific and Research Publications, Volume 3, Issue 10, October 2013 1 Demand Forecasting For Economic Order Quantity in Inventory Management Aju Mathew*,Prof.E.M.Somasekaran

More information

FORECASTING. Operations Management

FORECASTING. Operations Management 2013 FORECASTING Brad Fink CIT 492 Operations Management Executive Summary Woodlawn hospital needs to forecast type A blood so there is no shortage for the week of 12 October, to correctly forecast, a

More information

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND K. Adjenughwure, Delft University of Technology, Transport Institute, Ph.D. candidate V. Balopoulos, Democritus

More information

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com There are at least as many ways to trade stocks and other financial instruments as there are traders. Remarkably, most people

More information

6.2.8 Neural networks for data mining

6.2.8 Neural networks for data mining 6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural

More information

Neural Networks in Data Mining

Neural Networks in Data Mining IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V6 PP 01-06 www.iosrjen.org Neural Networks in Data Mining Ripundeep Singh Gill, Ashima Department

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski [email protected]

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski [email protected] Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

Dyna ISSN: 0012-7353 [email protected] Universidad Nacional de Colombia Colombia

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia Dyna ISSN: 0012-7353 [email protected] Universidad Nacional de Colombia Colombia VELÁSQUEZ HENAO, JUAN DAVID; RUEDA MEJIA, VIVIANA MARIA; FRANCO CARDONA, CARLOS JAIME ELECTRICITY DEMAND FORECASTING USING

More information

Stock Prediction Using Artificial Neural Networks

Stock Prediction Using Artificial Neural Networks Stock Prediction Using Artificial Neural Networks A. Victor Devadoss 1, T. Antony Alphonnse Ligori 2 1 Head and Associate Professor, Department of Mathematics,Loyola College, Chennai, India. 2 Ph. D Research

More information

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network and Genetic Algorithm Based Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Consider the challenge of constructing a financial market trading system using commonly available technical

More information

Supply Chain Forecasting Model Using Computational Intelligence Techniques

Supply Chain Forecasting Model Using Computational Intelligence Techniques CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

Module 6: Introduction to Time Series Forecasting

Module 6: Introduction to Time Series Forecasting Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

Combining GLM and datamining techniques for modelling accident compensation data. Peter Mulquiney

Combining GLM and datamining techniques for modelling accident compensation data. Peter Mulquiney Combining GLM and datamining techniques for modelling accident compensation data Peter Mulquiney Introduction Accident compensation data exhibit features which complicate loss reserving and premium rate

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

NEURAL networks [5] are universal approximators [6]. It

NEURAL networks [5] are universal approximators [6]. It Proceedings of the 2013 Federated Conference on Computer Science and Information Systems pp. 183 190 An Investment Strategy for the Stock Exchange Using Neural Networks Antoni Wysocki and Maciej Ławryńczuk

More information

CAFIS REPORT 2015.10

CAFIS REPORT 2015.10 CAFIS REPORT 2015.10 INDEX Message CAFIS Inbound 03-06 07-08 CAFIS Arch 09-10 CAFIS Brain 11-12 CAFIS Global 13-14 What We Do 15-16 About CAFIS 17-18 Services for Member Stores 19-34 Services for Card

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

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

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,

More information

Choosing a Cell Phone Plan-Verizon

Choosing a Cell Phone Plan-Verizon Choosing a Cell Phone Plan-Verizon Investigating Linear Equations I n 2008, Verizon offered the following cell phone plans to consumers. (Source: www.verizon.com) Verizon: Nationwide Basic Monthly Anytime

More information

Joseph Twagilimana, University of Louisville, Louisville, KY

Joseph Twagilimana, University of Louisville, Louisville, KY ST14 Comparing Time series, Generalized Linear Models and Artificial Neural Network Models for Transactional Data analysis Joseph Twagilimana, University of Louisville, Louisville, KY ABSTRACT The aim

More information

ARTIFICIAL NEURAL NETWORKS FOR DATA MINING

ARTIFICIAL NEURAL NETWORKS FOR DATA MINING ARTIFICIAL NEURAL NETWORKS FOR DATA MINING Amrender Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110 012 [email protected] 1. Introduction Neural networks, more accurately called Artificial Neural

More information

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT 58 INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT Sudipa Sarker 1 * and Mahbub Hossain 2 1 Department of Industrial and Production Engineering Bangladesh

More information

Data Mining Techniques Chapter 7: Artificial Neural Networks

Data Mining Techniques Chapter 7: Artificial Neural Networks Data Mining Techniques Chapter 7: Artificial Neural Networks Artificial Neural Networks.................................................. 2 Neural network example...................................................

More information

Ashley Institute of Training Schedule of VET Tuition Fees 2015

Ashley Institute of Training Schedule of VET Tuition Fees 2015 Ashley Institute of Training Schedule of VET Fees Year of Study Group ID:DECE15G1 Total Course Fees $ 12,000 29-Aug- 17-Oct- 50 14-Sep- 0.167 blended various $2,000 CHC02 Best practice 24-Oct- 12-Dec-

More information

Utilization of Neural Network for Disease Forecasting

Utilization of Neural Network for Disease Forecasting Utilization of Neural Network for Disease Forecasting Oyas Wahyunggoro 1, Adhistya Erna Permanasari 1, and Ahmad Chamsudin 1,2 1 Department of Electrical Engineering and Information Technology, Gadjah

More information

An Introduction to Neural Networks

An Introduction to Neural Networks An Introduction to Vincent Cheung Kevin Cannons Signal & Data Compression Laboratory Electrical & Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Advisor: Dr. W. Kinsner May 27,

More information

Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025

Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 In December 2014, an electric rate case was finalized in MEC s Illinois service territory. As a result of the implementation of

More information

Predictive time series analysis of stock prices using neural network classifier

Predictive time series analysis of stock prices using neural network classifier Predictive time series analysis of stock prices using neural network classifier Abhinav Pathak, National Institute of Technology, Karnataka, Surathkal, India [email protected] Abstract The work pertains

More information

A neural network model to forecast Japanese demand for travel to Hong Kong

A neural network model to forecast Japanese demand for travel to Hong Kong Tourism Management 20 (1999) 89 97 A neural network model to forecast Japanese demand for travel to Hong Kong Rob Law*, Norman Au Department of Hotel and Tourism Management, The Hong Kong Polytechnic University,

More information

Comparison of Regression Model and Artificial Neural Network Model for the prediction of Electrical Power generated in Nigeria

Comparison of Regression Model and Artificial Neural Network Model for the prediction of Electrical Power generated in Nigeria Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2011, 2 (5):329-339 ISSN: 0976-8610 CODEN (USA): AASRFC Comparison of Regression Model and Artificial Neural Network

More information

Neural Networks and Support Vector Machines

Neural Networks and Support Vector Machines INF5390 - Kunstig intelligens Neural Networks and Support Vector Machines Roar Fjellheim INF5390-13 Neural Networks and SVM 1 Outline Neural networks Perceptrons Neural networks Support vector machines

More information

AN APPLICATION OF TIME SERIES ANALYSIS FOR WEATHER FORECASTING

AN APPLICATION OF TIME SERIES ANALYSIS FOR WEATHER FORECASTING AN APPLICATION OF TIME SERIES ANALYSIS FOR WEATHER FORECASTING Abhishek Agrawal*, Vikas Kumar** 1,Ashish Pandey** 2,Imran Khan** 3 *(M. Tech Scholar, Department of Computer Science, Bhagwant University,

More information

Review on Financial Forecasting using Neural Network and Data Mining Technique

Review on Financial Forecasting using Neural Network and Data Mining Technique ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:

More information

Follow links Class Use and other Permissions. For more information, send email to: [email protected]

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu COPYRIGHT NOTICE: David A. Kendrick, P. Ruben Mercado, and Hans M. Amman: Computational Economics is published by Princeton University Press and copyrighted, 2006, by Princeton University Press. All rights

More information

Software project cost estimation using AI techniques

Software project cost estimation using AI techniques Software project cost estimation using AI techniques Rodríguez Montequín, V.; Villanueva Balsera, J.; Alba González, C.; Martínez Huerta, G. Project Management Area University of Oviedo C/Independencia

More information

PROJECTS SCHEDULING AND COST CONTROLS

PROJECTS SCHEDULING AND COST CONTROLS Professional Development Day September 27th, 2014 PROJECTS SCHEDULING AND COST CONTROLS Why do we need to Control Time and Cost? Plans are nothing; Planning is everything. Dwight D. Eisenhower Back to

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 [email protected]

More information

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations Volume 3, No. 8, August 2012 Journal of Global Research in Computer Science REVIEW ARTICLE Available Online at www.jgrcs.info Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

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

Computing & Telecommunications Services Monthly Report March 2015

Computing & Telecommunications Services Monthly Report March 2015 March 215 Monthly Report Computing & Telecommunications Services Monthly Report March 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex [email protected] www.wright.edu/cats/ Last Modified

More information

THE USE OF BACK-PROPAGATION ALGORITHM IN THE ESTIMATION OF FIRM PERFORMANCE

THE USE OF BACK-PROPAGATION ALGORITHM IN THE ESTIMATION OF FIRM PERFORMANCE İstanbul Ticaret Üniversitesi Fen Bilimleri Dergisi Yıl: 5 Sayı:0 Güz 006/ s 5-64 THE USE OF BACK-PROPAGATION ALGORITHM IN THE ESTIMATION OF FIRM PERFORMANCE Ali HAYDAR *, Zafer AĞDELEN **, Pınar ÖZBEŞEKER

More information

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR JULY 2015 Area (RS-1) GSR GSR (LCS-1) Texarkana Incorporated July-15 $0.50690/Ccf $0.45450/Ccf $0.00000/Ccf $2.85090/MMBtu $17.52070/MMBtu Texarkana Unincorporated July-15 $0.56370/Ccf $0.26110/Ccf $1.66900/Ccf

More information

Forecasting Stock Prices using a Weightless Neural Network. Nontokozo Mpofu

Forecasting Stock Prices using a Weightless Neural Network. Nontokozo Mpofu Forecasting Stock Prices using a Weightless Neural Network Nontokozo Mpofu Abstract In this research work, we propose forecasting stock prices in the stock market industry in Zimbabwe using a Weightless

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

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

A New Approach For Estimating Software Effort Using RBFN Network

A New Approach For Estimating Software Effort Using RBFN Network IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.7, July 008 37 A New Approach For Estimating Software Using RBFN Network Ch. Satyananda Reddy, P. Sankara Rao, KVSVN Raju,

More information

Neural Network Based Forecasting of Foreign Currency Exchange Rates

Neural Network Based Forecasting of Foreign Currency Exchange Rates Neural Network Based Forecasting of Foreign Currency Exchange Rates S. Kumar Chandar, PhD Scholar, Madurai Kamaraj University, Madurai, India [email protected] Dr. M. Sumathi, Associate Professor,

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

A Time Series ANN Approach for Weather Forecasting

A Time Series ANN Approach for Weather Forecasting A Time Series ANN Approach for Weather Forecasting Neeraj Kumar 1, Govind Kumar Jha 2 1 Associate Professor and Head Deptt. Of Computer Science,Nalanda College Of Engineering Chandi(Bihar) 2 Assistant

More information

Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment

Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Bijay Neupane, Kasun S. Perera, Zeyar Aung, and Wei Lee Woon Masdar Institute of Science and Technology Abu Dhabi,

More information

Forecasting natural gas consumption in İstanbul using neural networks and multivariate time series methods

Forecasting natural gas consumption in İstanbul using neural networks and multivariate time series methods Turk J Elec Eng & Comp Sci, Vol.20, No.5, 2012, c TÜBİTAK doi:10.3906/elk-1101-1029 Forecasting natural gas consumption in İstanbul using neural networks and multivariate time series methods Ömer Fahrettin

More information

COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė

COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė ISSN 1392 124X INFORMATION TECHNOLOGY AND CONTROL, 2005, Vol.34, No.3 COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID Jovita Nenortaitė InformaticsDepartment,VilniusUniversityKaunasFacultyofHumanities

More information

INDIA S ELECTRICITY DEMAND FORECAST USING REGRESSION ANALYSIS AND ARTIFICIAL NEURAL NETWORKS BASED ON PRINCIPAL COMPONENTS

INDIA S ELECTRICITY DEMAND FORECAST USING REGRESSION ANALYSIS AND ARTIFICIAL NEURAL NETWORKS BASED ON PRINCIPAL COMPONENTS ISSN: 2229-6956(ONLINE) ICTACT JOURNAL ON SOFT COMPUTING, JULY 2012, VOLUME: 02, ISSUE: 04 INDIA S ELECTRICITY DEMAND FORECAST USING REGRESSION ANALYSIS AND ARTIFICIAL NEURAL NETWORKS BASED ON PRINCIPAL

More information

Performance Evaluation On Human Resource Management Of China S Commercial Banks Based On Improved Bp Neural Networks

Performance Evaluation On Human Resource Management Of China S Commercial Banks Based On Improved Bp Neural Networks Performance Evaluation On Human Resource Management Of China S *1 Honglei Zhang, 2 Wenshan Yuan, 1 Hua Jiang 1 School of Economics and Management, Hebei University of Engineering, Handan 056038, P. R.

More information

Comparative Study of Demand Forecast Accuracy for Healthcare Products Using Linear and Non Linear Regression

Comparative Study of Demand Forecast Accuracy for Healthcare Products Using Linear and Non Linear Regression International Journal of Business and Management Invention ISSN (Online): 2319 8028, ISSN (Print): 2319 801X Volume 3 Issue 5ǁ May. 2014 ǁ PP.01-10 Comparative Study of Demand Forecast Accuracy for Healthcare

More information

Anupam Tarsauliya Shoureya Kant Rahul Kala Researcher Researcher Researcher IIITM IIITM IIITM Gwalior Gwalior Gwalior

Anupam Tarsauliya Shoureya Kant Rahul Kala Researcher Researcher Researcher IIITM IIITM IIITM Gwalior Gwalior Gwalior Analysis of Artificial Neural Network for Financial Time Series Forecasting Anupam Tarsauliya Shoureya Kant Rahul Kala Researcher Researcher Researcher IIITM IIITM IIITM Gwalior Gwalior Gwalior Ritu Tiwari

More information