COMP5048 Week 7 Homework1. Dynamic graph visualisation with Gephi1. Open photoviz dynamic.gexf in Gephi. (Ignore any import errors)2. Click "Enable Ti ...
分类:
其他好文 时间:
2019-09-28 20:35:50
阅读次数:
96
机器学习正在迅速改变我们的世界。我们几乎每天都会读到机器学习如何改变日常的生活。如果你在淘宝或者京东这样的电子商务网站购买商品,或者在爱奇艺或是腾讯视频这样的视频网站观看节目,甚至只是进行一次百度搜索,就已经触碰到了机器学习的应用。使用这些服务的用户会产生数据,这些数据会被收集,在进行预处理之后用来 ...
分类:
编程语言 时间:
2019-09-28 14:31:59
阅读次数:
568
一、效果演示 二、节点展示 三、功能分析 通过AlphaTest技术来控制表面区域的显示实现消融效果 四、节点分析 1、Simple Noise:简单的噪声节点。 2、Step:In>=Edge In=1;In<Edge In=0 3、Remap:重映射。Out = OutMinMax.x + (I ...
分类:
其他好文 时间:
2019-09-28 14:30:05
阅读次数:
98
1.从checkpoint中获取全部的变量名和变量值 2.清除 tf.Session tf.reset_default_graph() 重置计算图 3. ...
分类:
其他好文 时间:
2019-09-27 12:18:30
阅读次数:
67
简单的验证码 验证码 1. 本质:图片 2. 目的:防止恶意表单注册 创建CheckCodeServlet 并在其中写验证码 html ...
分类:
其他好文 时间:
2019-09-26 23:38:45
阅读次数:
97
1021 Deepest Root (25 分) A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you ...
分类:
其他好文 时间:
2019-09-26 19:50:52
阅读次数:
91
这道题是道非常好的动规题,不难但思考过程受益很大。 [9/25日更新:鸽了俩个月回来补档了] 题目描述 Farmer John has decided to assemble a panoramic photo of a lineup of his N cows (1 <= N <= 200,000 ...
分类:
其他好文 时间:
2019-09-25 22:47:25
阅读次数:
185
package dijkstra; import java.util.ArrayList; public class Dijkstra { private static int N = 1000; /*private static int[][] Graph = { { 0, 1, 5, N, N,... ...
分类:
编程语言 时间:
2019-09-25 17:34:58
阅读次数:
107
一、需求 将2个html文件保存到本地浏览器,例如: A页面(我的博客主页) B页面(爬虫四大金刚) 然后将A页面中的爬虫链接,链接的a标签中的href属性修改成本地B页面的地址,实现在本地浏览A页面跳转到B页面 二、代码 ...
分类:
Web程序 时间:
2019-09-24 14:23:42
阅读次数:
140
Dawid has four bags of candies. The ii-th of them contains aiai candies. Also, Dawid has two friends. He wants to give each bag to one of his two frie ...
分类:
其他好文 时间:
2019-09-24 13:51:55
阅读次数:
83