-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLink.html
More file actions
75 lines (67 loc) · 6.6 KB
/
Link.html
File metadata and controls
75 lines (67 loc) · 6.6 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<html>
<head>
<title>Dexiang Zong(宗德祥)</title>
<meta name="description" content="用于自我介绍。" />
<meta name="keywords" content="Daniel Zong, Dexiang Zong, dexiang zong,宗德祥, dexiangzong, daniel, 个人主页" />
<meta name="author" content="Dexiang Zong(宗德祥)" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="main">
<div id="header">
<script type="text/javascript" src="js/logo.js"></script>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<!--<li><a href="Teaching.html">Teaching</a></li>-->
<li><a href="Publication.html">Publication</a></li>
<li><a href="Project.html">Project</a></li>
<li><a href="Award.html">Award</a></li>
<li class="selected"><a href="Link.html">Link</a></li>
<li><a href="AboutMe.html">AboutMe</a></li>
</ul>
</div>
</div>
<div id="content_header"></div>
<div id="site_content">
<script type="text/javascript" src="js/sidebar.js"></script>
<div id="content">
<!-- insert the page content here -->
<p>备注:点击<a href="#"> 名称 </a>进行跳转。</p>
<h2>推荐站点</h2>
<ul>
<li><a href="http://deeplearning.stanford.edu/wiki/index.php/UFLDL_Tutorial">UFLDL:</a><des:code>无监督学习和深度学习 Tutorial,由 Stanford Andrew Ng 团队领导完成,十分适合想要学习深度学习童鞋!</des:code></li>
<li><a href="https://www.coursera.org" target="_blank">Coursera:</a><des:code> 由 Stanford 教授 Andrew NG 领衔创办的教育平台,它与全世界最顶尖的大学和机构合作,提供任何人可学习的免费在线课程。</des:code></li>
<li><a href="http://rodrigob.github.io/are_we_there_yet/build/" target="_blank">Classification datasets results:</a><des:code> Discover the current state of the art in objects classification. Include MNIST, CIFAR-10, CIFAR-100, STL-10, SVHN, ILSVRC2012 task1.</des:code></li>
<li><a href="http://www.wikicfp.com/cfp/" target="_blank">WikiCFP:</a><des:code> WikiCFP is a semantic wiki for Calls For Papers in science and technology fields. There are about 40,000 CFPs on WikiCFP. Over 100,000 researchers use WikiCFP each month</des:code></li>
<li><a href="http://valse.mmcheng.net/" target="_blank">VALSE在线讨论</a><des:code> 视觉与学习青年学者研讨会(Vision And Learning SEminar, 简称VALSE)的主要目标是为计算机视觉、图像处理、模式识别与机器学习等研究领域内的华人青年学者提供深入学术交流的舞台。VALSE QQ群:364188996,VALSE-B QQ群:422075165</des:code></li>
</ul>
<h2>大牛网站</h2>
<ul>
<li><a href="http://ai.stanford.edu/~ang/">Andrew NG(吴恩达)</a><des:code> Andrew Ng is a co-founder of Coursera and the director of the Stanford AI Lab. Ng’s Stanford research group focuses on deep learning, which builds very large neural networks to learn from labeled and unlabeled data.</des:code></li>
<li><a href="http://www.cs.ubc.ca/~lowe/">David Lowe:</a><des:code> University of British Columbia 教授,计算机视觉界大牛,SIFT 发明人。His research interests include computer vision, object recognition, and computational models of human vision</des:code></li>
</ul>
<h2>开源软件</h2>
<ul>
<li><a href="http://www.vlfeat.org" target="_blank">VLFeat:</a><des:code> An open source library implements popular computer vision algorithms including HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift.</des:code></li>
<li><a href="http://caffe.berkeleyvision.org" target="_blank">Caffe:</a><des:code> Caffe is a deep learning framework developed with cleanliness, readability, and speed in mind. It was created by Yangqing Jia during his PhD at UC Berkeley, and is in active development by the Berkeley Vision and Learning Center (BVLC) and by community contributors.</des:code></li>
<li><a href="https://code.google.com/p/cuda-convnet" target="_blank">Cuda-Convnet:</a><des:code> This is a fast C++/CUDA implementation of convolutional (or more generally, feed-forward) neural networks. It can model arbitrary layer connectivity and network depth. Any directed acyclic graph of layers will do. Training is done using the back-propagation algorithm.</des:code></li>
<li><a href="http://devblogs.nvidia.com/parallelforall/accelerate-machine-learning-cudnn-deep-neural-network-library/" target="_blank">cuDNN:</a><des:code>由 NVIDA 的 Solution Architect 大神L arry开发,看名字就知道是干什么的了,基于CUDA的DNN封装,No Programming Required。cuDNN is integrated into the development branch of the CAFFE neural network toolkit today! It is expected to be part of the official CAFFE 1.0 release. cuDNN is free for anyone to use for any purpose: academic, research or commercial. </des:code></li>
<li><a href="http://homepage.tudelft.nl/19j49/Matlab_Toolbox_for_Dimensionality_Reduction.html" target="_blank">Matlab Toolbox for Dimensionality Reduction(MTDR):</a><des:code>The Matlab Toolbox for Dimensionality Reduction contains Matlab implementations of 34 techniques for dimensionality reduction and metric learning. Include PCA、Probabilistic PCA、LDA、LLE、LPP、LLE、DAE、and so on. 你懂的!</des:code>
</ul>
<h2>国际会议</h2>
<ul>
<li><a href="http://www.acmmm.org/2014/" target="_blank">ACM Multimedia 2014:</a><des:code> The 22nd ACM International Conference on Multimedia.</des:code></li>
<li><a href="http://www.cvpapers.com/" target="_blank">CVPapers:</a><des:code> Computer Vision Resource. 收纳了ICCV,CVPR,ECCV,ACCV,BMVC,ICPR,SIGGRAPH,IJCAI等多个会议的有关计算机视觉方面的Paper。</des:code></li>
</ul>
</div>
</div>
<script type="text/javascript" src="js/copyright.js"></script>
</div>
</body>
</html>