博碩士論文 109423068 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:33 、訪客IP:3.142.98.108
姓名 郭兆瑞(Chao-Jui Kuo)  查詢紙本館藏   畢業系所 資訊管理學系
論文名稱 情感分析對股價預測之影響研究
(Stock Prediction based on Sentiment Analysis)
相關論文
★ 具代理人之行動匿名拍賣與付款機制★ 網路攝影機遠端連線安全性分析
★ HSDPA環境下的複合式細胞切換機制★ 樹狀結構為基礎之行動隨意網路IP位址分配機制
★ 平面環境中目標區域之偵測 - 使用行動感測網路技術★ 藍芽Scatternet上的P2P檔案分享機制
★ 交通壅塞避免之動態繞路機制★ 運用UWB提升MANET上檔案分享之效能
★ 合作學習平台對團體迷思現象及學習成效之影響–以英文字彙學習為例★ 以RFID為基礎的室內定位機制─使用虛擬標籤的經驗法則
★ 適用於實體購物情境的行動商品比價系統-使用影像辨識技術★ 信用卡網路刷卡安全性
★ DEAP:適用於行動RFID系統之高效能動態認證協定★ 在破產預測與信用評估領域對前處理方式與分類器組合的比較分析
★ 單一類別分類方法於不平衡資料集-搭配遺漏值填補和樣本選取方法★ 正規化與變數篩選在破產領域的適用性研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2025-8-1以後開放)
摘要(中) 目前股價預測研究多是基於技術面的數據資料,然而隨著網路社群的發展,消息面的發酵會影響投資人的決策和短期股價走向。因此,如何萃取消息面的文本資訊,進而能同時考量技術面和消息面的影響,將是未來提升股價預測準確性的重要研究方向。
本研究主要是利用近年來改良的動態與靜態詞嵌入方法,預測社群媒體文本的情感分數後,結合技術面資料後,透過深度學習分類器進行股價預測。而在深度學習分類器中,在情感分析方法的部分是根據近年來在文本序列上十分熱門的Transformer架構進行不同組態的改良搭配,以找出最適用於情感分析的Transformer組態。而在股價預測方面,則是提出一個結合混合式模型中的CNN,與Transformer架構中的Multi-head Self-Attention機制,搭配LSTM進行改良的分類器(Multi-head Self-Attention with Convolutional neural network LSTM, MAC-LSTM),加強重要訊息的關注,以更準確掌握股票漲跌的趨勢。
本研究蒐集兩個社群媒體文本(Twitter、Stocktwit)的資料並以亞馬遜公司(AMZN)與網飛公司(NFLX)為預測標的,搭配不同的情感分析方法(辭典法、API、動靜態詞嵌入情感分析方法),並以三種深度分類器,ATLSTM、CNN-LSTM和MAC-LSTM進行股價預測,探討其何種組合最適用於股價預測。最終,本實驗發現以內容面改良的動態詞嵌入情感分析方法finBERT,搭配深度學習分類器MAC-LSTM能最精準的預測股票的未來漲跌趨勢,其準確率最高達71.70%,為最佳組合。
摘要(英) At present, most research on stock price prediction is based on technical data. However, With the development of social media, investors can easily receive numerous information so that they will make different decisions, and thus cause the short-term inflation of the stock price. Therefore, considering both text and technical data will be an important direction for improving the accuracy of stock price prediction.
This research is mainly discussed the efficiency about using several improved dynamic and static word embedding methods to conduct the sentiment scores of social media texts, and then combine them with structured data to predict stock trend by a deep learning classifier. In the deep learning classifier, we figure out the best Transformer configuration which called Enhanced Transformer for sentiment analysis. In the area of stock price prediction, we propose an improved classifier (Multi-head Self-Attention with Convolutional Neural Network LSTM, MAC) by combining CNN in hybrid model and Multi-head Self-Attention mechanism in Transformer architecture. MAC-LSTM) to enhance the attention of important information to grasp the trend of stock rise and fall more accurately.
This research collects data from two kinds of social media text data (Twitter and Stocktwit) and uses Amazon (AMZN) and Netflix (NFLX) as the predict targets, with different sentiment analysis methods (dictionary method, API, and dynamic word embedding sentiment analysis method), and three deep classifiers, ATLSTM, CNN-LSTM, and MAC-LSTM, for investigating which combination is most suitable for stock prediction. At the end of the research, we found that the improved dynamic word embedding sentiment analysis method finBERT with the stock prediction classifier MAC-LSTM can predict the future stock trend with the best combination of 71.70% accuracy.
關鍵字(中) ★ 詞嵌入
★ 情感分析
★ 股價預測
★ 深度學習
★ Transformer
關鍵字(英) ★ word embedding
★ sentiment analysis
★ stock price prediction
★ deep learnring
★ Transformer
論文目次 目錄
摘要 i
Abstract ii
致謝 iii
目錄 iv
圖目錄 vii
表目錄 ix
一、緒論 1
1-1 研究背景 1
1-2 研究動機 2
1-3 研究目的 3
二、文獻探討 4
2-1 文字探勘的基本概念 4
2-2 過往股票預測文獻探討 4
2-3 動、靜態詞嵌入方法的發展 5
2-3-1 fastText 8
2-3-2 BERT&finBERT 9
2-3-3 XLNet 11
2-4 深度學習分類器模型 14
2-4-1 LSTM 17
2-4-2 注意力機制 (Attention Mechanism) 18
2-5 Transformer的架構、特性及標準化(normalization) 19
三、研究方法 23
3-1 研究資料集 24
3-2 資料前處理 25
3-2-1 文本資料前處理 25
3-2-2 數值資料前處理 26
3-3 評估指標 27
3-4 探討Transformer分類器於靜態詞嵌入情感分析之最佳組態 27
3-5 探討近年改良的動靜態詞嵌入方法於情感分析之影響 28
3-6 探討不同情感分析方法搭配不同分類器於股價預測之適用性 29
3-6-1 漲跌標註 31
3-6-2 Day Forward-Chaining 31
3-6-3 詞嵌入情感分析方法 32
3-6-4 辭典法 33
3-6-5 情感分析套件SenticNet 34
3-6-6 分類器架構 34
3-7 探討結構化和非結構化資料合併後,於股價預測的結果 36
四、實驗結果與分析 38
4-1 針對情感分析設計並評估具有最佳組態的Enhanced Transformer 38
4-2 不同情感分析方法於財經相關文本之適用性探討 40
4-2-1 評選最佳的情感字典 41
4-2-2 探討不同詞嵌入法於財經相關文本之適用性 42
4-3 探討不同情感分析方法對於股價預測之影響 43
4-3-1 以資料集的角度探討情感分析方法於股價預測模型的效能 44
4-3-2 以分類器的角度探討情感分析方法於股價預測模型的效能 45
4-3-3 小結 46
4-4 不同深度學習分類器對於股價預測的優劣 47
4-5 不同資料集來源和不同特性之個股對於股價預測之影響 48
4-5-1 不同社群媒體平台於股價預測的適用性 48
4-5-2 不同特性之個股於股價預測的適用性 49
4-6 探討消息面與數據面資料合併,對於股價預測模型之影響 50
4-6-1 探討使用數據面、消息面和兩者合併在股價預測上的效能 51
4-6-2 和現有研究進行效能評比 52
4-7 以最佳組合實際進行股市模擬的成效 54
4-7-1 建立最佳的自動化交易策略 55
4-7-2 不同標的於股市模擬之效能分析 59
4-7-3 與現有指標的效能評比 60
五、結論 62
5-1 結論與貢獻 62
5-2 研究限制 65
5-3 未來研究與建議 65
參考文獻 66
參考文獻 [1] R. Singh and S. Srivastava, “Stock prediction using deep learning,” Multimed Tools Appl, vol. 76, no. 18, pp. 18569–18584, Sep. 2017, doi: 10.1007/s11042-016-4159-7.
[2] S. Saravanan and S. Mala, “Stock Market Prediction System: A Wavelet based Approach,” Appl. Math. Inf. Sci, vol. 12, no. 3, pp. 579–585, May 2018, doi: 10.18576/amis/120312.
[3] P. Meesad and R. I. Rasel, “Dhaka Stock Exchange Trend Analysis Using Support Vector Regression,” in The 9th International Conference on Computing and InformationTechnology (IC2IT2013), vol. 209, P. Meesad, H. Unger, and S. Boonkrong, Eds. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013, pp. 135–143. doi: 10.1007/978-3-642-37371-8_17.
[4] datareportal, “Global Social Media Stats.” https://datareportal.com/social-media-users
[5] U. Pasupulety, A. Abdullah Anees, S. Anmol, and B. R. Mohan, “Predicting Stock Prices using Ensemble Learning and Sentiment Analysis,” in 2019 IEEE Second International Conference on Artificial Intelligence and Knowledge Engineering (AIKE), Sardinia, Italy, Jun. 2019, pp. 215–222. doi: 10.1109/AIKE.2019.00045.
[6] D. Rousidis, P. Koukaras, and C. Tjortjis, “Social media prediction: a literature review,” Multimed Tools Appl, vol. 79, no. 9–10, pp. 6279–6311, Mar. 2020, doi: 10.1007/s11042-019-08291-9.
[7] F. Subhi Alzazah and X. Cheng, “Recent Advances in Stock Market Prediction Using Text Mining: A Survey,” in E-Business - Higher Education and Intelligence Applications, R. M.X. Wu and M. Mircea, Eds. IntechOpen, 2021. doi: 10.5772/intechopen.92253.
[8] D. Shah, H. Isah, and F. Zulkernine, “Predicting the Effects of News Sentiments on the Stock Market,” in 2018 IEEE International Conference on Big Data (Big Data), Seattle, WA, USA, Dec. 2018, pp. 4705–4708. doi: 10.1109/BigData.2018.8621884.
[9] S. Ahuja and G. Dubey, “Clustering and sentiment analysis on Twitter data,” in 2017 2nd International Conference on Telecommunication and Networks (TEL-NET), Noida, India, Aug. 2017, pp. 1–5. doi: 10.1109/TEL-NET.2017.8343568.
[10] T. Mikolov, K. Chen, G. Corrado, and J. Dean, “Efficient Estimation of Word Representations in Vector Space,” 2013, doi: 10.48550/ARXIV.1301.3781.
[11] J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “[BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding,” in Proceedings of the 2019 Conference of the North, Minneapolis, Minnesota, 2019, vol. 1, pp. 4171–4186. doi: 10.18653/v1/N19-1423.
[12] Rundo, Trenta, di Stallo, and Battiato, “Machine Learning for Quantitative Finance Applications: A Survey,” Applied Sciences, vol. 9, no. 24, p. 5574, Dec. 2019, doi: 10.3390/app9245574.
[13] W. Huang, Y. Nakamori, and S.-Y. Wang, “Forecasting stock market movement direction with support vector machine,” Computers & Operations Research, vol. 32, no. 10, pp. 2513–2522, Oct. 2005, doi: 10.1016/j.cor.2004.03.016.
[14] H. D. Huynh, L. M. Dang, and D. Duong, “A New Model for Stock Price Movements Prediction Using Deep Neural Network,” in Proceedings of the Eighth International Symposium on Information and Communication Technology, Nha Trang City Viet Nam, Dec. 2017, pp. 57–62. doi: 10.1145/3155133.3155202.
[15] X. Yan, W. Weihan, and M. Chang, “Research on financial assets transaction prediction model based on LSTM neural network,” Neural Comput & Applic, vol. 33, no. 1, pp. 257–270, Jan. 2021, doi: 10.1007/s00521-020-04992-7.
[16] X. Li, H. Xie, L. Chen, J. Wang, and X. Deng, “News impact on stock price return via sentiment analysis,” Knowledge-Based Systems, vol. 69, pp. 14–23, Oct. 2014, doi: 10.1016/j.knosys.2014.04.022.
[17] X. Li, P. Wu, and W. Wang, “Incorporating stock prices and news sentiments for stock market prediction: A case of Hong Kong,” Information Processing & Management, vol. 57, no. 5, p. 102212, Sep. 2020, doi: 10.1016/j.ipm.2020.102212.
[18] M.-Y. Chen, C.-H. Liao, and R.-P. Hsieh, “Modeling public mood and emotion: Stock market trend prediction with anticipatory computing approach,” Computers in Human Behavior, vol. 101, pp. 402–408, Dec. 2019, doi: 10.1016/j.chb.2019.03.021.
[19] J. Pennington, R. Socher, and C. Manning, “Glove: Global Vectors for Word Representation,” in Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), Doha, Qatar, 2014, pp. 1532–1543. doi: 10.3115/v1/D14-1162.
[20] Q. V. Le and T. Mikolov, “Distributed Representations of Sentences and Documents,” 2014, doi: 10.48550/ARXIV.1405.4053.
[21] A. Joulin, G. Edouard, P. Bojanowski, and T. Mikolov, “Bag of Tricks for Efficient Text Classification,” In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics, vol. 2, pp. 427–431, 2017.
[22] Z. Liu, D. Huang, K. Huang, Z. Li, and J. Zhao, “FinBERT: A Pre-trained Financial Language Representation Model for Financial Text Mining,” in Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence, Yokohama, Japan, Jul. 2020, pp. 4513–4519. doi: 10.24963/ijcai.2020/622.
[23] Z. Yang, Z. Dai, Y. Yang, J. Carbonell, and R. Salakhutdinov, “XLNet: generalized autoregressive pretraining for language understanding,” NIPS’19: Proceedings of the 33rd International Conference on Neural Information Processing Systems, vol. 517, no. 5753–5763, 2019.
[24] S. Thavareesan and S. Mahesan, “Sentiment Lexicon Expansion using Word2vec and fastText for Sentiment Prediction in Tamil texts,” in 2020 Moratuwa Engineering Research Conference (MERCon), Moratuwa, Sri Lanka, Jul. 2020, pp. 272–276. doi: 10.1109/MERCon50084.2020.9185369.
[25] P. Santosh Kumar, R. B. Yadav, and S. V. Dhavale, “A Comparison of Pre-trained Word Embeddings for Sentiment Analysis Using Deep Learning,” in International Conference on Innovative Computing and Communications, vol. 1165, D. Gupta, A. Khanna, S. Bhattacharyya, A. E. Hassanien, S. Anand, and A. Jaiswal, Eds. Singapore: Springer Singapore, 2021, pp. 525–537. doi: 10.1007/978-981-15-5113-0_41.
[26] K. Shalini, H. B. Ganesh, M. A. Kumar, and K. P. Soman, “Sentiment Analysis for Code-Mixed Indian Social Media Text With Distributed Representation,” in 2018 International Conference on Advances in Computing, Communications and Informatics (ICACCI), Bangalore, Sep. 2018, pp. 1126–1131. doi: 10.1109/ICACCI.2018.8554835.
[27] D. Othan and Z. H. Kilimci, “Stock Market Prediction with New Generation Deep Contextualized Word Representations and Deep Learning Models using User Sentiments,” in 2021 International Conference on INnovations in Intelligent SysTems and Applications (INISTA), Kocaeli, Turkey, Aug. 2021, pp. 1–6. doi: 10.1109/INISTA52262.2021.9548419.
[28] Z. H. Kilimci and R. Duvar, “An Efficient Word Embedding and Deep Learning Based Model to Forecast the Direction of Stock Exchange Market Using Twitter and Financial News Sites: A Case of Istanbul Stock Exchange (BIST 100),” IEEE Access, vol. 8, pp. 188186–188198, 2020, doi: 10.1109/ACCESS.2020.3029860.
[29] B. Peng, E. Chersoni, Y.-Y. Hsu, and C.-R. Huang, “Is Domain Adaptation Worth Your Investment? Comparing BERT and FinBERT on Financial Tasks,” in Proceedings of the Third Workshop on Economics and Natural Language Processing, Punta Cana, Dominican Republic, 2021, pp. 37–44. doi: 10.18653/v1/2021.econlp-1.5.
[30] D. Deepa, A. S. Nafais, B. M. Kumar, J. M. R. Prasath, and T. Suba, “Analyzing the Performance of Bidirectional Transformer and Generalized Autoregressive Permutation Pre-trained Language Models for Sentiment Classification task,” Annals of the Romanian Society for Cell Biology, vol. 25, no. 6, pp. 7598–7604, 2021.
[31] D. Karmiani, R. Kazi, A. Nambisan, A. Shah, and V. Kamble, “Comparison of Predictive Algorithms: Backpropagation, SVM, LSTM and Kalman Filter for Stock Market,” in 2019 Amity International Conference on Artificial Intelligence (AICAI), Dubai, United Arab Emirates, Feb. 2019, pp. 228–234. doi: 10.1109/AICAI.2019.8701258.
[32] S. K. Lakshminarayanan and J. McCrae, “A Comparative Study of SVM and LSTM Deep Learning Algorithms for Stock Market Prediction,” AICS, pp. 446–457, 2019.
[33] X. Ding, Y. Zhang, T. Liu, and J. Duan, “Deep learning for event-driven stock prediction,” 2015, vol. 1, pp. 2327–2333.
[34] L. Sun, W. Xu, and J. Liu, “Two-channel Attention Mechanism Fusion Model of Stock Price Prediction Based on CNN-LSTM,” ACM Trans. Asian Low-Resour. Lang. Inf. Process., vol. 20, no. 5, pp. 1–12, Sep. 2021, doi: 10.1145/3453693.
[35] N. Jing, Z. Wu, and H. Wang, “A hybrid model integrating deep learning with investor sentiment analysis for stock price prediction,” Expert Systems with Applications, vol. 178, p. 115019, Sep. 2021, doi: 10.1016/j.eswa.2021.115019.
[36] B. Pooja, M. Nimit, K. Parth, B. Nisarg, and S. Ishansh, “Bibliometric Survey for Stock Market Prediction using Sentimental Analysis and LSTM,” Library Philosophy and Practice, pp. 1–22, 2021.
[37] H. Liu, “Leveraging Financial News for Stock Trend Prediction with Attention-Based Recurrent Neural Network,” 2018, doi: 10.48550/ARXIV.1811.06173.
[38] Y. Xu and V. Keselj, “Stock Prediction using Deep Learning and Sentiment Analysis,” in 2019 IEEE International Conference on Big Data (Big Data), Los Angeles, CA, USA, Dec. 2019, pp. 5573–5580. doi: 10.1109/BigData47090.2019.9006342.
[39] D. Deng, L. Jing, J. Yu, and S. Sun, “Sparse Self-Attention LSTM for Sentiment Lexicon Construction,” IEEE/ACM Trans. Audio Speech Lang. Process., vol. 27, no. 11, pp. 1777–1790, Nov. 2019, doi: 10.1109/TASLP.2019.2933326.
[40] X. Fu, J. Yang, J. Li, M. Fang, and H. Wang, “Lexicon-Enhanced LSTM With Attention for General Sentiment Analysis,” IEEE Access, vol. 6, pp. 71884–71891, 2018, doi: 10.1109/ACCESS.2018.2878425.
[41] M. Tezgider, B. Yildiz, and G. Aydin, “Text classification using improved bidirectional transformer,” Concurrency and Computation, vol. 34, no. 9, Apr. 2022, doi: 10.1002/cpe.6486.
[42] S. Hochreiter and J. Schmidhuber, “Long Short-Term Memory,” Neural Computation, vol. 9, no. 8, pp. 1735–1780, Nov. 1997, doi: 10.1162/neco.1997.9.8.1735.
[43] D. Bahdanau, H. C. Kyung, and B. Yoshua, “Neural machine translation by jointly learning to align and translate,” 2015.
[44] A. Vaswani, N. Shazeer, and N. Parmar, “Attention is all you need,” in Proceedings of the 31st International Conference on Neural Information Processing Systems, 2017, vol. 1, pp. 6000–6010.
[45] S. Ioffe and C. Szegedy, “Batch normalization: accelerating deep network training by reducing internal covariate shift,” ICML’15: Proceedings of the 32nd International Conference on International Conference on Machine Learning, vol. 37, pp. 448–456, 2015.
[46] J. L. Ba, J. R. Kiros, and G. E. Hinton, “Layer Normalization,” 2016, doi: 10.48550/ARXIV.1607.06450.
[47] Y. Wu and K. He, “Group Normalization,” Int J Comput Vis, vol. 128, no. 3, pp. 742–755, Mar. 2020, doi: 10.1007/s11263-019-01198-w.
[48] S. Shen, Z. Yao, A. Gholami, M. W. Mahoney, and K. Keutzer, “PowerNorm: rethinking batch normalization in transformers,” in ICML’20: Proceedings of the 37th International Conference on Machine Learning, 2020, vol. 811, pp. 8741–8751.
[49] R. Xiong, Y. Yang, D. He, K. Zheng, and S. Zheng, “On Layer Normalization in the Transformer Architecture,” PMLR, pp. 10524–10533, 2020.
[50] 羅聖明, “在破產預測與信用評估領域對資料正規化與離散化的比較分析,” 國立中央大學大學資訊管理系碩士論文, 2020.
[51] C. Chung-Chi, H. Hen-Hsen, and C. Hsin-Hsi, “NTUSD-Fin: a market sentiment dictionary for financial social media data applications,” 2018, vol. 1, pp. 37–43.
[52] W. Lu, J. Li, Y. Li, A. Sun, and J. Wang, “A CNN-LSTM-Based Model to Forecast Stock Prices,” Complexity, vol. 2020, pp. 1–10, Nov. 2020, doi: 10.1155/2020/6622927.
[53] D. Zhang and S. Lou, “The application research of neural network and BP algorithm in stock price pattern classification and prediction,” Future Generation Computer Systems, vol. 115, pp. 872–879, Feb. 2021, doi: 10.1016/j.future.2020.10.009.
[54] M. Agrawal, P. Kumar Shukla, R. Nair, A. Nayyar, and M. Masud, “Stock Prediction Based on Technical Indicators Using Deep Learning Model,” Computers, Materials & Continua, vol. 70, no. 1, pp. 287–304, 2022, doi: 10.32604/cmc.2022.014637.
[55] D. Wu, X. Wang, and S. Wu, “Jointly modeling transfer learning of industrial chain information and deep learning for stock prediction,” Expert Systems with Applications, vol. 191, p. 116257, Apr. 2022, doi: 10.1016/j.eswa.2021.116257.
[56] R. Sawhney, S. Agarwal, A. Wadhwa, and R. R. Shah, “Deep Attentive Learning for Stock Movement Prediction From Social Media Text and Company Correlations,” in Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), Online, 2020, pp. 8415–8426. doi: 10.18653/v1/2020.emnlp-main.676.
[57] M. Jaggi, P. Mandal, S. Narang, U. Naseem, and M. Khushi, “Text Mining of Stocktwits Data for Predicting Stock Prices,” ASI, vol. 4, no. 1, p. 13, Feb. 2021, doi: 10.3390/asi4010013.
[58] R. Gupta and M. Chen, “Sentiment Analysis for Stock Price Prediction,” in 2020 IEEE Conference on Multimedia Information Processing and Retrieval (MIPR), Shenzhen, Guangdong, China, Aug. 2020, pp. 213–218. doi: 10.1109/MIPR49039.2020.00051.
[59] Y. Yang et al., “ISSPM: A stock prediction model incorporating investor sentiment calculations based on fusedmax,” in 2021 8th International Conference on Information, Cybernetics, and Computational Social Systems (ICCSS), Beijing, China, Dec. 2021, pp. 331–337. doi: 10.1109/ICCSS53909.2021.9721973.
[60] S. Liu, X. Zhang, Y. Wang, and G. Feng, “Recurrent convolutional neural kernel model for stock price movement prediction,” PLoS ONE, vol. 15, no. 6, p. e0234206, Jun. 2020, doi: 10.1371/journal.pone.0234206.
[61] Y. Wang, H. Liu, Q. Guo, S. Xie, and X. Zhang, “Stock Volatility Prediction by Hybrid Neural Network,” IEEE Access, vol. 7, pp. 154524–154534, 2019, doi: 10.1109/ACCESS.2019.2949074.
[62] T.-T. Teoh et al., “From Technical Analysis to Text Analytics: Stock and Index Prediction with GRU,” in 2019 IEEE International Conference on Cybernetics and Intelligent Systems (CIS) and IEEE Conference on Robotics, Automation and Mechatronics (RAM), Bangkok, Thailand, Nov. 2019, pp. 496–500. doi: 10.1109/CIS-RAM47153.2019.9095772.
[63] S. Deng, N. Zhang, W. Zhang, J. Chen, J. Z. Pan, and H. Chen, “Knowledge-Driven Stock Trend Prediction and Explanation via Temporal Convolutional Network,” in Companion Proceedings of The 2019 World Wide Web Conference, San Francisco USA, May 2019, pp. 678–685. doi: 10.1145/3308560.3317701.
[64] Z. Jin, Y. Yang, and Y. Liu, “Stock closing price prediction based on sentiment analysis and LSTM,” Neural Comput & Applic, vol. 32, no. 13, pp. 9713–9729, Jul. 2020, doi: 10.1007/s00521-019-04504-2.
[65] H. Ni, S. Wang, and P. Cheng, “A hybrid approach for stock trend prediction based on tweets embedding and historical prices,” World Wide Web, vol. 24, no. 3, pp. 849–868, May 2021, doi: 10.1007/s11280-021-00880-9.
[66] I. K. Nti, A. F. Adekoya, and B. A. Weyori, “Predicting Stock Market Price Movement Using Sentiment Analysis: Evidence From Ghana,” Applied Computer Systems, vol. 25, no. 1, pp. 33–42, May 2020, doi: 10.2478/acss-2020-0004.
指導教授 蘇坤良(Kuen-Liang Su) 審核日期 2022-8-4
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明