National Stock Exchange Stock and Index Price Direction Prediction using Backpropagation Artificial Neural Network

Size: px
Start display at page:

Download "National Stock Exchange Stock and Index Price Direction Prediction using Backpropagation Artificial Neural Network"

Transcription

1 National Stock Exchange Stock and Index Price Direction Prediction using Backpropagation Artificial Neural Network Amit M. Panchal 1, Dr. Jayesh M. Patel 2 Ph.D Research Scholar, Gujarat Technological University, Ahmedabad, Gujarat, India 1 Associate Professor, Department of MCA, Ganpat University, Ganpat Vidyanagar, Gujarat, India 2 ABSTRACT: Stock price are highly volatile, non linear and random in nature. Soft computing technique, such as Artificial Neural Network is capable to solve non liner problem. We find properly tuned back propagation feed forward neural network can effectively predict price direction. Here we design price prediction generalize model that can predict price direction of random time series. Research study used National Stock Exchange benchmark stock index and top ten weighted index stock. Technical indicators are applied as input to the model. Model used daily stock data from January 2006 to June Performance of model are measured using hit rate. After properly tuning ANN, experimental result show that model can effectively improve price prediction. KEYWORDS: Nifty index, stock price prediction, back propagation neural network, Levenberg-Marquardt, Nifty Stock. I. INTRODUCTION Stock price direction prediction is always challenging task for analyst and researchers. The stock price are non linear and random time-series patter. Stock security price is highly dependent on various parameters such as company fundamental, government policy, global financial policy, stock security demand-supply, inflation, etc. There is always uncertainty about these parameters, It involves an assumption that past publicly available information has some predictive relationship to future stock returns[1]. Emerging markets, such as National Stock Exchange (NSE) gaining popularity due to their high return, for this reason, emerging markets attract many investors. CNX Nifty index, also known as Nifty Index, was launched in April The CNX Nifty is a well diversified 50 stock index accurately reflecting overall market conditions. There have been many empirical researches which deal with predicting the financial market. However, few researches exist in the literature to predict the direction of stock price in emerging markets such as NSE. It is found in many research literature [2] [10], The most popular architecture applying for financial market is the multilayer feed-forward neural networks. A standard Neural Network has at least three layers. The first layer is called the input layer. The last layer is called the output layer. An intermediary layer of nodes, the hidden layer, separates the input from the output layer. The number of nodes defines the amount of complexity the model is capable of fitting. Each node of one layer has connections to all the other nodes of the next layer. Figure 1 shows standard MLP. Figure 1 Multi Layer Feed Forward Neural Network. Copyright to IJIRSET DOI: /IJIRSET

2 The core objective of this paper is to predict the direction of Nifty index and top ten stock security s price direction which have highest weightage in nifty index. Here we proposed price prediction generalized model (PPGM) as shown in Figure 2. The direction of daily closing of stock security is categorized as 0 (down) or 1 (up). If stock security price at time t is higher than that at time t-1, direction t is 1 (up). If the stock security price at time t is lower than that at time t-1, direction t is 0 (down). Five technical indicators are used as input to the model. Levenberg- Marquardt algorithm is used to train the network. Number of hit rate is used to measure the performance of the network prediction. Select Database Specific Stock Exchange Index (NSE, DJI, S&P, FTSE etc) Input Sample Specific Historical Index Data (Daily Closing data) Model input Variables Specific Technical indicator (MACD, EMA, RSI etc) Data Sampling Independent Model Tuning, Validating and Testing Data Sampling Processing Unit Independent Model Architecture (ANNs, ANFIS, SVM etc) Output Independent Direction Up (1) or Down (0) Figure 2 Price Prediction Generalized Model II. LITERATURE REVIEW After going through various research study, it is found that properly trained Neural Network can effectively predict stock security price direction. These studies have used various Artificial Neural Network (ANN) architecture, input parameters, model performance measured parameter to predict accurately the stock securities movement. The performance of model depend on selection of appropriate model parameters so that it is challenging task. Research studies [11] [14] has provide satisfactory forecasting result using ANN. The research study by Chen [14] attempted to predict the direction of return on the Taiwan Stock Exchange benchmark index. The probabilistic Neural Network was used to predict the direction of index return. Performance of the PNN forecasts is compared with that of the generalized methods of moments with kalman filter and the random walk perdition models. Kim [15] proposed an advanced genetic algorithm approach to instance selection in ANNs for financial data mining. Using this approach, authors claim basic limitations of ANNs such as inconsistency, problems in prediction for noisy data, etc. could be avoided. This study GA based ANN (GANN) on Korean Stock Price Index (KSPI). Kara [16] compared the prediction performance of ANN with support vector machine (SVM). Their performance in predicting the direction of movement in the daily Istanbul Stock Exchange (ISE) National 100 index and concluded that average performance of ANN model was found better than that of SVM. Banerjee [17] have collected data on the monthly closing stock indices of sensex for six years ( ). Study develop an appropriate model which would help to forecast the future unobserved values of the Indian stock market indices. Copyright to IJIRSET DOI: /IJIRSET

