跳到主要內容

臺灣博碩士論文加值系統

(18.97.14.82) 您好!臺灣時間:2025/03/16 15:26
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:夏可清
研究生(外文):Hsia, Ko-Ching
論文名稱:應用Hadoop系統架構於生理大數據分析-以心臟衰竭為例
論文名稱(外文):Apply Hadoop System Structure in Physiology Big Data Analysis– With As Example of Heart Failure
指導教授:張炳騰張炳騰引用關係
指導教授(外文):CHANG, PING-TENG
口試委員:張炳騰洪國禎時序時白炳豐
口試委員(外文):CHANG, PING-TENGHUNG, KUO-CHENSHIH, HSU-SHIHPAI, PINR-FENG
口試日期:2017-06-14
學位類別:碩士
校院名稱:東海大學
系所名稱:工業工程與經營資訊學系
學門:工程學門
學類:工業工程學類
論文種類:學術論文
論文出版年:2017
畢業學年度:106
語文別:中文
論文頁數:71
中文關鍵詞:線上分析處理Hadoop應用程序MapReduce軟體架構心臟衰竭儲存大數據
外文關鍵詞:OLAPHadoopMapReduceHeart FailureStoreBig Data
相關次數:
  • 被引用被引用:1
  • 點閱點閱:533
  • 評分評分:
  • 下載下載:55
  • 收藏至我的研究室書目清單書目收藏:2
本研究採用OLAP編碼方式,以及用於處理大數據資料的Hadoop為架構,針對心臟衰竭的病患資料,進行分維和預測病況的結點之架構整合。在編碼部分,根據病患的加入順序,結合以個人資訊維、地區維、時間維、感測維、心知識維五大維度去做分層。依照編碼的三大原則,推算出列舉之案例以兩千人為單位的醫療體系將不堪交易量的與日俱增。為解決不確定因子如:突如其來的環境因子造成的交易數據量過多,本研究提出資料蒐集應結合醫學知識為基礎的基於Hadoop的OLAP系統架構,進而降低數據量,從傳統的紀錄方式164.79 GB降低到14GB,相比約少了11.7倍。
在基於Hadoop的OLAP系統架構裡面,本研究為強調Hadoop優異的MapReduce計算與分析方式,將以個案的形式描述一個患有心律不規律波型的患者的處理流程。用於分析上應具備的四大流程包括:計數、分類、過濾處理、相關計數。此外還要建立一個造訪資料的流程,以交代初始資料的建置、修改以及運用。本研究列出偽代碼,以及Hadoop在分布式文件系統中運用的map reduce組件之間的訊息傳遞流程和相關的外加功能Hive資料倉庫工具,提供強大的類SQL查詢功能。當中會敘述到基於Hadoop的OLAP系統架構中數個模塊間的使用,以及經過MapReduce運算處理後的新表單。
In this study, we use OLAP coding method and Hadoop, which is used to process big data and construct the node framework integration of fractal dimension and condition prediction for patient data with heart failure. In the coding part, according to the joining sequence of the patients, it combines personal information dimension, regional dimension, time dimension, sensing dimension, and heart knowledge dimension, with the five dimensions for stratification. In accordance with the three principles of coding, it is projected that the amount of transactions for a medical system with listed cases of two thousand people will be unbearably increasing day by day.
In order to solve the problem of uncertain factors, such as sudden environmental factor causing excessive data, this study proposes that data collection should be combined with medical knowledge based on Hadoop OLAP system architecture, thereby to reduce the amount of data from the traditional recording method 164.79 GB to 14 GB, comparatively about 11.7 times less. This study lists pseudo-code, and Hadoop in the distributed file system used in the map reduce component between the message delivery process and related functions hive data warehouse tool to provide a powerful class SQL query function. And it describes the use of several modules in the Hadoop-based OLAP system architecture, as well as new forms that have been processed by MapReduce operations.
摘 要.................i
ABSTRACT.................ii
致謝詞...................iii
目錄 ……………………………………...iv
表目錄 ………………………………………….vi
圖目錄 …………………………………...vii
第一章 研究背景 1
1.1 研究背景與動機 1
1.2 研究目的 1
1.3 研究貢獻 2
第二章 文獻探討 3
2.1 大數據簡介 3
2.1.1 資料量大小 3
2.1.2 資料類型 3
2.1.3 資料時效性 4
2.2 大數據的處理 6
2.2.1 大數據存儲 6
2.2.2 高性能計算 6
2.2.3 系統容錯性 7
2.3 大數據處理架構 9
2.4 醫療大數據 13
2.4.1 移動健康服務 13
2.4.2 醫療大數據的種類 13
2.4.3 個性(別)化醫療 13
2.5 疾病問題 15
2.5.1 心臟血管系統 15
2.6 心臟建模 17
2.7 感測器 18
2.8 Hadoop原理與運行機制20
2.8.1 HDFS組件 21
2.8.2 MapReduce組件 22
2.8.3 Hadoop相關的外加功能簡介24
第三章 研究方法 25
3.1 數據挖掘的功能選擇 25
3.2 數據挖掘的過程 26
3.2.1 確定系統挖掘的目標 26
3.2.2 數據選取 26
3.2.3 數據淨化 26
3.2.4 數據降維和轉換 27
3.3 聯機分析處理(OLAP)27
3.3.1 OLAP 的特點 28
3.4 Hadoop簡介 29
3.4.1 MapReduce工作機制 29
3.4.2 MapReduce作業運行流程 30
第四章 基於Hadoop的OLAP系統架構 34
4.1 確定系統挖掘的目標 34
4.2 數據選取依照Hadoop的Hbase技術集成資料36
4.3 基於OLAP的HDFS編碼39
4.3.1 按維分割 42
4.3.2 建立編碼 45
4.3.3 維層次編碼 45
4.3.4 操作I/O的計算 47
4.4 基於mapreduce設計模型49
4.4.1 計數 50
4.4.2 分類 51
4.4.3 過濾處理 55
4.4.4 相關計數分析 57
4.4.5 相關計數分析實例 58
4.4.6 相關計數分析在MapReduce運行框架中的流程65
第五章 結論 66
參考文獻 68

