博碩士論文 102522603 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:7 、訪客IP:3.142.136.89
姓名 陸亦福(Lutfi Fanani)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱
(Bus Arrival Prediction - to Ensure Users Not to Miss the Bus (Preliminary Study based on Bus Line 243 Taipei))
相關論文
★ 基於最大期望算法之分析陶瓷基板機器暗裂破片率★ 基於時間序列預測的機器良率預測
★ 基於OpenPose特徵的行人分心偵測★ 建構深度學習CNN模型以正確分類傳統AOI模型之偵測結果
★ 一種結合循序向後選擇法與回歸樹分析的瑕疵肇因關鍵因子擷取方法與系統-以紡織製程為例★ 融合生成對抗網路及領域知識的分層式影像擴增
★ 針織布異常偵測方法研究★ 基於工廠生產資料的異常機器維修預測
★ 萃取駕駛人在不同環境之駕駛行為方法★ 基於刮痕瑕疵資料擴增的分割拼接影像生成
★ 應用卷積神經網路於航攝影像做基於坵塊的水稻判釋之研究★ 採迴歸樹進行規則探勘以有效同時降低多種紡織瑕疵
★ 應用增量式學習於多種農作物判釋之研究★ 應用自動化測試於異質環境機器學習管道之 MLOps 系統
★ 農業影像二元分類:坵塊分離的檢測★ 應用遷移學習於胚布瑕疵檢測
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) FANANI, LUTFI. 公車到站時間預測 - 目的確保使用者不錯過公車 (基於台北公車路線243的初步研究)
對於搭乘公車的人而言,公車到站時間是很重要的,而且這個時間會被很多因素所影響,例如: 等紅綠燈、交通擁塞以及天氣狀況等。這些因素都會影響到公車到站時間,進而延長乘客的等候時間,所以提供乘客精準的時間有助於乘客下決定以及減少在公車站等待公車的時間。本篇論文中提出一種常態分佈的方法並使用行車資料中的隨機變數針對台北的243公車進行預測,而我們所使用的資料來自於台北公車資料庫。
我們使用常態分佈的方式對公車的到站時間進行預測並確保使用者不會錯過公車,我們也將這個結果與已存在的方法進行比較。使用者使用我們所建議的方法在尖峰時間不會錯過公車的機率是93%,而一般時間是85%。已存在的方法在尖峰時間是65%,而一般時間是70%。經過我們的實驗證實我們所建議的方法比已存在的方法可以更加準確地預測公車到站時間。
關鍵字: 預測公車到站時間、等待時間、常態分布
摘要(英) FANANI, LUTFI. Bus Arrival Prediction – to Ensure Users Not to Miss the Bus (Preliminary Study based on Bus Line 243 Taipei).
The bus arrival time is the primary information for most city transport travelers. It is influenced by stochastic variation in number of factors, (e.g. intersection delay, traffic congestion, and weather condition) resulting in buses to deviate from the predetermined schedule and lengthening of passenger waiting times for buses. Providing passengers with an accurate information system of bus arrival times can reduce passenger waiting times. In this thesis, we used the normal distribution method to the random of travel times data in a bus line number 243 in Taipei area. In developing the models, data were collected from Taipei Bus Company. A normal distribution method used for predicting the bus arrival time in bus stop to ensure users not to miss the bus, and compare the result with the existing application. The result of our experiment showed that our proposed method has a better prediction than existing application, with the probability user not to miss the bus in peak time is 93% and in normal time is 85%, greater than from the existing application with the 65% probability in peak time, and 70% in normal time.
關鍵字(中) ★ 預測公車到站時間
★ 等待時間
★ 常態分布
關鍵字(英) ★ Bus Arrival Prediction
★ Waiting Time
★ Normal Distribution
論文目次 TABLE OF CONTENTS
摘 要 ......................................................................................................................................... i
ABSTRACT ............................................................................................................................... ii
ACKNOWLEDGEMENTS ...................................................................................................... iii
TABLE OF CONTENTS .......................................................................................................... iv
LIST OF FIGURES ................................................................................................................... vi
LIST OF TABLES .................................................................................................................. viii
CHAPTER 1 ............................................................................................................................... 1
INTRODUCTION ...................................................................................................................... 1
1.1. Background .................................................................................................................. 1
1.2. Motivation .................................................................................................................... 1
1.3. Research Object ........................................................................................................... 6
1.4. Thesis Structure ........................................................................................................... 6
CHAPTER 2 ............................................................................................................................... 7
LITERATURE REVIEW ........................................................................................................... 7
2.1. Related Work ............................................................................................................... 7
2.1.1. Historical Data Based Model ................................................................................ 7
2.1.2. Regression Model ................................................................................................. 7
2.1.3. Time Series Model ............................................................................................... 8
2.2. Literature Review ........................................................................................................ 9
2.2.1. Random Variable .................................................................................................. 9
2.2.2. Normal Distribution ............................................................................................ 10
2.2.3. Cumulative Distribution Function ...................................................................... 12
2.3. Preliminary Analysis .................................................................................................. 13
2.3.1. Taipei Bus Company .......................................................................................... 13
2.3.2. Google Application ............................................................................................ 13
2.3.3. Travel Time ........................................................................................................ 13
2.3.4. Waiting Time ...................................................................................................... 14
2.3.5. Come Early and Come Late ............................................................................... 14
2.3.6. Peak Hour, Normal Hour .................................................................................... 14
CHAPTER 3 ............................................................................................................................. 15
METHODOLOGY ................................................................................................................... 15
3.1. Experiment System .................................................................................................... 15
3.2. Experiment Design .................................................................................................... 15
3.3. Data ............................................................................................................................ 15
3.3.1. Data Collection ................................................................................................... 17
3.3.2. Data Processing .................................................................................................. 18
3.4. Testing System ........................................................................................................... 20
CHAPTER 4 ............................................................................................................................. 24
EXPERIMENT AND RESULT ............................................................................................... 24
4.1. Arrival Prediction in Peak Hour ................................................................................ 24
4.1.1. Stop 7 to Stop 14 (S7, S14) .................................................................................. 24
4.1.2. Stop 8 to Stop 14 (S8, S14) .................................................................................. 26
4.1.3. Stop 9 to Stop 14 (S9, S14) .................................................................................. 28
4.1.4. Stop 10 to Stop 14 (S10, S14) ............................................................................... 30
4.1.5. Stop 11 to Stop 14 (S11, S14) ............................................................................... 32
4.1.6. Stop 12 to Stop 14 (S12, S14) ............................................................................... 34
4.2. Arrival Prediction in Normal Hour ............................................................................ 36
4.2.1. Stop 7 to Stop 14 (S7, S14) .................................................................................. 36
4.2.2. Stop 8 to Stop 14 (S8, S14) .................................................................................. 38
4.2.3. Stop 9 to Stop 14 (S9, S14) .................................................................................. 40
4.2.4. Stop 10 to Stop 14 (S10, S14) ............................................................................... 42
4.2.5. Stop 11 to Stop 14 (S11, S14) ............................................................................... 44
4.2.6. Stop 12 to Stop 14 (S12, S14) ............................................................................... 46
4.3. Comparison Result ..................................................................................................... 48
CHAPTER 5 ............................................................................................................................. 51
DISCUSSION ........................................................................................................................... 51
5.1. Weekend Condition ................................................................................................... 51
5.2. Dwell Time ................................................................................................................ 51
CHAPTER 6 ............................................................................................................................. 52
CONCLUSION AND FUTURE WORK ................................................................................. 52
6.1. Conclusion ................................................................................................................. 52
6.2. Future Work ............................................................................................................... 52
REFERENCES ......................................................................................................................... 53
參考文獻 REFERENCES
[1] Corpuz, Grace. ”Public Transport or Private Vehicle: Factors that Impact on Mode Choice”. Australasian Transport Research Forum. Australia. 2006.
[2] Cheng, Shaowu. Liu, Baoyi. “ Bus Arrival Time Prediction Model Based on APC Data”. The sixth advantage forum on Transportation of China. China. 2010.
[3] Jeong, Ranhee. Rillet, Laurence. “Bus Arrival Time Prediction Using Artificial Neural Network Model”. IEEE Intelligent Transportation System Conference. USA. 2004.
[4] Hendra Brata, Adam. “Thesis: Software Development of Automatic Data Collector”. National Central University. Taiwan. 2014.
[5] Kebede Gurmu, Zegeye. “A Dynamic Prediction of Travel Time for Transit Vehicles in Brazil Using GPS Data”. University of Twente Publications. Netherlands. 2010.
[6] Chien, S.I.J., Ding, Y., and Wei, C. “Dynamic Bus Arrival Time Prediction with Artificial Neural Networks”. Journal of Transportation Engineering. 2002.
[7] Zhou, Pengfei., Zheng, Yuanqing. “How Long to Wait?: Predicting Bus Arrival Time with Mobile Phone Based Participatory Sensing”. Nanyang Technological University Publications. Singapore. 2012.
[8] Bishop, Christoper M,. “Patern Recognition and Machine Learning”. Springer Science and Business Media. Singapore. 2006.
[9] Litman, Todd,. “Evaluating Public Transit as an Energy Conservation and Emission Reduction Strategy”. Victoria Transport Policy Institute Publication. 2012.
[10] Neslehova, Johanna. “On Rank Correlation Measures for Non-continuous Random Variables”. Journal of Multivariate Analysis. 2006.
[11] Mishalani, Rabi. G., McCord, Mark. “Passenger Waiting Time Perception at Bus Stop: Empirical Result and Impact on Evaluating Real Time Bus Arrival Information”. Journal of Publict Transportation. 2006.
[12] Davenport, W. ; Root, W. “An Introduction to the Theory of Random Signals and Noise”. Willey-IEEE Press E-book Chapters. 1987.
[13] Taipei Times News. “Taipei Introduces Direction Stickers for Foreign Tourist”. Available at:http://www.taipeitimes.com/News/taiwan/archives/2013/04/19/2003560119
[14] Taipei City Public Transportation Office. “Taipei E-Bus System”. Available at: http://www.e-bus.taipei.gov.tw/new/english/en_index_6_1.aspx
[15] Taipei Public Bus. “What is The Taipei Bus?”. Available at: http://guidetotaipei.com/article/taipei-public-bus
[16] 165284 Taipei Bus Information and Transit System. Available at: http://www.5284.com.tw/Dybus.aspx?Lang=En
[17] Wikipedia. “Normal Distribution”. Available at: http://en.wikipedia.org/wiki/Normal_distribution
[18] Wikipedia. “Random Variable”. Available at: http://en.wikipedia.org/wiki/Random_variable
[19] Wikipedia. “Rush Hour”. Available at: http://en.wikipedia.org/wiki/Rush_hour
[20] Google Maps. “Get Direction Feature”. Available at: http://www.maps.google.com.tw
[21] Bus Route Planner. “The Existing Application”. Unpublished.
[22] Mathisfun.com. “Random Variables”. Available at: http://www.mathsisfun.com/data/random-variables.html
[23] Answers.com. “Normal Distribution”. Available at: http://www.answers.com/topic/normal-distribution
[24] Engineering Statistics Handbook. “Cumulative Distribution Function”. Available at: http://www.itl.nist.gov/div898/handbook/eda/section3/eda362.htm
[25] Meng, Qiang., Qu, Xiaobo. “Bus Dwell Time Estimation at Bus Bays: A Probabilistic Approach”. National University of Singapore. 2001.
[26] Zang, Jian., Yan, Ling., “Study of the Prediction Model of Bus Arrival Time”. IEEE Management and Service Science Conference. 2009.
指導教授 梁德容、Achmad Basuki
(Deron Liang、Achmad Basuki)
審核日期 2014-7-30
推文 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聯絡  - 隱私權政策聲明