Skip to content

Probabilistic graphical models to learn Origin-Destination matrices in transportation networks using TensorFlow

License

Notifications You must be signed in to change notification settings

pabloguarda/probabilistic-graphical-transportation-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probabilistic Graphical Transportation Networks

This is the final project of the course 10-708 Probablistic Graphical Models at Carnegie Mellon University. It studies the use of Restricted Boltzmann Machines, Deep Belief Network and Variational AutoEncoders to estimate Origin-Destination matrices. The analyses were performed using synthetic data and the models were implemented with TensorFlow 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 10 15 PM Screen Shot 2022-02-03 at 12 10 21 PM Screen Shot 2022-02-03 at 12 10 26 PM

About

Probabilistic graphical models to learn Origin-Destination matrices in transportation networks using TensorFlow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages