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

Size: px
Start display at page:

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

Transcription

1 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 the data using machine learning algorithms. This study compares three different approaches in this area, using a regression tree and two artificial neural networks with two different learning algorithms. The learning algorithms used was Levenberg-Marquardt and Bayesian regularization. These three approaches was evaluated using the average misprediction and worst misprediction they made in the selected interval from two different indexes, OMXS30 and S&P-500. Out of these three approaches the artificial neural networks outperformed the regression tree and the Bayesian regularization algorithms performed the best out of the two learning algorithms. The conclusions did support the usage of artificial neural networks but was not able to fully establish that the Bayesian regularization algorithm would be the best performing in the general case.

2 1 Introduction Predicting stock prices is something that has been popular among investors for a long time. As the short term price of a stock is getting more and more volatile over the years, predicting its price has become increasingly more complex (Schwert, 1989). Even though the investors has had much improvements in the analytical tools, the artificial intelligence is still getting the upper hand and will most likely continue to do so in the future. This leads to the stock market in a near future, with high probability, will be taken over by the artificial intelligence completely and the human side of it will be replaced by robots (Turner, 2015). One way to predict stock market prices is to use a computer program that implements different types of machine learning algorithms in order to learn how to predict future stock prices depending on past prices. A common implementation of machine learning that the financial industry has invested heavily in is the use of artificial neural networks (Trippi & Turban, 1992). There are however other approaches to make these predictions with and therefore further research is needed. The most important aspect of the stock predicting has always been which algorithms perform the best, based on how accurate predictions they are able to make. Different measurements can be used when comparing the predictions and decisions have to be made on what conclusions to draw from the data. There are several areas of machine learning that applies to making predictions on time series values. Comparing which area of machine learning applies the best is therefore an important aspect of this research area in order to conclude which area the future research should work on. However, because of the high value of these types of research, a lot of the conclusions made in this area may not be published in order for companies to maintain an advantage against its competitors. 1.1 Problem statement The current methods that are being used in stock forecasting have shown promising results. Earlier reports have been able to predict stock prices when the data is limited to few stocks or a short time period. In order to determine which area of machine learning the future research should focus on this study will compare three different approaches for predicting time series values. Two of the approaches are different learning algorithms for an artificial neural network which has been the most state of the art when it 5

3 comes to stock prediction. The last one is a regression tree, which is a times series prediction method derived from the machine learning area of decision trees. This study will compare these three methods on how they are able to predict on a one-day-ahead prediction. The performance will be measured as their average daily misprediction together with their worst day prediction Research questions The aim for this study will be to answer and draw conclusions from from the following research questions: Does a artificial neural network achieve a better result than a regression tree when predicting stock prices? How does a Levenberg-Marquardt learning algorithm compare to a Bayesian regularization learning algorithm when predicting stocks with an artificial neural network? Scope of study In order to keep the focus on this report s main purpose, limitations had to be made to keep the study within a targeted timeframe. These limitations includes the data that was used and also the number of algorithms included, for which predictions was compared. The first limitation made for the data used for the prediction was to only go back until year This was due to the fact that the predictions was suppose to work under a reasonably close time frame and going further back could alter the practical usage of the conclusions. The report was also limited to two stock market indexes and kept the predictions strictly for one day ahead, limiting the long term possibilities. Due to the fact that there are a vast amount of machine learning algorithms the report focused on exactly three different algorithms. These three algorithms was chosen to represent a good selection of the currently applicable algorithms for stock market predictions. Another factor for limiting the number of algorithms used was that having more than three algorithms would make it hard to have a valuable comparison and time frame relative to its scientific outcome. 6

