Please use this identifier to cite or link to this item: https://ah.lib.nccu.edu.tw/handle/140.119/70261
DC FieldValueLanguage
dc.contributor.advisor劉文卿zh_TW
dc.contributor.author戴睿zh_TW
dc.creator戴睿zh_TW
dc.date2013en_US
dc.date.accessioned2014-10-01T05:32:17Z-
dc.date.available2014-10-01T05:32:17Z-
dc.date.issued2014-10-01T05:32:17Z-
dc.identifierG1003560251en_US
dc.identifier.urihttp://nccur.lib.nccu.edu.tw/handle/140.119/70261-
dc.description碩士zh_TW
dc.description國立政治大學zh_TW
dc.description資訊管理研究所zh_TW
dc.description100356025zh_TW
dc.description102zh_TW
dc.description.abstract策略交易係指運用可量化的分析方法(如技術分析),完全沒有主觀判斷進行的投資行為。然而對一般投資者而言,眾多的技術指標複雜程度遠超過人腦所能負擔,且進行策略交易必須具備相當充足的金融市場相關知識與程式撰寫能力。本研究為降低投資者進入策略交易領域的門檻,實作一投資平台能同時滿足眾多的技術指標計算、在多人使用的環境,使用支撐向量機協助使用者產生投資策略,其結合雲端運算可隨機擴充的分散式資料庫管理系統(HBase) 、具高度伸縮性的應用程式管理架構(JMX) 及訊息交換中介軟體(JMS),並使用企業級伺服器管理平台(JBoss)實現該投資平台平行運算節點的佈署與相關管理策略。zh_TW
dc.description.tableofcontents目錄 \n\n摘要...............................................................................................................................Ⅰ\n目錄...............................................................................................................................Ⅱ\n圖目錄...........................................................................................................................Ⅲ\n表目錄...........................................................................................................................Ⅳ\n第一章 緒論.................................................................................................................1 \n第一節 研究背景與目的.....................................................................................1 \n第二章 文獻探討........................................................................................................ 3 \n第一節 平行運算.................................................................................................3 \n第二節 HBase......................................................................................................6 \n第三節 JMX.........................................................................................................8 \n第四節 JMS.........................................................................................................10 \n第五節 JBoss.......................................................................................................12 \n第六節 技術分析................................................................................................16 \n第七節 支撐向量機............................................................................................17\n第三章 研究流程與系統架構....................................................................................19\n第一節 研究流程................................................................................................22 \n第二節 系統架構................................................................................................21\n第三節 平行運算機制........................................................................................28 \n第四章 實驗數據分析................................................................................................31\n 第一節 速度測試與分析....................................................................................31\n第五章 結論................................................................................................................37\n 第一節 研究結論................................................................................................37\n 第二節 未來展望................................................................................................38\n參考文獻......................................................................................................................39\n 英文部分..............................................................................................................39\n 中文部分..............................................................................................................41\n \n圖目錄\n\n圖1、Flynn’s taxonomy…….……....................................................................................... 4 \n圖2、HBase架構圖.............................................................................................................. 6 \n圖3、JMX架構圖................................................................................................................. 9 \n圖4、JMS概念圖................................................................................................................ .10 \n圖5、JBoss AS 7關係圖...................................................................................................... 13 \n圖6、JBoss AS 7 管理介面圖............................................................................................ 14\n圖7、server instance 新增示意圖.......................................................................................15\n圖8、支撐向量機示意圖.................................................................................................... 17 \n圖9、研究流程圖................................................................................................................ 19 \n圖10、平台系統運作架構圖............................................................................................... 21 \n圖11、模擬交易平台流程架構圖....................................................................................... 22 \n圖12、交易室use case diagram圖........................................................................................ 24 \n圖13、模擬交易平台資料流程圖....................................................................................... 26 \n圖14、模擬交易平台軟硬體資源配置圖........................................................................... 27 \n圖15、平台管理機制圖....................................................................................................... 28\n圖16、Mod_cluster配置範例圖........................................................................................... 29\n圖17、Infinispan配置範例圖............................................................................................... 29\n圖18、JGroup配置範例圖................................................................................................... 30\n圖19、Amdahl’s law速度與處理器數量關係圖.................................................................31\n圖20、技術指標在單點與群集模式運算時間比較圖.......................................................34\n圖21、處理器數量變化下之平均運算時間.......................................................................35\n圖22、本研究平台處理器數量與加速比關係圖.............................................................,.35\n\n \n表目錄\n\n表1、Domain與Cluster比較表........................................................................................... 13\n表2、單點與叢集模式技術指標運算時間表................................................................... 33zh_TW
dc.format.extent2439797 bytes-
dc.format.mimetypeapplication/pdf-
dc.language.isoen_US-
dc.source.urihttp://thesis.lib.nccu.edu.tw/record/#G1003560251en_US
dc.subject平行運算zh_TW
dc.subjectJMXzh_TW
dc.subjectJMSzh_TW
dc.subjectJBosszh_TW
dc.title以大量平行運算為基礎的策略挑選與期貨模擬交易平台zh_TW
dc.typethesisen
dc.relation.reference英文部分\n1. George, L(2011), HBase: The Definitive Guide. O’Reilly Media, Inc, pp. 5–13.\n4. J. Steven Perry(2002), Java Management Extensions. O’Reilly Media, Inc, pp. 8–10.\n5. Ben G. Sullins, Mark B. Whipple(2003), JMX in Action. Manning Publications Co, pp. 8–11.\n6. Francesco Marchioni(2011), JBoss AS 7 Configuration, Deployment, and Administration. Packt Publishing Ltd, pp. 117–131.\n7. Thomas Rauber, Gudula R¨unger(2007), Parallel Programming:For Multicore and Cluster Systems, Springer-Verlag Berlin Heidelberg, pp. 21–23.\n8. Wikipedia(2013), “Flynn`s_taxonomy”, Retrieved from http://en.wikipedia.org/wiki/Flynn`s_taxonomy.\n9. JBoss(2012), ”JBoss 7.1 Admin Guide(2012).” Retrieved from https://docs.jboss.org/author/display/AS71/Admin+Guide .\n10. Mark Richards, Richard Monson-Haefel & David A. Chappell(2009), Java Message Service. O’Reilly Media, Inc, pp. 9–10.\n11. Lo. Alfred, Bloor Chris, Choi. Y K(2000). Internet Research10. 2: 160-169.\n12. Amza, C. (1996), Shared memory computing on networks of workstations, IEEE Computer.\n13. J. Gantz and D. Reinsel(2010). The Digital Universe Decade - Are You Ready? Technical report, EMC Corporation.\n14. A. Greenberg, J. Hamilton, D. Maltz, and P. Patel(2009). TheCost of a Cloud: Research Problems in Data Center Networks. ACM SIGCOMM CCR.\n15. Pardo, Robert(2008), The Evaluation and Optimization of Trading Strategies. John Wiley & Sons, Inc.\n16. James Chin, Zikai Wang(2011), HBase: A Comprehensive Introduction. Retrieved from http://cs.brown.edu/courses/cs227/archives/2011/slides/mar14-hbase.pdf\n17. Aronson, David R(2006)., Evidence-based Technical Analysis. John Wiley & Sons Inc\n18. Ian Thomas Varley,(2009), No Relation: The Mixed Blessings of Non-Relational Databases, Master`s Thesis, University of Texas\n19. William H., Teukolsky, Saul A., Vetterling, William T., Flannery, B. P. (2007), . Numerical Recipes: The Art of Scientific Computing (3rd ed.), New York: Cambridge University Press\n20. Martin Law(2011), A Simple Introduction to Support Vector Machines, Department of Computer Science and Engineering Michigan State University\n21. H. Shen and F. Pétrot,(2011), Using Amdahl`s Law for Performance Analysis of Many-Core SoC Architectures Based on Functionally Asymmetric Processors, in Proc. ARCS, 2011, pp.38-49.\n22. Robert D.Edwards, John Magee, W.H.C.Bassetti (2007), Technical Analysis of Stock Trends(9th Edition), Taylor & Francis Group, LLC\n\n\n中文部分\n1. 黃柏翰(2012) ,基於Hadoop雲端運算架構建立策略交易與回測模擬平台,國立政治大學資 訊管理學系碩士學位論文。\n2. 楊雅菱(2011),基於雲端環境與服務導向架構之交易策略評估平台框架,國立政治大學資 訊管理學系碩士學位論文。\n3. 姜林杰祐(2009),程式交易:觀念,方法,技術與解決方案,新陸書局。\n4. 曾永政(2012),期貨程式交易SOP,聚財資訊:p13-p19。\n5. 胡翠峰(2004),模糊相關與支援向量學習應用在文件多重分類之研究,義守大學資訊管理碩士論文。zh_TW
item.cerifentitytypePublications-
item.fulltextWith Fulltext-
item.grantfulltextrestricted-
item.languageiso639-1en_US-
item.openairecristypehttp://purl.org/coar/resource_type/c_46ec-
item.openairetypethesis-
Appears in Collections:學位論文
Files in This Item:
File SizeFormat
025101.pdf2.38 MBAdobe PDF2View/Open
Show simple item record

Google ScholarTM

Check


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