博碩士論文 985202088 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:8 、訪客IP:18.223.32.230
姓名 沈敬軒(Ching-Hsuan Shen)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 利用階層式權重字尾樹找出在天文觀測紀錄中變化相似的序列
(Mining Similar Astronomical Sequence Pattern with Hierarchical Weighted Suffix Tree)
相關論文
★ 應用自組織映射圖網路及倒傳遞網路於探勘通信資料庫之潛在用戶★ 基於社群網路特徵之企業電子郵件分類
★ 行動網路用戶時序行為分析★ 社群網路中多階層影響力傳播探勘之研究
★ 以點對點技術為基礎之整合性資訊管理 及分析系統★ 在分散式雲端平台上對不同巨量天文應用之資料區域性適用策略研究
★ 應用資料倉儲技術探索點對點網路環境知識之研究★ 從交易資料庫中以自我推導方式探勘具有多層次FP-tree
★ 建構儲存體容量被動遷徙政策於生命週期管理系統之研究★ 應用服務探勘於發現複合服務之研究
★ 利用權重字尾樹中頻繁事件序改善入侵偵測系統★ 有效率的處理在資料倉儲上連續的聚合查詢
★ 入侵偵測系統:使用以函數為基礎的系統呼叫序列★ 有效率的在資料方體上進行多維度及多層次的關聯規則探勘
★ 在網路學習上的社群關聯及權重之課程建議★ 在社群網路服務中找出不活躍的使用者
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著科技的進步以及儲存設備成本降低,泛星計畫(Panoramic Survey Telescope And Rapid Response System,Pan-STARRS)中的觀測資料得以大量且詳細的儲存,但對於普遍仰賴人力進行數據前處理與分析的天文學家,卻也得花上比以往更長一段時間才能將亮度變化規則相似的星體給挑選出來,顯示傳統方法並不足以應付現今大型且複雜的數據。因此,本論文著眼於以下之目標:
1. 建立自動化資料前處理系統:
由於星體觀測記錄數據資料龐雜,必須先將較需要的部分挑出使用,並解決像是觀測時間的錯誤記錄與雜訊訊號過多等問題。為此建立了自動化的資料前處理機制,以利後續的應用。
2. 引入關聯式規則之演算法:
在天文領域中,利用星體間的相似或相異特徵並將其分類是非常重要的一環。我們將概念階層的想法結合權重字尾樹,使得變化相似的星體能夠聚集在同一條分支上。最後提供使用者多元化的搜尋應用方法來幫助後續的分析動作。
透過自動化程式的運行,將使分析資料得以簡化,減少了在資料處理上所耗費的人力,在效率上也得到了明顯的提升,提供了研究人員在未來面對大量觀測資料時一個有效的解決方法。
摘要(英) Astronomical researchers have been manually registering and maintaining observation data for various analysis processes. But with the ongoing construction of observatories from Pan-Starrs projects, the size of observation data has exploded. Manually processing numerous of data each day becomes impractical. Responding to this challenge, we need to construct large scale information management system, as well as the efficient methodology for data analysis. We have the following goals to achieve in this project:
1. Constructing an automatic information preparation system:
Because of the movements of earth and astronomical objects, a complete set of observation records requires gathering data from world-wide observatories. Limited by factors such as hardware, weather, time, or temperature, we also need to calibrate and clarify heterogeneous data sources before data integration. Considering the rapidly growing data size, data preparation has to be processed automatically and efficiently. We will implement this preparation system with the accessibility of computer network and perform necessary calibration or transformation based on historical data features. The clarified data then can be integrated for further analysis and researches.
2. Develop astronomical time-series pattern mining and associated rule mining methodologies:
Discovering the similarities between astronomical objects, and accordingly classify those objects, is an important process for many astronomical researches. We then integrate concept hierarchy with weighted suffix tree, and made those similar variation trend objects gather in the same branch inside the tree structure. Furthermore, we also implement some functions to help user searching what they are interested in.
By using automatic program, the observation data can be simplified. Not only reduce the loading in data analysis, but also improve its efficiency and give those researchers a better solution to handle large data in the future.
關鍵字(中) ★ 泛星計畫
★ 關聯式規則
★ 資料探勘
★ 概念階層
★ 權重字尾樹
關鍵字(英) ★ Pan-Starrs
★ Weighted Suffix Tree
★ Concept Hierarchy
★ Data Mining
★ Association Rule
論文目次 摘要 ........................................................................................................................................... v
Abstract ..................................................................................................................................... vi
誌謝 ........................................................................................................................................ viii
目錄 .......................................................................................................................................... ix
圖目錄 ...................................................................................................................................... xi
表目錄 ..................................................................................................................................... xii
緒論 ........................................................................................................................................... 1
1-1 研究背景 ............................................................................................................................... 1
1-2 研究動機與目的 ................................................................................................................... 1
1-3 論文章節介紹 ....................................................................................................................... 2
二 文獻探討 ........................................................................................................................ 3
2-1 泛星計畫 ............................................................................................................................... 3
2-2 伽瑪射線爆 ........................................................................................................................... 3
2-3 資料探勘 ............................................................................................................................... 4
2-4 權重式字尾樹 ....................................................................................................................... 4
三 系統架構流程 ................................................................................................................ 5
四 研究方法 ........................................................................................................................ 6
4-1 資料前處理系統 ................................................................................................................... 6
4-1-1 原始資料簡介 ............................................................................................................... 6
4-1-2 前處理方法介紹 ........................................................................................................... 8
4-1-3 處理前後對照 ..............................................................................................................11
4-2 階層式權重字尾樹 ..............................................................................................................12
4-2-1 字尾樹的建構 ..............................................................................................................12
4-2-2 權重值的計算 ..............................................................................................................13
4-2-3 階層概念的導入 ..........................................................................................................15
4-2-4 節點合併法 ..................................................................................................................17
4-3 資料搜尋應用 ......................................................................................................................26
4-3-1 應用一說明 ..................................................................................................................26
4-3-2 應用二說明 ..................................................................................................................31
4-3-3 應用三說明 ..................................................................................................................32
五 實驗結果與討論 .......................................................................................................... 35
5-1 樹狀結構的建置與合併 ......................................................................................................35
5-2 應用一搜尋時間測量 ..........................................................................................................35
5-3 應用二搜尋時間測量 ..........................................................................................................36
5-4 應用三搜尋時間測量 ..........................................................................................................37
六 結論 .............................................................................................................................. 40
七 中文參考文獻 .............................................................................................................. 41
八 英文參考文獻 .............................................................................................................. 42
參考文獻 〔1〕陳文屏,「天文觀測的新挑戰─談泛星計畫」,科儀新知,第30卷第3期,2008年。
〔2〕吳彥慶,「利用權重字尾樹中頻繁事件序改善入侵偵測系統」,國立中央大學,碩士論文,民國96年。
〔3〕李翊銘,「從交易資料庫中以自我推導方式探勘具有多層次FP-tree」,國立中央大學,碩士論文,民國95年。
〔4〕Wikipedia, “Gamma-ray burst,” http://en.wikipedia.org/wiki/Gamma-ray_burst, 2011.
〔5〕Micheline Kamber, Jian Pei, Data Mining: Concepts and Techniques, Second Edition, Elsevier Inc., San Francisco, 2006.
〔6〕Philip Bevington, D. Keith Robinson, Data Reduction and Error Analysis for the Physical Sciences, McGraw-Hill, United States, 2003.
〔7〕K.-Y. Whang, J. Jeon, K. Shim, J. Srivatava, “Position Coded Pre-order Linked WAP-Tree for Web Log Sequential Pattern Mining”, PAKDD, LNAI 2637, pp. 337–349, 2003.
〔8〕P. Weiner, “Linear pattern matching algorithm”. 14th Annual IEEE Symposium on Switching and Automata Theory, pp, 1–11, 1973.
〔9〕P.A. Evans, et al., “Methods and results of an automatic analysis of a complete sample of Swift-XRT observations of GRBs”, Astron. Soc. 000, 1–61, 2003
〔10〕J. L. Racusin, et al., “Jet Breaks and Energetics of Swift Gamma-Ray Burst X-Ray Afterglows”, The Astrophysical Journal, 698:43–74, 2009
〔11〕J. A. Nousek, et al., “Evidence for a Canonical Gamma-Ray Burst Afterglow Light Curve in the Swift Xrt Data”, The Astrophysical Journal, 642:389–400, 2006
指導教授 蔡孟峰(Meng-Feng Tsai) 審核日期 2011-7-13
推文 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聯絡  - 隱私權政策聲明