4 2 Background This section of the report has the purpose to introduce the reader on the background knowledge that is needed in order to understand what the research comprises. It starts by giving the basics behind how the stocks and stock markets work. It then moves on into more in depth knowledge regarding the machine learning algorithms that is being used to get the results and to draw a conclusion from those results. 2.1 What is a stock? The most fundamental idea behind a stock is that it represents a share of ownership in a company. Stocks are usually issued by a company when it needs to raise capital for investments as an alternative to borrowing the money (Teweles, 1998). This makes it possible for investors to trade capital for a share of a company in which they hope to make a profit in the future. The price of a stock is what the investor is willing to risk in order to gain an expected profit and varies between investors depending if they have short or long term aspects of the investment (Becket, 2004). 2.2 The stock market A stock market is an organized market for purchasing and selling different types of securities such as stocks and bonds. There are several different stock markets in the world and their main purposes are to help companies get easy access to capital and also as a pricing mechanism to determine the value of a stock or whole company. A shareowner can use a stock market to put their shares up for sale and reach a large group of investors willing to buy the shares to the lowest price. This leads to a price where a balance between supply and demand is reached, which is the price commonly referred to as the price of the stock (Encyclopedia Britannica, 2014). Because the demand and supply constantly change the price of a single stock usually changes many times a day, often many times per minute. The change in supply and demand for the stocks on the stock market is driven by several factors. The short term price of a stock changes rapidly while the long term price of a stock is more determined by analytical approaches of what the value of the stock really should be (Ro, 2015). Analytical approaches means expectations of future earnings of the company and its financial health when considering the stock price. Other important factors affecting the stock price is factors such as the general economic trend, the 7

5 share s industry performance and also different world events and their effect on the economies (A guide to NYSE marketplace, 2006). 2.3 Artificial intelligence & Machine learning Artificial intelligence (AI) is the science of constructing intelligent machines, particularly intelligent computer programs. Intelligent machines have the ability to perform tasks that are otherwise associated with intelligent beings (McCarthy, 2007). Examples of such abilities can be that the program can learn from past experience or reason and discover meaning to achieve its goal (Encyclopedia Britannica, 2014). It is not possible to answer yes or no to the question Is this machine intelligent or not?. This is because intelligence involves many different mechanisms and if a task only requires mechanisms that are well understood today a computer program could easily perform the task. Those programs are called somewhat intelligent (McCarthy, 2007). To create intelligent machines machine learning (ML) is used. That is the study of making a machine, especially a computer program, to have the ability learn from past experience. Which is a necessary ability to be able to call a program intelligent. Tom M. Mitchell (1997) provides a more formal definition in his book Machine Learning: "A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E." An example of this is a computer program that learns the task(t) to play checkers. Where the performance(p) is measured by percentage of the won games and it is gaining experience(e) by playing against itself. Each program can be classified into one of three main categories, depending on how the program learns a task. The three categories are supervised learning, unsupervised learning and reinforcement learning. In supervised learning the program is trained with known input and the wanted output. The goal for the program is to learn a more general rule on how to map inputs to outputs. Unsupervised learning does not have known input and output, instead the program should find patterns or similar structure in the given dataset by itself. Reinforcement learning lets the program interact with a dynamic environment where it must reach a goal. Without someone telling the program if it is close to the goal or not (Russell & Norvig, 1995). This thesis will focus on supervised learning because the expected output is known. 8

6 2.3.1 Artificial neural network One way to make a computer program learn from past experience is to use an artificial neural network (ANN). ANNs tries to borrow the structure of the biological nervous system based on our current understanding of it. That means instead of a program having all instructions sequentially, ANNs have many simple computational elements that are connected. Those are the artificial neurons or simply neurons, they operate in parallel to achieve high performance speed (Zhang, 2000). There are different types of ANNs but the general idea of how they work is the same. All the neurons in the network are connected in layers. They have at least one input and one output layer of neurons, usually with one or more hidden layers between them. Each neuron can either be activated or not, depending on an activation function and a bias value. All the connections between the neurons have a weight and the total weighted input can be calculated for a neuron by adding up the weight of all connections going into the neuron. This is used in the activation function to determine if the neuron is activated or not. The network then learns by changing the weights of the connections and the bias value of the neuron (Encyclopedia Britannica, 2014). When an ANN learns from training data it is expected that the more neurons the network has the better it can learn, this is however not always the case. Overfitting sometimes called overtraining is when the network tries to adapt to the training data. This causes the network to give great results if tested with exactly the same data as trained with, but if given other data the network is not able to predict the correct result. Possible reasons for this could be that either the network has too many neurons or the training data is insufficient. Therefore it can be hard to train an ANN to get the best predictions (Nielsen, 2015). An example of this can be seen in figure 1, where the ANN is overfitted which causes it to make bad predictions on new data. 9

