上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: 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 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 详解反向传播算法(上) https://zhuanlan.zhihu.com/p/25081671 (Caffe,LeNet)反向传播(六) https://blog.csdn.net/mounty_fsc/article/details/51379395 主要根据代码和公式做反向传播的介绍,值得参 阅读全文
posted @ 2018-04-16 20:34 BlueOceans 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/zhonghuasong/p/7493475.html 阅读全文
posted @ 2018-04-01 21:40 BlueOceans 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1100) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/jasonzzj/article/details/52017438 阅读全文
posted @ 2017-11-29 11:36 BlueOceans 阅读(2174) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(818) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000002710424 思想:当前层各节点首元素不同,则各节点的剩余元素也不同;下一层节点交换范围为首元素以外的元素 阅读全文
posted @ 2017-11-19 16:50 BlueOceans 阅读(132) 评论(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 阅读(159) 评论(0) 推荐(0) 编辑
摘要: https://www.bbsmax.com/A/gGdX0Vepd4/ 阅读全文
posted @ 2017-11-18 15:20 BlueOceans 阅读(564) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页