-
大小: 5.07MB文件类型: .zip金币: 2下载: 0 次发布日期: 2023-09-17
- 语言: Python
- 标签:
资源简介
在TensorFlow中实现实现图像卷积网络
![](http://www.nz998.com/pic/71269.jpg)
代码片段和文件信息
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-DeepMoji模型的pyTorch实现
- Python-使用DeepFakes实现YouTube视频自动换
- Python-一系列高品质的动漫人脸数据集
- Python-Insightface人脸检测识别的最小化
- Python-自然场景文本检测PSENet的一个
- Python-在特征金字塔网络FPN的Pytorch实现
- Python-PyTorch实时多人姿态估计项目的实
- Python-用PyTorch10实现FasterRCNN和MaskRCNN比
- Python-心脏核磁共振MRI图像分割
- Python-基于YOLOv3的行人检测
- Python-RLSeq2Seq用于SequencetoSequence模型的
- Python-PyTorch对卷积CRF的参考实现
- Python-高效准确的EAST文本检测器的一个
- Python-pytorch实现的人脸检测和人脸识别
- Python-UNet用于医学图像分割的嵌套UN
- Python-TensorFlow弱监督图像分割
- Python-基于tensorflow实现的用textcnn方法
- Python-Keras实现Inceptionv4InceptionResnetv1和
- Python-pytorch中文手册
- Python-FastSCNN的PyTorch实现快速语义分割
- Python-滑动窗口高分辨率显微镜图像分
- Python-使用MovieLens数据集训练的电影推
- Python-机器学习驱动的Web应用程序防火
- Python-subpixel利用Tensorflow的一个子像素
-
Python-汉字的神经风格转移Neuralst
y - Python-神经网络模型能够从音频演讲中
- Python-深度增强学习算法的PyTorch实现策
- Python-基于深度学习的语音增强使用
- Python-基于知识图谱的红楼梦人物关系
- Python-STGAN用于图像合成的空间变换生
评论
共有 条评论