§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2907202010412800
DOI 10.6846/TKU.2020.00870
論文名稱(中文) 基於融合長短期記憶及深度類神經網路的股票預測
論文名稱(英文) A Stock Prediction based on the Fusion of Long Short-term Memory (LSTM) and Deep Neural Network
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系全英語碩士班
系所名稱(英文) Master's Program, Department of Computer Science and Information Engineering (English-taught program)
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 108
學期 2
出版年 109
研究生(中文) 程鈺翔
研究生(英文) Yu-Hsiang Cheng
學號 607780045
學位類別 碩士
語言別 英文
第二語言別
口試日期 2020-07-14
論文頁數 28頁
口試委員 指導教授 - 王英宏
委員 - 惠霖
委員 - 陳以錚
關鍵字(中) 機器學習
循環神經網路
股票預測
時間序列預測
關鍵字(英) Machine Learning
Recurrent Neural Network
Stock Prediction
Time Series Prediction
第三語言關鍵字
學科別分類
中文摘要
股票是近期最多人選擇的投資方式,然而對於股票新手第一次進場投資前多少有些不安和猶豫,除了培養一些基本觀念外,本文建立股票預測模型,預測下期股票收盤價,以提供給投資人做為買賣參考。本文提出的模型利用同產業股票漲跌會與龍頭股相似的特性,先是個別將股票歷年收盤價餵入(input)長短期記憶(LSTM)模型中學習,再將預測出的股票收盤價餵入(input)深度類神經網路(Deep Neural Network),使其學習最佳的權重分配,最終得到預測結果。
英文摘要
Recently, stocks are the most popular investment. However, for novice stock investor, they will be a little bit of anxiety and hesitation. In addition to cultivating some basic concepts, we establish a stock prediction model that predicted the stock close price of next day to provide investor a reference for trading. In this study, we propose that the same industry may have similar trend. First, we input the target and leading stock historical close prices to the Long Short-Term Memory (LSTM) models individually, and then input the predicted close price to a Deep Neural Network (DNN) to achieve the best weight distribution for learning, and finally get the prediction results.
第三語言摘要
論文目次
Table of Contents

Chinese Abstract................................I
Abstract........................................II
Table of Contents...............................IV
List of Figures.................................V
List of Tables..................................VI
Chapter 1 Introduction..........................1
Chapter 2 Related work..........................4
Chapter 3 Preliminary...........................8
Chapter 4 Proposed Stock Prediction Model.......9
4.1 LSTM_T and LSTM_L...........................10
4.2 LSTM_T and LSTM_L training..................13
4.3 DNN training................................14
4.4 Stock Prediction model......................15
Chapter 5 Performance Evaluation................16
5.1 Experiment Settings.........................16
5.2 Comparing Model Performance.................17
5.3 The Effectiveness of shifting...............19
5.4 Discussion of Parameter Settings............21
Chapter 6 Conclusion............................23
Reference.......................................24

List of Figures

Fig. 1. The stock price trend of 8046 and 3037............................................2
Fig. 2 shows the architecture of our propose model...........................................9
Fig. 3. The detail of LSTM_T and LSTM_L Training........................................12
Fig. 4. The concept of DNN......................14
Fig. 5. The closing price curve between leading stock and target stock from January 2010 to August 2019...16
Fig. 6. The curve of real closing price and predicted closing price from different models.............18
Fig. 7. The curve of real closing price and predicted closing price from different shifting day.......21
Fig. 8. The performance comparison of different parameter settings........................................22

List of Tables