3 III. RESEARCH DATA The research data used in this study is the daily closing price of the nifty index of NSE stock exchange and ten nifty stock as shown in table 1. The data are collected from NSE website ( The entire dataset covers the period from Jan 2, 2006 to Jun 30, The total number of trading daily sample is Entire dataset are divided into two sets. The first dataset is called the training dataset which is used during training and second dataset is called the performance measure dataset. The second datasets contain last one and half years data, which is further divided in to subsets. First subsets of performance measure dataset, contain half year data (125 sample), called holdout datasets. This dataset used to validate the model after training whether it will properly tuned or not. The second subset of performance measure dataset, contain last one year data (250 sample), called testing dataset. This dataset used to test prediction performance of model. Table 1 illustrates data sample contain in each dataset. Table 1 Top ten nifty stock constituents by their weightage [source: as on 30 Oct 2015] Company Name Symbol % Weight in Index Total Data Sample Training Dataset Performance Measure Dataset Holdout Testing Dataset Dataset Infosys Ltd. INFY HDFC Bank ltd. HDFCBANK Housing Development Finance HDFC Corporation Ltd. ITC Ltd. ITC ICICI Bank Ltd. ICICIBANK Reliance Industries Ltd. RIL Tata Consultancy Services Ltd. TCS Larsen & Toubro Ltd. LT Sun Pharmaceutical Industries Ltd. SUNPHARMA Axis Bank Ltd. AXISBANK IV. PREDICTION MODEL As illustrated in figure 2 here we implemented a three-layered feed-forward ANN model to predict nifty index and ten nifty stock price direction. This ANN consists of an input layer, a hidden layer and output layer, each of which is connected to the other. The input layer consists of five neurons, the hidden layer consists of 20 neurons, and output layer consists of a single neuron. Weights of connected neighboring neurons are adjusted during training to classify the given input patters correctly for a given set of input-output pairs. The initial values of these weights were randomly assigned. At the input layer five technical indicators: Moving Average Conversion and Diversion (MACD), Relative Strength Index (RSI), William % R, Accumulator and Distribution and On Balance Volume (OBV), are fed as input variables to neural network. The selection of five technical indicators is done by the review of domain experts and prior researches[18] [20]. Minimum input to ANN will save network space and improve execution performance of model. Technical analysts and investors in the stock market generally accept and use certain criteria for technical indicators as the signal of the market future trend [18]. The first 25 data samples from the training dataset have not reflected the technical indicator value, so they are ignored. The Levenberg-Marquardt [21], [22] learning algorithm was used to train ANN. The authors in [23], [24] compared Levenberg-Marquardt, conjugate gradient and resilient algorithm for stream-flow forecasting and determination of lateral stress in cohesion-less soils. They found that Levenberg- Copyright to IJIRSET DOI: /IJIRSET

4 Marquardt algorithm was faster and achieved better performance than the other algorithms in training. Other research study by Kumar [3], claim that smaller size input, Levenberg-Marquardt algorithm was faster and achieved better result with minimum number of epoch, less time in execution and lowest prediction error in performance. Hyperbolic tangent sigmoid transfer function is used at both hidden layer and output layer. The output of the model is between 0 and 1. If the output of the model is greater than 0.5 then direction of price is considered as 1 (up) otherwise the direction of price is considered as 0 (down). V. EXPERIMENTAL RESULT ANN was trained for the 100 epoch. Training is stopped if goal reaches 0 or maximum validation fail reaches 6 or training epoch reaches 100. Table 2 show the experimental result of nifty index and ten selected stock prediction performance applying proposed PPGM model. From table 2 it can be observed that prediction performance is improved after training compare to that of without training, except the case ITC stock. Table 2 Experimental Prediction Result of Nifty and Stock Securities Stock Security Before Training % Prediction After Training % Prediction Nifty Index INFY HDFCBANK HDFC ITC ICICIBANK RELIANCE TCS LT SUNPHARMA AXISBANK VI. CONCLUSION: From the experimental results Artificial Neural Network can effectively predict stock security price direction if it is properly tuned. It will be observed performance of neural network depends on training, input selection, data sampling, various network parameters such as no of node, transfer function, learning algorithm etc. This will provide opportunity to researchers finding new methodology and algorithms. Levenberg-Marqurdt training algorithm is faster as compared to gradient descent, if the network size is small. Further this research study give opportunity to other researchers by applying proposed model they can predict other stock market index/stock price direction and help to investor and traders. VII. ACKNOWLEDGMENT Authors would like to thank all the researchers for providing comprehensive literature for this paper. REFERENCES [1] T. Kolarik and G. Rudorfer, Time series forecasting using neural networks, in ACM Sigapl Apl Quote Quad, 1994, vol. 25, pp [2] L. Wang, Y. Zeng, and T. Chen, Back propagation neural network with adaptive differential evolution algorithm for time series forecasting, Expert Syst. Appl., vol. 42, no. 2, pp , Copyright to IJIRSET DOI: /IJIRSET

5 [3] D. A. Kumar and S. Murugan, Performance Analysis of MLPFF Neural Network Back Propagation Training Algorithms for Time Series Data, in 2014 World Congress on Computing and Communication Technologies (WCCCT), 2014, pp [4] W. Bing-hui and H. Jian-min, The trend analysis of China s stock market based on fractal method and BP neural network model, in 2014 International Conference on Management Science Engineering (ICMSE), 2014, pp [5] W. Ming-Tao and Y. Yong, The Research on Stock Price Forecast Model Based on Data Mining of BP Neural Networks, in 2013 Third International Conference on Intelligent System Design and Engineering Applications (ISDEA), 2013, pp [6] G. Dong, K. Fataliyev, and L. Wang, One-step and multi-step ahead stock prediction using backpropagation neural networks, in Information, Communications and Signal Processing (ICICS) th International Conference on, 2013, pp [7] J. Zhang and Y. Yang, BP Neural Network Model Based on the K-Means Clustering to Predict the Share Price, in 2012 Fifth International Joint Conference on Computational Sciences and Optimization (CSO), 2012, pp [8] Y. Longguang and W. Qing, Predicting the stock price based on BP neural network and big transaction, in th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD), 2012, pp [9] Y. Ma, Y. Chang, and C. Xia, Applied research on stock forcasting model based on BP neural network, in 2011 International Conference on Electronic and Mechanical Engineering and Information Technology (EMEIT), 2011, vol. 9, pp [10] G. Tsibouris and M. Zeidenberg, Back propagation as a test of the efficient markets hypothesis, in Proc. Twenty-Fifth Hawaii Int System Sciences Conf, 1992, pp [11] B. Egeli, M. Ozturan, and B. Badur, Stock Market Prediction Using Artificial Neural Networks. [12] M. Karaatli, I. Gungor, Y. Demir, and S. Kalayci, Estimating stock market movements with neural network approach, J. Balikesir Univ., vol. 2, no. 1, pp , [13] T. Kimoto, K. Asakawa, M. Yoda, and M. Takeoka, Stock market prediction system with modular neural networks, in Neural Networks, 1990., 1990 IJCNN International Joint Conference on, 1990, pp [14] A. Chen, M. T. Leung, and H. Daouk, Application of neural networks to an emerging financial market: forecasting and trading the Taiwan Stock Index, Comput. Oper. Res., vol. 30, no. 6, pp , [15] K. Kim, Artificial neural networks with evolutionary instance selection for financial forecasting, Expert Syst. Appl., vol. 30, no. 3, pp , [16] Y. Kara, M. A. Boyacioglu, and Ö. K. Baykan, Predicting direction of stock price index movement using artificial neural networks and support vector machines: The sample of the Istanbul Stock Exchange, Expert Syst. Appl., vol. 38, no. 5, pp , [17] D. Banerjee, Forecasting of Indian stock market using time-series ARIMA model, in nd International Conference on Business and Information Management (ICBIM), 2014, pp [18] K. Kim, Financial time series forecasting using support vector machines, Neurocomputing, vol. 55, no. 1, pp , [19] G. Armano, M. Marchesi, and A. Murru, A hybrid genetic-neural architecture for stock indexes forecasting, Inf. Sci., vol. 170, no. 1, pp. 3 33, [20] J. Yao, C. L. Tan, and H.-L. Poh, Neural networks for technical analysis: a study on KLCI, Int. J. Theor. Appl. Finance, vol. 2, no. 02, pp , [21] K. Levenberg, A method for the solution of certain prob - lems in least squares. [22] D. W. Marquardt, An algorithm for least-squares estimation of non-linear parameters. [23] Z. H. Khan, T. S. Alin, and M. A. Hussain, Price prediction of share market using artificial neural network (ANN), Int. J. Comput. Appl., vol. 22, no. 2, pp , [24] K. Kim and I. Han, Genetic algorithms approach to feature discretization in artificial neural networks for the prediction of stock price index, Expert Syst. Appl., vol. 19, no. 2, pp , BIOGRAPHY Mr. Amitkumar Mansukhbhai Panchal, has completed B.E. Electronics and Communication from Bhavnagar University, Gujarat, India and has completed M.E. Computer Engineering from Sardar Patel university, Gujarat, India. Currently he is pursuing Ph.D in Computer Engineering from Gujarat Technological University, Gujarat, India. His currently profile comprises of Lecturer (Computer Engineering) B & B Institute of Technology, Vallabh Vidyanagar, Gujarat, India. He is a life member of ISTE. He has guided more than 50 Diploma level projects. He has published books with titles, Computer Maintenance, Internet Application Programming and Database Programming with V.B.Net. His fields of interest and research are Soft Computing Techniques. Copyright to IJIRSET DOI: /IJIRSET

