会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
20
下一页
2018年5月15日
Linux压缩和解压命令
摘要: zip命令: 压缩 :zip -r files.zip fileFolder 解压:unzip files.zip tar命令: 压缩:tar -cvf files.tar fileFolder 解压:tar -xvf files.tar
阅读全文
posted @ 2018-05-15 20:32 BlueOceans
阅读(157)
评论(0)
推荐(0)
2018年4月16日
深度学习反向求导
摘要: 详解反向传播算法(上) https://zhuanlan.zhihu.com/p/25081671 (Caffe,LeNet)反向传播(六) https://blog.csdn.net/mounty_fsc/article/details/51379395 主要根据代码和公式做反向传播的介绍,值得参
阅读全文
posted @ 2018-04-16 20:34 BlueOceans
阅读(1209)
评论(0)
推荐(0)
2018年4月1日
深度学习网络压缩模型方法总结
摘要: http://www.cnblogs.com/zhonghuasong/p/7493475.html
阅读全文
posted @ 2018-04-01 21:40 BlueOceans
阅读(439)
评论(0)
推荐(0)
2018年1月17日
cuda培训素材
摘要: http://www.geforce.cn/hardware/desktop-gpus/geforce-gtx-480/architecture http://cache.baiducontent.com/c?m=9d78d513d99607e54fece4780714c0676943f0122ba
阅读全文
posted @ 2018-01-17 15:37 BlueOceans
阅读(240)
评论(0)
推荐(0)
2018年1月16日
cuda编程-卷积优化
摘要: CUDA Convolution https://www.evl.uic.edu/sjames/cs525/final.html Improve Image Processing Using GPU Computing on Mali™ https://www.arm.com/files/event
阅读全文
posted @ 2018-01-16 09:21 BlueOceans
阅读(1153)
评论(0)
推荐(0)
2017年11月29日
交叉熵代价函数(损失函数)及其求导推导
摘要: http://blog.csdn.net/jasonzzj/article/details/52017438
阅读全文
posted @ 2017-11-29 11:36 BlueOceans
阅读(2185)
评论(0)
推荐(0)
2017年11月21日
faster rcnn训练详解
摘要: http://blog.csdn.net/zy1034092330/article/details/62044941 py-faster-rcnn训练自己的数据:流程很详细并附代码 https://huangying-zhan.github.io/2016/09/22/detection-faste
阅读全文
posted @ 2017-11-21 20:25 BlueOceans
阅读(836)
评论(0)
推荐(0)
2017年11月19日
July 算法习题 - 字符串4(全排列和全组合)
摘要: https://segmentfault.com/a/1190000002710424 思想:当前层各节点首元素不同,则各节点的剩余元素也不同;下一层节点交换范围为首元素以外的元素
阅读全文
posted @ 2017-11-19 16:50 BlueOceans
阅读(135)
评论(0)
推荐(0)
快速排序算法
摘要: https://baike.baidu.com/item/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95/369842?fr=aladdin 注意点:(1)需要判断相同元素的情况,即 a[last] >= key (2)递归时注意分界点的
阅读全文
posted @ 2017-11-19 11:51 BlueOceans
阅读(163)
评论(0)
推荐(0)
2017年11月18日
SSD论文阅读(Wei Liu——【ECCV2016】SSD Single Shot MultiBox Detector)
摘要: https://www.bbsmax.com/A/gGdX0Vepd4/
阅读全文
posted @ 2017-11-18 15:20 BlueOceans
阅读(609)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
20
下一页
公告