An open API service indexing awesome lists of open source software.

https://github.com/parinaz11/neshan_project

Training a model to find the shortest path possible from the current location to a destination using data from Neshan company.
https://github.com/parinaz11/neshan_project

dijkstra-algorithm dijsktra-shortest-path jupyter-notebook neshan-map python python3

Last synced: about 1 month ago
JSON representation

Training a model to find the shortest path possible from the current location to a destination using data from Neshan company.

Awesome Lists containing this project

README

        

# Neshan Project

This is the final project for my data science course. This project was assigned to us with the help of a Persian app called Neshan (similar to Google Maps) in which the user can get the shortest paths by giving their current location and destination.

In this project we were given a csv file conatining data with features such as weather, holiday, speed, etc and a graph containing the information for street lengths in a city. The goal was to train a model with which we can predict the shortest path possible from one location to another by having the info for those features.

Using preprocessing, dijkstra's algorithm for graphs and training with evaluation, we were able to achieve reasonable results.