6 Dr. Jayeshkumar Madhubhai Patel received the PhD degree in Computer Science from the North Gujarat University, Gujarat, India, in In 2003, he became a lecturer at the M.C.A. Department, Kadi,, where his activity included teaching in Post Graduate Subjects. Since 2011, he has been at the Ganpat University; where he is presently a full Associate Professor of Artificial Intelligence in the M.C.A. Department. His current research interests include knowledge representation systems, integration of artificial intelligence techniques with neural networks, text classification, pattern recognition, and document processing, in particular. He is a member of the CSTA, IAENG Dr. Patel has been responsible for several projects and has published more than 35 papers in international conference proceedings and scientific journals. Copyright to IJIRSET DOI: /IJIRSET

"Stock Price Direction Prediction Applying Soft Computing"

Stock Price Direction Prediction Applying Soft Computing A Synopsis on "Stock Price Direction Prediction Applying Soft Computing" Submitted to: Gujarat Technology University For the Degree of Doctor of Philosophy In Computer Engineering By: Amit M. Panchal Enrollment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

One-Step and Multi-Step Ahead Stock Prediction Using Backpropagation Neural Networks

One-Step and Multi-Step Ahead Stock Prediction Using Backpropagation Neural Networks One-Step and Multi-Step Ahead Stock Prediction Using Backpropagation Neural Networks Guanqun Dong, Kamaladdin Fataliyev, Lipo Wang School of Electrical and Electronic Engineering Nanyang Technological

