博碩士論文 106423026 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:35 、訪客IP:3.12.161.77
姓名 許敦盛(Dun-Sheng Hsu)  查詢紙本館藏   畢業系所 資訊管理學系
論文名稱 卷積模糊神經系統於財金市場數據之研究
(CNN Neural Fuzzy Time Series Forecasting in Financial Markets)
相關論文
★ 變數選擇在智慧型系統與應用之研究★ 智慧型系統之參數估測研究─一個新的DE方法
★ 合奏學習式智慧型系統在分類問題之研究★ 複數模糊類神經系統於多類別分類問題之研究
★ 融入後設認知策略的複數模糊認知圖於分類問題之研究★ 分類問題之研究-以複數型模糊類神經系統為方法
★ 智慧型差分自回歸移動平均模型於時間序列預測之研究★ 計算智慧及複數模糊集於適應性影像處理之研究
★ 智慧型模糊類神經計算模式使用複數模糊集合與ARIMA模型★ Empirical Study on IEEE 802.11 Wireless Signal – A Case Study at the NCU Campus
★ 自我建構式複數模糊ARIMA於指數波動預測之研究★ 資料前處理之研究:以基因演算法為例
★ 針對文字分類的支援向量導向樣本選取★ 智慧型區間預測之研究─以複數模糊類神經、支持向量迴歸、拔靴統計為方法
★ 複數模糊類神經網路在多目標財經預測★ 智慧型模糊類神經計算使用非對稱模糊類神經網路系統與球型複數模糊集
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2024-7-15以後開放)
摘要(中) 財金市場的時間序列預測是個具挑戰性的議題。在過去的研究中,多數方法只針對單一目標進行預測。因此,本研究提出多目標預測方法,結合卷積神經網路(Convolutional neural networks, CNN)與球型複數模糊神經系統(Sphere complex neural fuzzy system, SCNFS)。CNN能從模型輸入中,擷取出有用的資訊,藉此提升模型的預測表現;球型複數模糊集(Sphere complex fuzzy sets, SCFSs)能產生多個複數型態的歸屬程度,此特性使本研究所提之模型擁有進行多目標預測的能力。在前處理階段,使用多目標特徵選取,從輸入資料中挑選有影響力之特徵作為模型輸入。參數訓練方面,使用高斯分布型鯨群最佳化演算法(Gaussian distribution based whale optimization algorithm, GD-WOA)及遞迴最小平方估計法(Recursive least squares estimator, RLSE)之複合式最佳化演算法,透過分而治之的方式,GD-WOA針對CNN卷積核參數及球型複數模糊集參數進行訓練;RLSE針對SCNFS之後鑑部層參數進行訓練。為驗證本研究所提之方法,三個實驗以股價指數數據作為資料集,進行不同目標數的時間序列預測。實驗結果與過往文獻相比,有較佳的預測結果,顯示本研究所提之方法,在時間序列預測上有良好效能。
摘要(英) Time series prediction of financial markets is a challenging issue. In literature, most prediction methods only predict for a single target at a time. In this study, a novel method for multi-target prediction is proposed, integrating a convolutional neural networks (CNN) and a sphere complex neural fuzzy system (SCNFS), called CNN-SCNFS. The membership degree of sphere complex fuzzy sets (SCFSs) can accommodate more membership information than the conventional fuzzy sets, enabling the SCNFS prediction model to achieve multi-output property. In the pre-processing stage, cross-target feature selection is used. However, for the SCNFS, the increasing number of input features usually result in the addition of computational resources on training. To receive the more number of informative features, a CNN architecture is placed in front of the SCNFS. Due to capability of capturing sudden changes, CNN is a suitable model for the chaotic situation. In terms of optimization algorithm, the concept of divide-and-conquer is applied. Gaussian distribution based whale optimization algorithm (GD-WOA) tunes the kernel maps of CNN and the parameters of SCFSs; recursive least squares estimator (RLSE) tunes Takagi-Sugeno layer of SCNFS. Great performance is shown by the GD-WOA-RLSE hybrid optimization algorithm. The trading information of different stock index is used as the data sets, to perform the experiment of multi-target prediction. The experimental results indicate that the proposed method is comparable with the other compared methods on the time series prediction.
關鍵字(中) ★ 多目標時間序列預測
★ 卷積神經網路
★ 模糊神經系統
★ 球型複數模糊集
★ 複合式最佳化演算法
關鍵字(英) ★ multi-targets time series prediction
★ convolution neural networks
★ neural fuzzy system
★ sphere complex fuzzy sets
★ hybrid optimization algorithm
論文目次 摘要 i
Abstract ii
誌謝 iii
目錄 iv
圖目錄 vi
表目錄 vii
符號與專有名詞說明 viii
第一章 緒論 1
1.1 研究背景與目的 1
1.2 研究方法概述 2
1.3 論文架構 2
第二章 文獻探討 3
2.1 特徵選取 3
2.2 複數模糊集 4
2.3 類神經網路 4
2.3.1 卷積神經網路 4
2.3.2 自適應類神經模糊推論系統 5
2.4 最佳化演算法 6
第三章 系統設計與架構 7
3.1 球型複數模糊集 7
3.2 多目標特徵選取 9
3.3 CNN-SCNFS預測模型 12
3.3.1 CNN架構 12
3.3.2 SCNFS架構 13
3.4 複合式最佳化演算法 16
3.4.1 高斯分布型鯨群最佳化演算法 16
3.4.2 遞迴最小平方估計法 18
第四章 實驗實作與結果 20
4.1 實驗資料 20
4.2 實驗評估指標 21
4.3 實驗設定與結果 22
4.3.1 實驗一:單目標股價指數預測 22
4.3.2 實驗二:雙目標股價指數預測 26
4.3.3 實驗三:四目標股價指數預測 29
第五章 實驗結果討論 37
第六章 結論 39
6.1 結論與貢獻 39
6.2 未來研究方向 39
參考文獻 41
參考文獻 [1] R. F. Engle, "Autoregressive conditional heteroscedasticity with estimates of the variance of United Kingdom inflation," Econometrica, vol. 50, no. 4, pp. 987-1007, 1982.
[2] T. Bollerslev, "Generalized autoregressive conditional heteroskedasticity," Journal of Econometrics, vol. 31, no. 3, pp. 307-327, 1986.
[3] G. E. P. Box and G. Jenkins, Time series analysis, forecasting and control. Holden-Day, Inc., 1990, p. 500.
[4] T. Kimoto, K. Asakawa, M. Yoda, and M. Takeoka, "Stock market prediction system with modular neural networks," in IJCNN, 1990.
[5] K.-j. Kim and I. Han, "Genetic algorithms approach to feature discretization in artificial neural networks for the prediction of stock price index," Expert Systems with Applications, vol. 19, no. 2, pp. 125-132, 2000.
[6] G. S. Atsalakis and K. P. Valavanis, "Forecasting stock market short-term trends using a neuro-fuzzy based methodology," Expert Systems with Applications, vol. 36, no. 7, pp. 10696-10707, 2009.
[7] A. K. Rout, P. K. Dash, R. Dash, and R. Bisoi, "Forecasting financial time series using a low complexity recurrent neural network and evolutionary learning approach," Journal of King Saud University - Computer and Information Sciences, vol. 29, no. 4, pp. 536-552, 2017.
[8] T. Fischer and C. Krauss, "Deep learning with long short-term memory networks for financial market predictions," European Journal of Operational Research, vol. 270, no. 2, pp. 654-669, 2018.
[9] E. Emary, H. M. Zawbaa, and A. E. Hassanien, "Binary grey wolf optimization approaches for feature selection," Neurocomputing, vol. 172, pp. 371-381, 2016.
[10] M. A. Ambusaidi, X. He, P. Nanda, and Z. Tan, "Building an intrusion detection system using a filter-based feature selection algorithm," IEEE Transactions on Computers, vol. 65, no. 10, pp. 2986-2998, 2016.
[11] R. Tibshirani, "Regression shrinkage and selection via the lasso," Journal of the Royal Statistical Society. Series B (Methodological), vol. 58, no. 1, pp. 267-288, 1996.
[12] L. A. Zadeh, "Fuzzy sets," Information and Control, vol. 8, no. 3, pp. 338-353, 1965.
[13] D. Ramot, R. Milo, M. Friedman, and A. Kandel, "Complex fuzzy sets," IEEE Transactions on Fuzzy Systems, vol. 10, no. 2, pp. 171-186, 2002.
[14] D. Ramot, M. Friedman, G. Langholz, and A. Kandel, "Complex fuzzy logic," IEEE Transactions on Fuzzy Systems, vol. 11, no. 4, pp. 450-461, 2003.
[15] S. Dick, "Toward complex fuzzy logic," IEEE Transactions on Fuzzy Systems, vol. 13, pp. 405-414, 2005.
[16] C. Li and T.-W. Chiang, "Complex neuro-fuzzy self-learning approach to function approximation," presented at the Proceedings of the Second international conference on Intelligent information and database systems: Part II, Hue, Vietnam, 2010.
[17] Y. LeCun et al., "Backpropagation applied to handwritten zip code recognition," Neural Computation, vol. 1, no. 4, pp. 541-551, 1989.
[18] Y. Lecun, L. Bottou, Y. Bengio, and P. Haffner, "Gradient-based learning applied to document recognition," Proceedings of the IEEE, vol. 86, no. 11, pp. 2278-2324, 1998.
[19] A. Krizhevsky, I. Sutskever, and G. E. Hinton, "Imagenet classification with deep convolutional neural networks," presented at the Proceedings of the 25th International Conference on Neural Information Processing Systems - Volume 1, Lake Tahoe, Nevada, 2012.
[20] D. Silver et al., "Mastering the game of Go with deep neural networks and tree search," Nature, Article vol. 529, p. 484, 2016.
[21] S. Selvin, R. Vinayakumar, E. A. Gopalakrishnan, V. K. Menon, and K. P. Soman, "Stock price prediction using LSTM, RNN and CNN-sliding window model," in 2017 International Conference on Advances in Computing, Communications and Informatics (ICACCI), 2017, pp. 1643-1647.
[22] J. R. Jang, "ANFIS: Adaptive-network-based fuzzy inference system," IEEE Transactions on Systems, Man, and Cybernetics, vol. 23, no. 3, pp. 665-685, 1993.
[23] T. Takagi and M. Sugeno, "Fuzzy identification of systems and its applications to modeling and control," IEEE Transactions on Systems, Man, and Cybernetics, vol. SMC-15, no. 1, pp. 116-132, 1985.
[24] A. Bagheri, H. Mohammadi Peyhani, and M. Akbari, "Financial forecasting using ANFIS networks with quantum-behaved particle swarm optimization," Expert Systems with Applications, vol. 41, no. 14, pp. 6235-6250, 2014.
[25] L.-Y. Wei, "A hybrid ANFIS model based on empirical mode decomposition for stock time series forecasting," Applied Soft Computing, vol. 42, pp. 368-376, 2016.
[26] S. Barak and S. S. Sadegh, "Forecasting energy consumption using ensemble ARIMA–ANFIS hybrid algorithm," International Journal of Electrical Power & Energy Systems, vol. 82, pp. 92-104, 2016.
[27] D. E. Rumelhart, G. E. Hinton, and R. J. Williams, "Learning representations by back-propagating errors," Nature, vol. 323, no. 6088, pp. 533-536, 1986.
[28] J. Kennedy and R. Eberhart, "Particle swarm optimization," in Proceedings of ICNN′95 - International Conference on Neural Networks, 1995, vol. 4, pp. 1942-1948 vol.4.
[29] R. Cheng and Y. Jin, "A social learning particle swarm optimization algorithm for scalable optimization," Information Sciences, vol. 291, pp. 43-60, 2015.
[30] K. Socha and M. Dorigo, "Ant colony optimization for continuous domains," European Journal of Operational Research, vol. 185, no. 3, pp. 1155-1173, 2008.
[31] S. Mirjalili and A. Lewis, "The whale optimization algorithm," Advances in Engineering Software, vol. 95, pp. 51-67, 2016.
[32] C. Li and T. Wu, "Adaptive fuzzy approach to function approximation with PSO and RLSE," Expert Systems with Applications, vol. 38, no. 10, pp. 13266-13273, 2011.
[33] C.-H. Tu and C. Li, "A novel entropy-based approach to feature selection," in Intelligent Information and Database Systems, Cham, 2017: Springer International Publishing, pp. 445-454.
[34] C. E. Shannon, "A mathematical theory of communication," Bell System Technical Journal, vol. 27, no. 3, pp. 379-423, 1948.
[35] S. L. Chiu, "Fuzzy model identification based on cluster estimation," Journal of Intelligent & Fuzzy Systems, vol. 2, no. 3, pp. 267-278, 1994.
[36] P.-L. Wang, "A study on optimization problem with Gaussian distribution based whale optimization algorithm," Master thesis, National Central University, Taiwan, 2019.
[37] J.-S. R. Jang and C.-T. Sun, Neuro-fuzzy and soft computing: A computational approach to learning and machine intelligence. Upper Saddle River, NJ, USA: Prentice-Hall, Inc., 1997, p. 614.
[38] O. C. Yolcu and F. Alpaslan, "Prediction of TAIEX based on hybrid fuzzy time series model with single optimization process," Applied Soft Computing, vol. 66, pp. 18-33, 2018.
[39] J.-J. Wang, J.-Z. Wang, Z.-G. Zhang, and S.-P. Guo, "Stock index forecasting based on a hybrid model," Omega, vol. 40, no. 6, pp. 758-766, 2012.
[40] F. Ye, L. Zhang, D. Zhang, H. Fujita, and Z. Gong, "A novel forecasting method based on multi-order fuzzy time series and technical analysis," Information Sciences, vol. 367-368, pp. 41-57, 2016.
[41] Q. Cai, D. Zhang, B. Wu, and S. C. H. Leung, "A novel stock forecasting model based on fuzzy time series and genetic algorithm," Procedia Computer Science, vol. 18, pp. 1155-1162, 2013.
[42] Q. Cai, D. Zhang, W. Zheng, and S. C. H. Leung, "A new fuzzy time series forecasting model combined with ant colony optimization and auto-regression," Knowledge-Based Systems, vol. 74, pp. 61-68, 2015.
[43] C.-H. Tu and C. Li, "Multitarget prediction—a new approach using sphere complex fuzzy sets," Engineering Applications of Artificial Intelligence, vol. 79, pp. 45-57, 2019.
指導教授 李俊賢(Chunshien Li) 審核日期 2019-7-16
推文 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聯絡  - 隱私權政策聲明