登录
首页 » Python » MTGNN-923

MTGNN-923

于 2021-01-04 发布
0 274
下载积分: 1 下载次数: 5

代码说明:

说明:  这是一个图神经网络的多元时间序列预测模型(GRAPH NEURAL NETWORK TS)

文件列表:

MTGNN-923, 0 , 2020-09-27
MTGNN-923\.idea, 0 , 2020-09-28
MTGNN-923\.idea\inspectionProfiles, 0 , 2020-09-09
MTGNN-923\.idea\inspectionProfiles\profiles_settings.xml, 174 , 2020-09-09
MTGNN-923\.idea\misc.xml, 197 , 2020-09-23
MTGNN-923\.idea\modules.xml, 283 , 2020-09-09
MTGNN-923\.idea\MTGNN-master.iml, 333 , 2020-09-23
MTGNN-923\.idea\workspace.xml, 12356 , 2020-09-28
MTGNN-923\changshi01.py, 98 , 2020-09-23
MTGNN-923\data, 0 , 2020-09-09
MTGNN-923\data\sensor_graph, 0 , 2020-07-14
MTGNN-923\data\sensor_graph\adj_mx.pkl, 680459 , 2020-07-14
MTGNN-923\data\sensor_graph\adj_mx_bay.pkl, 1681480 , 2020-07-14
MTGNN-923\data\solar_AL.txt, 180018000 , 2017-02-17
MTGNN-923\generate_training_data.py, 3904 , 2020-07-14
MTGNN-923\layer.py, 10549 , 2020-09-16
MTGNN-923\LICENSE, 1067 , 2020-07-14
MTGNN-923\lzx.pkl, 2393789 , 2020-09-18
MTGNN-923\lzx923.pkl, 5746415 , 2020-09-24
MTGNN-923\lzx923min.pkl, 5746415 , 2020-09-24
MTGNN-923\lzx924min.pkl, 5746415 , 2020-09-25
MTGNN-923\main(1).py, 3665 , 2020-09-18
MTGNN-923\main(2).py, 6090 , 2020-09-18
MTGNN-923\main.py, 1697 , 2020-09-18
MTGNN-923\net.py, 7685 , 2020-09-23
MTGNN-923\README.md, 3275 , 2020-07-14
MTGNN-923\requirements.txt, 94 , 2020-07-14
MTGNN-923\test.py, 7460 , 2020-09-27
MTGNN-923\train.py, 6459 , 2020-09-25
MTGNN-923\trainer.py, 4336 , 2020-09-09
MTGNN-923\train_multi_step.py, 11709 , 2020-09-09
MTGNN-923\train_single_step.py, 10223 , 2020-09-14
MTGNN-923\util.py, 9997 , 2020-09-09
MTGNN-923\__pycache__, 0 , 2020-09-23
MTGNN-923\__pycache__\layer.cpython-37.pyc, 11604 , 2020-09-16
MTGNN-923\__pycache__\main.cpython-37.pyc, 1612 , 2020-09-18
MTGNN-923\__pycache__\net.cpython-37.pyc, 4350 , 2020-09-23
MTGNN-923\__pycache__\trainer.cpython-37.pyc, 3351 , 2020-09-09
MTGNN-923\__pycache__\util.cpython-37.pyc, 9965 , 2020-09-09
MTGNN-923\__pycache__\市场.cpython-37.pyc, 1320 , 2020-09-23
MTGNN-923\尝试.py, 5010 , 2020-09-16
MTGNN-923\市场, 0 , 2020-09-16
MTGNN-923\市场.py, 1799 , 2020-09-23
MTGNN-923\市场\1F_SZ300.csv, 1082656 , 2020-09-16
MTGNN-923\市场\2F_AS51.csv, 1076982 , 2020-09-16
MTGNN-923\市场\3F_FSTE100.csv, 1075268 , 2020-09-16
MTGNN-923\市场\4F_GSPTSE.csv, 1081326 , 2020-09-16
MTGNN-923\市场\5F_IBOVESPA.csv, 1087282 , 2020-09-16
MTGNN-923\市场\6F_KS11.csv, 1075941 , 2020-09-16
MTGNN-923\市场\7F_N225.csv, 1080906 , 2020-09-16
MTGNN-923\市场\8F_NYA.csv, 1077463 , 2020-09-16
MTGNN-923\数据-4个市场, 0 , 2020-09-16
MTGNN-923\数据-4个市场.zip, 1609764 , 2020-09-16
MTGNN-923\数据-4个市场\数据-4个市场, 0 , 2020-09-16
MTGNN-923\数据-4个市场\数据-4个市场\F_FSTE100.csv, 1050953 , 2020-09-16
MTGNN-923\数据-4个市场\数据-4个市场\F_GSPTSE.csv, 1057108 , 2020-09-16
MTGNN-923\数据-4个市场\数据-4个市场\F_NYA.csv, 1169635 , 2020-09-16
MTGNN-923\数据-4个市场\数据-4个市场\F_SZ300.csv, 1058172 , 2020-09-16

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

