摘要:
zip命令: 压缩 :zip -r files.zip fileFolder 解压:unzip files.zip tar命令: 压缩:tar -cvf files.tar fileFolder 解压:tar -xvf files.tar 阅读全文
摘要:
详解反向传播算法(上) https://zhuanlan.zhihu.com/p/25081671 (Caffe,LeNet)反向传播(六) https://blog.csdn.net/mounty_fsc/article/details/51379395 主要根据代码和公式做反向传播的介绍,值得参 阅读全文
摘要:
http://www.cnblogs.com/zhonghuasong/p/7493475.html 阅读全文
摘要:
http://www.geforce.cn/hardware/desktop-gpus/geforce-gtx-480/architecture http://cache.baiducontent.com/c?m=9d78d513d99607e54fece4780714c0676943f0122ba 阅读全文
摘要:
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 阅读全文
摘要:
http://blog.csdn.net/jasonzzj/article/details/52017438 阅读全文
摘要:
http://blog.csdn.net/zy1034092330/article/details/62044941 py-faster-rcnn训练自己的数据:流程很详细并附代码 https://huangying-zhan.github.io/2016/09/22/detection-faste 阅读全文
摘要:
https://segmentfault.com/a/1190000002710424 思想:当前层各节点首元素不同,则各节点的剩余元素也不同;下一层节点交换范围为首元素以外的元素 阅读全文
摘要:
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)递归时注意分界点的 阅读全文
摘要:
https://www.bbsmax.com/A/gGdX0Vepd4/ 阅读全文