文章:Deep attention tracking via Reciprocative Learning 出自NIPS2018 文章链接:https://arxiv.org/pdf/1810.03851.pdf 代码链接:https://github.com/shipubupt/NIPS2018 ...
分类:
其他好文 时间:
2019-07-23 11:23:07
阅读次数:
119
因为工作需要了解这个应用的大概功能。 网上找不到下载的,CSDN没积分。 最后,在道客上找到了这个PDF。花了一天时间浏览了一下, 只留意了python功能,其它语言略去。 widget和jupyter hub可能印象深点,其它的没想法。 立此存照。 ...
分类:
其他好文 时间:
2019-07-23 10:07:04
阅读次数:
96
Local File Inclusion[LFI] Target Pentester Lab: Download from the following website: https://www.vulnhub.com/entry/pentester-lab-php-include-and-post- ...
分类:
移动开发 时间:
2019-07-20 23:13:44
阅读次数:
172
solver文件 是一堆超参数,比如迭代次数,是否用GPU,多少次迭代暂存一次训练所得参数,动量项,权重衰减(即正则化参数),基本的learning rate,多少次迭代打印一次loss,以及网络结构描述文件(即model文件)存储位置,等等 比如: lenet_solver.prototxt mo ...
分类:
其他好文 时间:
2019-07-20 09:42:44
阅读次数:
91
基于双目的传统算法 对静止的物体, 在不同的 viewpoints 同一时刻进行拍摄, 根据拍摄到的结果, 使用三角测量算法计算出平面 2D 图像在 3D 图像中的坐标 单目 Ground Truth 使用 MVS 得到的深度图 使用 MVS 直接得到的深度图有一些也是不符合实验的要求的, 需要对其 ...
分类:
其他好文 时间:
2019-07-20 00:21:15
阅读次数:
155
在K-Means聚类算法原理中,我们对K-Means的原理做了总结,本文我们就来讨论用scikit-learn来学习K-Means聚类。重点讲述如何选择合适的k值。# 一、K-Means类概述 在scikit-learn中,包括两个K-Means的算法,一个是传统的K-Means算法,对应的类是KM... ...
分类:
其他好文 时间:
2019-07-19 18:40:13
阅读次数:
76
Cross-Site Scripting(XSS) 1. Using the tool - netdiscover to find the IP of target server. 2.Browser the website http://10.0.0.21 through Firefox. 3. ...
分类:
移动开发 时间:
2019-07-18 23:57:37
阅读次数:
299
```
tf.train.MomentumOptimizer( learning_rate, momentum, use_locking=False, use_nesterov=False, name='Momentum'
)
``` ```
参数:
learning_rate: (学习率)张量或者... ...
分类:
其他好文 时间:
2019-07-17 20:34:13
阅读次数:
577
Tool: Metasploit 1. Start the msfconsole tool. 2.Search ssh related modules. 3.Use the "auxiliary/scanner/ssh/ssh_login" module and set the options, s ...
分类:
其他好文 时间:
2019-07-17 00:50:14
阅读次数:
164
Tools: 3. hydra Hydra v8.9.1 (c) 2019 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes. Synt ...
分类:
其他好文 时间:
2019-07-17 00:43:24
阅读次数:
118