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.
- Host: GitHub
- URL: https://github.com/rithinch/session-based-vehicle-recommendations
- Owner: rithinch
- Created: 2019-03-27T10:03:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:03:01.000Z (over 3 years ago)
- Last Synced: 2025-03-25T21:21:36.641Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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)