A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition

Size: px
Start display at page:

Download "A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition"

Transcription

1 A Review of Artificial Neural Network Applications in Control Chart Pattern Recognition M. Perry and J. Pignatiello Department of Industrial Engineering FAMU - FSU College of Engineering 2525 Pottsdamer St Tallahassee, FL Abstract On-line automated process analysis is an important area of research since it allows the interfacing of process control with computer integrated manufacturing (CIM) techniques. The inflexibility and high computational costs of traditional SPC pattern recognition methodologies have led researchers to investigate artificial neural network applications to control chart pattern recognition. This paper addresses the current state of control chart pattern recognition using artificial neural networks and presents areas for future research. Keywords: Computer-Integrated Manufacturing, Statistical process control, Pattern recognition, Artificial neural networks, Back propagation 1. Introduction Statistical process control (SPC) involves the collection, analysis and interpretation of data for use in quality monitoring activities. Control charts are powerful techniques that can provide information about process means and variances and detect the presence of special causes. Western Electric (1956) described 15 pattern classes that can represent the occurrence of special causes (i.e., trends, mixtures, cycles, systematic variation, etc). To simplify the problem of pattern recognition, Western Electric employed a heuristic approach for detecting some systematic behavior in control chart patterns. A problem with this approach to pattern recognition is that as the number of runs rules increases, so does the false-alarm rate. Additionally, the implementation of the heuristic approach was accomplished manually. This resulted in high computational costs, tediousness and inflexibility due to the difficulty of incorporating new heuristics (Hwarng, 1992). Control chart pattern recognition has received considerable attention in the literature including the application of syntactic approaches, fuzzy-expert systems and artificial neural network models. The objective of this paper is to review the current state of control chart pattern recognition using artificial neural networks (ANNs). 2. Artificial Neural Networks Artificial neura l networks evolved from the use of mathematical formulations to model biological nervous system operations. They are highly parallel computational systems comprised of interconnected artificial neurons or processing units. Neural networks use logical parallelism combined with serial operations as information in one layer is transferred to neurons in another layer. Rummelhart (1986), Russel & Norvig (1995) and Ripley (1996) give an in-depth discussion of neural network theory. ANNs consist of three types of units: input, output and hidden. Input units receive inputs from sources external to the system under study while the output units send signals out of the system. Hidden units are those whose inputs and outputs are within the system and are necessary for the network to learn interdependencies in the model. The

2 units in a neural network are connected by links and each link has a numeric weight associated with it. Weights are the primary means of long-term storage in ANNs and learning occurs through changes to the weights. Each unit s computation is split into linear and nonlinear components. The linear component, called the input function, computes the weighted sum of the units input values. The non-linear component, called the activation function, transforms the weighted sum into the unit s final activation value. Figure 1 shows a single processing node where F(l) is the linear component and F' ( l) is the nonlinear component. Figure 1. Computations in a processing node. There is a variety of network architectures useful in ANN applications. Two common structures are feed-forward and recurrent architectures. In a feed-forward network, links are unidirectional and there are no feedback cycles present. A feed-forward network involves a simple computation of a function of the input values that is dependent upon the weight settings. The only internal state is that of the weights themselves. Recurrent networks have shortterm memory capabilities as a result of feedback cycles or recurrent connections between layers. In this architecture type, a layer may receive its own output or the output of subsequent layers. A network with one or more hidden layers is referred to as a multi-layered network. With one layer of hidden units, it is possible to represent any continuous function of the inputs. With two layers discontinuous functions can also be represented (Russell and Norvig 1995). Neural networks require some method of computing the weight adjustment. There exists a variety of different methods or learning rules for accomplishing this task. Among these are back propagation (BPN), simulated annealing (SA), learning vector quantization (LVQ), probabilistic neural network (PNN), and cascade correlation learning. Back propagation is the most common in the literature due to its ability to successfully classify patterns based on their general characteristics. Back-propagation is a gradient descent algorithm that compares actual outputs with desired outputs. If an error exists, its reduction is accomplished by back propagating the error through the network and adjusting the weights. A general expression of the network error is Err = T O, where T ando are target and actual network outputs, respectively. Some commonly used network error-types are mean square error, mean absolute error and hyperbolic squared error. 3. Application of ANNs to SPC There is a growing interest to interface process control with computer integrated manufacturing (CIM) techniques. ANNs can be applied to SPC pattern recognition to automate the task of interpreting the control chart. Jacobs and Luke (1993) state that the desired characteristics of a real-time SPC system in a h ighly automated and integrated manufacturing environment are accurate representation of the process without oversimplification and adaptability to new changes. Hwarng (1992), Hwarng & Hubele (1993a,b), Pham & Oztemel (1994), Cheng (1997) and Perry, Spoerre & Velasco (2001) propose ANNs as a potential solution to SPC pattern recognition.

