1.hump [h?mp]驼背 So does he have a hump? A hump and a hairpiece?2.chark [t?ɑ:k]粉笔,木炭3.I don't want her to go through what I went through with Carl我只是不想...
分类:
其他好文 时间:
2014-11-27 17:53:00
阅读次数:
127
随着deep learning的火爆,神经网络(NN)被大家广泛研究使用。但是大部分RD对BP在NN中本质不甚清楚,对于为什这么使用以及国外大牛们是什么原因会想到用dropout/sigmoid/ReLU/change learnRate/momentum/ASGD/vanishment等问题等呢....
分类:
微信 时间:
2014-11-27 17:44:23
阅读次数:
2230
英文原文:A Cautionary Tale of Learning to Code 这是一个真实的故事,关于我自己的。一个理智的生命个体是怎么一步步走向疯狂? 我穿着西装,坐在办公室里,脑子里有一个模糊的创业想法。然后,我决定学习编程。我曾经无意中听到过几个人在那吹牛说自己怎么使用一种叫 ...
分类:
其他好文 时间:
2014-11-27 14:19:18
阅读次数:
183
目前机器学习最热门的领域有以下七个,后面给出相应的资料链接:1. 迁移学习Transfer learning 。 http://www.cse.ust.hk/TL/index.html2. 半监督学习Semi-Supervised learning 。 http://pages.cs.wisc.ed...
分类:
其他好文 时间:
2014-11-27 12:40:01
阅读次数:
138
复合类型(Complex types)复合类型(Complex Types)跟Entity类型的区别在于,复合类型(Complex Types)没有Key。复合类型跟踪改变和存储是要依赖宿主类型的。从代码来看就更直观。首先,假设我们有一个Person类,这个类包含了SSN,FirstName,Las...
分类:
其他好文 时间:
2014-11-26 22:29:10
阅读次数:
290
本文是论文Deep Learning Face Representation by Joint Identification-Verification的阅读笔记。
这篇论文使用deep learning学习特征,使用联合贝叶斯模型作为分类器,选取七组特征分别训练分类器,得到的结果使用SVM进行组合,得到的最终模型在LFW(Labeled Face in the Wild)数据集上的人脸验证任务中,达到了99.15%的准确率,目前排名第一。...
分类:
其他好文 时间:
2014-11-26 01:27:52
阅读次数:
282
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 22...
分类:
系统相关 时间:
2014-11-25 23:47:39
阅读次数:
365
public class Destination{ public int DestinationId {get; set;} //以Id结尾,默认key。否则会报nokey的异常 public string Name {get; set;} public string Countr...
分类:
其他好文 时间:
2014-11-25 23:24:59
阅读次数:
196
数据降维的重要性就不必说了,而用NN(神经网络)来对数据进行大量的降维是从2006开始的,这起源于2006年science上的一篇文章:reducing the dimensionality of data with neural networks,作者就是鼎鼎有名的Hinton,这篇文章也标志着d...
分类:
其他好文 时间:
2014-11-25 17:49:23
阅读次数:
206
在linux开发平台,c语言中调用标准库函数 sleep(), 需要引入头文件 #include?<unistd.h> ps: windows平台, 需要引入 #include?<windows.h> deep learning: http://blog.csdn.net/lxmky/article/details/70269...
分类:
其他好文 时间:
2014-11-25 14:41:06
阅读次数:
165