Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khuangaf/pytorch-geometric-yoochoose
This is a tutorial for PyTorch Geometric on the YooChoose dataset
https://github.com/khuangaf/pytorch-geometric-yoochoose
artificial-intelligence data-science deep-learning deep-neural-networks graph-neural-networks machine-learning
Last synced: 2 days ago
JSON representation
This is a tutorial for PyTorch Geometric on the YooChoose dataset
- Host: GitHub
- URL: https://github.com/khuangaf/pytorch-geometric-yoochoose
- Owner: khuangaf
- License: apache-2.0
- Created: 2019-05-14T10:30:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T01:29:17.000Z (over 5 years ago)
- Last Synced: 2023-10-20T20:58:35.498Z (about 1 year ago)
- Topics: artificial-intelligence, data-science, deep-learning, deep-neural-networks, graph-neural-networks, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 34.2 KB
- Stars: 308
- Watchers: 7
- Forks: 94
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pytorch-Geometric-YooChoose
![image](https://cdn-images-1.medium.com/max/2400/1*AMTs2MPLKCwOZy4WaKbYTw.png)## Overview
This is the accompanying repository for my Medium article:__[Hands-on Graph Neural Networks with PyTorch & PyTorch Geometric](https://medium.com/@huangkh19951228/hands-on-graph-neural-networks-with-pytorch-pytorch-geometric-359487e221a8)__.
You will learn:
* how to implement custom Graph Convolutional layer with _MessagePassing_
* how to prepare data for training Graph Neural Networks
* how to build custom Graph Neural Networks## Files
* __YooChooseClick.ipynb:__ All the code in the blog post lies here.
* __YooChooseBuy.ipynb:__ The code I used to solve the second task of RecSys Challenge 2015.