# GraphSage-READ **Repository Path**: milo7hao/GraphSage-READ ## Basic Information - **Project Name**: GraphSage-READ - **Description**: GraphSAGE中文注释 - **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 # 心得 relation没有embedding #### `unsupervised_train.py` 1,用node和node的连接信息训练 2,可以输出node的embedding #### `supervised_train.py` 1,用node的类别label进行节点分类训练 2,没有输出node的embedding # 问题 如何进行inductive也就是对新未知节点进行预测的 # 参考资料 https://github.com/williamleif/GraphSAGE