登录
首页 » Python » GAT-master

GAT-master

于 2021-05-13 发布 文件大小:1230KB
0 184
下载积分: 1 下载次数: 0

代码说明:

  图注意力机制神经网络,添加监督信息来训练图神经网络(Training Graph Neural Network for Classification)

文件列表:

GAT-master, 0 , 2018-11-23
GAT-master\.gitignore, 1157 , 2018-11-23
GAT-master\LICENSE, 1075 , 2018-11-23
GAT-master\README.md, 2603 , 2018-11-23
GAT-master\data, 0 , 2018-11-23
GAT-master\data\ind.cora.allx, 257305 , 2018-11-23
GAT-master\data\ind.cora.ally, 47959 , 2018-11-23
GAT-master\data\ind.cora.graph, 59847 , 2018-11-23
GAT-master\data\ind.cora.test.index, 5000 , 2018-11-23
GAT-master\data\ind.cora.tx, 148025 , 2018-11-23
GAT-master\data\ind.cora.ty, 28135 , 2018-11-23
GAT-master\data\ind.cora.x, 22119 , 2018-11-23
GAT-master\data\ind.cora.y, 4054 , 2018-11-23
GAT-master\execute_cora.py, 6694 , 2018-11-23
GAT-master\execute_cora_sparse.py, 7455 , 2018-11-23
GAT-master\models, 0 , 2018-11-23
GAT-master\models\__init__.py, 47 , 2018-11-23
GAT-master\models\base_gattn.py, 3508 , 2018-11-23
GAT-master\models\gat.py, 1296 , 2018-11-23
GAT-master\models\sp_gat.py, 1414 , 2018-11-23
GAT-master\pre_trained, 0 , 2018-11-23
GAT-master\pre_trained\cora, 0 , 2018-11-23
GAT-master\pre_trained\cora\checkpoint, 83 , 2018-11-23
GAT-master\pre_trained\cora\mod_cora.ckpt.data-00000-of-00001, 1108700 , 2018-11-23
GAT-master\pre_trained\cora\mod_cora.ckpt.index, 5337 , 2018-11-23
GAT-master\pre_trained\cora\mod_cora.ckpt.meta, 784543 , 2018-11-23
GAT-master\utils, 0 , 2018-11-23
GAT-master\utils\__init__.py, 0 , 2018-11-23
GAT-master\utils\layers.py, 3249 , 2018-11-23
GAT-master\utils\process.py, 6733 , 2018-11-23
GAT-master\utils\process_ppi.py, 9395 , 2018-11-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CUDA计算架构的GPU的互信息
    cuda compute device architecture mutual information on the gpu
    2022-03-01 20:24:10下载
    积分:1
  • 在使用VFP提供的GETDIR()函数获取目录或文件夹的时候,所打开的选择窗口有一个狐狸图标,应用到自己的程序中非常的不美观,该控件可以解决次问题。...
    在使用VFP提供的GETDIR()函数获取目录或文件夹的时候,所打开的选择窗口有一个狐狸图标,应用到自己的程序中非常的不美观,该控件可以解决次问题。-the use of VFP GETDIR () function to obtain a catalog or folders, which opened a window to choose a fox icon of the application process very ugly, the time control problems can be solved.
    2023-02-27 03:20:03下载
    积分:1
  • 三相异步电机静止状态下参数辨识MATLAB仿真模型
    说明:  三相异步电机静止状态下参数辨识MATLAB仿真模型,实现对定子电阻、转子电阻、漏感和互感的辨识。(The MATLAB simulation model of parameter identification of three-phase asynchronous motor in static state can identify stator resistance, rotor resistance, leakage inductance and mutual inductance.)
    2020-06-16 12:40:02下载
    积分:1
  • GA_tuihuo1
    模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
    2020-11-21 10:49:36下载
    积分:1
  • 这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA...
    这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA事业奋斗-This is a JAVA help documentation, I upload here is to help beginners a JAVA platform, Let us Java can cause to a new height, we are here for our Java enthusiasts can work together. JAVA struggle for the cause
    2023-09-06 22:55:02下载
    积分:1
  • nulNewton
    这是一个用matlab编写的牛顿法源代码,比较简单的无约束方程。牛顿法是求非线性方程(组)零点的一种重要的迭代法,又称牛顿-拉弗森法或切线法。(This is a Newton method source code written in matlab, a relatively simple unconstrained equation. Newton method is an important iteration method for finding zeros of non-linear equations, also known as Newton-Lafferson method or tangent method.)
    2020-06-25 08:40:02下载
    积分:1
  • jsoncpp-1.7.6
    JSON是一种轻量级的数据交换格式。它可以表示数字、字符串、值的有序序列,以及名称/值对的集合。 jsoncpp是一个C++库,允许操作JSON值,包括序列化和反序列化和字符串。它也可以在unserialization /序列化步骤保留现有的评论,这是一个方便的格式来存储用户输入的文件。(JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs. JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.)
    2020-12-03 13:19:25下载
    积分:1
  • uart
    说明:  本文档具有较全面的dw_apb_uartd的接口代码,具有详细的注释,很方便供用户学习。(This document has a more comprehensive dw_apb_uartd interface code, with detailed comments, which is very convenient for users to learn.)
    2021-04-16 21:58:54下载
    积分:1
  • Final _ Power8.7
    基于STM32的双向dc的软件算法,电流电压双闭环系统(Bidirectional DC based on STM32)
    2017-10-14 11:29:43下载
    积分:1
  • 下载的文本系统,或者太简单或太复杂,允许…
    网上下载的文系统,要不是过于简单,要不过于复杂让,初学者止步,我的这FAT16结构化,易初学者学习,测试OK-Downloading the text system, either too simple or too complicated to allow, for beginners to stop, I structured this FAT16, easy for beginners to learn, test OK
    2022-03-23 10:53:44下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载