-
大小: 5.07MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-09-17
- 语言: Python
- 标签:
资源简介
在TensorFlow中实现实现图像卷积网络
代码片段和文件信息
from setuptools import setup
from setuptools import find_packages
setup(name=‘gcn‘
version=‘1.0‘
description=‘Graph Convolutional Networks in Tensorflow‘
author=‘Thomas Kipf‘
author_email=‘thomas.kipf@gmail.com‘
url=‘https://tkipf.github.io‘
download_url=‘https://github.com/tkipf/gcn‘
license=‘MIT‘
install_requires=[‘numpy‘
‘tensorflow‘
‘networkx‘
‘scipy‘
]
package_data={‘gcn‘: [‘README.md‘]}
packages=find_packages())
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-04-08 08:23 gcn-master\
文件 1113 2019-04-08 08:23 gcn-master\.gitignore
文件 1071 2019-04-08 08:23 gcn-master\LICENCE
文件 3117 2019-04-08 08:23 gcn-master\README.md
目录 0 2019-04-08 08:23 gcn-master\gcn\
文件 70 2019-04-08 08:23 gcn-master\gcn\__init__.py
目录 0 2019-04-08 08:23 gcn-master\gcn\data\
文件 595021 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.allx
文件 55623 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.ally
文件 61987 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.graph
文件 5000 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.test.index
文件 260321 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.tx
文件 24135 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.ty
文件 31087 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.x
文件 3014 2019-04-08 08:23 gcn-master\gcn\data\ind.citeseer.y
文件 257305 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.allx
文件 47959 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.ally
文件 59847 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.graph
文件 5000 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.test.index
文件 148025 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.tx
文件 28135 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.ty
文件 22119 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.x
文件 4054 2019-04-08 08:23 gcn-master\gcn\data\ind.cora.y
文件 7578385 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.allx
文件 224739 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.ally
文件 471808 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.graph
文件 6000 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.test.index
文件 405505 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.tx
文件 12135 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.ty
文件 23172 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.x
文件 854 2019-04-08 08:23 gcn-master\gcn\data\ind.pubmed.y
............此处省略8个文件信息
- 上一篇:Python-在线网络小说搜索阅读网站
- 下一篇:python儿童编程
相关资源
- Python-60DaysRLChallenge中文版强化学习6
- Python-一个非常简单的BiLSTMCRF模型用于
- Python-Tensorflow仿AlphaGo框架实现的AI围棋
- Python-我是小诗姬全唐诗作为训练数据
- Python-用于物体跟踪的全卷积连体网络
- Python-数学建模竞赛中所使用的相关算
- Python-MonoDepthPyTorchPyTorch无监督单目深
- Python-用Tensorflowjs实现的可回收非可回
- Python-利用TensorFlow中的深度学习进行图
- Python-TensorFlow快速入门与实战课件与参
- Python-FCN完全卷积网络中最简单最容易
- Python-匈牙利算法卡尔曼滤波器多目标
- Python-mathAI一个拍照做题程序输入一张
- Python-Tensorflow实现SpatialAsDeepSpatialCNN
- Python-图像分类目标检测姿态估计分割
- Python-用python3opencv3做的中国车牌识别
- Python-各种对抗神经网络GAN大合集
- Python-Intel开源增强学习框架Coach
- Python-CENet用于2D医学图像分割的上下文
- Python-基于深度神经网络和蒙特卡罗树
- Python-SPNLearningAffinityviaSpatialPropagatio
- Python-效果超赞的图片自动增强GANs非成
- Python-VoiceactivitydetectionVAD语音端点检测
- Python-TensorFlow实现的人脸性别年龄识别
- Python-waifu2x利用卷积神经网络放大图片
- Python-TheElementsofStatisticalLearningESL的中
- Python-基于Tensorflow和Keras实现端到端的
- Python-MuseGAN用于乐曲生成的AI
- Python-简单快速实时可定制的机器学习
- Python-PySceneDetect基于PythonOpenCV实现的视
评论
共有 条评论