7 Figure 1: Example of overfitting Backpropagation learning Backpropagation is one method used to teach a multi-layered ANN. In a backpropagation network, each neuron has multiple inputs and calculates an output. The neurons contains a value called a bias value, θ. This value is then used in the activation function of each neuron (Nielsen, 2015). The activation function takes the sum of all the weighted input values and the bias value. The current neuron is represented by j and neurons in the previous layer represented by i, the activation function for the neuron j is: net j = i (o i w i j) + θ j (1) Or in other words, the activation function for neuron j is the sum of all products of the output from neuron i and the weight of the link between i and j, plus the bias value of neuron j. The output of the current neuron is then based on a transfer function for the activation function. o j = f(net j ) (2) The important property the transfer function needs to have is that it must be possible to compute its first derivative. The sigmoid function is therefore commonly used as the transfer function. 10

8 1 f(net j ) = 1 + e net j (3) f (net j ) = f(net j )(1 f(net j )) (4) Each neuron in a backpropagation network has a value called δ used for error estimate, this is so the network can adjust the weights according to the expected result. The value δ is calculated differently depending on if the neuron is in the output layer or hidden layer. For an output neuron δ is calculated by the following formula. δ output = f (net)(t o) (5) Where f (net) is the first derivative of the transfer function, t is the expected value and o is the actual output for that neuron. For the hidden neuron j, δ is calculated with the deltas of the succeeding layer represented by k. δ j = f (net j ) k (δ k w jk ) (6) This value is then used to adjust the weights going backwards, towards the input layer. The weights are changed according to the following formula. dw ij = δ j o i L (7) Where dw represents change in weight and L is a learning parameter typically the same value for L is used for all neurons in the network. The bias value is also adjusted in the same way. dθ j = δ j f(θ j )L (8) These are all the basic formulas required for a backpropagation network. To summarise, the steps the network takes can be divided in three sections. First it calculates an output from the given training data. Then it compares the calculated output with the expected result and calculates the error for all neurons in the network backwards. Finally the weights and bias values are updated depending on the error (Nielsen, 2015) Levenberg-Marquardt learning algorithm The Levenberg-Marquardt algorithm is an optimization to the standard backpropagation algorithm. It does this by using an approximation of Newton s method. It does this by first computing the output from the given input in 11

9 the same way as the standard backpropagation algorithm. Then it calculates the error for each neuron and uses this to compute the Jacobian matrix. The Jacobian matrix is then used in the modified Newton method to get a new error value. This value is then used to compute the sum of squares of errors. Depending on if this value is larger or smaller than the previous calculated error, then the algorithm updates the modified variable in the newton method and goes back to either the first step or the third. The algorithm is complete when it reaches some pre-defined threshold value for the error (Hagan & Menhaj, 1994) Bayesian regularization learning algorithm Bayesian regularization is another modification that can be used in the Levenberg-Marquardt algorithm. It minimizes a linear combination of weights and squared errors. The regularization adds another term in the linear combination to make the network produce a smoother response. This can also be used to prevent overfitting but will require more time than the Levenberg- Marquardt algorithm (Foresee & Hagan, 1997) Decision tree Another machine learning technique that can be used to predict the future is a decision tree. Decision trees builds on the basic ideas behind the hierarchical tree data structure, where it uses divide and conquer to split the data into smaller subsets (Criminisi, Shotton & Konukoglu, 2012). The way to train a simple decision tree (classification decision tree) is to ask questions regarding the data with the known outcome various questions in a way it will get split to different categories. The goal is to split it in such a way that the outcome of the variable the user is trying to predict will be as homogeneous as possible in each category, which leads to a higher confidence on the outcome (Criminisi, Shotton & Konukoglu, 2012). When the data has been split enough times that the categories has a convincing certainty what the outcome of that precise category will be, the last categories we split into will be called the leafs. These will then be the final outcome of the prediction (Magerman, 1995). After the decision tree has been trained with enough data it is ready to use the data with unknown outcome and see which leaf it ends up after answering all the questions. That leaf will then give a predicted outcome and, depending on which learning algorithm has been used, how certain it is of that outcome (Magerman, 1995). 12

