├── README.md ├── codes ├── GNNs-RecSys-Log2023-hands-on-1.ipynb └── GNNs-RecSys-Log2023-hands-on-2.ipynb ├── images ├── claudio.jpeg ├── daniele.jpeg └── tommaso.jpeg ├── papers └── tutorial.pdf └── slides ├── Part0.pdf ├── Part1.pdf ├── Part2.pdf └── Part3.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/README.md -------------------------------------------------------------------------------- /codes/GNNs-RecSys-Log2023-hands-on-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/codes/GNNs-RecSys-Log2023-hands-on-1.ipynb -------------------------------------------------------------------------------- /codes/GNNs-RecSys-Log2023-hands-on-2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/codes/GNNs-RecSys-Log2023-hands-on-2.ipynb -------------------------------------------------------------------------------- /images/claudio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/images/claudio.jpeg -------------------------------------------------------------------------------- /images/daniele.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/images/daniele.jpeg -------------------------------------------------------------------------------- /images/tommaso.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/images/tommaso.jpeg -------------------------------------------------------------------------------- /papers/tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/papers/tutorial.pdf -------------------------------------------------------------------------------- /slides/Part0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/slides/Part0.pdf -------------------------------------------------------------------------------- /slides/Part1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/slides/Part1.pdf -------------------------------------------------------------------------------- /slides/Part2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/slides/Part2.pdf -------------------------------------------------------------------------------- /slides/Part3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sisinflab/LoG-2023-GNNs-RecSys/HEAD/slides/Part3.pdf --------------------------------------------------------------------------------