3 The application of ANNs to SPC can also be beneficial when prior knowledge about the probability distribution of the process data is unknown. If enough data is available for efficient training, ANNs can extract regularities in data sets without any priori assumptions. 3.1 Structural Change Identification The earliest applications of ANNs to SPC were published by Pugh (1989, 1991). Pugh trained ANNs to detect 3 conditions: (1) in-control mean, (2) upward shift and (3) downward shift. Pugh simulated xbar charts and found that with control limits at 2 σ, ANNs were equal in performance to a control chart with regard to the ARL and Type I _ X errors. However, the neural model proved superior when type II errors were considered. Smith (1994) found that a single ANN could model xbar and R charts simultaneously. Smith trained an ANN to identify mean and variance shifts. Smith showed that when large shifts were considered, the ANN performed equal to that of a standard control chart with 3 σ limits. However, when small shifts were considered, the ANN model performed better. _ X Much of the early research focused on detecting mean and variance shifts using similar approaches to Pugh (1989,1991) and Smith (1994), including Guo and Dooley (1992) and Cheng (1995). Ho and Chang (1999) developed an integrated neural network approach for monitoring process mean and variance shifts. 3.2 Identification of the Underlying Distribution Following the pioneering works of Pugh (1989,1991), many authors investigated the application of ANNs to the detection of other non-random behavioral patterns. These patterns include sudden shifts, trends, cycles, stratification, systematic variation and mixtures. Velasco and Rowe (1993) demonstrated the potential of ANN application in the analysis of quality control charts. They developed an ANN to recognize patterns that indicate out-of-control situations as specified by the Western Electric Handbook rules. This heuristic approach showed the potential application of ANNs to real-time, on-line automated analysis of control charts. A problem with this approach is that the generation of training patterns can be tedious since there is no formal means of generating these types of patterns (Perry et al, 2001). Additionally, as the number of runs rules applied to a chart increases, so does the false alarm rate. Also, runs rules do not explicitly indicate the nature of the underlying distribution of the process. Hwarng and Hubele (1993a, 1993b) developed a back propagation pattern recognizer for the identification of up/down trends, cycles, systematic up/down, stratification, mixtures and sudden shifts. Instead of using a heuristic approach, the training data was generated by the use of a pattern generator, expressed by x ( t) = µ + r( t) + d( t), where x (t) is the observation at time t, µ is the process mean when the process is in control, r (t) is a random noise component and d (t) is a special disturbance due to some assignable cause. Hwarng & Hubele (1993a) show that the trained ANN maintains a reasonable balance between Type I and Type II errors. The authors stated that the methodology presented in their research is suitable for any potential patterns that frequent traditional Shewhart control charts. The authors emphasized the major advantages of the ANN approach to control chart pattern recognition over traditional approaches are its flexibility and high-speed computation. Pham and Oztemel (1994) presented a class of control chart pattern recognizers to detect normal patterns, trends, sudden shifts and cycles. These networks used learning vector quantization (LVQ) as a method of weight adjustment. Their results showed poor performance for a standard LVQ network. However, an LVQ model with a conscience was able to classify 95.98% of the training data and recognize 92.71% of the test data. Cheng (1997) developed two types of pattern recognizers based on different neural network architectures. A back propagation ANN and a modular ANN were trained to identify trends, sudden shifts, systematic variation, mixtures and normal patterns. Highlighted in this research are the compactness of input/output representation, the ability to detect unnatural patterns when a low signal-to-noise ratio exists, the capability to detect unnatural patterns starting

4 anywhere in the sequence of the data and a directional invariance property which permits patterns of different orientations to be equally detected. Perry, Spoerre and Velasco (2001) developed two back propagation ANNs for the detection of trends, mixtures, cycles and systematic variation. Their methodology used heuristics to train one ANN and data generated from pattern generators to train the second ANN. The idea was to equip the recognition system with early detection capabilities by training an ANN to recognize any violation of the four formal tests for unnaturalness as specified by Western Electric (1956). Palm (1990) found these tests to have a good balance between sensitivity and false-alarm rate. The second network was trained to recognize patterns such as trends, cycles, systematic variation and unstable mixtures. This component gave explicit pattern information by providing information on the underlying distribution of the data. 3.3 Autocorrelated Processes Cook and Chiu (1998) developed an ANN to detect shifts in the means of correlated process parameters. Their results showed that the ANN model performed substantially better than the available SPC time-series control charts for correlated data. Cook, Zobel and Nottingham (2001) discuss the development of ANN models to detect shifts in the variance of correlated process parameters. Training and test sets were generated for each combination of variance shift size and correlation coefficient. Their results showed that across all correlation coefficients, the shifted data were correctly classified on the first observation at least 95% of the time. 4. Conclusions and Future Research If out-of-control behavior in control charts is quickly detected, corrective action can be taken prior to the onset of problems in product quality. ANN outputs can serve as a link to process parameters in a closed-loop, automated process control system. In this way, adjustments to a process can be made on-line and quality problems averted. In implementing a closed-loop, automated process control system, a necessary first step is detecting the presence of an assignable cause. Such an activity is traditionally accomplished by skilled personnel who are trained in control chart analysis. Because of the high computational cost, tediousness and inflexibility of conventional computerized pattern recognition systems, more efficient computerized alternative were needed. This led researchers to investigate the application of ANN technology to SPC pattern recognition. The ANN models reported in this paper show promising results. However, it is evident that ANNs may not be able to offer complete solutions. Therefore, integration with other techniques such as fuzzy-logic and genetic algorithms could be explored for promis ing approaches to the problem of control chart pattern recognition. With the implementation of a fuzzy-neural system, classification of patterns with simultaneous special disturbances present may be possible. Finally, an important activity in SPC chart analysis is determining the magnitude of parameters associated with a particular special disturbance, such as the magnitude of a process mean shift or the period of a cycle. The task of determining parameter magnitudes through interpolation or extrapolation to learned points may be possible due to the function approximation capabilities of neural networks. References Cheng, C. S. (1995). A multi-layered neural network model for detecting changes in the process mean. Computers and Industrial Engineering., 28(1), Cheng, C. S. (1997). A neural network approach for the analysis of control chart patterns. International Journal of Production Research, 35(3), Cook, D. F., and Chiu, C.C. (1998). Using radial basis function neural networks to recognize shifts in correlated manufacturing process parameters. IIE Transactions, 30,

