├── README.md ├── architecture.png ├── graph.py ├── learn_edge.py ├── learn_node.py ├── log └── example.log ├── module.py ├── process.py ├── processed └── example.csv ├── requirements.txt ├── saved_checkpoints └── example.pt ├── saved_models └── example.pt └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/README.md -------------------------------------------------------------------------------- /architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/architecture.png -------------------------------------------------------------------------------- /graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/graph.py -------------------------------------------------------------------------------- /learn_edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/learn_edge.py -------------------------------------------------------------------------------- /learn_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/learn_node.py -------------------------------------------------------------------------------- /log/example.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/module.py -------------------------------------------------------------------------------- /process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/process.py -------------------------------------------------------------------------------- /processed/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/processed/example.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/requirements.txt -------------------------------------------------------------------------------- /saved_checkpoints/example.pt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /saved_models/example.pt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StatsDLMathsRecomSys/Inductive-representation-learning-on-temporal-graphs/HEAD/utils.py --------------------------------------------------------------------------------