Table 1: The Comparison of MAE..................18
Table 2: MAE in shifting D day..................19
參考文獻
[1] J. Bollen, H. Mao, and X. Zeng, "Twitter mood predicts the stock market, "J. Comput. Science, vol. 2, no. 1, pp. 1-8, 2011 
[2] K. Chen, Y. Zhou and F. Dai, "A LSTM-based method for stock returns prediction: A case study of China stock market," 2015 IEEE International Conference on Big Data (Big Data), Santa Clara, CA, pp. 2823-2824, 2015 
[3] Y. Chen and Y. Hao. A feature weighted support vector machine and k-nearest neighbor algorithm for stock market indices prediction. Expert Systems with Applications, 80:340 – 355, 2017
[4] E. Chong, C. Han and F. Park, "Deep learning networks for stock market analysis and prediction: Methodology data representations and case studies", Expert Systems with Applications, vol. 83, pp. 187-205, 2017 
[5] S. Deng, T. Mitsubuchi, K. Shioda, T. Shimada and A. Sakurai, "Combining Technical Analysis with Sentiment Analysis for Stock Price Prediction," 2011 IEEE Ninth International Conference on Dependable, Autonomic and Secure Computing, Sydney, NSW, pp. 800-807, 2011 
[6] T. Gao, Y. Chai and Y. Liu, "Applying long short term momory neural networks for predicting stock closing price," 2017 8th IEEE International Conference on Software Engineering and Service Science (ICSESS), Beijing, pp. 575-578, 2017 
[7] S. Hochreiter and S. Jürgen, "Long short-term memory", Neural computation, vol. 9, no. 8, pp. 1735-1780, 1997
[8] J. Holland Adaptation in Natural and Artificial Systems The University of Michigan Press, Ann Arbor, MI, 1975
[9] B. Huang, Q. Ding, G. Sun, and H. Li. Stock Prediction based on Bayesian-LSTM. In Proceedings of the 2018 10th International Conference on Machine Learning and Computing (ICMLC 2018). Association for Computing Machinery, New York, NY, USA, 128–133, 2018
[10] D. Kingma, J. Ba, “Adam: A Method for Stochastic Optimization,” arXiv.org, 30-Jan-2017
[11] H. Li, Y. Shen, & Y. Zhu, (2018). Stock Price Prediction Using Attention-based Multi-Input LSTM. ACML, 2018
[12] X. Li., C. Wang, J. Dong, F. Wang, X. Deng, S Zhu. (2011) Improving Stock Market Prediction by Integrating Both Market News and Stock Prices. In: Hameurlain A., Liddle S.W., Schewe KD., Zhou X. (eds) Database and Expert Systems Applications. DEXA 2011. Lecture Notes in Computer Science, vol 6861. Springer, Berlin, Heidelberg, 2011
[13] Z. Lipton, "A Critical Review of Recurrent Neural Networks for Sequence Learning", arXiv preprint arXiv:1506.00019, 2015
[14] L. Luo, X. Chen, Integrating piecewise linear representation and weighted support vector machine for stock trading signal prediction, Applied Soft Computing, Volume 13, Issue 2, 2013
[15] L. Luo, S. You, Y. Xu, and H. Peng. Improving the integration of piece wise linear representation and weighted support vector machine for stock trading signal prediction. Applied Soft Computing, 56:199 – 216, 2017
[16] L. Malagrino, N. Roman and A. Monteiro, "Forecasting stock market index daily direction: A Bayesian Network approach", Expert Systems with Applications, vol. 105, pp. 11-22, 2018
[17] V. Martin, "Predicting the French Stock Market Using Social Media Analysis," 2013 8th International Workshop on Semantic and Social Media Adaptation and Personalization, Bayonne, pp. 3-7, 2013
[18] J. McCall, Genetic algorithms for modelling and optimisation, Journal of Computational and Applied Mathematics, Volume 184, Issue 1, Pages 205-222, 2005
[19] D. Nelson, A. Pereira and R. Oliveira, "Stock market's price movement prediction with LSTM neural networks," 2017 International Joint Conference on Neural Networks (IJCNN), Anchorage, AK, pp. 1419-1426, 2017
[20] T. Nguyen, K. Shirai and J. Velcin, "Sentiment analysis on social media for stock movement prediction", Expert Systems with Applications, vol. 42, no. 24, pp. 9603-9611, 2015 
[21] E. Saad, D. Prokhorov and D. Wunsch, "Comparative study of stock trend prediction using time delay, recurrent and probabilistic neural networks," in IEEE Transactions on Neural Networks, vol. 9, no. 6, pp. 1456-1470, Nov. 1998
[22] T. Sanboon, K. Keatruangkamala and S. Jaiyen, "A Deep Learning Model for Predicting Buy and Sell Recommendations in Stock Exchange of Thailand using Long Short-Term Memory," 2019 IEEE 4th International Conference on Computer and Communication Systems (ICCCS), Singapore, pp. 757-760, 2019. 
[23] D. Shah, H. Isah and F. Zulkernine, "Predicting the Effects of News Sentiments on the Stock Market," 2018 IEEE International Conference on Big Data (Big Data), Seattle, WA, USA, pp. 4705-4708, 2018
[24] Y. Shynkevich, T. McGinnity, S. Coleman and A. Belatreche, "Predicting Stock Price Movements Based on Different Categories of News Articles," 2015 IEEE Symposium Series on Computational Intelligence, Cape Town, pp. 703-710, 2015
[25] C. Tsai, Y. Hsiao, Combining multiple feature selection methods for stock prediction: Union, intersection, and multi-intersection approaches, Decision Support Systems, Volume 50, Issue 1, Pages 258-269, 2010
[26] C. Wang and Y. Lin, "The prediction system for data analysis of stock market by using Genetic Algorithm," 2015 12th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD), Zhangjiajie, 2015, pp. 1721-1725, 2015 
[27] F. Wang, L. Liu and C. Dou, "Stock Market Volatility Prediction: A Service-Oriented Multi-kernel Learning Approach," 2012 IEEE Ninth International Conference on Services Computing, Honolulu, HI, pp. 49-56, 2012
[28] P. Wei and N. Wang, "Wikipedia and stock return: Wikipedia usage pattern helps to predict the individual stock movement", Proceedings of the 25th International Conference Companion on World Wide Web, pp. 591-594, 2016
[29] White, "Economic prediction using neural networks: the case of IBM daily stock returns," IEEE 1988 International Conference on Neural Networks, San Diego, CA, USA, pp. 451-458 vol.2, 1988
[30] K. Xu, J. Ba, R. Kiros, K. Cho, A. Courville, R. Salakhutdinov, R. Zemel, and Y. Bengio. Show, attend and tell: Neural image caption generation with visual attention. In Proceedings of the 32nd International Conference on Machine Learning, ICML 2015, Lille, France, 6-11 July 2015, pages 2048–2057, 2015b
[31] C. Yeh, C. Huang, S. Lee, A multiple-kernel support vector regression approach for stock market price forecasting, Expert Systems with Applications, Volume 38, Issue 3, Pages 2177-2186, 2011
[32] C. Zhang, Z. Ji, J. Zhang, Y. Wang, X. Zhao, and Y. Yang. Predicting Chinese Stock Market Price Trend Using Machine Learning Approach. In Proceedings of the 2nd International Conference on Computer Science and Application Engineering (CSAE ’18). Association for Computing Machinery, New York, NY, USA, Article 83, 1–5, 2018
[33] Y. Zhang (2012) Support Vector Machine Classification Algorithm and Its Application. In: Liu C., Wang L., Yang A. (eds) Information Computing and Applications.. Communications in Computer and Information Science, vol 308. Springer, Berlin, Heidelber ICICA, 2012
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文立即公開
校外
同意授權
校外電子論文立即公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信