Please use this identifier to cite or link to this item: https://ah.lib.nccu.edu.tw/handle/140.119/138942
DC FieldValueLanguage
dc.contributor.advisor蔡炎龍zh_TW
dc.contributor.author黃冠棋zh_TW
dc.contributor.authorHuang, Kuan-Chien_US
dc.creator黃冠棋zh_TW
dc.creatorHuang, Kuan-Chien_US
dc.date2021en_US
dc.date.accessioned2022-02-10T05:07:06Z-
dc.date.available2022-02-10T05:07:06Z-
dc.date.issued2022-02-10T05:07:06Z-
dc.identifierG0107751007en_US
dc.identifier.urihttp://nccur.lib.nccu.edu.tw/handle/140.119/138942-
dc.description碩士zh_TW
dc.description國立政治大學zh_TW
dc.description應用數學系zh_TW
dc.description107751007zh_TW
dc.description.abstract本篇文章使用了強化學習結合深度學習的技術去訓練自動交易系統,我們分別建立了深度卷積網路和全連接網路去預測動作的Q值,並使用DDQN的模型去更新我們的動作價值。我們的交易系統每天採用10天前的股票資訊,去預測股票的趨勢,並最大化我們的利益。\n\nDDQN是一種深度強化學習模型,透過建立目標網路和調整誤差函數使得他能夠避免DQN的過估計問題,並得到更好的效能,在我們的實驗中,我們得到了一個良好的效果,證明DDQN在自動交易系統上是有效的。zh_TW
dc.description.abstractIn this paper, we use the artificial neural network combined with reinforcement learning to train the automated trading system. We construct the CNN model and the fully-connected model to predict the Q-values of the actions and use the algorithm of DDQN to correct the TD error. According to past 10 days data, the system predicts the trend of the stocks and maximize our profit.\n\nDDQN is a deep reinforcement model, which is an improvement of DQN, build the target network and modify loss function to avoid overestimation and get better performance. In our experiment, we get a good result that DDQN is feasible on automated trading systems.en_US
dc.description.tableofcontents致謝 i\n中文摘要 ii\nAbstract iii\nContents iv\nList of Figures vi\n1 Introduction 1\n2 Deep Learning 2\n2.1 NeuronsandNeuralNetworks .......................... 3\n2.2 ActivationFunction................................ 4\n2.3 LossFunction................................... 6\n2.4 GradientDescentMethod............................. 7\n3 Convolutional Neural Network (CNN) 9\n4 Reinforcement Learning 12\n4.1 Introduction.................................... 12\n4.2 MarkovDecisionProcesses............................ 14\n4.3 MonteCarloMethodandTemporalDifference .................16\n4.4 Q-Learning .................................... 17\n5 Deep Reinforcement Learning 18\n5.1 DeepQ-LearningNetwork(DQN)........................ 18\n5.2 PolicyGradient .................................. 21\n6 Automated Trading System 24\n6.1 DatasetPreparation................................ 24\n6.2 TradingSystemSettlement............................ 25\n6.3 InitialParameterSettlement ........................... 26\n6.4 NeuralNetwork.................................. 27\n6.4.1 CNNinDDQN.............................. 27\n6.4.2 Fully-ConnectedNetworkinDDQN................... 28\n6.5 Result....................................... 28\n7 Conclusion 30\nBibliography 31zh_TW
dc.format.extent1585222 bytes-
dc.format.mimetypeapplication/pdf-
dc.source.urihttp://thesis.lib.nccu.edu.tw/record/#G0107751007en_US
dc.subject深度強化學習zh_TW
dc.subject神經網路zh_TW
dc.subjectQ學習zh_TW
dc.subject深度雙Q網路zh_TW
dc.subject股票交易zh_TW
dc.subjectDeep reinforcement learningen_US
dc.subjectNeural networken_US
dc.subjectQ-learningen_US
dc.subjectDDQNen_US
dc.subjectStocks tradingen_US
dc.title應用深度雙Q網路於股票自動交易系統zh_TW
dc.titleDouble Deep Q-Network in Automated Stock Tradingen_US
dc.typethesisen_US
dc.relation.reference[1] Fei-Ting Chen. Convolutional deep q-learning for etf automated trading system, 2017.\n[2] Ian Goodfellow, Yoshua Bengio, and Aaron Courville. Machine learning basics. Deep\nlearning, 1(7):98–164, 2016.\n[3] RobertHecht-Nielsen.Theoryofthebackpropagationneuralnetwork.InNeuralnetworks\nfor perception, pages 65–93. Elsevier, 1992.\n[4] Yu-Ping Huang. A comparison of deep reinforcement learning models: The case of stock\nautomated trading system, 2021.\n[5] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning\napplied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.\n[6] Moshe Leshno, Vladimir Ya Lin, Allan Pinkus, and Shimon Schocken. Multilayer feedforward networks with a nonpolynomial activation function can approximate any function. Neural networks, 6(6):861–867, 1993.\n[7] Timothy P Lillicrap, Jonathan J Hunt, Alexander Pritzel, Nicolas Heess, Tom Erez, Yuval Tassa, David Silver, and Daan Wierstra. Continuous control with deep reinforcement learning. arXiv preprint arXiv:1509.02971, 2015.\n[8] Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, and Martin Riedmiller. Playing atari with deep reinforcement learning. arXiv preprint arXiv:1312.5602, 2013.\n[9] Jerome H Saltzer, David P Reed, and David D Clark. End-to-end arguments in system design. ACM Transactions on Computer Systems (TOCS), 2(4):277–288, 1984.\n31\n[10] David Silver, Aja Huang, Chris J Maddison, Arthur Guez, Laurent Sifre, George Van Den Driessche, Julian Schrittwieser, Ioannis Antonoglou, Veda Panneershelvam, Marc Lanctot, et al. Mastering the game of go with deep neural networks and tree search. nature, 529(7587):484–489, 2016.\n[11] David Silver, Guy Lever, Nicolas Heess, Thomas Degris, Daan Wierstra, and Martin Riedmiller. Deterministic policy gradient algorithms. In International conference on machine learning, pages 387–395. PMLR, 2014.\n[12] Richard S Sutton, David A McAllester, Satinder P Singh, and Yishay Mansour. Policy gradient methods for reinforcement learning with function approximation. In Advances in neural information processing systems, pages 1057–1063, 2000.\n[13] Hado Van Hasselt, Arthur Guez, and David Silver. Deep reinforcement learning with double q-learning. In Proceedings of the AAAI conference on artificial intelligence, volume 30, 2016.\n[14] Christopher John Cornish Hellaby Watkins. Learning from delayed rewards. 1989.\n[15] Bayya Yegnanarayana. Artificial neural networks. PHI Learning Pvt. Ltd., 2009.zh_TW
dc.identifier.doi10.6814/NCCU202200014en_US
item.fulltextWith Fulltext-
item.cerifentitytypePublications-
item.grantfulltextrestricted-
item.openairecristypehttp://purl.org/coar/resource_type/c_46ec-
item.openairetypethesis-
Appears in Collections:學位論文
Files in This Item:
File Description SizeFormat
100701.pdf1.55 MBAdobe PDF2View/Open
Show simple item record

Google ScholarTM

Check

Altmetric

Altmetric


Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.