1.Difference between shallow copy and deep copy??浅复制和深复制的区别??答案:浅层复制:只复制指向对象的指针,而不复制引用对象本身。?深层复制:复制引用对象本身。?意思就是说我有个A对象,复制一份后得到A_copy对象后,对于浅复制来说,A和A_co...
分类:
移动开发 时间:
2015-10-28 01:28:51
阅读次数:
369
动人的DL我们有六个月的时间,积累了一定的经验,实验,也DL有了一些自己的想法和理解。曾经想扩大和加深DL相关方面的一些知识。然后看到了一个MIT按有关的对出版物DL图书http://www.iro.umontreal.ca/~bengioy/dlbook/,所以就有了读一下这本书然后做点笔记攒点知...
分类:
其他好文 时间:
2015-10-27 21:31:02
阅读次数:
511
前言: 最近打算稍微系统的学习下deep learing的一些理论知识,打算采用Andrew Ng的网页教程UFLDL Tutorial,据说这个教程写得浅显易懂,也不太长。不过在这这之前还是复习下machine learning的基础知识...
分类:
其他好文 时间:
2015-10-26 10:36:45
阅读次数:
333
Deep copy ,Shallow copy, copy constructor,"="Dog.h#pragma onceclass Dog{public: char *name; Dog(); Dog(const Dog &it); ~Dog(); void ope...
分类:
编程语言 时间:
2015-10-23 18:28:44
阅读次数:
233
1、技术向:一文读懂卷积神经网络2、机器学习编程语言之争,Python夺魁3、Deep learning with Theano 官方中文教程(翻译)(四)—— 卷积神经网络(CNN)
分类:
其他好文 时间:
2015-10-22 15:40:25
阅读次数:
184
1.wait 和notify()/notifyAll() 调用wait()和notify()之前必须获得对象锁,一般用在synchronized.调用wait()方法之后,线程便释放了对象的锁,必须重新获得对象锁2.clone() ->"shadow copy" and "deep copy"浅层....
分类:
编程语言 时间:
2015-10-21 20:46:42
阅读次数:
242
原文 Haroun Tariff, the Polish scientist, has spent his lifetime studying active volcanoes and deep caves in all parts of the world. In 1948, he went to Lake Kivu in the Congo to observe a new volc...
分类:
其他好文 时间:
2015-10-20 14:07:59
阅读次数:
172
警告:一定要把英文题目过一遍,有些公司的题目故意弄成英文的!!!66. Difference between shallow copy and deep copy?1> 浅拷贝:指针(地址)拷贝,不会产生新对象2> 深拷贝:内容拷贝,会产生新对象67. What is advantage of ca...
分类:
移动开发 时间:
2015-10-19 10:37:21
阅读次数:
238
Deep Learning for NLP Deep Learning for NLPLecture 2:Introduction to Teanoenter link description hereNeural...
分类:
其他好文 时间:
2015-10-17 22:05:36
阅读次数:
393
NEGOUT: SUBSTITUTE FOR MAXOUT UNITSMaxout [1] units are well-known and frequently used tools for Deep Neural Networks. For whom does not know, with a ...
分类:
其他好文 时间:
2015-10-14 21:35:44
阅读次数:
434