10 Figure 2: Decision tree Regression tree When dealing with real value prediction, it is often better to use a regression tree mode as it has better ways of splitting the data in a non-classification manner. In a regression tree model, instead of just splitting the data in an categorial matter, the data will be split on several points for each of the independent variables. This means that a regression tree is needed when the the target variable is numerical or continuous (Criminisi, Shotton & Konukoglu, 2010). After each independent variable has been split on several points it is possible to calculate the sum of squared errors for each group of nodes: SSE = i (P a i ) 2, a = actual, P = prediction (9) By trying to minimize the SSE, each group of data will obtain a value which is later used for making the predictions. This process is then repeated until all group of nodes have received a value. By splitting the data in a larger amount of datasets the predictions can get more precise. This is due to the fact that each group can be predicted with a simpler linear or constant prediction model instead of more advanced polynomial models (Criminisi, Shotton & Konukoglu, 2012). 13

11 2.4 Related work Throughout the years there have been numerous studies made concerning stock market predictions. From these published reports, the focus will be on three studies that has a similar research topic but with different approaches. Their prediction methods are related to the models which are being used for this thesis and therefore the conclusions made are highly relevant and should be considered when discussion the result that will be acquired in this report. The first of these reports is written by Hill, Marquez, O Connor & Remus (1994) and relates to different types of regression models that can be used for all types of forecasting and decision making. Their main focus was to compare and draw conclusions from the results other reports had acquired when making predictions on different kinds of regression and times series problems. The goal with this was to find out whether or not artificial neural networks could perform well enough on time series prediction compared to the more classical statistical models. Their conclusions was suppose to provide input on the ongoing discussion if ANNs perform well enough to be a basis for decision making on time series forecasting. For these reasons, the models that they compared with was almost exclusively different versions of ANNs and various statistical models. Their study found that ANNs are able to forecast fully comparable and often better results than any of the classical statistical models that they had compared it too. They did however discuss that these results may have been altered by the conditions and for the comparison that had been made, that further research was needed in order to be decisive about their findings. For the purpose of this thesis, their report do give support for the claim that ANNs should perform well on stock predictions, though they did not have any regression trees in their comparative study. Another report related to time series prediction was written by Kohzadi, Body, Kermanshahi & Kaastra (1996). They have made a comparative study on how ANNs can perform on time series predictions oppose to the autoregressive integrated moving average (ARIMA) models. They made the comparison as an empirical study where they implemented both an ARIMA and an ANN using a feedforward learning algorithm. These models was ran on the wheat market, seven different three year time periods in order to make the conditions fair. For their comparison method they used mean square error, absolute error and also a mean absolute error. What they found in their research was similar to that of the previous report. Their implementations of an ANN outperformed the ARIMA model by a clear margin. Similar to previous report, these findings gives support for the ANNs good performance on time series predictions, though the high frequency trade for the wheat market may not be the same as for the stock market. 14

12 Lastly, an empirical study related to the stock prediction was written by Tsung-Sheng Chang (2011) who did a comparative study on how ANNs perform on stock prediction compared to a decision tree and a hybrid model. Both the ANN and the decision tree implementations as this thesis. The ANN had a standard backpropagation learning algorithm and the decision tree used a regression model for binary outcome. Data used for these predictions was from a one year period of time with 10 different digital game content stocks closing prices. What the report found was that ANNs outperformed the two other methods on the average accuracy which was mainly a result of the less volatility it achieved. The report concludes that these results has great limitations though due to the small amount of stocks predicted and that the 32 days verification period was most likely too short. 15

