码迷,mamicode.com
首页 >  
搜索关键字:paper    ( 1210个结果
TADT代码问题
paper:Li X, Ma C, Wu B, et al. Target-Aware Deep Tracking[C]. //CVPR2019 调用adam.m时候报错 结构体内容引用自非结构体数组对象。 出错 solver.adam (line 62)state.m = opts.beta1 * ...
分类:其他好文   时间:2019-06-09 00:47:53    阅读次数:132
Proximal Algorithms 3 Interpretation
[TOC] "Proximal Algorithms" 这一节,作者总结了一些关于proximal的一些直观解释 Moreau Yosida regularization 内部卷积(infimal convolution): $$ (f \: \Box \: g)(v)=\inf_x (f(x)+g ...
分类:其他好文   时间:2019-06-09 00:21:50    阅读次数:112
[Paper Reading] Show, Attend and Tell: Neural Image Caption Generation with Visual Attention
论文链接:https://arxiv.org/pdf/1502.03044.pdf 代码链接:https://github.com/kelvinxu/arctic-captions & https://github.com/yunjey/show-attend-and-tell & https:// ...
分类:其他好文   时间:2019-06-07 00:35:12    阅读次数:106
机器学习总结2 - 关于激活函数、损失函数、正则化、异常检测算法总结
LSTM特性, CNN特性, 损失函数, paper, 项目 ...软件 激活函数: -> sigmod: 硬饱和性, y(0,1), 斜率趋于0;-> tanh: 软饱和性, y(-1,1), 虽然输出均值为0, 可以更快收敛, 但斜率依然会趋于0;-> relu: 当x<0时, 存在硬饱和, y ...
分类:编程语言   时间:2019-06-03 14:05:10    阅读次数:197
vue - blog开发学习2
首页博客列表的开发 1、修改index.vue,使能够支持列表功能 2、添加PostList自定义组件,自定义组件中使用到了iView中的Card标签 3、效果(访问根路径的话,会自动渲染index.vue中的内容,具体看router/index.js中的路由配置) 4、用router-link生成 ...
分类:其他好文   时间:2019-05-26 19:47:26    阅读次数:140
oracle 数据库插入中文乱码
一. 查询数据库编码 查询服务器编码 推出sql查询系统编码 可以看到当前编码格式为POSIX,而这种编码格式不支持中文 解决办法:locale -a查看容器所有语言环境 使用locale -a 查看当前可用的字符集,这里我们看到有C.UTF-8和zn_CN.UTF-8,这两种字符集都支持中文。如果 ...
分类:数据库   时间:2019-05-26 18:09:48    阅读次数:117
PJzhang:尽快发现并下架那些侵犯公司权利的假冒APP
猫宁!!! 参考链接:https://www.freebuf.com/articles/paper/203358.html http://www.cac.gov.cn/2019-01/25/c_1124042599.htm google play 无法在中国大陆使用,反而导致了国内应用分发市场的异彩 ...
分类:移动开发   时间:2019-05-26 15:45:30    阅读次数:165
paper: The years of pedestrain Detection,what have we learned?
Report of The Paper:"The Years of Pedestrain Detection, What Have We Learned?" 1:Introduction 主要的行人检测方法:“Viola&Jones variants”,HOG+SVM,DPM,ConvNet 2:D ...
分类:其他好文   时间:2019-05-26 00:35:37    阅读次数:140
SegNet
Paper link:https://arxiv.org/pdf/1511.00561.pdf Motivation:为了实际应用,主要是在时间效率和存储空间上做了改进; Introduction: (1)Pipeline: (2)Light 1、带index的pooling: 在SegNet中的P ...
分类:Web程序   时间:2019-05-23 16:55:47    阅读次数:136
YOLOv1_paper
论文:https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Redmon_You_Only_Look_CVPR_2016_paper.pdf ...
分类:其他好文   时间:2019-05-21 09:46:07    阅读次数:311
1210条   上一页 1 ... 23 24 25 26 27 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!