This document discusses applying long short-term memory networks (LSTM) and multilayer perceptron neural networks (MLP) to predict bus travel times using one year of data from a bus route in Blacksburg, Virginia. The models were tested on travel times between successive stations, including dwell times. Additional models were developed for segments with and without traffic controls. The results showed that LSTM models outperformed MLP models with a lower root mean squared error (RMSE) of 17.69 seconds compared to 18.81 seconds. When splitting the data into controlled and uncontrolled segments, the LSTM model achieved a lower RMSE of 17.33 seconds for controlled segments and 4.28 seconds for uncontrolled segments, outperforming the MLP model.