More information

Saudi Arabia Stock Market Prediction Using Neural Network

Saudi Arabia Stock Market Prediction Using Neural Network Saudi Arabia Stock Market Prediction Using Neural Network Talal Alotaibi, Amril Nazir, Roobaea Alroobaea, Moteb Alotibi, Fasal Alsubeai, Abdullah Alghamdi, Thamer Alsulimani Department of Computer Science,

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

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

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

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

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

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

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

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

Machine Learning and Artificial Neural Network Process Viability and Implications in Stock Market Prediction

Machine Learning and Artificial Neural Network Process Viability and Implications in Stock Market Prediction Machine Learning and Artificial Neural Network Process Viability and Implications in Stock Market Prediction 1 T. Vanitha, 2 Dr. V. Thiagarasu 1 Ph.D. Scholar, 2 Principal Gobi Arts & Science College,

More information

Forecasting the Price Index Return and Movement Direction using Data Mining Techniques. Günter Şenyurt 2. Abdülhamit Subaşı

Forecasting the Price Index Return and Movement Direction using Data Mining Techniques. Günter Şenyurt 2. Abdülhamit Subaşı Matej Bel University, Banská Bystrica, Slovakia Has been issued since 2014 ISSN 1339-6773 E-ISSN 1339-875X Forecasting the Price Index Return and Movement Direction using Data Mining Techniques 1 Günter

