08 2018 档案

linux 将终端进行换行
摘要:原始 修改 修改方法 vim .bashrc fi if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w 阅读全文

posted @ 2018-08-31 15:10 Maddock 阅读(4072) 评论(0) 推荐(0) 编辑

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

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

神经网络权值初始化方法-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 阅读(4247) 评论(0) 推荐(0) 编辑

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

posted @ 2018-08-23 15:24 Maddock 阅读(181) 评论(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 阅读(859) 评论(0) 推荐(0) 编辑

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 阅读(2185) 评论(0) 推荐(0) 编辑

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

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

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 阅读(751) 评论(0) 推荐(0) 编辑

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 阅读(249) 评论(0) 推荐(0) 编辑

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 阅读(176) 评论(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 阅读(1114) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示