fmpr / amortized-mxl

Amortized-MXL: Scaling Bayesian Inference of Mixed Multinomial Logit Models to Very Large Datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amortized-MXL

Amortized-MXL: Scaling Bayesian Inference of Mixed Multinomial Logit Models to Large Datasets

This repository contains source code for the Amortized Variational Inference approach for Mixed Multinomial Logit models proposed in:

The folder "v1.0" contains the latest version of the code, which includes an efficient implementation in pure PyTorch, an easy-to-use formula interface for specifying utility functions and tutorials on how to use it. See for example the Jupyter notebook: Demo - Simulated N=500 - MXL - SVI.ipynb.

The original code from the paper uses Pyro and is available in the folder "v0.1".

About

Amortized-MXL: Scaling Bayesian Inference of Mixed Multinomial Logit Models to Very Large Datasets

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 77.5%Language:Python 22.5%Language:Shell 0.0%