摘要: Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: A: a1 → a2 阅读全文
posted @ 2018-08-15 20:57 cwpeng 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov 阅读全文
posted @ 2018-08-15 16:20 cwpeng 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? 来自 <https://leetcode.com/problems/linke 阅读全文
posted @ 2018-08-14 15:03 cwpeng 阅读(99) 评论(0) 推荐(0) 编辑
摘要: [1] Z. Zhou, Y. Huang, W. Wang, L. Wang, T. Tan, Ieee, See the Forest for the Trees: Joint Spatial and Temporal Recurrent Neural Networks for Video-based Person Re-identification, 30th Ieee Conferenc... 阅读全文
posted @ 2018-07-29 11:47 cwpeng 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 好消息!!目前pytorch已经提供windows官方支持,可以直接安装了,请移步这里。 pytorch是facebook开发的深度学习库,其目标是想成为深度学习领域整合gpu加速的numpy。笔者研究的re-id领域最近有不少基于pytoch的代码,跟进一下。因为编程时一直远程到工作站上不太方便, 阅读全文
posted @ 2018-03-11 10:48 cwpeng 阅读(30139) 评论(0) 推荐(1) 编辑
摘要: 在美术中,特别是绘画,人类掌握了通过在图像的内容和风格间建立复杂的相互作用从而创造独特的视觉体验的技巧。到目前为止,这个过程的算法基础是未知的,也没有现存的人工系统拥有这样的能力。然而在视觉感知的其他重要方向,如目标和人脸识别,一种受生物启发的深层神经网络最近展示了接近人类的表现。本文介绍了一种基于 阅读全文
posted @ 2018-01-08 16:54 cwpeng 阅读(2752) 评论(0) 推荐(0) 编辑
摘要: 《SVDNet for Pedestrian Retrieval》理解 Abstract: 这篇文章提出了一个用于检索问题的SVDNet,聚焦于在行人再识别上的应用。我们查看卷积神经网络中全连接层的每一个权重向量,发现它们往往都高度相关。这导致了每个全连接描述中个体之间的相关性,在基于欧几里得距离时 阅读全文
posted @ 2018-01-06 16:41 cwpeng 阅读(1653) 评论(0) 推荐(0) 编辑