Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.