13 3 Method In this chapter the reader will be introduced into the methods used in this report and how the results were obtained. Explanations will be provided for what data was used and how the values were processed using each different prediction approach. It will also provide how the approaches were compared and what variables were used for the comparison. 3.1 Data used The data used for the report was daily stock prices gathered from the OMX Stockholm stock market and the New York Stock Exchange. The indexes used for the prediction was OMXS30 which consists of the 30 highest valued companies on the Stockholm stock exchange and S&P-500 that includes the 500 largest companies on the NYSE. The reason for choosing these graphs was to have one prediction for a large market as of NYSE and one prediction for a smaller market, OMXS30. This would give two different views on how the algorithms performed under different conditions. Figure 3: OMXS30 graph 16

14 Figure 4: S&P-500 graph The prices that were used were dating from the start of 2016 back to the year-to-year end between 1999 and The reason for not going further back in the stock history was to make the stock s price volatility more accurate with today s conditions. In order to make the data more manageable for prediction, the index price used for each day was the stock s opening price on that day. This way the risk of having extreme values by taking the day s maximum or minimum price were reduced. The arbitration limit chosen between what data was used as training sets and what data was used under the testing phase were set as the year-end between 2015 and All data from year 2016 was used as test data. For each selection of days, the day after those days was chosen as the outcome result. Then the outcome value was switched to be included among the input values and the first day of the earlier selection of input values was removed. 3.2 ANN prediction The prediction using backpropagation ANN was implemented using the standard MATLAB library. Both of the two ANNs work in the same way with the exception of how they are both trained. This led to their main difference in implementing their prediction methods was only which builtin MATLAB function was used for the training phase. The splitting of the data used for training the network was divided by the following percentages; 70% was used as training data, 15% was used as validation data and lastly 15% was used as testing data. The training data was used by the network to adjust the node weights and to avoid overfitting it used the validation set. Lastly to confirm that the final adjustments were good, the testing set were used. 17

15 Both ANNs were implemented as nonlinear autoregressive neural network (narnet) using 4 input nodes, 10 nodes in a single hidden layer and 1 output node. The number of hidden nodes was chosen as it was what gave the best performance during the validation phase. After the network had been trained using the input data, it was ran using the target data to retrieve the predictions. As for this short-term prediction, the one-day-ahead prediction results were only used for a single day comparison and therefore one day s prediction did not affect the next days. To achieve this effect, the narnet was predicting using an open loop response as opposed to a closed loop response. This gave the outcome that the predicting from on one input did not affect the trained networks node weights. Finally, the predicted values were compared to the real values in order to evaluate the its performance. 3.3 Tree prediction For the tree prediction, a binary regression decision tree was used from the MATLAB library Statistics and Machine Learning Toolbox. The input data was then split up from being a list with all opening prices into a matrix with 4 columns, one for each following day. The expected output for each row was the fifth day. This was then used as the input to generate the tree. To get the predictions from the tree it needs to be given the opening price of 4 following days from the target data to predict the opening price of the next day. Therefore the target data was split up in the same way as the input data. Then for each row in the matrix the tree gave a prediction which was saved for later comparison. Because the result of the prediction is not used in the next prediction the tree will not accumulate the errors from day to day. But this also restricts the tree to only be able to predict one day ahead. 3.4 Methods for comparison To make a comparison between the different approaches a misprediction table of each day was calculated, where the predicted values were represented as percentage from the read value. The misprediction made for a single day i was calculated as: M = abs(1 p(i) ), p = predicted, r = realvalue (10) r(i) Miss(%) = M 100 (11) 18

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

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

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

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

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

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

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

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

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

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

$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

COMPARING NEURAL NETWORK AND REGRESSION MODELS IN ASSET PRICING MODEL WITH HETEROGENEOUS BELIEFS

COMPARING NEURAL NETWORK AND REGRESSION MODELS IN ASSET PRICING MODEL WITH HETEROGENEOUS BELIEFS Akademie ved Leske republiky Ustav teorie informace a automatizace Academy of Sciences of the Czech Republic Institute of Information Theory and Automation RESEARCH REPORT JIRI KRTEK COMPARING NEURAL NETWORK

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

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

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

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

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