中文部分
[1]姚志洪(2010)。健康資訊化從互聯網走向物聯網。中國衛生資訊管理雜誌, 4,18-21。
[2]姚志洪(2013)。醫療衛生資訊化10大視點。醫學資訊學雜誌,1,2-9。
[3]張旭峰、姚志洪。(2011)。基於物聯網技術的慢病管理系統。醫谷雜誌,17(8),28-34。
[4]楊麗、張囡囡(2016)。心率減速率和連續心率減速率在心肌梗死後猝死患者中的變化及其意義。中國循證心血管醫學雜誌,8(8),971-973。
[5]簡聖哲、馬漢光、邱瑞科(2012)。以雲端運算為基礎建立醫療輔助決策系統-以冠狀動脈心臟病為例。第二十三屆國際資訊管理學術研討會 (ICIM )。
英文部分
[1]Anisimov, V. N., Birnbaum, L., Butenko, G., Cooper, R., Fabris, N. (1993). Principles for evaluating chemical effects on the aged population. Environmental Health Criteria, 144.
[2]Assmann, G., Cullen, P., Schulte, H. (2002). Simple scoring scheme for calculating the risk of acute coronary events based on the 10-year follow-up of the Prospective Cardiovascular Munster (PROCAM) study. Circulation, 105(3), 310-315.
[3]Axisa, F., Schmitt, P. M., Gehin, C., Delhomme, G., McAdams, E., Dittmar, A. (2005). Flexible technologies and smart clothing for citizen medicine, home healthcare, and disease prevention. IEEE Transactions on Information Technology in Biomedicine, 9(3), 325-336.
[4]Baum, R. I., Hsiao, D. K. (1976). Database Computers - A Step Towards Data Utilities. IEEE Trans. Computers, 25(12), 1254-1259.
[5]Beck, J. C. (2002). Geriatrics review syllabus: a core curriculum in geriatric medicine. John Wiley & Sons.
[6]Cassel, C. K. (2003). Geriatric medicine: an evidence-based approach. Springer Science & Business Media.
[7]Chen, W., Kobayashi, T., Ichikawa, S., Takeuchi, Y., Togawa, T. (2000). Continuous estimation of systolic blood pressure using the pulse arrival time and intermittent calibration. Medical and Biological Engineering and Computing, 38(5), 569-574.
[8]Chi, Y. M., Jung, T. P., Cauwenberghs, G. (2010). Dry-contact and noncontact biopotential electrodes: methodological review. IEEE Reviews in Biomedical Engineering, 3, 106-119.
[9]Codd, E. F. (1983). A relational model of data for large shared data banks. Communications of the ACM, 26(1), 64-69.
[10]Conroy, R. M., Pyorala, K., Fitzgerald, A. P., Sans, S., Menotti, A., Bacquer, D. De, Backer, G. De, Ducimetiere, P., Jousilahti, P., Keil, U., Njolstad, I., Oganov, R. G., Thomsen, T., Tunstall-Pedoe, H., Tverdal, A., Wedel, H., Whincup, P., Wilhelmsen, L., Graham, I.M. (2003). Estimation of ten-year risk of fatal cardiovascular disease in Europe: the SCORE project. European Heart Journal, 24(11), 987-1003.
[11]D'Agostino, R. B., Vasan, R. S., Pencina, M. J., Wolf, P. A., Cobain, M., Massaro, J. M., Kannel, W. B. (2008). General cardiovascular risk profile for use in primary care - The Framingham Heart Study. Circulation, 117(6), 743-753.
[12]Duun, S. B., Haahr, R. G., Birkelund, K., Thomsen, E. V. (2010). A Ring-Shaped Photodiode Designed for Use in a Reflectance Pulse Oximetry Sensor in Wireless Health Monitoring Applications. IEEE Sensors Journal, 10(2), 261-268.
[13]Foo, J. Y. A., Lim, C. S., Wang, P. (2006). Evaluation of blood pressure changes using vascular transit time. Physiological Measurement, 27(8), 685-694.
[14]Gesche, H., Grosskurth, D., Kuchler, G., Patzak, A. (2012). Continuous blood pressure measurement by using the pulse transit time: comparison to a cuff-based method. European Journal of Applied Physiology, 112(1), 309-315.
[15]Gu, W. B., Poon, C. C. Y., Leung, H. K., Sy, M. Y., Wong, M. Y., Zhang, Y. T. (2009, September). A novel method for the contactless and continuous measurement of arterial blood pressure on a sleeping bed. Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Conference. The Hilton Minneapolis Minneapolis, MN, USA
[16]Hippisley-Cox, J., Coupland, C., Vinogradova, Y., Robson, J., May, M., Brindle, P. (2007). Derivation and validation of QRISK, a new cardiovascular disease risk score for the United Kingdom: prospective open cohort study. British Medical Journal, 335(7611), 136-141.
[17]Humphreys, K., Ward, T., Markham, C. (2007). Noncontact simultaneous dual wavelength photo plethysmography: A further step toward noncontact pulse oximetry. Review of Scientific Instruments, 78(4).
[18]Hunter, P. J., Borg, T. K. (2003). Integration from proteins to organs: the Physiome Project. Nature Reviews Molecular Cell Biology, 4(3), 237-243.
[19]Ishijima, M. (1993). Monitoring of Electrocardiograms in Bed without Utilizing Body-Surface Electrodes. Transactions on Biomedical Engineering, 40(6), 593-594.
[20]Kim, D. H., Lu, N. S., Ma, R., Kim, Y. S., Kim, R. H., Wang, S. D., Wu, J., Won, S. M., Tao, H., Islam, A., Yu, K. J., Kim, T. I., Chowdhury, R., Ying, M., Xu, L. Z., Li, M., Chung, H. J., Keum, H., McCormick, M., Liu, P., Zhang, Y. W., Omenetto, F. G., Huang, Y. G., Coleman, T., Rogers, J. A. (2011). Epidermal Electronics. Science, 333(6044), 838-843.
[21]Lim, Y. G., Kim, K. K., Park, K. S. ECG measurement on a chair without conductive contact. IEEE Transactions on Biomedical Engineering, 53(5), 956-959.
[22]Lloyd-Jones, D. M. (2010). Cardiovascular Risk Prediction Basic Concepts, Current Status, and Future Directions. Circulation, 121(15), 1768-1777.
[23]McCombie, D. B., Reisner, A. T., Asada, H. H. (2006, September). Adaptive blood pressure estimation from wearable PPG sensors using peripheral artery pulse wave velocity measurements and multi-channel blind identification of local arterial dynamics. 28th Annual International Conference of the IEEE Engineering in Medicine and Biology Society. New York, USA.
[24]Paradiso, R., Belloc, C., Loriga, G., Taccini, N. (2005). Wearable healthcare systems, new frontiers of e-textile. Studies in Health Technology and Informatics, 117, 9-16.
[25]Park, S.B., Noh, Y. S., Park, S. J., Yoon, H. R. (2008). An improved algorithm for respiration signal extraction from electrocardiogram measured by conductive textile electrodes using instantaneous frequency estimation. Medical & Biological Engineering & Computing, 46(2), 147-158.
[26]Pickering, T. G., Miller, N. H., Ogedegbe, G., Krakoff, L. R., Artinian, N. T., Goff, D. (2008). Call to Action on Use and Reimbursement for Home Blood Pressure Monitoring: Executive Summary a Joint Scientific Statement From the American Heart Association, American Society of Hypertension, and Preventive Cardiovascular Nurses Association. Hypertension, 52(1), 1-9.
[27]Poh, M. Z., McDuff, D. J., Picard, R. W. (2011). Advancements in Noncontact, Multiparameter Physiological Measurements Using a Webcam. IEEE Transactions on Biomedical Engineering, 58(1), 7-11.
[28]Poh, M. Z., Swenson, N. C., Picard, R. W. (2010). Motion-tolerant magnetic earring sensor and wireless earpiece for wearable photo plethysmography. IEEE Trans Information Technology Biomed, 14(3), 786-794.
[29]Polo, J., Carrera, D., Becerra, Y., Steinder, M., & Whalley, I. (2010, April). Performance-driven task co-scheduling for mapreduce environments. In Network Operations and Management Symposium (NOMS), 2010 IEEE (pp. 373-380). IEEE.
[30]Poon, C. C. Y., Zhang, Y. T. (2005, September). Cuff-less and noninvasive measurements of arterial blood pressure by pulse transit time. 27th Annual International Conference of the IEEE Engineering in Medicine and Biology Society. Shanghai, China,
[31]Ridker, P. M., Buring, J. E., Rifai, N., Cook, N. R. (2007). Development and validation of improved algorithms for the assessment of global cardiovascular risk in women - The Reynolds Risk Score. Journal of the American Medical Association, 297(6), 611-619.
[32]Rothmaier, M., Selm, B., Spichtig, S., Haensse, D., Wolf, M. (2008). Photonic textiles for pulse oximetry. Optics Express, 16(17), 12973-12986.
[33]Slotnick, D. L. (1970). Logic per track devices. Advances in Computers, 10, 291-296.
[34]Tietz, N., W., Shuey, D. F., Wekstein, D. R. (1997). Laboratory values in fit aging individuals-sexagenarians through centenarians. Clinical Chemistry, 38(6), 1167-1185.
[35]Timiras, P. S. (2007). Physiological Basis of Aging and Geriatrics. CRC Press.
[36]Virtual Physiological Human Network of Excellence [Online]. Available: http://www.vphnoe.eu/.
[37]Wellcome Trust Heart Physiome Project [Online]. Available: http://heart.physiomeproject.org/index.html.
[38]Wu, Y. F., Liu, X. Q., Li, X., Li, Y., Zhao, L. C., Chen, Z., Li, Y. H., Rao, X. X., Zhou, B. F., Detrano, R., Liu, K. (2006). Estimation of 10-year risk of fatal and nonfatal ischemic cardiovascular diseases in Chinese adults. Circulation, 114(21), 2217-2225.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