├── .gitignore ├── LICENSE ├── README.md └── assets └── TutorialSIGMOD23.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madelonhulsebos/neural-table-representations-tutorial-2023/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madelonhulsebos/neural-table-representations-tutorial-2023/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madelonhulsebos/neural-table-representations-tutorial-2023/HEAD/README.md -------------------------------------------------------------------------------- /assets/TutorialSIGMOD23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madelonhulsebos/neural-table-representations-tutorial-2023/HEAD/assets/TutorialSIGMOD23.pdf --------------------------------------------------------------------------------