# L-GCN **Repository Path**: milo7hao/L-GCN ## Basic Information - **Project Name**: L-GCN - **Description**: End-to-end learning on complex multi-edge graphs with latent-graph convolutional networks. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # L-GCN End-to-end learning from complex multigraphs with latent-graph convolutional networks. ### Dependencies See `requirements.txt`. ### Data Zipped data files in pickle format can be found in the data folder. Testing can be done with files followed by a `_500` prefix. These contain less than 500 nodes and around 1250 transactions. ### Models Model code can be found in `models/LGCN.py`. Example notebook can be found in the main directory.