Predicting stock prices for large-cap technology companies

Predicting stock prices for large-cap technology companies Predicting stock prices for large-cap technology companies 15 th December 2017 Ang Li (al171@stanford.edu) Abstract The goal of the project is to predict price changes in the future for a given stock.

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

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

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

Understanding neural networks

Understanding neural networks Machine Learning Neural Networks Understanding neural networks An Artificial Neural Network (ANN) models the relationship between a set of input signals and an output signal using a model derived from

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

ECS171: Machine Learning

ECS171: Machine Learning ECS171: Machine Learning Lecture 15: Tree-based Algorithms Cho-Jui Hsieh UC Davis March 7, 2018 Outline Decision Tree Random Forest Gradient Boosted Decision Tree (GBDT) Decision Tree Each node checks

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

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern Monte-Carlo Planning: Introduction and Bandit Basics Alan Fern 1 Large Worlds We have considered basic model-based planning algorithms Model-based planning: assumes MDP model is available Methods we learned

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

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

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

The Loans_processed.csv file is the dataset we obtained after the pre-processing part where the clean-up python code was used.

The Loans_processed.csv file is the dataset we obtained after the pre-processing part where the clean-up python code was used. Machine Learning Group Homework 3 MSc Business Analytics Team 9 Alexander Romanenko, Artemis Tomadaki, Justin Leiendecker, Zijun Wei, Reza Brianca Widodo The Loans_processed.csv file is the dataset we

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

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

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

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

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

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

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

Bayesian Finance. Christa Cuchiero, Irene Klein, Josef Teichmann. Obergurgl 2017

Bayesian Finance. Christa Cuchiero, Irene Klein, Josef Teichmann. Obergurgl 2017 Bayesian Finance Christa Cuchiero, Irene Klein, Josef Teichmann Obergurgl 2017 C. Cuchiero, I. Klein, and J. Teichmann Bayesian Finance Obergurgl 2017 1 / 23 1 Calibrating a Bayesian model: a first trial

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

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern Monte-Carlo Planning: Introduction and Bandit Basics Alan Fern 1 Large Worlds We have considered basic model-based planning algorithms Model-based planning: assumes MDP model is available Methods we learned

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

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

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

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

Machine Learning in Risk Forecasting and its Application in Low Volatility Strategies

Machine Learning in Risk Forecasting and its Application in Low Volatility Strategies NEW THINKING Machine Learning in Risk Forecasting and its Application in Strategies By Yuriy Bodjov Artificial intelligence and machine learning are two terms that have gained increased popularity within

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

Beating the market, using linear regression to outperform the market average

Beating the market, using linear regression to outperform the market average Radboud University Bachelor Thesis Artificial Intelligence department Beating the market, using linear regression to outperform the market average Author: Jelle Verstegen Supervisors: Marcel van Gerven

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

Model Calibration with Artificial Neural Networks

Model Calibration with Artificial Neural Networks Introduction This document contains five proposals for MSc internship. The internships will be supervised by members of the Pricing Model Validation team of Rabobank, which main task is to validate value

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

Credit Card Default Predictive Modeling

Credit Card Default Predictive Modeling Credit Card Default Predictive Modeling Background: Predicting credit card payment default is critical for the successful business model of a credit card company. An accurate predictive model can help

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

Portfolio Recommendation System Stanford University CS 229 Project Report 2015

Portfolio Recommendation System Stanford University CS 229 Project Report 2015 Portfolio Recommendation System Stanford University CS 229 Project Report 205 Berk Eserol Introduction Machine learning is one of the most important bricks that converges machine to human and beyond. Considering

More information

Real-time Intraday Option Pricing With Advanced Neurosimulation

Real-time Intraday Option Pricing With Advanced Neurosimulation Real-time Intraday Option Pricing With Advanced Neurosimulation Masterarbeit zur Erlangung des akademischen Grades Master of Science (M.Sc.) im Masterstudiengang Wirtschaftswissenschaft der Wirtschaftswissenschaftlichen

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

Wage Determinants Analysis by Quantile Regression Tree

