摘要:
1 :: Because You Have Not Failed EnoughBecause you are comfortable in your mediocrity; because you choose not to try.Because it is easier to talk abou... 阅读全文
posted @ 2014-09-28 23:46
DeepVL
阅读(169)
评论(0)
推荐(0)
摘要:
CVPR2013Tutorial: Visual Saliency Modeling:http://techtalks.tv/events/315/603/ECCV2008http://www.cse.yorku.ca/~albertlr/attention_tutorial_eccv2008.ht... 阅读全文
posted @ 2014-09-28 23:46
DeepVL
阅读(89)
评论(0)
推荐(0)
摘要:
机器学习目前比较热,网上也散落着很多相关的公开课和学习资源,这里基于课程图谱的机器学习公开课标签做一个汇总整理,便于大家参考对比。1、Coursera上斯坦福大学Andrew Ng教授的“机器学习公开课”:机器学习入门课程首选,斯坦福大学教授,Coursera联合创始人Andrew Ng老师的课程,... 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(3924)
评论(0)
推荐(0)
摘要:
1:问题引入:在某些场合,需要进行用户交互,比如给定一些选项,让用户进行选择,此时,listdlg就是一个不错的选择,比如如下的一个例子:列出本文件夹下的所有文件,双击时会返回选择的文件的索引。2:listdlg函数介绍输入是参数对,输出(当双击或者敲击回车)是列表项的索引ParameterDesc... 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(520)
评论(0)
推荐(0)
摘要:
% length(a) 获取字符串长度%d=strcat(a,c) 连接两个字符串,每个字符串最右边的空格被裁切%strcmp 比较两个字符串是否完全相等,是,返回真,否则,返回假%strncmp 比较两个字符串前n个字符是否相等,是,返回真,否则,返回假%strcmpi 比较两个字符串是... 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(339)
评论(0)
推荐(0)
摘要:
1 : filesep Directory separator for this platform. F = filesep returns the file separator character for this platform. The file separator is the cha... 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(214)
评论(0)
推荐(0)
摘要:
https://class.coursera.org/ntumlone-001/lecture 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(94)
评论(0)
推荐(0)
摘要:
http://metaoptimize.com/qa/questions/13774/courses-on-deep-learning 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(65)
评论(0)
推荐(0)
摘要:
http://www.youku.com/playlist_show/id_21508721.html 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(255)
评论(0)
推荐(0)
摘要:
1 :GPU Computing with MATLABhttp://www.mathworks.com/videos/gpu-computing-with-matlab-81840.html?form_seq=conf882&type=large2:Parallel Computing Toolb... 阅读全文
posted @ 2014-09-28 23:45
DeepVL
阅读(267)
评论(0)
推荐(0)