# Pytorch-Geometric-YooChoose **Repository Path**: leomk2004/Pytorch-Geometric-YooChoose ## Basic Information - **Project Name**: Pytorch-Geometric-YooChoose - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-11 - **Last Updated**: 2024-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.