Wage Determinants Analysis by Quantile Regression Tree Communications of the Korean Statistical Society 2012, Vol. 19, No. 2, 293 301 DOI: http://dx.doi.org/10.5351/ckss.2012.19.2.293 Wage Determinants Analysis by Quantile Regression Tree Youngjae Chang 1,a

More information

Predicting the Success of a Retirement Plan Based on Early Performance of Investments

Predicting the Success of a Retirement Plan Based on Early Performance of Investments Predicting the Success of a Retirement Plan Based on Early Performance of Investments CS229 Autumn 2010 Final Project Darrell Cain, AJ Minich Abstract Using historical data on the stock market, it is possible

More information

Academic Research Review. Algorithmic Trading using Neural Networks

Academic Research Review. Algorithmic Trading using Neural Networks Academic Research Review Algorithmic Trading using Neural Networks EXECUTIVE SUMMARY In this paper, we attempt to use a neural network to predict opening prices of a set of equities which is then fed into

More information

Foreign Exchange Forecasting via Machine Learning

Foreign Exchange Forecasting via Machine Learning Foreign Exchange Forecasting via Machine Learning Christian González Rojas cgrojas@stanford.edu Molly Herman mrherman@stanford.edu I. INTRODUCTION The finance industry has been revolutionized by the increased

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

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

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

1. A is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes,

1. A is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, 1. A is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. A) Decision tree B) Graphs

More information

CS227-Scientific Computing. Lecture 6: Nonlinear Equations

