Skip to content

Data-driven neural models to learn and predict travel behavior in transportation networks using PyTorch

License

Notifications You must be signed in to change notification settings

pabloguarda/neural-transportation-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural transportation networks

This is the final project of the course 10-617 Intermediate Deep Learning at Carnegie Mellon University. It studies the use of Deep Learning model to estimate the travelers' utility function in route choice models using traffic count data. The analyses were performed using synthetic data and the models were implemented with PyTorch primarily.

Development setup

  1. Clone the repository
  2. Create virtual environment (e.g. "venv") python3 -m venv venv
  3. Activate virtual environment source venv/bin/activate
  4. Install the development dependencies: pip install -r requirements.txt
  5. Run python3 main.py

Visualizations

Screen Shot 2022-02-03 at 12 05 25 PM Screen Shot 2022-02-03 at 12 08 24 PM Screen Shot 2022-02-03 at 12 05 51 PM

About

Data-driven neural models to learn and predict travel behavior in transportation networks using PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages