Machine learning assist nyc subway navigation safer and faster (2310.02447v1)
Abstract: Mainstream navigation software, like Google and Apple Maps, often lacks the ability to provide routes prioritizing safety. However, safety remains a paramount concern for many. Our aim is to strike a balance between safety and efficiency. To achieve this, we're devising an Integer Programming model that takes into account both the shortest path and the safest route. We will harness machine learning to derive safety coefficients, employing methodologies such as generalized linear models, linear regression, and recurrent neural networks. Our evaluation will be based on the Root Mean Square Error (RMSE) across various subway stations, helping us identify the most accurate model for safety coefficient estimation. Furthermore, we'll conduct a comprehensive review of different shortest-path algorithms, assessing them based on time complexity and real-world data to determine their appropriateness in merging both safety and time efficiency.
- Noise levels associated with new york city’s mass transit systems. American Journal of Public Health, 99(8):1393–1399, 2009.
- John Miller. New york subway crime: What is perception, what is real, and how to fix it, Oct 2022.
- This is how google maps exactly works and the algorithm behind it, Nov 2022.
- Real-time crash risk prediction on arterials based on lstm-cnn. Accident Analysis & amp; Prevention, 135:105371, 2020.
- A real-world data-driven approach for estimating environmental impacts of traffic accidents. Transportation Research Part D: Transport and Environment, 117:103664, 2023.
- A path planning approach for mobile robots using short and safe q-learning. PLOS ONE, 17(9), 2022.
- New York City. Subway stations.
- Police Department (NYPD). Nypd complaint data historic: Nyc open data, May 2023.
- Kaushik Mani. Gru’s and lstm’s, Feb 2019.