上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页

2017年9月7日

ubuntu 终端$换行

摘要: 编辑~/.bashrc文件 sudo gedit ~/.bashrc 红色部分为添加的 \n if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00 阅读全文

posted @ 2017-09-07 22:09 Maddock 阅读(2047) 评论(0) 推荐(0) 编辑

2017年8月28日

编程工具使用技巧

摘要: VS 笔记(1) 在VS2008中,选定代码后,按Ctrl+K+F组合键,可以自动进行代码对齐。 注意:要先按下Ctrl和K,再按下F,因为Ctrl+F是查找的快捷键。 也可以先按下Ctrl+K,再按下Ctrl+F。 另外,可以在“工具->选项->文本编辑器->C/C++->制表符”选项卡中设置缩进 阅读全文

posted @ 2017-08-28 13:56 Maddock 阅读(208) 评论(0) 推荐(0) 编辑

2017年8月23日

Image Filter

摘要: 香港中文大学研究成果 Rolling Guidance Filter http://www.cse.cuhk.edu.hk/~leojia/projects/rollguidance/ 100+ Times Faster Weighted Median Filter http://www.cse.c 阅读全文

posted @ 2017-08-23 11:08 Maddock 阅读(587) 评论(0) 推荐(0) 编辑

2017年8月20日

CVPR 2017 papers on the web

摘要: http://www.cvpapers.com/cvpr2017.html 阅读全文

posted @ 2017-08-20 23:13 Maddock 阅读(206) 评论(0) 推荐(0) 编辑

2017年8月18日

为什么凸优化这么重要?知乎解答

摘要: https://www.zhihu.com/question/24641575?sort=created 为什么 Non-Convex Optimization 受到了越来越大的关注? https://www.zhihu.com/question/61034915 阅读全文

posted @ 2017-08-18 19:46 Maddock 阅读(438) 评论(0) 推荐(0) 编辑

2017年8月17日

ceshi

摘要: %kadd.mclcclear all% img = imread('testimg\debug\left_small1.png');im(:,:,1) = importdata('img1.txt');im(:,:,2) = importdata('img2.txt');im(:,:,3) = i 阅读全文

posted @ 2017-08-17 17:36 Maddock 阅读(165) 评论(0) 推荐(0) 编辑

2017年8月16日

Kmeans原理与实现

摘要: 原理 http://www.cnblogs.com/jerrylead/archive/2011/04/06/2006910.html 实现 http://www.cnblogs.com/zjutzz/p/5924762.html 无监督学习之K-均值算法分析与MATLAB代码实现 转载 https 阅读全文

posted @ 2017-08-16 13:59 Maddock 阅读(287) 评论(0) 推荐(0) 编辑

2017年8月2日

deep learning+ Depth Estimation

摘要: Depth estimation/stereo matching/optical flow @CVPR 2017 Unsupervised Learning of Depth and Ego-Motion from Video https://people.eecs.berkeley.edu/%7E 阅读全文

posted @ 2017-08-02 10:24 Maddock 阅读(881) 评论(0) 推荐(0) 编辑

2017年8月1日

反向传播BackPropagation

摘要: http://www.cnblogs.com/charlotte77/p/5629865.html http://www.cnblogs.com/daniel-D/archive/2013/06/03/3116278.html http://deeplearning.stanford.edu/wik 阅读全文

posted @ 2017-08-01 23:07 Maddock 阅读(231) 评论(0) 推荐(0) 编辑

2017年7月30日

Softmax回归推导过程

摘要: http://www.cnblogs.com/Deep-Learning/p/7073744.html http://www.cnblogs.com/lutingting/p/4768882.html http://chenrudan.github.io/blog/2016/01/09/logist 阅读全文

posted @ 2017-07-30 22:52 Maddock 阅读(691) 评论(0) 推荐(0) 编辑

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页

导航