Mahmoud and Ehab continue their adventures! As everybody in the evil land knows, Dr. Evil likes bipartite graphs, especially trees. A tree is a connec ...
分类:
其他好文 时间:
2018-10-18 01:04:36
阅读次数:
160
TensorFlow是一个采用数据流图(data flow graphs),用于数据计算的开源软件库。 什么是数据流图? TensorFlow的数据流图是由“节点”(nodes)和“线”(edges)组成的有向无环图来描述数学计算。“节点”一般用来表示施加的数学操作,但也可以表示数据输入(feed ...
分类:
其他好文 时间:
2018-10-16 13:39:27
阅读次数:
209
今天在学习别人特征工程的时候,看到这样一个函数,max_kcore = pd.DataFrame(list(nx.core_number(graph).items()), columns=["qid", "kcore"]),找了半天找不到nx.core_number()函数返回的是什么。 官方文档是 ...
分类:
Web程序 时间:
2018-09-06 00:08:38
阅读次数:
266
[Arc062] Painting Graphs with AtCoDeer Description 给定一张N点M边的无向图,每条边要染一个编号在1到K的颜色。你可以对一张染色了的图进行若干次操作,每次操作形如,在图中选择一个简单环(即不经过相同点的环),并且将其颜色逆时针旋转一个单位。形式的说, ...
分类:
其他好文 时间:
2018-08-13 21:23:28
阅读次数:
160
[CC CHEFGRPH]Time to Study Graphs with Chef 题目大意: 一个有向图可以分成$n+2(n\le10^{12})$层,第$0$层和第$n+1$层有$1$个点,剩下每一层$m(m\le10^5)$个点。每个点到下一层的每一个点都有连边。另外有$k(k\le5\t ...
分类:
其他好文 时间:
2018-08-07 20:48:38
阅读次数:
191
题目描述Two undirected simple graphs and where are isomorphic when there exists a bijection on V satisfying if and only if {x, y} ∈ E2.Given two graphs an ...
分类:
其他好文 时间:
2018-08-01 22:13:27
阅读次数:
169
fromdocximportDocumentfromdocx.enum.styleimportWD_STYLE_TYPEfromdocx.enum.textimportWD_ALIGN_PARAGRAPHimportosclassWord:def__init__(self):#passself.doc=Document()defwrite_word(self):‘‘‘主函数‘‘‘titles=in
分类:
其他好文 时间:
2018-07-29 22:34:19
阅读次数:
220
如果你想进入人工智能这一领域,你应该首先学习Python。尽管人工智能领域还支持其它很多语言,但 Python 是应用范围最广而且最简单的一个。但是为什么要选择 Python 呢 ...
分类:
编程语言 时间:
2018-07-24 15:51:42
阅读次数:
139
关于 TensorFlow TensorFlow? 是一个采用数据流图(data flow graphs),用于数值计算的开源软件库。节点(Nodes)在图中表示数学操作,图中的线(edges)则表示在节点间相互联系的多维数据数组,即张量(tensor)。它灵活的架构让你可以在多种平台上展开计算,例 ...
分类:
其他好文 时间:
2018-07-09 21:35:21
阅读次数:
191
https://vivekcek.wordpress.com/tag/tensorboard-windows/ Visualise Computational Graphs with Tensorboard and Tensorflow Posted by vivekcek on August 6, ...
分类:
其他好文 时间:
2018-07-03 11:40:37
阅读次数:
183