5 Cook, D. F., Zobel, C. W., and Nottingham, Q. J. (2001). Utilization of neural networks for the recognition of variance shifts in correlated manufacturing process parameters. International Journal of Production Research, 39(17), Guo, Y. & Dooley, K. J. (1992). Identification of change structure in statistical process control. International Journal of Production Research, 30(7), Jacob, D. A. and Luke, S.R. (1993). Training artificial neural networks for statistical process control in The Tenth Biennial University Government Industry Microelectronics Symposium IEEE, Piscataway, NJ, USA, pp Ho, E.S. and Chang, S.I., (1999). An integrated neural network approach for simultaneous monitoring of process mean and variance shifts a comparative study. International Journal of Production Research, 37(8), Hwarng, H. B. (1992). Pattern recognition on Shewhart control charts using a neural network approach. PhD. Thesis, Arizona State University. Hwarng, H. B. & Hubele, N. F. (1993a). Back propagation pattern recognizers for x-bar control charts: Methodology and performance. Computers and Industrial Engineering, 24(2), Hwarng, H. B., & Hubele, N. F., (1993b). X-bar control chart pattern identification through efficient offline neural network training. IIE Transactions, 25(3), Palm, A. C. (1990). Tables of run length percentiles for determining the sensitivity of Shewhart control charts for averages with supplementary run rules. Journal of Quality Technology, 22(4), Perry, M.B., Spoerre, J.K., and Velasco, T. (2001). Control chart pattern recognition using artificial neural networks. International Journal of Production Research 39(15, ). Pham, D. T. & Oztemel, E. (1994). Control chart pattern recognition using learning vector quantization networks. International Journal of Production Research, 23(3), Pugh, G. A. (1989) Synthetic neural networks for process control. Computers and Industrial Engineering, 17(1-4), Pugh, G. A. (1991) A comparison of neural networks to SPC charts. Computers and Industrial Engineering, 21(1-4), Ripley, B. D. (1996) Pattern Recognition and Neural Networks. Cambridge, MA: Cambridge University Press. Rummelhart, D. E. (1986) Parallel Distributed Processing. Cambridge, MA: Cambridge University Press. Russell, S., Norvig, P. (1995). Artificial Intelligence: A Modern Approach. (Upper Saddle River, NJ: Prentice- Hall). Smith, A. E. (1994) X-bar and R control chart interpretation using neural computing. International Journal of Production Research, 32(2), Velasco, T., Rowe, R. (1993) Back propagation artificial neural networks for the analysis of quality control charts. Computers and Industrial Engineering, 25(1-4), Western Electric (1956) Statistical Quality Control Handbook. (Princeton, NJ: AT&T).

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's LITERATURE REVIEW 2. LITERATURE REVIEW Detecting trends of stock data is a decision support process. Although the Random Walk Theory claims that price changes are serially independent, traders and certain

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets 76 Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets Edward Sek Khin Wong Faculty of Business & Accountancy University of Malaya 50603, Kuala Lumpur, Malaysia

More information

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE

More information

An Improved Approach for Business & Market Intelligence using Artificial Neural Network

An Improved Approach for Business & Market Intelligence using Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION Alexey Zorin Technical University of Riga Decision Support Systems Group 1 Kalkyu Street, Riga LV-1658, phone: 371-7089530, LATVIA E-mail: alex@rulv

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

Role of soft computing techniques in predicting stock market direction

Role of soft computing techniques in predicting stock market direction REVIEWS Role of soft computing techniques in predicting stock market direction Panchal Amitkumar Mansukhbhai 1, Dr. Jayeshkumar Madhubhai Patel 2 1. Ph.D Research Scholar, Gujarat Technological University,

More information

Bond Market Prediction using an Ensemble of Neural Networks

Bond Market Prediction using an Ensemble of Neural Networks Bond Market Prediction using an Ensemble of Neural Networks Bhagya Parekh Naineel Shah Rushabh Mehta Harshil Shah ABSTRACT The characteristics of a successful financial forecasting system are the exploitation

More information

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Asian Academy of Management Journal, Vol. 7, No. 2, 17 25, July 2002 COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Joachim Tan Edward Sek

More information

Based on BP Neural Network Stock Prediction

Based on BP Neural Network Stock Prediction Based on BP Neural Network Stock Prediction Xiangwei Liu Foundation Department, PLA University of Foreign Languages Luoyang 471003, China Tel:86-158-2490-9625 E-mail: liuxwletter@163.com Xin Ma Foundation

