本文结合Deep learning的一个应用,Convolution Neural Network 进行一些基本应用,参考Lecun的Document 0.1进行部分拓展,与结果展示(in python)。分为以下几部分:1. Convolution(卷积)2. Pooling(降采样过程)3. C...
分类:
Web程序 时间:
2015-10-11 10:12:12
阅读次数:
441
Does Deep Learning Come from the Devil?Deep learning has revolutionized computer vision and natural language processing. Yet the mathematics explainin...
分类:
其他好文 时间:
2015-10-10 20:06:32
阅读次数:
276
http://acm.hdu.edu.cn/showproblem.php?pid=4815DescriptionA crowd of little animals is visiting a mysterious laboratory ? The Deep Lab of SYSU.“Are you...
分类:
其他好文 时间:
2015-10-10 16:56:58
阅读次数:
143
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ...
分类:
其他好文 时间:
2015-10-04 17:10:15
阅读次数:
140
//点和线段树都从1开始//边使用vectorvector G[maxn];int dfs_clock,que[maxn*2],num[maxn],iii[maxn],b[maxn],a[maxn],top[maxn],deep[maxn],fa[maxn],idx[maxn];//采用静态链表//...
分类:
其他好文 时间:
2015-10-02 22:23:26
阅读次数:
394
1、Difference between shallow copy and deep copy? 1> 浅拷贝:指针(地址)拷贝,不会产生新对象 2> 深拷贝:内容拷贝,会产生新对象2、Difference between categories and extensions? 1> 分类是有...
分类:
移动开发 时间:
2015-09-28 14:40:23
阅读次数:
222
本来只是想加点东西,结果调用后发生无限递归:public void InvokeA(){ Action A = () => { Console.WriteLine("Invoked A,list deep 1 "); }; A = () => { ...
iOS开发-基础面试题(一)? 1.Difference between shallow copy and deep copy??浅复制和深复制的区别?? 答:浅层复制:只复制指向对象的指针,而不复制引用对象本身。?深层复制:复制引用对象本身。?意思...
分类:
移动开发 时间:
2015-09-25 16:40:03
阅读次数:
232
最近想在深入学习研究,开始看UFLDL(unsuprisedfeature learning and deep learning)教程了。特将课后习题答案放在这里,作为一个笔记。笔记:1:自编码算法是一个无监督学习算法。它通过学习hw,b(x) = x,因此最后的outputlayer单元数与inp...
分类:
其他好文 时间:
2015-09-23 10:32:44
阅读次数:
170
Very Deep Convolutional Networks for Large-Scale Image Recognition转载请注明:http://blog.csdn.net/stdcoutzyx/article/details/39736509这篇论文是今年9月份的论文[1],比較新,当...
分类:
Web程序 时间:
2015-09-20 22:00:00
阅读次数:
304