More information

Prediction of Stock Closing Price by Hybrid Deep Neural Network

Prediction of Stock Closing Price by Hybrid Deep Neural Network Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(4): 282-287 Research Article ISSN: 2394-658X Prediction of Stock Closing Price by Hybrid Deep Neural Network

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

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

Keywords: artificial neural network, backpropagtion algorithm, capital asset pricing model

Keywords: artificial neural network, backpropagtion algorithm, capital asset pricing model Volume 5, Issue 11, November 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

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017 RESEARCH ARTICLE Stock Selection using Principal Component Analysis with Differential Evolution Dr. Balamurugan.A [1], Arul Selvi. S [2], Syedhussian.A [3], Nithin.A [4] [3] & [4] Professor [1], Assistant

More information

Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model

Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model Indian Journal of Science and Technology, Vol 8(22), IPL0250, September 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Long Term and Short Term Investment Strategy for Predicting the Performance

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

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

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

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

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

Prediction for Stock Marketing Using Machine Learning

Prediction for Stock Marketing Using Machine Learning Prediction for Stock Marketing Using Machine Learning Shubham Jain Student, Department of Information Technology Maharaja Agrasen Institute of Technology, Delhi, India shjain6670@gmail.com Mark Kain Student,

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

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

Predicting Trading Signals of the All Share Price Index Using a Modified Neural Network Algorithm