More information

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Business Strategies in Credit Rating and the Control

More information

Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India

Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India Name Pallav Ranka (13457) Abstract Investors in stock market

More information

Predicting Economic Recession using Data Mining Techniques

Predicting Economic Recession using Data Mining Techniques Predicting Economic Recession using Data Mining Techniques Authors Naveed Ahmed Kartheek Atluri Tapan Patwardhan Meghana Viswanath Predicting Economic Recession using Data Mining Techniques Page 1 Abstract

More information

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING Sumedh Kapse 1, Rajan Kelaskar 2, Manojkumar Sahu 3, Rahul Kamble 4 1 Student, PVPPCOE, Computer engineering, PVPPCOE, Maharashtra, India 2 Student,

More information

Iran s Stock Market Prediction By Neural Networks and GA

Iran s Stock Market Prediction By Neural Networks and GA Iran s Stock Market Prediction By Neural Networks and GA Mahmood Khatibi MS. in Control Engineering mahmood.khatibi@gmail.com Habib Rajabi Mashhadi Associate Professor h_mashhadi@ferdowsi.um.ac.ir Electrical

More information

Stock market price index return forecasting using ANN. Gunter Senyurt, Abdulhamit Subasi

Stock market price index return forecasting using ANN. Gunter Senyurt, Abdulhamit Subasi Stock market price index return forecasting using ANN Gunter Senyurt, Abdulhamit Subasi E-mail : gsenyurt@ibu.edu.ba, asubasi@ibu.edu.ba Abstract Even though many new data mining techniques have been introduced

More information

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques 6.1 Introduction Trading in stock market is one of the most popular channels of financial investments.

More information

Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange of Thailand (SET)

Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange of Thailand (SET) Thai Journal of Mathematics Volume 14 (2016) Number 3 : 553 563 http://thaijmath.in.cmu.ac.th ISSN 1686-0209 Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange

More information

Artificially Intelligent Forecasting of Stock Market Indexes

Artificially Intelligent Forecasting of Stock Market Indexes Artificially Intelligent Forecasting of Stock Market Indexes Loyola Marymount University Math 560 Final Paper 05-01 - 2018 Daniel McGrath Advisor: Dr. Benjamin Fitzpatrick Contents I. Introduction II.

More information

Simultaneous Use of X and R Charts for Positively Correlated Data for Medium Sample Size

Simultaneous Use of X and R Charts for Positively Correlated Data for Medium Sample Size International Journal of Performability Engineering Vol. 11, No. 1, January 2015, pp. 15-22. RAMS Consultants Printed in India Simultaneous Use of X and R Charts for Positively Correlated Data for Medium

More information

Performance analysis of Neural Network Algorithms on Stock Market Forecasting

Performance analysis of Neural Network Algorithms on Stock Market Forecasting www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 9 September, 2014 Page No. 8347-8351 Performance analysis of Neural Network Algorithms on Stock Market

More information

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Jovina Roman and Akhtar Jameel Department of Computer Science Xavier University of Louisiana 7325 Palmetto

More information

Dr. P. O. Asagba Computer Science Department, Faculty of Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Nigeria

Dr. P. O. Asagba Computer Science Department, Faculty of Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Nigeria PREDICTING THE NIGERIAN STOCK MARKET USING ARTIFICIAL NEURAL NETWORK S. Neenwi Computer Science Department, Rivers State Polytechnic, Bori, PMB 20, Rivers State, Nigeria. Dr. P. O. Asagba Computer Science

More information

Predicting Abnormal Stock Returns with a. Nonparametric Nonlinear Method

Predicting Abnormal Stock Returns with a. Nonparametric Nonlinear Method Predicting Abnormal Stock Returns with a Nonparametric Nonlinear Method Alan M. Safer California State University, Long Beach Department of Mathematics 1250 Bellflower Boulevard Long Beach, CA 90840-1001

More information

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017 RESEARCH ARTICLE OPEN ACCESS The technical indicator Z-core as a forecasting input for neural networks in the Dutch stock market Gerardo Alfonso Department of automation and systems engineering, University

More information

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market *

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market * Proceedings of the 6th World Congress on Intelligent Control and Automation, June - 3, 006, Dalian, China Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of

More information

Neuro-Genetic System for DAX Index Prediction

Neuro-Genetic System for DAX Index Prediction Neuro-Genetic System for DAX Index Prediction Marcin Jaruszewicz and Jacek Mańdziuk Faculty of Mathematics and Information Science, Warsaw University of Technology, Plac Politechniki 1, 00-661 Warsaw,

More information

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks Hyun Joon Shin and Jaepil Ryu Dept. of Management Eng. Sangmyung University {hjshin, jpru}@smu.ac.kr Abstract In order

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORK SUPPORTING THE PROCESS OF PORTFOLIO MANAGEMENT IN TERMS OF TIME INVESTMENT ON THE WARSAW STOCK EXCHANGE