CS227-Scientific Computing. Lecture 6: Nonlinear Equations CS227-Scientific Computing Lecture 6: Nonlinear Equations A Financial Problem You invest $100 a month in an interest-bearing account. You make 60 deposits, and one month after the last deposit (5 years

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

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

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

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

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

HKUST CSE FYP , TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS

HKUST CSE FYP , TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS HKUST CSE FYP 2017-18, TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS MOTIVATION MACHINE LEARNING AND FINANCE MOTIVATION SMALL-CAP MID-CAP

More information

Binary Options Trading Strategies How to Become a Successful Trader?

Binary Options Trading Strategies How to Become a Successful Trader? Binary Options Trading Strategies or How to Become a Successful Trader? Brought to You by: 1. Successful Binary Options Trading Strategy Successful binary options traders approach the market with three

More information

Better decision making under uncertain conditions using Monte Carlo Simulation

Better decision making under uncertain conditions using Monte Carlo Simulation IBM Software Business Analytics IBM SPSS Statistics Better decision making under uncertain conditions using Monte Carlo Simulation Monte Carlo simulation and risk analysis techniques in IBM SPSS Statistics

More information

Statistical Data Mining for Computational Financial Modeling

Statistical Data Mining for Computational Financial Modeling Statistical Data Mining for Computational Financial Modeling Ali Serhan KOYUNCUGIL, Ph.D. Capital Markets Board of Turkey - Research Department Ankara, Turkey askoyuncugil@gmail.com www.koyuncugil.org

More information

Draft. emerging market returns, it would seem difficult to uncover any predictability.

Draft. emerging market returns, it would seem difficult to uncover any predictability. Forecasting Emerging Market Returns Using works CAMPBELL R. HARVEY, KIRSTEN E. TRAVERS, AND MICHAEL J. COSTA CAMPBELL R. HARVEY is the J. Paul Sticht professor of international business at Duke University,

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

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

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

Expanding Predictive Analytics Through the Use of Machine Learning

Expanding Predictive Analytics Through the Use of Machine Learning Expanding Predictive Analytics Through the Use of Machine Learning Thursday, February 28, 2013, 11:10 a.m. Chris Cooksey, FCAS, MAAA Chief Actuary EagleEye Analytics Columbia, S.C. Christopher Cooksey,

More information

Application of Deep Learning to Algorithmic Trading

Application of Deep Learning to Algorithmic Trading Application of Deep Learning to Algorithmic Trading Guanting Chen [guanting] 1, Yatong Chen [yatong] 2, and Takahiro Fushimi [tfushimi] 3 1 Institute of Computational and Mathematical Engineering, Stanford

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

Solutions for practice questions: Chapter 15, Probability Distributions If you find any errors, please let me know at

Solutions for practice questions: Chapter 15, Probability Distributions If you find any errors, please let me know at Solutions for practice questions: Chapter 15, Probability Distributions If you find any errors, please let me know at mailto:msfrisbie@pfrisbie.com. 1. Let X represent the savings of a resident; X ~ N(3000,

More information

Valencia. Keywords: Conditional volatility, backpropagation neural network, GARCH in Mean MSC 2000: 91G10, 91G70

Valencia. Keywords: Conditional volatility, backpropagation neural network, GARCH in Mean MSC 2000: 91G10, 91G70 Int. J. Complex Systems in Science vol. 2(1) (2012), pp. 21 26 Estimating returns and conditional volatility: a comparison between the ARMA-GARCH-M Models and the Backpropagation Neural Network Fernando

More information

A comparative study on artificial neural networks and random forests for stock market prediction

A comparative study on artificial neural networks and random forests for stock market prediction DEGREE PROJECT IN TECHNOLOGY, FIRST CYCLE, 15 CREDITS STOCKHOLM, SWEDEN 2016 A comparative study on artificial neural networks and random forests for stock market prediction VICTOR ERIKSSON THUJEEPAN VARATHARAJAH

More information

Classification of Capital Expenditures and Revenue Expenditures: An Analysis of Correlation and Neural Networks

Classification of Capital Expenditures and Revenue Expenditures: An Analysis of Correlation and Neural Networks Classification of Capital Expenditures and Revenue Expenditures: An Analysis of Correlation and Neural Networks Fadzilah Siraj a, Nurazzah Abu Bakar b, Adnan Abolgasim c a,b,c College of Arts and Sciences

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

Session 5. Predictive Modeling in Life Insurance

Session 5. Predictive Modeling in Life Insurance SOA Predictive Analytics Seminar Hong Kong 29 Aug. 2018 Hong Kong Session 5 Predictive Modeling in Life Insurance Jingyi Zhang, Ph.D Predictive Modeling in Life Insurance JINGYI ZHANG PhD Scientist Global

More information

UPDATED IAA EDUCATION SYLLABUS

UPDATED IAA EDUCATION SYLLABUS II. UPDATED IAA EDUCATION SYLLABUS A. Supporting Learning Areas 1. STATISTICS Aim: To enable students to apply core statistical techniques to actuarial applications in insurance, pensions and emerging

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

Stock Market Forecast: Chaos Theory Revealing How the Market Works March 25, 2018 I Know First Research

Stock Market Forecast: Chaos Theory Revealing How the Market Works March 25, 2018 I Know First Research Stock Market Forecast: Chaos Theory Revealing How the Market Works March 25, 2018 I Know First Research Stock Market Forecast : How Can We Predict the Financial Markets by Using Algorithms? Common fallacies

More information

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems Jiaying Shen, Micah Adler, Victor Lesser Department of Computer Science University of Massachusetts Amherst, MA 13 Abstract

More information

Optimization Prof. A. Goswami Department of Mathematics Indian Institute of Technology, Kharagpur. Lecture - 18 PERT

Optimization Prof. A. Goswami Department of Mathematics Indian Institute of Technology, Kharagpur. Lecture - 18 PERT Optimization Prof. A. Goswami Department of Mathematics Indian Institute of Technology, Kharagpur Lecture - 18 PERT (Refer Slide Time: 00:56) In the last class we completed the C P M critical path analysis

More information

Naïve Bayesian Classifier and Classification Trees for the Predictive Accuracy of Probability of Default Credit Card Clients

Naïve Bayesian Classifier and Classification Trees for the Predictive Accuracy of Probability of Default Credit Card Clients American Journal of Data Mining and Knowledge Discovery 2018; 3(1): 1-12 http://www.sciencepublishinggroup.com/j/ajdmkd doi: 10.11648/j.ajdmkd.20180301.11 Naïve Bayesian Classifier and Classification Trees

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

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

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

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

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

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