Predicting Trading Signals of the All Share Price Index Using a Modified Neural Network Algorithm Predicting Trading Signals of the All Share Price Index Using a Modified eural etwork Algorithm C. D. Tilakaratne, J. H. D. S. P. Tissera, M. A. Mammadov 2 (cdt@stat.cmb.ac.lk, dspt@stat.cmb.ac.lk, m.mammadov@ballarat.edu.au

More information

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Tejaswini patil 1, Karishma patil 2, Devyani Sonawane 3, Chandraprakash 4 Student, Dept. of computer, SSBT COET, North Maharashtra

More information

Spiking Back Propagation Multilayer Neural Network Design for Predicting Unpredictable Stock Market Prices with Time Series Analysis

Spiking Back Propagation Multilayer Neural Network Design for Predicting Unpredictable Stock Market Prices with Time Series Analysis Spiking Back Propagation Multilayer Neural Network Design for Predicting Unpredictable Stock Market Prices with Time Series Analysis Amit Ganatr and Y. P. Kosta Abstract Stock prediction is, so far, one

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 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

Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data

Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data Israt Jahan Department of Computer Science and Operations Research North Dakota State University Fargo, ND 58105

More information

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL Mrs.S.Mahalakshmi 1 and Mr.Vignesh P 2 1 Assistant Professor, Department of ISE, BMSIT&M, Bengaluru, India 2 Student,Department of ISE, BMSIT&M, Bengaluru,

More information

$tock Forecasting using Machine Learning

$tock Forecasting using Machine Learning $tock Forecasting using Machine Learning Greg Colvin, Garrett Hemann, and Simon Kalouche Abstract We present an implementation of 3 different machine learning algorithms gradient descent, support vector

More information

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Ananya Narula *, Chandra Bhanu Jha * and Ganapati Panda ** E-mail: an14@iitbbs.ac.in; cbj10@iitbbs.ac.in;

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

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model Institute of Advanced Engineering and Science IAES International Journal of Artificial Intelligence (IJ-AI) Vol. 1, No. 1, March 2012, pp. 25~30 ISSN: 2252-8938 25 Prediction of Future Stock Close Price

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 Analysis Based on Artificial Neural Network with Big data

Stock Market Analysis Based on Artificial Neural Network with Big data Stock Market Analysis Based on Artificial Neural Network with Big data Miss.Minal P. Bharambe Information Technology PICT Pune. Pune, India. minal.bharambe@gmail.com Prof. S.C.Dharmadhikari Information

More information

A.K.Singh. Keywords Ariticial neural network, backpropogation, soft computing, forecasting

A.K.Singh. Keywords Ariticial neural network, backpropogation, soft computing, forecasting Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Forecasting Stock

More information

Stock Market Indices Prediction with Various Neural Network Models

Stock Market Indices Prediction with Various Neural Network Models Stock Market Indices Prediction with Various Neural Network Models S. Arun Joe Babulo 1, B. Janaki 2, C. Jeeva 3 1 Assistant Professor, Department of Computer Science, Sri Vijay Vidyalaya College of Arts

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

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

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

Time Series Forecasting Of Nifty Stock Market Using Weka

Time Series Forecasting Of Nifty Stock Market Using Weka Time Series Forecasting Of Nifty Stock Market Using Weka Raj Kumar 1, Anil Balara 2 1 M.Tech, Global institute of Engineering and Technology,Gurgaon 2 Associate Professor, Global institute of Engineering

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

PREDICTION OF THE INDIAN STOCK INDEX USING NEURAL NETWORKS

PREDICTION OF THE INDIAN STOCK INDEX USING NEURAL NETWORKS Jharkhand Journal of Development and Management Studies XISS, Ranchi, Vol. 16, No.1, March 2018, pp. 7609-7621 PREDICTION OF THE INDIAN STOCK INDEX USING NEURAL NETWORKS Sitaram Pandey 1 & Amitava Samanta

More information

Research Article Hybrid Machine Learning Technique for Forecasting Dhaka Stock Market Timing Decisions

Research Article Hybrid Machine Learning Technique for Forecasting Dhaka Stock Market Timing Decisions Computational Intelligence and Neuroscience, Article ID 318524, 6 pages http://dx.doi.org/10.1155/2014/318524 Research Article Hybrid Machine Learning Technique for Forecasting Dhaka Stock Market Timing

More information

Stock Market Analysis Using Artificial Neural Network on Big Data

Stock Market Analysis Using Artificial Neural Network on Big Data Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2016, 3(1): 26-33 Research Article ISSN: 2394-658X Stock Market Analysis Using Artificial Neural Network on Big

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

FORECASTING THE S&P 500 INDEX: A COMPARISON OF METHODS

FORECASTING THE S&P 500 INDEX: A COMPARISON OF METHODS FORECASTING THE S&P 500 INDEX: A COMPARISON OF METHODS Mary Malliaris and A.G. Malliaris Quinlan School of Business, Loyola University Chicago, 1 E. Pearson, Chicago, IL 60611 mmallia@luc.edu (312-915-7064),

More information

Impact of announcements like Dividend, Merger on stock price of selected CNX Nifty Companies

Impact of announcements like Dividend, Merger on stock price of selected CNX Nifty Companies Continuous issue 18 October December 2016 Impact of announcements like Dividend, Merger on stock price of selected CNX Nifty Companies Abstract The study looks at the Impact of Dividend Announcement &Merger

More information

Predicting Direction of Movement of Stock Price and Stock Market Index

Predicting Direction of Movement of Stock Price and Stock Market Index Chapter 3 Predicting Direction of Movement of Stock Price and Stock Market Index This study addresses problem of predicting direction of movement of stock price and stock market index for Indian stock

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

Forecasting of Stock Market Indices Using Artificial Neural Network

Forecasting of Stock Market Indices Using Artificial Neural Network 7 Forecasting of Stock Market Indices Using Artificial Neural Network Dr. Jay Desai, Assistant Professor, Department of Management, CPIMR Nisarg A Joshi, Assistant Professor, Department of Management,

More information

APPLICATION OF SUPPORT VECTOR REGRESSION FOR JAKARTA STOCK COMPOSITE INDEX PREDICTION WITH FEATURE SELECTION USING LAPLACIAN SCORE

APPLICATION OF SUPPORT VECTOR REGRESSION FOR JAKARTA STOCK COMPOSITE INDEX PREDICTION WITH FEATURE SELECTION USING LAPLACIAN SCORE APPLICATION OF SUPPORT VECTOR REGRESSION FOR JAKARTA STOCK COMPOSITE INDEX PREDICTION WITH FEATURE SELECTION USING LAPLACIAN SCORE 1 ZUHERMAN RUSTAM, 2 KHADIJAH TAKBIRADZANI 1 Senior Lecturer, Department

More information

BULLETIN OF MATHEMATICS AND STATISTICS RESEARCH

BULLETIN OF MATHEMATICS AND STATISTICS RESEARCH KY PUBLICATIONS BULLETIN OF MATHEMATICS AND STATISTICS RESEARCH A Peer Reviewed International Research Journal http://www.bomsr.com Email:editorbomsr@gmail.com RESEARCH ARTICLE PREDICTION OF GOLD PRICES

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

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

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex R. Arjun Raj # # Research Scholar, APJ Abdul Kalam Technological University, College

More information

Impact of Derivatives Expiration on Underlying Securities: Empirical Evidence from India

Impact of Derivatives Expiration on Underlying Securities: Empirical Evidence from India Impact of Derivatives Expiration on Underlying Securities: Empirical Evidence from India Abstract Priyanka Ostwal Amity University Noindia Priyanka.ostwal@gmail.com Derivative products are perceived to

More information

Analysis and Prediction of Individual Stock Prices of Financial Sector Companies in NIFTY50

Analysis and Prediction of Individual Stock Prices of Financial Sector Companies in NIFTY50 I.J. Information Engineering and Electronic Business, 2018, 2, 33-41 Published Online March 2018 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijieeb.2018.02.05 Analysis and Prediction of Individual

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

Do Trading Volume and MACD Indicator Contains Information Content of Stock Price? Evidence from China

Do Trading Volume and MACD Indicator Contains Information Content of Stock Price? Evidence from China JOURNAL OF SIMULATION, VOL. 6, NO. 4, Aug. 2018 71 Do Trading Volume and MACD Indicator Contains Information Content of Stock Price? Evidence from China 2014-2015 Pinglin He a, Zheyu Pan * School of Economics

More information

Outline. Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data. Background. Introduction and Motivation

Outline. Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data. Background. Introduction and Motivation Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data Project No CFWin03-32 Presented by: Venkatesh Manian Professor : Dr Ruppa K Tulasiram Outline Introduction and

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

An Intelligent Forex Monitoring System

An Intelligent Forex Monitoring System An Intelligent Forex Monitoring System Ajith Abraham & Morshed U. Chowdhury" School of Computing and Information Technology Monash University (Gippsland Campus), Churchill, Victoria 3842, Australia http://ajith.softcomputing.net,

More information

Introducing GEMS a Novel Technique for Ensemble Creation

Introducing GEMS a Novel Technique for Ensemble Creation Introducing GEMS a Novel Technique for Ensemble Creation Ulf Johansson 1, Tuve Löfström 1, Rikard König 1, Lars Niklasson 2 1 School of Business and Informatics, University of Borås, Sweden 2 School of

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

Keywords Time series prediction, MSM30 prediction, Artificial Neural Networks, Single Layer Linear Counterpropagation network.

Keywords Time series prediction, MSM30 prediction, Artificial Neural Networks, Single Layer Linear Counterpropagation network. Muscat Securities Market Index (MSM30) Prediction Using Single Layer LInear Counterpropagation (SLLIC) Neural Network Louay A. Husseien Al-Nuaimy * Department of computer Science Oman College of Management

More information

ScienceDirect. Detecting the abnormal lenders from P2P lending data

ScienceDirect. Detecting the abnormal lenders from P2P lending data Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 91 (2016 ) 357 361 Information Technology and Quantitative Management (ITQM 2016) Detecting the abnormal lenders from P2P

More information

Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms

Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms Volume 119 No. 12 2018, 15395-15405 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms 1

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

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

Using artificial neural networks for forecasting per share earnings

Using artificial neural networks for forecasting per share earnings African Journal of Business Management Vol. 6(11), pp. 4288-4294, 21 March, 2012 Available online at http://www.academicjournals.org/ajbm DOI: 10.5897/AJBM11.2811 ISSN 1993-8233 2012 Academic Journals

More information

Forecasting stock market with neural networks

Forecasting stock market with neural networks Forecasting stock market with neural networks Tsong-Wuu Lin a, Chan-Chien Yu b, presenter a Department of Computer Science and Information Management, Soochow University, Taiwan twlin@csim.scu.edu.tw b

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

Fuzzy-neural model with hybrid market indicators for stock forecasting

Fuzzy-neural model with hybrid market indicators for stock forecasting 286 Int. J. Electronic Finance, Vol. 5, No. 3, 2011 Fuzzy-neural model with hybrid market indicators for stock forecasting A.A. Adebiyi* and C.K. Ayo Department of Computer and Information Sciences, Covenant

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

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

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

More information

A Rule-based Neural Stock Trading Decision Support System

A Rule-based Neural Stock Trading Decision Support System A Rule-based Neural Stock Trading Decision Support System Seng-cho Timothy Chou Department of Information Management National Taiwan University Taipei, Taiwan, R.O.C. chou@ccms.ntu.edu.tw Chau-chen Yang

More information