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

Size: px
Start display at page:

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

Transcription

1 Indian Journal of Science and Technology, Vol 8(22), IPL0250, September 2015 ISSN (Print) : ISSN (Online) : Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model Sachin Kamley 1*, Shailesh Jaloree 2 and R. S. Thakur 3 1 Department of Computer Applications, S.A.T.I., Vidisha , Madhya Pradesh, India; skamley@gmail.com 2 Department of Applied Math s and Computer Science, S.A.T.I., Vidisha , Madhya Pradesh, India; shailesh_jaloree@rediffmail.com 3 Department of Computer Applications, M.A.N.I.T., Bhopal , Madhya Pradesh, India; ramthakur2000@yahoo.com Abstract Background/Objectives: Now a day s stock market has great influence in the daily life of people. The biggest problem of stock market is that it holds large uncertainties which are directly related to their long term and short term investment. The key objective of researchers in this area is to strengthen economy as well as profit maximization on individual share. Methods/Statistical Analysis: This study, adopted a most popular back propagation training algorithm for predicting the performance of Bombay Stock Exchange of India based on long term and short term basis. In this study, 3500 samples of nine different companies are considered are divided 60% for training, 20% for validation and remaining 20% for testing task. In the initial phase the data underwent five phases which includes variable selection, data preprocessing, training dataset, prediction and evaluation. However the research evaluated through MATLAB tool which consists of training performance, error rate, and output prices. After getting the output from various evaluations made on stock dataset. Findings: It is shown by experimental results the method has given more accurate prediction results. Besides, it takes less training time and epochs for prediction task. It is also found that long term investment also has more successive returns over short term investment. Applications/Improvements: In the present study back propagation method is employed for long term and short term prediction. The different experimental results are carried out on stock data sets. It is also observed by study for long span of time small scale and medium scale companies like HCL and Ambuja Cement have better performance compared to large scale companies like TCS. In contrast, short span of time large scale companies like TCS also have better performance. Keywords: BSE, Long Term Investment, Multi Layer Perceptron, Prediction, Short Term Investment 1. Introduction Stock price prediction is an important concern in these days and various soft computing techniques are conferred for this within the past. The emergences of Data Mining (DM) and Artificial Intelligence (AI) techniques have brought a new trend in the market. During this study Artificial Neural Network (ANN) technique with combination of Data Mining tool are applied on Bombay Stock Exchange (BSE) of India which is the most dominating stock exchange over the world 1. Typically ANN has the potential to map the input data values into output data values. Multilayer Perceptron (MLP) is the most generally used methodology of neural network with back propagation training algorithm. However, the MLP model has expertization to solve problem in both classification and prediction field and has been widely employed in various areas for the last four decades with greater prediction results 2. The proposed back propagation model is tested on completely nine different companies of BSE (i.e. large, *Author for correspondence

2 Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model medium and small scale organization). The network is trained for several times. However, best validation performance is chosen at epoch no. 12 which clearly indicates that proposed training model adequately mimics the trends and patterns of the market. The performance of companies evaluated based on long term and short term basis. For the short term stock performance day wise and monthly wise training results are considered. Similarly for long term performances half yearly, yearly and five yearly training results are considered. Moreover, for higher results some necessary fundamental variables capital gain and dividend paid (last five years intrinsic information of company) are considered 3,4. The rest of the paper is organized as follows: Section 2 focuses on data pre-processing features on stock data. Section 3 focuses on the proposed methodology and its usability in stock market. Section 4 focus on experimental results conducted by research study and at last Section 5 discusses the conclusion and future scopes of the stock market. 2. Data Preprocessing Stock market data is often noisy, incomplete and inconsistent and is likely to contain so many uncertainties. Data preprocessing is an important step which is used to resolve such issues and prepares the data for prediction task 5. The data employed in this study contains the range from Jan to Oct The data consists five important variables like open price, high price, low price, close price and volume 6. The companies are classified based on market capitalization. Companies have market capitalization value larger than 180 Cr. comes under the category of large scale, companies which have market capitalization range between 115 Cr. to 180 Cr. comes under medium scale category and companies whose market capitalization value less than 115 Cr. comes under the category of small scale category 1,7. The Table 1 shows this classification. The stock prices are too much long and not feasible for computation so next task is to apply data normalization step on stock data. The following formula is used to scale the price values within the range of [0, 1]. NP MINSP MAXSP MINSP (1) Where NP, MINSP, and MAXSP denotes New Price, Minimum Stock Price, and Maximum Stock Price. Stock market data contain so much variability and various types of risks are associated with data. So before training there are some quantitative measures performed on stock data which represent the market risk present in the data 8. The Table 2 shows this measure. Table 2 can be understood in following manner. Table 1. Classification of companies based on Market Capitalization Large scale company TCS ONGC Medium scale company HCL Tech. Tata Motors Small scale company Asian Paints Jindal Steel HDFC Ltd. NTPC Ambuja Cement Table 2. Quantative measure on Stock data Company Name Standard Deviation Mean Relative Standard Deviation Coefficient of Variation Standard Error Mean TCS ONGC HDFC Ltd HCL Tech Tata Motors NTPC Asian- Paints Jindal Steel Ambuja- Cement Skew Kurt 2 Vol 8 (22) September Indian Journal of Science and Technology