APPLICATION OF ARTIFICIAL NEURAL NETWORK SUPPORTING THE PROCESS OF PORTFOLIO MANAGEMENT IN TERMS OF TIME INVESTMENT ON THE WARSAW STOCK EXCHANGE QUANTITATIVE METHODS IN ECONOMICS Vol. XV, No. 2, 2014, pp. 307 316 APPLICATION OF ARTIFICIAL NEURAL NETWORK SUPPORTING THE PROCESS OF PORTFOLIO MANAGEMENT IN TERMS OF TIME INVESTMENT ON THE WARSAW STOCK

More information

Option Pricing Using Bayesian Neural Networks

Option Pricing Using Bayesian Neural Networks Option Pricing Using Bayesian Neural Networks Michael Maio Pires, Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand, 2050, South Africa m.pires@ee.wits.ac.za,

More information

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange Available online at http://www.ijashss.com International Journal of Advanced Studies in Humanities and Social Science Volume 1, Issue 5, 2013: 452-459 Forecasting stock market return using ANFIS: the case

More information

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company)

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company) ORIGINAL ARTICLE Received 2 February. 2016 Accepted 6 March. 2016 Vol. 5, Issue 2, 55-61, 2016 Academic Journal of Accounting and Economic Researches ISSN: 2333-0783 (Online) ISSN: 2375-7493 (Print) ajaer.worldofresearches.com

More information

Keywords: artificial neural network, backpropagtion algorithm, derived parameter.

Keywords: artificial neural network, backpropagtion algorithm, derived parameter. Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Price

More information

Journal of Internet Banking and Commerce

Journal of Internet Banking and Commerce Journal of Internet Banking and Commerce An open access Internet journal (http://www.icommercecentral.com) Journal of Internet Banking and Commerce, December 2017, vol. 22, no. 3 STOCK PRICE PREDICTION

More information

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 104 111 A Novel Prediction Method for

More information

Pattern Recognition by Neural Network Ensemble

Pattern Recognition by Neural Network Ensemble IT691 2009 1 Pattern Recognition by Neural Network Ensemble Joseph Cestra, Babu Johnson, Nikolaos Kartalis, Rasul Mehrab, Robb Zucker Pace University Abstract This is an investigation of artificial neural

More information

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(4): 5179-5183, 014 DOI:10.1906/rjaset.7.915 ISSN: 040-7459; e-issn: 040-7467 014 Maxwell Scientific Publication Corp. Submitted: February

More information

Foreign Exchange Rate Forecasting using Levenberg- Marquardt Learning Algorithm

Foreign Exchange Rate Forecasting using Levenberg- Marquardt Learning Algorithm Indian Journal of Science and Technology, Vol 9(8), DOI: 10.17485/ijst/2016/v9i8/87904, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Foreign Exchange Rate Forecasting using Levenberg-

More information

2015, IJARCSSE All Rights Reserved Page 66

2015, IJARCSSE All Rights Reserved Page 66 Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Financial Forecasting

More information

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of 10 CHAPTER 2 LITERATURE REVIEW 2.1 Artificial Neural Network Artificial neural network (ANN), usually ly called led Neural Network (NN), is an algorithm that was originally motivated ted by the goal of

More information

A Novel Method of Trend Lines Generation Using Hough Transform Method

A Novel Method of Trend Lines Generation Using Hough Transform Method International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 6, Number 4 (August 2017), pp.125-135 MEACSE Publications http://www.meacse.org/ijcar A Novel Method of Trend Lines Generation

More information

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares)

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares) International Journal of Advanced Engineering and Technology ISSN: 2456-7655 www.newengineeringjournal.com Volume 1; Issue 1; March 2017; Page No. 46-51 Design and implementation of artificial neural network

More information

Alternate Models for Forecasting Hedge Fund Returns

Alternate Models for Forecasting Hedge Fund Returns University of Rhode Island DigitalCommons@URI Senior Honors Projects Honors Program at the University of Rhode Island 2011 Alternate Models for Forecasting Hedge Fund Returns Michael A. Holden Michael

More information

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Sitti Wetenriajeng Sidehabi Department of Electrical Engineering Politeknik ATI Makassar Makassar, Indonesia tenri616@gmail.com

More information

VOL. 2, NO. 6, July 2012 ISSN ARPN Journal of Science and Technology All rights reserved.

VOL. 2, NO. 6, July 2012 ISSN ARPN Journal of Science and Technology All rights reserved. Bankruptcy Prediction Using Artificial Neural Networks Evidences From IRAN Stock Exchange 1 Mahmoud Samadi Largani, 2 Mohammadreza pourali lakelaye, 3 Meysam Kaviani, 4 Navid Samadi Largani 1, 3, 4 Department

More information

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction Association for Information Systems AIS Electronic Library (AISeL) MWAIS 206 Proceedings Midwest (MWAIS) Spring 5-9-206 A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

More information

Chapter 11: Artificial Intelligence

Chapter 11: Artificial Intelligence Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Presentation files modified by Farn Wang Copyright 2008 Pearson Education, Inc. Publishing as Pearson

More information

Stock Market Prediction System

