登录
首页 » Python » GATE-master

GATE-master

于 2021-02-13 发布
0 438
下载积分: 1 下载次数: 5

代码说明:

说明:  GATE的pytorch实现,图自编码器+注意力机制(Implementation of graph self encoder gae with Python)

文件列表:

GATE-master, 0 , 2019-06-22
GATE-master\ReadMe.md, 277 , 2019-06-22
GATE-master\data, 0 , 2019-06-22
GATE-master\data\ind.citeseer.allx, 595021 , 2019-06-22
GATE-master\data\ind.citeseer.ally, 55623 , 2019-06-22
GATE-master\data\ind.citeseer.graph, 61987 , 2019-06-22
GATE-master\data\ind.citeseer.test.index, 5000 , 2019-06-22
GATE-master\data\ind.citeseer.tx, 260321 , 2019-06-22
GATE-master\data\ind.citeseer.ty, 24135 , 2019-06-22
GATE-master\data\ind.citeseer.x, 31087 , 2019-06-22
GATE-master\data\ind.citeseer.y, 3014 , 2019-06-22
GATE-master\data\ind.cora.allx, 257305 , 2019-06-22
GATE-master\data\ind.cora.ally, 47959 , 2019-06-22
GATE-master\data\ind.cora.graph, 59847 , 2019-06-22
GATE-master\data\ind.cora.test.index, 5000 , 2019-06-22
GATE-master\data\ind.cora.tx, 148025 , 2019-06-22
GATE-master\data\ind.cora.ty, 28135 , 2019-06-22
GATE-master\data\ind.cora.x, 22119 , 2019-06-22
GATE-master\data\ind.cora.y, 4054 , 2019-06-22
GATE-master\data\ind.nell.allx, 2710725 , 2019-06-22
GATE-master\data\ind.nell.ally, 7494615 , 2019-06-22
GATE-master\data\ind.nell.graph, 2285719 , 2019-06-22
GATE-master\data\ind.nell.test.index, 5811 , 2019-06-22
GATE-master\data\ind.nell.tx, 295978 , 2019-06-22
GATE-master\data\ind.nell.ty, 814095 , 2019-06-22
GATE-master\data\ind.nell.x, 31104 , 2019-06-22
GATE-master\data\ind.nell.y, 88334 , 2019-06-22
GATE-master\data\ind.pubmed.allx, 7578385 , 2019-06-22
GATE-master\data\ind.pubmed.ally, 224739 , 2019-06-22
GATE-master\data\ind.pubmed.graph, 471808 , 2019-06-22
GATE-master\data\ind.pubmed.test.index, 6000 , 2019-06-22
GATE-master\data\ind.pubmed.tx, 405505 , 2019-06-22
GATE-master\data\ind.pubmed.ty, 12135 , 2019-06-22
GATE-master\data\ind.pubmed.x, 23172 , 2019-06-22
GATE-master\data\ind.pubmed.y, 854 , 2019-06-22
GATE-master\gate.py, 2847 , 2019-06-22
GATE-master\inductive_classifier.py, 2078 , 2019-06-22
GATE-master\requirements.txt, 53 , 2019-06-22
GATE-master\trainer.py, 2236 , 2019-06-22
GATE-master\transductive_classifier.py, 1904 , 2019-06-22
GATE-master\utils, 0 , 2019-06-22
GATE-master\utils\__init__.py, 0 , 2019-06-22
GATE-master\utils\__init__.pyc, 136 , 2019-06-22
GATE-master\utils\classifier.py, 1901 , 2019-06-22
GATE-master\utils\classifier.pyc, 2542 , 2019-06-22
GATE-master\utils\inductive_process.py, 11263 , 2019-06-22
GATE-master\utils\inductive_process.pyc, 10293 , 2019-06-22
GATE-master\utils\process.py, 10455 , 2019-06-22
GATE-master\utils\process.pyc, 10130 , 2019-06-22

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

发表评论

0 个回复

  • TMS320VC5509A的硬件设计资料,包括开发板…
    TMS320VC5509A的硬件设计资料,包括两个公司开发板,再加上评估板资料,相信你一定能设计出属于你自己的电路,加油-TMS320VC5509A hardware design information, including development boards of both companies, coupled with the evaluation board information, I believe you will certainly be able to design your own circuits, refueling
    2022-04-15 17:53:33下载
    积分:1
  • VOF_Code
    some different types of VOF codes
    2021-01-17 23:38:48下载
    积分:1
  • besselroots
    说明:  数学物理方程中贝塞尔函数有无穷多个根,需要根据需要确定自己想要的根(Bessel functions in mathematical physics equations have infinite roots, you need to program to find the root you want.)
    2020-06-21 10:40:02下载
    积分:1
  • prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
    自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
    2022-03-22 16:15:25下载
    积分:1
  • 此源码能够实现石头剪刀布的功能,并且简单易懂,
    此源码能够实现石头剪刀布的功能,并且简单易懂,-shitoujiandaobu
    2023-08-08 19:50:02下载
    积分:1
  • MASS-FOR-OHCI
    关于umass在usb host 控制器ohci上的例子,运行环境是没有os的。(a example about umass on ohci, which run on non-os environment)
    2011-08-22 10:52:32下载
    积分:1
  • pywracer.2004.12.24.tar
    赛车游戏 基于vc++的游戏设计 实现赛车游戏(car games)
    2011-12-21 15:39:53下载
    积分:1
  • 利用全排列的算法编的判断套汇路径的算法
    利用全排列的算法编的判断套汇路径的算法-use with a whole series of algorithms to judge arbitrage path algorithm
    2022-08-12 21:48:26下载
    积分:1
  • chunbilikongzhi
    说明:  纯比例控制的作用和比例调节对系统性能的影响,有单位反馈,阶跃扰动。(The effects of pure proportional control and proportional regulation on system performance include unit feedback and step disturbance.)
    2019-05-14 15:16:46下载
    积分:1
  • 清新的企业网站jQuery二级图文下拉菜单
    清新的企业网站jQuery二级图文下拉菜单,非常适合企业网站、公司产品网站使用的大气导航菜单,带阴影效果,鼠标移上后,显示相关的二级子菜单,整体风格我个人还是很喜欢的。运用的技术:jquery css.
    2022-07-05 07:59:36下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载