3 Sachin Kamley, Shailesh Jaloree and R. S. Thakur Where, Standard Deviation (SD): Standard Deviation is used to measure the market risk. The higher values of standard deviation represent the higher risk present in market. The Table 2. Shows that Asian Paints share has low market risk value and NTPC share has higher market risk. Mean: shows the mean of stock prices. The change in values due to market variability. Relative Standard Deviation (RSD): It is also another important measure which tells about the market risk more closely than SD. The RSD value shows that Ambuja Cement has higher risk value and ONGC has lower risk value. Coefficient of Variation (COV): It also tells more closely about the market risk. Standard Error Mean (SEM): SEM is another measure which is calculated around the mean. Skew and Kurt: Both the measures are used to find the data symmetry around the mean. The Table 2 shows that TCS has better value of Skew and Kurt i.e. TCS data is normally placed around the mean and NTPC shows about abnormal displacement of data. 3. Proposed Methodology In this study, Multilayer Feed Forward Neural Network (MFFNN) approach is adopted which is very effective method due to huge amount of training samples. A Multilayer Feed-Forward Neural Network consists of an input layer, one or more hidden layers, and an output layer 9. Back propagation algorithm is used for training in Multilayer Feed-Forward Neural Network which iteratively learns a data set of training tuples comparing the network s prediction for each tuple with the actual known target value. If performances of network are not satisfactory then weights and biases are modified so as to minimize the Mean Square Error (MSE) 10. However, the propagation is done in the backwards direction (i.e. output layer to hidden layer) so it is names as back propagation. The method is well suited for classification and prediction task. The algorithm 1 shows our proposed algorithm for training Algorithm 1: Back propagation Training Perform data normalization step on data (i.e. change the input and output values in the range of [0, 1]. Now set the number of neurons in the hidden layer in the range of [1, 21]. Initialize all the weights and biases for input neurons, hidden neurons and output neurons in the range of [-1, 1]. If stopping condition is false then do step 5 to 12. For each training samples do steps 6 to 11. Get input from input layer and transform it to corresponding layer i.e. hidden layer. Now hidden layer sums it weighted input signals. Apply activation function and propagated signal to the output unit. For each output unit sum its weighted input signal (i.e. signal from previous layer). Apply activation function to calculate the output signal. If each output unit gets a target pattern corresponding to input unit then declare training successful otherwise calculate the error at output unit (i.e. difference between actual output and predicted output). Error is back propagated to update the weights and biases so that network s error could be minimized. Stop training if errors are minimized. Figure 1 shows the flowchart of the proposed algorithm Experimental Results In this study 9 companies of BSE index are selected for training and testing purposes 6. However 60% data for selected for training, 20% for validation and remaining 20% for testing purpose for individual company. The input layer consists of 4 important variables, 1 hidden layer consists of 11 neurons, and 1 output layer consists of 1 output variable. The network is trained for four times for nine different companies. Therefore it is trained for total 36 times. The network is trained for four different prices like open price, close price, low price, and high price. Trainlm (Levenberg-Marquardt Algorithm) is used as training function, Training is used as learning function and Mean Square Error (MSE) is used as performance function. The network is trained for 36 times for different companies. The Figure 2 shows only 1 state of training. After network training performance measure is an important task. The Figure 3 shows the performance measure i.e. Mean Square Error (MSE) against the number of epochs. It is clearly shown by Figure 3 network got the best validation performance at epoch no. of 12 which is The next task is to select the predicted prices for getting the investment return on particular share based on Vol 8 (22) September Indian Journal of Science and Technology 3

4 Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model short term basis i.e. daily, monthly and long term basis half yearly, yearly, and five yearly bases 12,13. The future performance of individual company from current position is also evaluated. The testing sample of 365 days (i.e. 15- APR. 13 to 1-OCT. 14) are considered for evaluating the results on daily monthly, half yearly, and yearly basis 6. For evaluating the performance based on longest period (i.e. five yearly) more data samples are also considered. The following formulas are used to calculate the capital gain and rate of return (%) on individual share 8, 14. Capital Gain = Current Price of Stock - Last Price of Stock (2) Rate of Return at the End of Day/Month/Year Capital Gain = * 100 Last Priceof Stock (3) The Table 3 Shows the day wise Rate of Return for each company. The Figure 4 shows day wise performance of Indian companies. Table 3. Day wise Rate of return for individual company Company Name Day wise Rate of return (%) TCS 1.08 ONGC 1.48 HDFC LTD HCL Tech Tata Motors 1.62 NTPC 1.3 Jindal Steel 1.95 Asian Paints 1.33 Ambuja Cement 1.55 Table 4. Monthly wise Rate of return for individual company Company Name Monthly wise Rate of return (%) TCS 6.37 ONGC 1.51 HDFC LTD HCL Tech Tata Motors 6.22 NTPC 1.47 Jindal Steel -2.3 Asian Paints Ambuja Cement 4.09 Figure 1. Flow chart of Back propagation method. Figure 4 show that Tata Motors and Jindal Steel have more return on investment than other companies. A graph also shows that medium scale company (Tata Motors) and small scale company (Jindal Steel) have high return as compared to large scale (TCS, ONGC, HDFC Ltd.). The Table 4 shows the monthly wise Rate of Return for each company. The Figure 5 shows the monthly performance of Indian companies. Figure 5. shows that on monthly basis TCS, Tata Motors and Ambuja Cements has high rate of returns on investment which belongs to large scale, medium scale, and small scale. It is also clear by graph that Jindal Steel and Asian Paints have negative performance which belongs to small scale companies. The Table 5 shows half yearly performance of Indian companies. The Figure 6. shows half yearly performance of Indian companies. 4 Vol 8 (22) September Indian Journal of Science and Technology

5 Sachin Kamley, Shailesh Jaloree and R. S. Thakur Figure 2. Training state of network. Figure 4. Line graph showing the day wise trend of BSE Figure 3. Performance Graph of Network. Figure 6 shows that on half yearly basis TCS and Tata Motors have better performance so investing money in these shares for longest period of time would be beneficial. The HDFC, HCL Tech. and Ambuja Cement have investment return is positive but very low. So it may be 50% of risk on investing in these shares. The NTPC, Jindal Steel, and Asian Paints shares showing the future loss on share i.e. investing on these shares may be harmful. The Table 6 shows yearly performance of Indian companies. The Figure 7 shows yearly performance of Indian companies. Figure 5. Line graph showing the monthly trend of BSE Vol 8 (22) September Indian Journal of Science and Technology 5

6 Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model Figure 6. Line graph showing the half yearly trend of BSE Figure 7. Line graph showing the yearly trends of BSE Figure 7 shows that large scale companies TCS have strong return on investment (i.e. above 85%) than HDFC and ONGC. The medium scale company Tata Motors has also strong return as compared to HCL and NTPC. The small scale companies Jindal Steel and Asian Paints showing loss on future investment, but Ambuja Cement has performed well than other two. It is also observed by graph medium scale company Tata motors share competing with large scale company TCS. The Table 7 shows five yearly performances of Indian companies. The Figure 8 shows five yearly performances of Indian companies. Figure 8 shows that large scale company TCS has highest investment return than other corresponding company. In medium scale HCL Tech. has also a highest return but lower than TCS. In small scale only Ambuja Cement has better investment return than other corresponding companies. So investing money for TCS, HDFC Ltd. and Asian Paints would be beneficial but ONGC, Tata Motors, NTPC, Jindal Steel, and Asian paints share showing future loss. For getting the more accurate analysis yearly prices ( ) of stock are considered and capital gains on individual stocks are calculated 7,8,15. The Table 8 shows the average capital gain on stock for last five years. Stock prices fluctuate over time so fundamental variable also plays important role for evaluating the Figure 8. Line graph showing the five years trends of BSE stock market performance. Dividend yield is one of the important variables for knowing the future worth of the company 17,19. So we considered last 5 years dividends history from Bombay Stock Exchange (BSE) of India site 6. It is also used to calculate the expected return and future performances of company after two years from current position. The following formulas are used for calculation of expected return and future performance of company 8. 6 Vol 8 (22) September Indian Journal of Science and Technology

7 Sachin Kamley, Shailesh Jaloree and R. S. Thakur Table 5. Half yearly Rate of return for individual company Company name Half yearly Rate of return (%) TCS ONGC HDFC LTD HCL Tech Tata Motors NTPC Jindal Steel Asian Paints Ambuja Cement 4.6 Table 6. Yearly Rate of return for Indian companies Company Name Yearly Rate of return (%) TCS 89 ONGC HDFC LTD HCL Tech Tata Motors 89.5 NTPC 0 Jindal Steel Asian Paints Ambuja Cement Table 8. Company name ( ) Divided Paid+ Capital Gain Expected Return( r ) = *100 Buy Price of Stock (4) Future Stock Value after Two Years = Buy Price of Stock + (Buy Price* Expected Return) + (Result* Expected Return) (5) Where, Average capital gain on individual stock Result = Average capital gain for last five years TCS 414 ONGC -152 HDFC Ltd HCL Tech Tata Motors NTPC Jindal Steel -103 Asian Paints -203 Ambuja Cement 23.4 Buy Price* Expected Return The Table 9 shows yearly expected return and future performance of company. Table 7. Five yearly rates of return for Indian companies Company Name 5 Years Rate of return (%) TCS ONGC HDFC LTD HCL Tech Tata Motors NTPC Jindal Steel Asian Paints Ambuja Cement Figure 9. Index. Bar Graph Showing the Future Trends of BSE Vol 8 (22) September Indian Journal of Science and Technology 7

8 Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model Table 9. Future worth of BSE index Company name Average dividend for last five years Expected Return (R) Future price of company TCS ONGC HDFC Ltd HCL- Tech Tata- Motors NTPC Jindal- Steel Asian- Paints Ambuja- Cement The Figure 9 showing the future value of Indian companies (i.e. after 2 years). Figure 9 shows that TCS company has highest future value among all companies. It would be very beneficial to invest money in TCS share. Remaining companies also showing positive sign but very low as compare to TCS. So this research study will be helpful for stock users to select the best value of stock on right time. 5. Conclusion and Future Scopes In this study, nine different companies data are considered and back propagation method is employed for long term and short term prediction. The different experimental results are carried out on stock data sets. It is also observed by study for longspan of time small scale and medium scale companies like HCL and Ambuja Cement have also better performance as compared to large scale companies like TCS. In contrast short span of time large scale companies like TCS have also better performance. However, this study will be helpful to addresses various types of questions for stock users like what will be capital on individual share? How much return on individual share? and what will be future worth of company. Due to economic globalization stock users are increasing day by day so this study will be helpful to bring new trends in the market and removing the traditional misconception like large scale companies always perform better. In future U.S. and China economy will be considered for comparison with Indian economy and back propagation method with different integration model will be applied. 6. References 1. BSE History and Indices. [cited 2014 Oct 10] Available from: 2. Nilsson NJ. Artificial Intelligence: A new synthesis. USA: Morgan Kaufmann Publishers, Inc; Kaur S. Top ten technology predictions for 2014 and beyond. IETE Technical Review. 2013; 30(6): Brown DP, Jennings RH. On technical analysis. The Review of Financial Studies. 1989; Han J, Kamber M. Data mining: Concepts and techniques, 2nd ed. San Francisco, CA: Morgan Kaufmann; Online Stock Market Dataset [Internet] [cited 2014 Aug 5] Available from: 7. Das AP. Security Analysis and Portfolio Management, 2nd ed. New Delhi, India: I.K. International Publication; Gupta SK, Sharma RK. Financial management theory and practice. 6th ed. New Delhi, India: Kalyani Publishers; Sivanandam SN, Sumathi S, Deepa SN. Introduction to neural network using matlab th ed. New Delhi, India: Tata McGraw Hill Publishing Company Limited; Minsky ML, Papert S. Perceptrons: An Introduction To Computational Geometry. 3rd ed. Cambridge, Mass: MIT Press; Li F, Liu C. Application Study of BP Neural Network on Stock Market Prediction. 9th International Conference on Hybrid Intelligent Systems (IEEE); p Saeedmanesh M, Izadi T, Ahvar E, editors. HDM: A Hybrid Data Mining Technique for Stock Exchange Prediction. Proceedings of the International Multiconference of Engineers and Computer Scientists (IMECS). Hong Kong, China; Khan ZH, Tasnim SA, Md. Hussain A. Price Prediction of Share Market using Artificial Neural Network (ANN). International Journal of Computer Applications (IJCA). 2011; 22(2): Casu B, Fabbri D, Wilson JOS. Emerging issues in financial institutions and markets. The European Journal of Finance. 2014; 20(10): Yao J, Tan CJ, Poh HL. Neural networks for technical analysis: A study on KLCI. International Journal of Theoretical and Applied Finance. 1999; 2(2): Karim MR, Ahmed CF, Jeong B-S, Choi H-J. An efficient distributed programming model for mining useful patterns in big datasets. IETE Technical Review. 2013; 30(1): Vol 8 (22) September Indian Journal of Science and Technology

9 Sachin Kamley, Shailesh Jaloree and R. S. Thakur 17. Chen S-M. Forecasting enrolments based on fuzzy time series. Fuzzy Sets and System. 1996; 81(3): Hong T, Han I. Integrated approach of cognitive maps and neural networks using qualitative information on the World Wide Web: KBN Miner. Expert Systems. 2004; 21(5): Tung WL, Quek C, Cheng P, EWS G. A novel neural-fuzzy based early warning system for predicting bank failures. Neural Networks. 2004; 17(4): Vol 8 (22) September Indian Journal of Science and Technology 9

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

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

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

An Association Rule Mining Model for Finding the Interesting Patterns in Stock Market Dataset

An Association Rule Mining Model for Finding the Interesting Patterns in Stock Market Dataset An Association Rule Mining Model for Finding the Interesting Patterns in Stock Market Dataset Sachin Kamley Deptt.of Computer Applications S.A.T.I. Vidisha, India Shailesh Jaloree Deptt.of Maths & Com.

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

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

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

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

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

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

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

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

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

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

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

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

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

A Big Data Analytical Framework For Portfolio Optimization

A Big Data Analytical Framework For Portfolio Optimization A Big Data Analytical Framework For Portfolio Optimization (Presented at Workshop on Internet and BigData Finance (WIBF 14) in conjunction with International Conference on Frontiers of Finance, City University

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

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

Price Pattern Detection using Finite State Machines with Fuzzy Transitions

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

More information

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

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

REGRESSION, THEIL S AND MLP FORECASTING MODELS OF STOCK INDEX

REGRESSION, THEIL S AND MLP FORECASTING MODELS OF STOCK INDEX International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 1 Number 1, May - June (2010), pp. 82-91 IAEME, http://www.iaeme.com/ijcet.html

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

International Journal of Business and Administration Research Review, Vol. 2, Issue.17, Jan - March, Page 107

International Journal of Business and Administration Research Review, Vol. 2, Issue.17, Jan - March, Page 107 AN ANALYTICAL STUDY ON TOP 5 SCRIPTS OF BSE Mohnish Kapadi MBA 2 nd Year, Financial Management, SSR Institute of Management & Research, Affiliated to Savitribai Phule Pune University, Pune. Abstract An

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

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

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

Stock price development forecasting using neural networks

Stock price development forecasting using neural networks Stock price development forecasting using neural networks Jaromír Vrbka 1* and Zuzana Rowland 2 1 Institute of Technology and Business in České Budějovice, School of Expertness and Valuation, Okružní 10,

More information

A Case Study on Trend and Growth Analysis of Tata Consultancy Services Limited

A Case Study on Trend and Growth Analysis of Tata Consultancy Services Limited A Case Study on Trend and Growth Analysis of Tata Consultancy Services Limited 1 Dr. K. Venkatachalam and 2 J.B. Rajaanjali 1 Assistant Professor, 3 PG Student, 1,2 Department of Commerce, PGP College

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

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

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

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

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

Designing a Hybrid AI System as a Forex Trading Decision Support Tool

Designing a Hybrid AI System as a Forex Trading Decision Support Tool Designing a Hybrid AI System as a Forex Trading Decision Support Tool Lean Yu Kin Keung Lai Shouyang Wang Academy of Mathematics and Systems Science, Chinese Academy of Sciences, Beijing, 00080, China

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

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

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

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

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

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

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

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

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

COMPARATIVE ANALYSIS OF BOMBAY STOCK EXCHANE WITH NATIONAL AND INTERNATIONAL STOCK EXCHANGES

COMPARATIVE ANALYSIS OF BOMBAY STOCK EXCHANE WITH NATIONAL AND INTERNATIONAL STOCK EXCHANGES Opinion - International Journal of Business Management (e-issn: 2277-4637 and p-issn: 2231 5470) Special Issue on Role of Statistics in Management and Allied Sciences Vol. 3 No. 2 Dec. 2013, pg. 79-88

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

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

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

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

ANN Robot Energy Modeling

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

More information

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

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

More information

SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS

SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS International Journal of Computer Engineering and Applications, Volume XI, Special Issue, May 17, www.ijcea.com ISSN 2321-3469 SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS Sumeet Ghegade

More information

PORTFOLIO MANAGEMENT - RISK & RETURN ANALYSIS OF SELECTED SCRIPTS

PORTFOLIO MANAGEMENT - RISK & RETURN ANALYSIS OF SELECTED SCRIPTS International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 12, December 2017, pp. 663 679, Article ID: IJMET_08_12_069 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=12

More information

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Saulius Masteika and Rimvydas Simutis Faculty of Humanities, Vilnius University, Muitines 8, 4428 Kaunas, Lithuania saulius.masteika@vukhf.lt,

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

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18,  ISSN STOCK MARKET PREDICTION USING ARIMA MODEL Dr A.Haritha 1 Dr PVS Lakshmi 2 G.Lakshmi 3 E.Revathi 4 A.G S S Srinivas Deekshith 5 1,3 Assistant Professor, Department of IT, PVPSIT. 2 Professor, Department

More information

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

National Stock Exchange Stock and Index Price Direction Prediction using Backpropagation Artificial Neural Network 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

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

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

Computational Model for Utilizing Impact of Intra-Week Seasonality and Taxes to Stock Return

Computational Model for Utilizing Impact of Intra-Week Seasonality and Taxes to Stock Return Computational Model for Utilizing Impact of Intra-Week Seasonality and Taxes to Stock Return Virgilijus Sakalauskas, Dalia Kriksciuniene Abstract In this work we explore impact of trading taxes on intra-week

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

Applicability of Capital Asset Pricing Model in the Indian Stock Market

Applicability of Capital Asset Pricing Model in the Indian Stock Market Applicability of Capital Asset Pricing Model in the Indian Stock Market Abstract: Capital Asset Pricing Model (CAPM) was a revolution in financial theory. CAPM postulates an equilibrium linear association

More information

Application of Data Mining Technology in the Loss of Customers in Automobile Insurance Enterprises

Application of Data Mining Technology in the Loss of Customers in Automobile Insurance Enterprises International Journal of Data Science and Analysis 2018; 4(1): 1-5 http://www.sciencepublishinggroup.com/j/ijdsa doi: 10.11648/j.ijdsa.20180401.11 ISSN: 2575-1883 (Print); ISSN: 2575-1891 (Online) Application

More information

Keywords: Average Returns, Standard Deviation, Fund Beta, Treynor, Sharpe, Jensen and Fama s Ratio, least square model, perception modeling

Keywords: Average Returns, Standard Deviation, Fund Beta, Treynor, Sharpe, Jensen and Fama s Ratio, least square model, perception modeling MULTILAYER PERCEPTION MODELING AND PERFORMANCE MEASURES: MUTUAL FUND PATTERNS ON FDI WITH SPECIAL REFERENCE TO INDIAN EQUITY FUNDS Jothi Basu T.* and Dr. Kavitha Shanmugam** Centre for Research and Development,

More information

Study of Relation between Market Efficiency and Stock Efficiency of Accepted Firms in Tehran Stock Exchange for Manufacturing of Basic Metals

Study of Relation between Market Efficiency and Stock Efficiency of Accepted Firms in Tehran Stock Exchange for Manufacturing of Basic Metals 2013, World of Researches Publication ISSN 2332-0206 Am. J. Life. Sci. Res. Vol. 1, Issue 4, 136-148, 2013 American Journal of Life Science Researches www.worldofresearches.com Study of Relation between

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

Design of a Wavelet Inspired Neuro-Fuzzy Approach to Forecast Financial Data

Design of a Wavelet Inspired Neuro-Fuzzy Approach to Forecast Financial Data 74 Design of a Wavelet Inspired Neuro-Fuzzy Approach to Forecast Financial Data Priyanka Student, SE, PDM College Of Engineering, Bahadurgarh, Haryana ABSTRACT The prediction algorithm always has their

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

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

Forecasting the Exchange Rates of CHF vs USD Using Neural. networks

Forecasting the Exchange Rates of CHF vs USD Using Neural. networks Forecasting the Exchange Rates of CHF vs USD Using Neural networks Name Jingtao Yao Yili Li Chew Lim Tan A. PhD Student Master Student Associate Professor Tel 7726729 7722767 7722900 email yaojt@iscs.nus.sg

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

Department of Management, College of Management, Islamic Azad University of Qazvin, Qazvin, Iran

Department of Management, College of Management, Islamic Azad University of Qazvin, Qazvin, Iran Asian Social Science; Vol. 12, No. 6; 2016 ISSN 1911-2017 E-ISSN 1911-2025 Published by Canadian Center of Science and Education The Investigation and Comparison of the Performance of Heuristic Methods

More information

Application of synthetic observations to develop an artificial neural network for mine dewatering

Application of synthetic observations to develop an artificial neural network for mine dewatering Application of synthetic observations to develop an artificial neural network for mine dewatering Sage Ngoie 1, Jean-Marie Lunda 2, Adalbert Mbuyu 3, Jean-Felix Kabulo 4 1Philosophiae Doctor, IGS, University

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

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

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