Comparative Analysis of Machine Learning Models for Predicting Travel Time
In this paper, five different deep learning models are being compared for predicting travel time. These models are autoregressive integrated moving average (ARIMA) model, recurrent neural network (RNN) model, autoregressive (AR) model, Long-short term memory (LSTM) model, and gated recurrent units (GRU) model. The aim of this study is to investigate the performance of each developed model for forecasting travel time. The dataset used in this paper consists of travel time and travel speed information from the state of Missouri. The learning rate used for building each model was varied from 0.0001-0.01. The best learning rate was found to be 0.001. The study concluded that the ARIMA model was the best model architecture for travel time prediction and forecasting.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Optimizing Bus Route Selection for University of Pittsburgh Students: A Comparative Analysis of Ridership, On-Time Performance, and Travel Distance
In this study, we present a comparative analysis of bus routes servicing the University of Pittsburgh to identify the most efficient options for students. We examine factors such as ridership, on-time performance, and tr…
Predicting Listing Prices In Dynamic Short Term Rental Markets Using Machine Learning Models
Our research group wanted to take on the difficult task of predicting prices in a dynamic market. And short term rentals such as Airbnb listings seemed to be the perfect proving ground to do such a thing. Airbnb has revo…
Feature EngineeringSentiment AnalysisMulti-source Multi-domain Sentiment Analysis with BERT-based Models
Sentiment analysis is one of the most widely studied tasks in natural language processing. While BERT-based models have achieved state-of-the-art results in this task, little attention has been given to its performance v…
Sentiment AnalysisSurvival modeling using deep learning, machine learning and statistical methods: A comparative analysis for predicting mortality after hospital admission
Survival analysis is essential for studying time-to-event outcomes and providing a dynamic understanding of the probability of an event occurring over time. Various survival analysis techniques, from traditional statisti…
Survival AnalysisArukikata Travelogue Dataset
We have constructed Arukikata Travelogue Dataset and released it free of charge for academic research. This dataset is a Japanese text dataset with a total of over 31 million words, comprising 4,672 Japanese domestic tra…