发表评论

0 个回复

  • 3D_ant_path
    说明:  基于蚁群算法的3D路径规划,运行结果自动出现3D路线图,路径节点可以在变量中查看。(3D Path Planning Using Ant Colony Algorithms,The result of running automatically presents a 3D roadmap,and the path nodes can be viewed in variables.)
    2019-01-26 20:26:35下载
    积分:1
  • matlab多种插值拟合方法
    说明:  以一种函数为例展示多种插值方法,包括分段线性插值、Newton插值、拉格朗日插值等等,并给出了函数文件及脚本文件(This paper takes a function as an example to show a variety of interpolation methods, including piecewise linear interpolation, Newton interpolation, Lagrange interpolation, etc., and gives the function file and script file)
    2020-07-09 21:20:14下载
    积分:1
  • Lewis optimal control 3rd edition 2012
    Matlab, LFC, AGC, frequency control, Optimal Control
    2021-03-17 13:49:20下载
    积分:1
  • 欢迎使用网页设计 在线学习系统 本系统主要特点如下: 1.本系统采用学号加密码登录,可接受外部注册。 2.教学内容模块可由教师后台管理。 3.保...
    欢迎使用网页设计 在线学习系统 本系统主要特点如下: 1.本系统采用学号加密码登录,可接受外部注册。 2.教学内容模块可由教师后台管理。 3.保存学生学习进度。 4.多种交互方式。 5.提供在线考试模块,同时能够进行补考,成绩查询等功能。 6.网页设计教学内容部分精心挑选,并进行了较好的分类。 本系统运行环境 windows 98 +PWS windows 2000+IIS windows XP+IIS 最佳分辨率:1024*768 要求IE流览器版本不低于5.0 要系统未在NETSCAPE流览器下测试过,建议您使用IE流览器。 如果在线学习者较多时,建议转成Sql server 数据库 本系统可自由使用,没有任何限制。 QQ:86214492 本系统学生测试帐号为122005001 密码为:123 老师测试帐号为:teacher 密码为:123 -Welcome to Web Design Online Learning System The main features of the system are as follows: 1. The school system increases its password, acceptable external registration. 2. Teaching content management modules can be teachers in the background. 3. To preserve the progress of student learning. 4. A variety of interactive ways. 5. Provides an online test module, at the same time to carry out make-up, the functions of query results. 6. Web Design part of carefully selected educational content and a better classification. The system operating e
    2023-04-05 06:25:04下载
    积分:1
  • opc2modbus
    opc转modbus,试用测试。试用测试。(opc to modbus opc to modbus)
    2017-08-08 11:54:16下载
    积分:1
  • renshiguanli
    A simple Android version of personnel management student work source code, including staff information management, personal wage information management, department management and a comprehensive query function, all information is stored in the mobile phone SQLite
    2020-06-22 19:40:02下载
    积分:1
  • CS_SVM
    说明:  利用布谷鸟搜素优化算法实现支持向量机的参数寻优(Parameter optimization of support vector machine based on cuckoo search algorithm)
    2021-01-20 23:55:02下载
    积分:1
  • 深度学习
    说明:  从0开始介绍深度学习中文电子版书籍,内容详细,共500多页(Introduce the Chinese electronic version of deep learning books from 0, the content is detailed, a total of more than 500 pages)
    2021-03-18 21:21:54下载
    积分:1
  • Wavelab850
    MATLAB视频分析、小波变换工具箱,自行下载安装,即可运行使用。(MATLAB video analysis, wavelet transform toolbox, download and install by yourself, you can run and use.)
    2020-06-21 07:00:02下载
    积分:1
  • vdsp compiler manual vdsp compiler manual vdsp compiler manual
    vdsp的编译手册 vdsp的编译手册-vdsp compiler manual vdsp compiler manual vdsp compiler manual
    2022-03-22 10:28:23下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载