03 2020 档案

摘要:1. 参考论文 Reweighted Random Walks for Graph Matching【1】 The pagerank citation ranking: Bringing order to the web【2】 A spectral technique for corresponde 阅读全文
posted @ 2020-03-25 01:32 孔胡子 阅读(2356) 评论(10) 推荐(3)
摘要:实验室的服务器是共用的,所以无法使用sudo apt-get 命令快速安装 只能自己下载git上的源代码然后编译,装在自己的私人目录下 ——否则 sudo apt-get 安装很容易,55555555 1. 安装 re2c 安装ninja的前提是安装re2c,所以官网:https://github. 阅读全文
posted @ 2020-03-17 17:48 孔胡子 阅读(4568) 评论(0) 推荐(1)
摘要:1. 论文概述 论文首次将深度学习同图匹配(Graph matching)结合,设计了end-to-end网络去学习图匹配过程。 1.1 网络学习的目标(输出) 是两个图(Graph)之间的相似度矩阵。 1.2 网络的输入 拿其中的 imageNet 的鸟举例如下图,使用的是另一篇论文使用的数据集。 阅读全文
posted @ 2020-03-04 20:37 孔胡子 阅读(958) 评论(0) 推荐(1)