码迷,mamicode.com
首页 >  
搜索关键字:zabbix3.0.2 graphs    ( 228个结果
【DFS】207. Course Schedule
#week19 There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 yo ...
分类:其他好文   时间:2018-01-13 11:13:26    阅读次数:210
CF 842C Ilya And The Tree(树上DFS)
题目链接:http://codeforces.com/problemset/problem/842/C 题目: Ilya is very fond of graphs, especially trees. During his last trip to the forest Ilya found a ...
分类:其他好文   时间:2018-01-07 11:34:26    阅读次数:197
tensorflow
关于 TensorFlow TensorFlow 是一个采用数据流图(data flow graphs),用于数值计算的开源软件库。 节点(Nodes)在图中表示数学操作,图中的线(edges)则表示在节点间相互联系的多维数据数组,即张量(tensor)。它灵活的架构让你可以在多种平台上展开计算,例 ...
分类:其他好文   时间:2018-01-04 00:20:20    阅读次数:197
Graph Representation Learning 图表示学习
参考: http://i.stanford.edu/~jure/pub/talks2/graphsage ieee_bigdata dec17a.pdf ...
分类:其他好文   时间:2017-12-16 19:50:24    阅读次数:177
tensorflow学习笔记----TensorBoard讲解
TensorBoard简介 TensorBoard是TensorFlow自带的一个强大的可视化工具,也是一个Web应用程序套件。TensorBoard目前支持7种可视化,Scalars,Images,Audio,Graphs,Distributions,Histograms和Embeddings。其 ...
分类:其他好文   时间:2017-12-08 01:36:00    阅读次数:212
dot-- 资源汇总
http://graphviz.org/doc/info/attrs.htmlhttp://graphs.grevian.org/http://graphs.grevian.org/examplehttp://www.linuxdevcenter.com/pub/a/linux/2004/05/06 ...
分类:其他好文   时间:2017-11-19 17:29:17    阅读次数:186
TensorFlow(一)
一 基本概念: Tensorflow是一个计算密集型的编程系统,使用图(graphs)来表示计算任务,图(graphs)中的节点称之为op(operation),一个op获得0个或多个Tensor,执行计算,产生0个或多个Tensor。 Tensor 看作是一个 n 维的数组或列表。图必须在会话(S ...
分类:其他好文   时间:2017-11-19 12:36:19    阅读次数:186
深度学习之tensorflow (一)
一、TensorFlow简介 1.TensorFlow定义: tensor :张量,N维数组 Flow : 流,基于数据流图的计算 TensorFlow : 张量从图像的一端流动到另一端的计算过程,是将复杂的数据结 构传输至人工智能神经网络中进行分析和处理的过程。 2. 工作模式: 图graphs表 ...
分类:其他好文   时间:2017-11-12 13:30:14    阅读次数:266
python模块相关
aniso8601 pyquery networkx (2.0) - Python package for creating and manipulating graphs and networks tzlocal (1.4) - tzinfo object for the local timezo ...
分类:编程语言   时间:2017-11-03 19:11:11    阅读次数:236
配置 Screen
Screen 将多种信息放在一起展示,便于集中展示某个 Host 的多个信息,或是将多个 Hosts 的同一种信息放在一起显示,这些信息可以为 Graphs 、Maps 、Server info 等,几乎涵盖 Zabbix 所有的监控信息 如何创建 Screen :Configuration -- ...
分类:其他好文   时间:2017-11-03 19:06:41    阅读次数:190
228条   上一页 1 ... 9 10 11 12 13 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!