码迷,mamicode.com
首页 >  
搜索关键字:incremental learning    ( 4566个结果
OSCP Learning Notes - WebApp Exploitation(4)
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
caffer的三种文件类别
solver文件 是一堆超参数,比如迭代次数,是否用GPU,多少次迭代暂存一次训练所得参数,动量项,权重衰减(即正则化参数),基本的learning rate,多少次迭代打印一次loss,以及网络结构描述文件(即model文件)存储位置,等等 比如: lenet_solver.prototxt mo ...
分类:其他好文   时间:2019-07-20 09:42:44    阅读次数:91
Learning the Depths of Moving People by Watching Frozen
基于双目的传统算法 对静止的物体, 在不同的 viewpoints 同一时刻进行拍摄, 根据拍摄到的结果, 使用三角测量算法计算出平面 2D 图像在 3D 图像中的坐标 单目 Ground Truth 使用 MVS 得到的深度图 使用 MVS 直接得到的深度图有一些也是不符合实验的要求的, 需要对其 ...
分类:其他好文   时间:2019-07-20 00:21:15    阅读次数:155
用scikit-learn学习K-Means聚类
在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
OSCP Learning Notes - WebApp Exploitation(2)
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 优化器
``` tf.train.MomentumOptimizer( learning_rate, momentum, use_locking=False, use_nesterov=False, name='Momentum' ) ``` ``` 参数: learning_rate: (学习率)张量或者... ...
分类:其他好文   时间:2019-07-17 20:34:13    阅读次数:577
OSCP Learning Notes - Exploit(9)
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
OSCP Learning Notes - Exploit(8)
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
OSCP Learning Notes - Exploit(7)
Pre-Exploit Password Attacks Tools: 1. ncrack Ncrack 0.6 ( http://ncrack.org )Usage: ncrack [Options] {target and service specification}TARGET SPECIFI ...
分类:其他好文   时间:2019-07-17 00:26:36    阅读次数:97
深度学习模型训练技巧 Tips for Deep Learning
一、深度学习建模与调试流程 二、激活函数 sigmoid ReLU maxout 三、梯度下降的改进 Adagrad RMSProp Momentum Adam = RMSProp + Momentum Early Stopping 四、正则化 Dropout ...
分类:其他好文   时间:2019-07-16 18:55:03    阅读次数:235
4566条   上一页 1 ... 64 65 66 67 68 ... 457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!