博碩士論文 109453047 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:60 、訪客IP:3.145.41.253
姓名 李佳霓(Lee Chia Ni)  查詢紙本館藏   畢業系所 資訊管理學系在職專班
論文名稱 應用機器學習建構桃園捷運客運量預測模型
(Construct a machine learning model for predicting Taiwan Taoyuan International Airport Access MRT passenger flow)
相關論文
★ 利用資料探勘技術建立商用複合機銷售預測模型★ 應用資料探勘技術於資源配置預測之研究-以某電腦代工支援單位為例
★ 資料探勘技術應用於航空業航班延誤分析-以C公司為例★ 全球供應鏈下新產品的安全控管-以C公司為例
★ 資料探勘應用於半導體雷射產業-以A公司為例★ 應用資料探勘技術於空運出口貨物存倉時間預測-以A公司為例
★ 使用資料探勘分類技術優化YouBike運補作業★ 特徵屬性篩選對於不同資料類型之影響
★ 資料探勘應用於B2B網路型態之企業官網研究-以T公司為例★ 衍生性金融商品之客戶投資分析與建議-整合分群與關聯法則技術
★ 應用卷積式神經網路建立肝臟超音波影像輔助判別模型★ 基於卷積神經網路之身分識別系統
★ 能源管理系統電能補值方法誤差率比較分析★ 企業員工情感分析與管理系統之研發
★ 資料淨化於類別不平衡問題: 機器學習觀點★ 資料探勘技術應用於旅客自助報到之分析—以C航空公司為例
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2027-7-2以後開放)
摘要(中) 捷運客流預測是先進交通信息系統的重要組成部分,協助捷運當局執行票務分配、運營規劃、收益管理、捷運站管理、行銷方案規劃等工作,或者在極端情況下協助公司應急管理。許多國內的研究試圖應用參數機器學習模型與深度學習模型執行客流預測,然而參數機器學習模型隨著數據的增加存在一定的局限性,而深度學習訓練模型相當耗時,如今集成式學習模型於國外研究與人工智慧競賽中被廣泛運用,本研究提出以Random Forest、AdaBoost、XGBoost三種集成式學習模型與Neural Network深度學習模型比較。
車站客流受週期、假期、尖離峰時段、特殊節日或大型活動等多種因素影響很大,從數據中提取關鍵特徵對於客流預測模型至關重要。本研究所提出的Random Forest與XGBoost模型可以在真實世界的數據集上達到較佳的預測精度和計算效率。此外,刪除大型活動與特殊節日兩種離異值可獲得更佳的預測結果,而增加降雨量天氣因子,對於桃園捷運客流預測影響不大。
摘要(英) MRT passenger flow forecasting is an important part of an advanced traffic information system, assisting MRT authorities in performing ticket distribution, operation planning, revenue management, MRT station management, marketing plan planning, etc., or assisting companies in emergency management in extreme cases. Many domestic researches try to apply parametric machine learning models and deep learning models to perform passenger flow forecasting. However, parametric machine learning models have certain limitations with the increase of data, and deep learning training models are quite time-consuming. Today ensemble learning is widely used in foreign research and artificial intelligence competitions. In this study, three integrated learning models, Random Forest, AdaBoost, and XGBoost, are proposed to compare with the Neural Network deep learning model.
Station passenger flow is greatly affected by various factors such as cycles, holidays, off-peak hours, special festivals or large-scale events. Extracting key features from data is crucial for passenger flow prediction models. The Random Forest and XGBoost models proposed in this study can achieve better prediction accuracy and computational efficiency on real-world datasets. In addition, deleting the two outliers of large activities and special festivals can get better prediction results, while adding the weather factor of rainfall has little effect on the forecast of Taoyuan MRT passenger flow.
關鍵字(中) ★ 機器學習
★ 運量預測
★ 集成式學習
★ 深度學習
★ 永續
關鍵字(英) ★ machine learning
★ passenger flow prediction
★ ensemble learning
★ deep learning
★ sustainability
論文目次 學位論文授權書 ii
推薦書 iii
審定書 iv
摘要 v
Abstract vi
誌謝 vii
圖目錄 x
表目錄 xi
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機 2
1.3 研究目的 3
1.4 研究架構 4
第二章 文獻探討 5
2.1 短期客流預測 5
2.2 集成式學習 6
2.3 國內捷運客流預測 7
2.4 天氣因子對客流預測影響 8
第三章 研究方法 10
3.1 研究流程 10
3.2 研究範圍 11
3.3 研究資料 11
3.3.1 資料來源 11
3.3.2 資料前處理 13
3.3.3 刪除離群值 16
3.4 分析方法 16
3.4.1 Random Forest 16
3.4.2 AdaBoost 17
3.4.3 XGBoost 17
3.4.4 Neural Network 18
3.5 實驗設計與評估 18
3.5.1 實驗設計 18
3.5.2 衡量指標 19
第四章 實證結果分析 21
4.1 實驗資料 21
4.2 實驗結果 23
4.2.1 模型評估標準比較 23
4.2.2 刪除離異值比較 24
4.2.3 天氣因子影響比較 24
4.3 綜合討論 25
第五章 結論與建議 26
5.1研究結論與貢獻 26
5.2研究限制 26
5.3未來研究方向與建議 27
參考文獻 28
參考文獻 AKÇAY, M. T., AKGUNDOGDU, A., & TİRYAKİ, H. (2022). Prediction of travel time for railway traffic management by using the AdaBoost algorithm. Balıkesir Üniversitesi Fen Bilimleri Enstitüsü Dergisi, 24(1), 300-312.
Breiman, L. (2001). Random Forests. Machine Learning, 45(1), 5-32. https://doi.org/10.1023/A:1010933404324
Dai, X., Sun, L., & Xu, Y. (2018). Short-term origin-destination based metro flow prediction with probabilistic model selection approach. Journal of Advanced Transportation, 2018.
Guo, J., Xie, Z., Qin, Y., Jia, L., & Wang, Y. (2019). Short-term abnormal passenger flow prediction based on the fusion of SVR and LSTM. IEEE Access, 7, 42946-42955.
He, K., Ren, G., & Zhang, S. (2020). Passenger Flow Prediction for Urban Rail Transit Stations Considering Weather Conditions. In Green, Smart and Connected Transportation Systems (pp. 661-673). Springer.
Huiting, H., Junfeng, Z., Ge, M., Hongye, W., & Xinghua, S. (2020). Research on Forecast of Passenger Flow of High Speed Railway in Competitive Market Based on XGBoost Model. 2020 13th International Symposium on Computational Intelligence and Design (ISCID),
Jou, R.-C., Hensher, D. A., & Hsu, T.-L. (2011). Airport ground access mode choice behavior after the introduction of a new mode: A case study of Taoyuan International Airport in Taiwan. Transportation Research Part E: Logistics and Transportation Review, 47(3), 371-381.
Li, X., Gao, Y., Zhang, H., & Liao, Y. (2020). Passenger Travel Behavior in Public Transport Corridor After the Operation of Urban Rail Transit: A Random Forest Algorithm Approach. IEEE Access, 8, 211303-211314.
Lin, S., & Tian, H. (2020). Short-term metro passenger flow prediction based on random forest and LSTM. 2020 IEEE 4th Information Technology, Networking, Electronic and Automation Control Conference (ITNEC),
Liu, L., Chen, R.-C., Zhao, Q., & Zhu, S. (2019). Applying a multistage of input feature combination to random forest for improving MRT passenger flow prediction. Journal of Ambient Intelligence and Humanized Computing, 10(11), 4515-4532.
Liu, L., Chen, R.-C., & Zhu, S. (2018). Passenger flow prediction using weather data for metro systems. 2018 conference on technologies and applications of artificial intelligence (TAAI),
Liu, L., Chen, R.-C., & Zhu, S. (2020). Impacts of weather on short-term metro passenger flow forecasting using a deep LSTM neural network. Applied Sciences, 10(8), 2962.
Milenković, M., Švadlenka, L., Melichar, V., Bojović, N., & Avramović, Z. (2018). SARIMA modelling approach for railway passenger flow forecasting. Transport, 33(5), 1113-1120. https://doi.org/10.3846/16484142.2016.1139623
Pasini, K., Khouadjia, M., Ganansia, F., & Oukhellou, L. (2019). Forecasting passenger load in a transit network using data driven models. WCRR 2019, 12th World Congress on Railway Research,
Sangsoo Lee, D. B. F. (1999). Application of Subset Autoregressive Integrated Moving Average Model for Short-Term Freeway Traffic Volume Forecasting. Transportation Research Record Journal of the Transportation Research Board, 1678(1), 179-188 - January 1999. https://doi.org/10.3141/1678-22
Sha, S., Li, J., Zhang, K., Yang, Z., Wei, Z., Li, X., & Zhu, X. (2020). RNN-based subway passenger flow rolling prediction. IEEE Access, 8, 15232-15240.
Tin Kam, H. (1995, 14-16 Aug. 1995). Random decision forests. Proceedings of 3rd International Conference on Document Analysis and Recognition,
Zhang, D., Sui, J., & Gong, Y. (2017). Generiranje ispitnih podataka za softver zasnovano na kolektivnom ograničenju i ponderiranoj metodi kombinacije. Tehnički vjesnik, 24(4), 1041-1049.
Zhou, W., Wang, W., & Zhao, D. (2020). Passenger flow forecasting in metro transfer station based on the combination of singular spectrum analysis and adaboost-weighted extreme learning machine. Sensors, 20(12), 3555.
Zou, L., Shu, S., Lin, X., Lin, K., Zhu, J., & Li, L. (2022). Passenger Flow Prediction Using Smart Card Data from Connected Bus System Based on Interpretable XGBoost. Wireless Communications and Mobile Computing, 2022.
李文勳. (2020). 天氣預測對捷運搭乘者影響之研究.
林志玟. (2020). 應用深度學習建構臺北捷運客運量預測模型之研究 輔仁大學]. 新北市. https://hdl.handle.net/11296/x6dazw
柳建舟. (2014). 捷運系統旅次特性探討與影響捷運旅客運量因素之實證分析-以高雄捷運為例 國立高雄應用科技大學]. 高雄市. https://hdl.handle.net/11296/p39qjj
段志奇. (2021). 應用長短期記憶模型與迴歸分析於鐵道運輸載客量預測分析- 以台北捷運為例 國立宜蘭大學]. 宜蘭縣. https://hdl.handle.net/11296/732742
陳淑惠. (2020). 以監督式學習探討北捷旅運量 嶺東科技大學]. 台中市. https://hdl.handle.net/11296/wz8w38
黃志偉. (2015). 運用人工神經網路探討短期高雄捷運班次之運能 國立成功大學]. 台南市. https://hdl.handle.net/11296/75c572
葉奕新. (2017). 臺北捷運系統之人潮移動分析. 中國統計學報, 55(2), 69-95.
劉祐瑋. (2021). 含有離異點時間序列模型對於臺北捷運的人流量預測 國立宜蘭大學]. 宜蘭縣. https://hdl.handle.net/11296/9uyj62
指導教授 蔡志豐 審核日期 2022-7-9
推文 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聯絡  - 隱私權政策聲明