Stock Market Prediction System Stock Market Prediction System W.N.N De Silva 1, H.M Samaranayaka 2, T.R Singhara 3, D.C.H Wijewardana 4. Sri Lanka Institute of Information Technology, Malabe, Sri Lanka. { 1 nathashanirmani55, 2 malmisamaranayaka,

More information

Design and Application of Artificial Neural Networks for Predicting the Values of Indexes on the Bulgarian Stock Market

Design and Application of Artificial Neural Networks for Predicting the Values of Indexes on the Bulgarian Stock Market Design and Application of Artificial Neural Networks for Predicting the Values of Indexes on the Bulgarian Stock Market Veselin L. Shahpazov Institute of Information and Communication Technologies, Bulgarian

More information

Forecasting stock market prices

Forecasting stock market prices ICT Innovations 2010 Web Proceedings ISSN 1857-7288 107 Forecasting stock market prices Miroslav Janeski, Slobodan Kalajdziski Faculty of Electrical Engineering and Information Technologies, Skopje, Macedonia

More information

Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach

Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach International Proceedings of Economics Development and Research IPEDR vol.86 (2016) (2016) IACSIT Press, Singapore Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach K. V. Bhanu

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Stock Price Prediction using Artificial Neural Network Omprakash Barapatre omprakashbarapatre@bitraipur.ac.in

More information

STOCK MARKET TRENDS PREDICTION USING NEURAL NETWORK BASED HYBRID MODEL

STOCK MARKET TRENDS PREDICTION USING NEURAL NETWORK BASED HYBRID MODEL International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 1, Mar 2013, 11-18 TJPRC Pvt. Ltd. STOCK MARKET TRENDS PREDICTION USING

More information

Z-score Model on Financial Crisis Early-Warning of Listed Real Estate Companies in China: a Financial Engineering Perspective Wang Yi *

Z-score Model on Financial Crisis Early-Warning of Listed Real Estate Companies in China: a Financial Engineering Perspective Wang Yi * Available online at www.sciencedirect.com Systems Engineering Procedia 3 (2012) 153 157 Z-score Model on Financial Crisis Early-Warning of Listed Real Estate Companies in China: a Financial Engineering

More information

International Journal of Advance Engineering and Research Development. Stock Market Prediction Using Neural Networks

International Journal of Advance Engineering and Research Development. Stock Market Prediction Using Neural Networks Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2, Issue 12, December -2015 Stock Market Prediction Using Neural Networks

More information

STOCK MARKET FORECASTING USING NEURAL NETWORKS

STOCK MARKET FORECASTING USING NEURAL NETWORKS STOCK MARKET FORECASTING USING NEURAL NETWORKS Lakshmi Annabathuni University of Central Arkansas 400S Donaghey Ave, Apt#7 Conway, AR 72034 (845) 636-3443 lakshmiannabathuni@gmail.com Mark E. McMurtrey,

More information

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS UDC:007:681.3:651(082) Original scientific paper SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS Marijana Zekić-Sušac, Nataša Šarlija Faculty of Economics, University of

More information

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often by using artificial intelligence that can learn from

More information

Stock Market Forecasting Using Artificial Neural Networks

Stock Market Forecasting Using Artificial Neural Networks Stock Market Forecasting Using Artificial Neural Networks Burak Gündoğdu Abstract Many papers on forecasting the stock market have been written by the academia. In addition to that, stock market prediction

More information

Data based stock portfolio construction using Computational Intelligence

Data based stock portfolio construction using Computational Intelligence Data based stock portfolio construction using Computational Intelligence Asimina Dimara and Christos-Nikolaos Anagnostopoulos Data Economy workshop: How online data change economy and business Introduction

More information

ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES

ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES Hari Sharma, Virginia State University Hari S. Hota, Bilaspur University Kate Brown, University of Maryland

More information

Applications of Neural Networks in Stock Market Prediction

Applications of Neural Networks in Stock Market Prediction Applications of Neural Networks in Stock Market Prediction -An Approach Based Analysis Shiv Kumar Goel 1, Bindu Poovathingal 2, Neha Kumari 3 1Asst. Professor, Vivekanand Education Society Institute of

More information

A multiple model of perceptron neural network with sample selection through chicken swarm algorithm for financial forecasting

A multiple model of perceptron neural network with sample selection through chicken swarm algorithm for financial forecasting Communications on Advanced Computational Science with Applications 2017 No. 1 (2017) 85-94 Available online at www.ispacs.com/cacsa Volume 2017, Issue 1, Year 2017 Article ID cacsa-00070, 10 Pages doi:10.5899/2017/cacsa-00070

More information

Neuro Fuzzy based Stock Market Prediction System

Neuro Fuzzy based Stock Market Prediction System Neuro Fuzzy based Stock Market Prediction System M. Gunasekaran, S. Anitha, S. Kavipriya, Asst Professor, Dept of MCA, III MCA, Dept Of MCA, III MCA, Dept of MCA, Park College of Engg& tech, Park College

More information

Stock Market Prediction Based on Fundamentalist Analysis with Fuzzy- Neural Networks

Stock Market Prediction Based on Fundamentalist Analysis with Fuzzy- Neural Networks Stock Market Prediction Based on Fundamentalist Analysis with Fuzzy- Neural Networks RENATO DE C. T. RAPOSO 1 AND ADRIANO J. DE O. CRUZ 2 Nú cleo de Computação Eletrô nica, Instituto de Matemá tica, Federal

More information

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction Si Yan Illinois Institute of Technology syan3@iit.edu Yanliang Qi New Jersey Institute of Technology yq9@njit.edu ABSTRACT In this paper,

More information

Modeling Federal Funds Rates: A Comparison of Four Methodologies

Modeling Federal Funds Rates: A Comparison of Four Methodologies Loyola University Chicago Loyola ecommons School of Business: Faculty Publications and Other Works Faculty Publications 1-2009 Modeling Federal Funds Rates: A Comparison of Four Methodologies Anastasios

More information

Estelar. Chapter 4. Stock Price Prediction: Effect of Exchange Rate, FII Purchase, FII sales on daily return. of Nifty Index. 4.

Estelar. Chapter 4. Stock Price Prediction: Effect of Exchange Rate, FII Purchase, FII sales on daily return. of Nifty Index. 4. Chapter 4 Stock Price Prediction: Effect of Exchange Rate, FII Purchase, FII sales on daily return 4.1-Introduction of Nifty Index A Neural Network is a group of interconnected decision making units that

More information

Accepted Manuscript. Enterprise Credit Risk Evaluation Based on Neural Network Algorithm. Xiaobing Huang, Xiaolian Liu, Yuanqian Ren

Accepted Manuscript. Enterprise Credit Risk Evaluation Based on Neural Network Algorithm. Xiaobing Huang, Xiaolian Liu, Yuanqian Ren Accepted Manuscript Enterprise Credit Risk Evaluation Based on Neural Network Algorithm Xiaobing Huang, Xiaolian Liu, Yuanqian Ren PII: S1389-0417(18)30213-4 DOI: https://doi.org/10.1016/j.cogsys.2018.07.023

More information

A New Method of Cost Contingency Management

A New Method of Cost Contingency Management A New Method of Cost Contingency Management Mohammed Wajdi Hammad, Alireza Abbasi, Michael J. Ryan School of Engineering and Information Technology, University of New South Wales (UNSW Australia), Canberra

More information

The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index

The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index Research Online ECU Publications Pre. 2011 2008 The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index Suchira Chaigusin Chaiyaporn Chirathamjaree Judith Clayden 10.1109/CIMCA.2008.83

More information

Price Pattern Detection using Finite State Machines with Fuzzy Transitions

Price Pattern Detection using Finite State Machines with Fuzzy Transitions Price Pattern Detection using Finite State Machines with Fuzzy Transitions Kraimon Maneesilp Science and Technology Faculty Rajamangala University of Technology Thanyaburi Pathumthani, Thailand e-mail:

More information

Analysis of Partial Discharge using Phase-Resolved (n-q) Statistical Techniques

Analysis of Partial Discharge using Phase-Resolved (n-q) Statistical Techniques Analysis of Partial Discharge using Phase-Resolved (n-q) Statistical Techniques Priyanka M. Kothoke, Namrata R. Bhosale, Amol Despande, Dr. Alice N. Cheeran Department of Electrical Engineering, Veermata

More information

MAX-CUSUM CHART FOR AUTOCORRELATED PROCESSES

MAX-CUSUM CHART FOR AUTOCORRELATED PROCESSES Statistica Sinica 15(2005), 527-546 MAX-CUSUM CHART FOR AUTOCORRELATED PROCESSES Smiley W. Cheng and Keoagile Thaga University of Manitoba and University of Botswana Abstract: A Cumulative Sum (CUSUM)

More information

Application of stochastic recurrent reinforcement learning to index trading

Application of stochastic recurrent reinforcement learning to index trading ESANN 2011 proceedings, European Symposium on Artificial Neural Networs, Computational Intelligence Application of stochastic recurrent reinforcement learning to index trading Denise Gorse 1 1- University

More information

Available online at ScienceDirect. Procedia Computer Science 61 (2015 ) 85 91

Available online at   ScienceDirect. Procedia Computer Science 61 (2015 ) 85 91 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 61 (15 ) 85 91 Complex Adaptive Systems, Publication 5 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

NORTH CAROLINA STATE UNIVERSITY Raleigh, North Carolina

NORTH CAROLINA STATE UNIVERSITY Raleigh, North Carolina ./. ::'-," SUBGROUP SIZE DESIGN AND SOME COMPARISONS OF Q(X) crrarts WITH CLASSICAL X CHARTS by Charles P. Quesenberry Institute of Statistics Mimeo Series Number 2233 September, 1992 NORTH CAROLINA STATE

More information

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization 2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization Huang Haiqing1,a,

More information

Probabilistic models for risk assessment of disasters

Probabilistic models for risk assessment of disasters Safety and Security Engineering IV 83 Probabilistic models for risk assessment of disasters A. Lepikhin & I. Lepikhina Department of Safety Engineering Systems, SKTB Nauka KSC SB RAS, Russia Abstract This

More information

Control Chart for Autocorrelated Processes with Heavy Tailed Distributions

Control Chart for Autocorrelated Processes with Heavy Tailed Distributions Heldermann Verlag Economic Quality Control ISSN 0940-5151 Vol 23 (2008), No. 2, 197 206 Control Chart for Autocorrelated Processes with Heavy Tailed Distributions Keoagile Thaga Abstract: Standard control

More information

Structural Cointegration Analysis of Private and Public Investment

Structural Cointegration Analysis of Private and Public Investment International Journal of Business and Economics, 2002, Vol. 1, No. 1, 59-67 Structural Cointegration Analysis of Private and Public Investment Rosemary Rossiter * Department of Economics, Ohio University,

More information

PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS

PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS Image Processing & Communication, vol. 17, no. 4, pp. 275-282 DOI: 10.2478/v10248-012-0056-5 275 PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS MICHAŁ PALUCH,

More information

Application of Data Mining Tools to Predicate Completion Time of a Project

Application of Data Mining Tools to Predicate Completion Time of a Project Application of Data Mining Tools to Predicate Completion Time of a Project Seyed Hossein Iranmanesh, and Zahra Mokhtari Abstract Estimation time and cost of work completion in a project and follow up them

More information

Estimation of Volatility of Cross Sectional Data: a Kalman filter approach

Estimation of Volatility of Cross Sectional Data: a Kalman filter approach Estimation of Volatility of Cross Sectional Data: a Kalman filter approach Cristina Sommacampagna University of Verona Italy Gordon Sick University of Calgary Canada This version: 4 April, 2004 Abstract

More information

Stochastic Approximation Algorithms and Applications

Stochastic Approximation Algorithms and Applications Harold J. Kushner G. George Yin Stochastic Approximation Algorithms and Applications With 24 Figures Springer Contents Preface and Introduction xiii 1 Introduction: Applications and Issues 1 1.0 Outline

More information

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Kai Chun Chiu and Lei Xu Department of Computer Science and Engineering The Chinese University of Hong Kong, Shatin,

More information

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Richa Handa 1, H.S. Hota 2, S.R. Tandan 3 1 M.Tech Scholar, Dr. C.V. Raman University, Bilaspur(C.G.), India 2

More information

An Integrated Information System for Financial Investment

An Integrated Information System for Financial Investment An Integrated Information System for Financial Investment Xiaotian Zhu^ and Hong Wang^ 1 Old Dominion University, College of Business & Public Administration, Department of Finance, 2004 Constant Hall,

More information

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Universal Journal of Mechanical Engineering 5(3): 77-86, 2017 DOI: 10.13189/ujme.2017.050302 http://www.hrpub.org Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Joseph

More information

Ensemble Methods for Reinforcement Learning with Function Approximation

Ensemble Methods for Reinforcement Learning with Function Approximation Ensemble Methods for Reinforcement Learning with Function Approximation Stefan Faußer and Friedhelm Schwenker Institute of Neural Information Processing, University of Ulm, 89069 Ulm, Germany {stefan.fausser,friedhelm.schwenker}@uni-ulm.de

More information

ANN Robot Energy Modeling

ANN Robot Energy Modeling IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 4 Ver. III (Jul. Aug. 2016), PP 66-81 www.iosrjournals.org ANN Robot Energy Modeling

More information

Predictive Model Learning of Stochastic Simulations. John Hegstrom, FSA, MAAA

Predictive Model Learning of Stochastic Simulations. John Hegstrom, FSA, MAAA Predictive Model Learning of Stochastic Simulations John Hegstrom, FSA, MAAA Table of Contents Executive Summary... 3 Choice of Predictive Modeling Techniques... 4 Neural Network Basics... 4 Financial

More information

CHAPTER 3 MA-FILTER BASED HYBRID ARIMA-ANN MODEL

CHAPTER 3 MA-FILTER BASED HYBRID ARIMA-ANN MODEL CHAPTER 3 MA-FILTER BASED HYBRID ARIMA-ANN MODEL S. No. Name of the Sub-Title Page No. 3.1 Overview of existing hybrid ARIMA-ANN models 50 3.1.1 Zhang s hybrid ARIMA-ANN model 50 3.1.2 Khashei and Bijari

More information

Likelihood-based Optimization of Threat Operation Timeline Estimation

Likelihood-based Optimization of Threat Operation Timeline Estimation 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 Likelihood-based Optimization of Threat Operation Timeline Estimation Gregory A. Godfrey Advanced Mathematics Applications

More information

An Algorithm for Trading and Portfolio Management Using. strategy. Since this type of trading system is optimized

An Algorithm for Trading and Portfolio Management Using. strategy. Since this type of trading system is optimized pp 83-837,. An Algorithm for Trading and Portfolio Management Using Q-learning and Sharpe Ratio Maximization Xiu Gao Department of Computer Science and Engineering The Chinese University of HongKong Shatin,

More information

Bounding the Composite Value at Risk for Energy Service Company Operation with DEnv, an Interval-Based Algorithm

Bounding the Composite Value at Risk for Energy Service Company Operation with DEnv, an Interval-Based Algorithm Bounding the Composite Value at Risk for Energy Service Company Operation with DEnv, an Interval-Based Algorithm Gerald B. Sheblé and Daniel Berleant Department of Electrical and Computer Engineering Iowa

More information

An introduction to Machine learning methods and forecasting of time series in financial markets

An introduction to Machine learning methods and forecasting of time series in financial markets An introduction to Machine learning methods and forecasting of time series in financial markets Mark Wong markwong@kth.se December 10, 2016 Abstract The goal of this paper is to give the reader an introduction

More information