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

https://github.com/rithinch/session-based-vehicle-recommendations

:car: Adapted graph neural network architecture for recommending used vehicles in an online automotive retail context. Models trained and deployed to the cloud the using PyTorch and Azure ML Service.
https://github.com/rithinch/session-based-vehicle-recommendations

Last synced: over 1 year ago
JSON representation

:car: Adapted graph neural network architecture for recommending used vehicles in an online automotive retail context. Models trained and deployed to the cloud the using PyTorch and Azure ML Service.

Awesome Lists containing this project

README

          

# Session Based Vehicle Recommendations

Adapted from:

- Wu, Shu et al. (2018). “Session-based Recommendation with Graph Neural Networks”. In: doi: arXiv:1811.00855v3. url: http://arxiv.org/abs/1811.00855

Core model implementation taken from:

- [https://github.com/CRIPAC-DIG/SR-GNN](https://github.com/CRIPAC-DIG/SR-GNN)