上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页

2018年8月29日

从LeNet到SENet——卷积神经网络回顾

摘要: 从LeNet到SENet——卷积神经网络回顾 从LeNet到SENet——卷积神经网络回顾 从 1998 年经典的 LeNet,到 2012 年历史性的 AlexNet,之后深度学习进入了蓬勃发展阶段,百花齐放,大放异彩,出现了各式各样的不同网络,包括 LeNet、AlexNet、ZFNet、VGG 阅读全文

posted @ 2018-08-29 15:59 Maddock 阅读(454) 评论(0) 推荐(0)

2018年8月28日

神经网络权值初始化方法-Xavier

摘要: https://blog.csdn.net/u011534057/article/details/51673458 https://blog.csdn.net/qq_34784753/article/details/78668884 https://blog.csdn.net/kangroger/a 阅读全文

posted @ 2018-08-28 13:47 Maddock 阅读(4273) 评论(0) 推荐(0)

2018年8月23日

FaceAlignment blog

摘要: https://blog.csdn.net/app_12062011/article/category/7574425 https://www.jianshu.com/p/e4b9317a817f 阅读全文

posted @ 2018-08-23 15:24 Maddock 阅读(189) 评论(0) 推荐(0)

tensorflow模型量化压缩

摘要: 参考 https://blog.csdn.net/xygl2009/article/details/80596392 https://blog.csdn.net/xsfl1234/article/details/67669707 https://www.jianshu.com/p/d2637646c 阅读全文

posted @ 2018-08-23 13:39 Maddock 阅读(864) 评论(0) 推荐(0)

2018年8月22日

Ubuntu18.04 + cuda9.0+cudnn7.0

摘要: 1 cannot find Toolkit in /usr/local/cuda-8.0 2017年05月27日 17:37:33 阅读数:2754 1 cannot find Toolkit in /usr/local/cuda-8.0 2017年05月27日 17:37:33 阅读数:2754 阅读全文

posted @ 2018-08-22 11:28 Maddock 阅读(2202) 评论(0) 推荐(0)

2018年8月21日

ubuntu 安装bazel

摘要: https://docs.bazel.build/versions/master/install-ubuntu.html#install-with-installer-ubuntu 阅读全文

posted @ 2018-08-21 11:09 Maddock 阅读(566) 评论(0) 推荐(0)

2018年8月15日

numpy reshape resize用法

摘要: https://docs.scipy.org/doc/numpy/reference/generated/numpy.resize.html (100, 784)(100, 28, 28, 1)(100, 112, 112, 1) 阅读全文

posted @ 2018-08-15 10:09 Maddock 阅读(753) 评论(0) 推荐(0)

2018年8月14日

L0、L1及L2范数

摘要: L1归一化和L2归一化范数的详解和区别 https://blog.csdn.net/u014381600/article/details/54341317 深度学习——L0、L1及L2范数 https://blog.csdn.net/zchang81/article/details/70208061 阅读全文

posted @ 2018-08-14 15:49 Maddock 阅读(264) 评论(0) 推荐(0)

2018年8月13日

linux常用的搜索命令

摘要: 搜索包含123内容的文件夹grep "123" ./ -r -n 按照名字查找find ./ -name “xxxx” find ./ -name "123.txt" adb logcat |grep tag有时候回出现,adb grep不是内部命令改用find 阅读全文

posted @ 2018-08-13 15:43 Maddock 阅读(179) 评论(0) 推荐(0)

C语言课程设计-保安值班系统支持任意输入保安值班时间

摘要: //.cpp : Defines the entry point for the console application. // #include "string.h" #include char *WEEK[7] = { "星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" }; struct demand { char name[5... 阅读全文

posted @ 2018-08-13 15:11 Maddock 阅读(1124) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页

导航